<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jose Miguel Hernandez</title>
	<atom:link href="http://josemiguelhernandez.com/b/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://josemiguelhernandez.com/b</link>
	<description>social media enthusiast, filmmaker</description>
	<lastBuildDate>Thu, 14 Jan 2010 20:00:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress + MediaWiki integrated with FaceBook Connect</title>
		<link>http://josemiguelhernandez.com/b/?p=74</link>
		<comments>http://josemiguelhernandez.com/b/?p=74#comments</comments>
		<pubDate>Thu, 14 Jan 2010 20:00:37 +0000</pubDate>
		<dc:creator>Jose</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://josemiguelhernandez.com/blog/?p=74</guid>
		<description><![CDATA[There are a few people out on the web who have tried to get the WordPress blogging application and MediaWiki to play nicely together. Some have gone so far as to build authentication mechanisms that force one system into depending on the other for user account details. It all gets a little shaky when you [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_82" class="wp-caption alignleft" style="width: 290px"><a href="http://josemiguelhernandez.com/b/wp-content/uploads/2010/01/wikiblog.png"><img src="http://josemiguelhernandez.com/b/wp-content/uploads/2010/01/wikiblog.png" alt="" title="wikiblog" width="280" height="215" class="size-full wp-image-82" /></a><p class="wp-caption-text">screenshot of blog and wiki using unified template</p></div>
<p>There are a few people out on the web who have tried to get the WordPress blogging application and MediaWiki to play nicely together. Some have gone so far as to build authentication mechanisms that force one system into depending on the other for user account details. It all gets a little shaky when you try to take two systems designed for different purposes and reshape them into a new purpose. I think I&#8217;ve discovered that its much easier to get two sites to authenticate against facebook than it is to get them to work with each other directly</p>
<p>If you&#8217;ve taken a look around this site, you&#8217;ll notice I&#8217;ve integrated the two visually, and that I&#8217;ve also added facebook connect functionality using plug-ins available for <a href="http://wiki.developers.facebook.com/index.php/WP-FBConnect"> wordpress</a> and <a href="http://wiki.developers.facebook.com/index.php/Facebook_Connect_Plugin_for_MediaWiki">mediawiki</a>. I&#8217;m not sure how much further I&#8217;m willing to take it, but I&#8217;m reasonably happy with the results and think I could launch a new blog/wiki integration pretty quickly now. Here&#8217;s some of the steps I took:</p>
<ol>
<li> Install mediawiki and wordpress to {SITE_ROOT}/w and {SITE_ROOT}/b using their defaults. Duplicate the default wordpress theme (default) and mediawiki skin (monobook). Call them whatever you want (jose is a good name i guess).</li>
<li> Create a unified include directory at {SITE_ROOT}/inc/ &#8211; this is a good place to keep includes that will be used by both applications and/or by static pages.</li>
<li>Create a CSS directory and generate the following: default.css, wordpress.css, mediawiki.css, iphone.css. Grab the css from the wordpress theme and the mediawiki skin (main.css) and migrate them here. With all the CSS in 3 files, you should be able to manage css rule dependencies and choose the rules that make sense for the whole site, moving them into default.css. You can use iphone.css later to specify rules that only apply to safari on the iphone. </li>
<li> Install the facebook connect plugins for wordpress and mediawiki. Follow the instructions to create a new app on facebook only once &#8211; use the SAME API KEY for both plugin configurations. If a user logs into one, they will automatically be logged into the other (neato). </li>
<li>You may also need to hack both plugins directly. The first thing I did was strip out all of the CSS code being injected by the FB plugins and move it to default.css. There is also some template logic buried in the plugin, which I simplified somewhat for consistency.</li>
<li> Start hacking the template/skin files on WordPress and MediaWiki. There are a lot of loose ends that&#8217;ll need to be cleaned up and to get a fairly clean and consistent UI, you will need to work well outside of the themes/skins directories. Each system has slightly different implementations of the FB-connect and lean on both the PHP and JS libs in different ways. Here are some tasks that might take a while:</li>
</ol>
<ul>
<li> moving the search box to the header.</li>
<li> consistent display of the &#8220;logged-in&#8221; box.</li>
<li> Move some of the sidebar content to the footer.</li>
<li> Get rid of some sidebar content (don&#8217;t just hide it with CSS).</li>
</ul>
<p>This is about as far as I am right now, maybe not enough to write about but at least a decent work in progress. If there is any interest, let me know and I can post the source code.</p>
]]></content:encoded>
			<wfw:commentRss>http://josemiguelhernandez.com/b/?feed=rss2&amp;p=74</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Mystify your mind</title>
		<link>http://josemiguelhernandez.com/b/?p=10</link>
		<comments>http://josemiguelhernandez.com/b/?p=10#comments</comments>
		<pubDate>Wed, 25 Nov 2009 03:18:19 +0000</pubDate>
		<dc:creator>Jose</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[processing]]></category>
		<category><![CDATA[processing.js]]></category>

		<guid isPermaLink="false">http://josemiguelhernandez.com/blog/?p=10</guid>
		<description><![CDATA[This is a port of the old windows screensaver in processing.js.
try demo
see on openprocessing.org

Implementation: JavaScript, Processing, Processing.js
float xa=1;
float ya=1;
float xb=0;
float yb=0;
int xav=1;
int yav=2;
int xbv=-2;
int ybv=-1;
int step=6;
int colour=(int)random(10000);
void setup() {
  frameRate(12);
  size(280,320);
  xb=width-10;
  yb=height-10;
  background(0);
  fill(0,10);
}
void draw() {
  noStroke();
  rect(0,0,width,height);
  strokeWeight(2);
  colour++;
  stroke((colour+0)%255, (.3*colour)%255,(.7*colour)%255);
  [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_13" class="wp-caption alignleft" style="width: 288px"><img class="size-full wp-image-13" title="Screen shot 2009-11-24 at 6.53.11 PM" src="http://josemiguelhernandez.com/b/wp-content/uploads/2009/11/Screen-shot-2009-11-24-at-6.53.11-PM.png" alt="Mystify Screenshot" width="278" height="318" /><p class="wp-caption-text">Mystify Screenshot</p></div>
<p>This is a port of the old windows screensaver in processing.js.</p>
<p><a href="http://josemiguelhernandez.com/dev/mystify.html">try demo</a></p>
<p><a href="http://www.openprocessing.org/visuals/?visualID=6183">see on openprocessing.org</a></p>
<p><br class="clear" /></p>
<p>Implementation: JavaScript, Processing, Processing.js</p>
<pre><code id="code" class="p5code">float xa=1;
float ya=1;
float xb=0;
float yb=0;
int xav=1;
int yav=2;
int xbv=-2;
int ybv=-1;
int step=6;
int colour=(int)random(10000);
void setup() {
  frameRate(12);
  size(280,320);
  xb=width-10;
  yb=height-10;
  background(0);
  fill(0,10);
}
void draw() {
  noStroke();
  rect(0,0,width,height);
  strokeWeight(2);
  colour++;
  stroke((colour+0)%255, (.3*colour)%255,(.7*colour)%255);
  if (xa &gt; width-10 || xa&lt;1) xav*=-1;
  if (xb &gt; width-10 || xb&lt;1) xbv*=-1;
  if (ya &gt; height-10 || ya&lt;1) yav*=-1;
  if (yb &gt; height-10 || yb&lt;1) ybv*=-1;
  xa+=(xav*step);
  xb+=(xbv*step);
  ya+=(yav*step);
  yb+=(ybv*step);
  line(xa,ya,xb,yb);
}</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://josemiguelhernandez.com/b/?feed=rss2&amp;p=10</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Roll the Dice!</title>
		<link>http://josemiguelhernandez.com/b/?p=6</link>
		<comments>http://josemiguelhernandez.com/b/?p=6#comments</comments>
		<pubDate>Tue, 06 Oct 2009 17:52:25 +0000</pubDate>
		<dc:creator>Jose</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[App]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Mootools]]></category>

		<guid isPermaLink="false">http://josemiguelhernandez.com/blog/?p=6</guid>
		<description><![CDATA[Problem definition: A man walks into a pub and sees a jar full of dollar bills. The label says &#8220;Roll a 1,2,5,5,6 to win the pot&#8221;. The man has had a few drinks and doesn&#8217;t trust his napkin math. How many rolls will it take to win the money in the jar?
Solution: Write a script [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_5" class="wp-caption alignleft" style="width: 257px"><a title="Roll the Dice!" href="http://josemiguelhernandez.com/dev/dice.html" target="_blank"><img class="size-full wp-image-5" title="Roll the Dice!" src="http://josemiguelhernandez.com/b/wp-content/uploads/2009/10/Picture-517.png" alt="screenshot of dice rolling app built in JavaScript" width="247" height="284" /></a><p class="wp-caption-text">screenshot of dice rolling app built in JavaScript</p></div>
<p>Problem definition: A man walks into a pub and sees a jar full of dollar bills. The label says &#8220;Roll a 1,2,5,5,6 to win the pot&#8221;. The man has had a few drinks and doesn&#8217;t trust his napkin math. How many rolls will it take to win the money in the jar?</p>
<p>Solution: Write a script that rolls the dice thousands of times looking for a specific number of each die in any order, tracking the number of rolls and wins. Divide the number of rolls by the number of wins to calculate an average to hit the winning roll. In this case, I found that the average eventually tends toward 60, but individual results can frequently end up as high as 200 and as low as 8.</p>
<p>Implementation: HTML, CSS, JavaScript, Mootools 1.2.3.</p>
<p><a href="http://josemiguelhernandez.com/dev/dice.html">try demo</a></p>
<p><br class="clear"/></p>
]]></content:encoded>
			<wfw:commentRss>http://josemiguelhernandez.com/b/?feed=rss2&amp;p=6</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Web 2. Session: Comparing Social Platforms 4/23/08 8:30-9:20</title>
		<link>http://josemiguelhernandez.com/b/?p=48</link>
		<comments>http://josemiguelhernandez.com/b/?p=48#comments</comments>
		<pubDate>Wed, 23 Apr 2008 09:25:00 +0000</pubDate>
		<dc:creator>Jose</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-3363192.post-9177410929608570499</guid>
		<description><![CDATA[Innovations on the profile.Facebook: Vague as always
Bebo: We&#8217;ve always been focussed on engagement. App charts via ratings. Shying away from emphasis on installs. Tangible Metrics. Encourage time spent and retention. Not throttling or sanctioning.
MySpace: Innovating on Home (private) and profile (public). News, Auctions. Early stages. IRC channel for dev community. Taking it slow. Makin data [...]]]></description>
			<content:encoded><![CDATA[<p>Innovations on the profile.<br />Facebook: Vague as always</p>
<p>Bebo: We&#8217;ve always been focussed on engagement. App charts via ratings. Shying away from emphasis on installs. Tangible Metrics. Encourage time spent and retention. Not throttling or sanctioning.</p>
<p>MySpace: Innovating on Home (private) and profile (public). News, Auctions. Early stages. IRC channel for dev community. Taking it slow. Makin data available to developers, Movie and Music data access. Making on site data stores more convenient to use.</p>
<p>Data Portability<br />Facebook: Intent is to enable user to take data with you wherever you go &#8211; both user and developer. Intentionally restrict access to contact information for spam purposes. As industry &#8220;our responsibility to work together&#8221;.</p>
<p>Sixapart: Evolution of mashups into apps, opensocial. Next evolution, not one website inside of another, but two working together.</p>
<p>Google: OpenSocial is intended to be useful on the web in general, not just social network. Extensible, (hi-5). SN can expose additional services and api&#8217;s. HI-5: Photos and presence.</p>
<p>Google: Facebook creating a new area. Standards can be beneficial because they can establish a market for everybody.</p>
<p>Deals before and after the launch of FB Platform.</p>
<p>MySpace: Open social extensions enable them to choose whenever they need to play along with standards or go their own route.</p>
<p>MySpace: Arrogant to think they can do better than the developers. As we expand music venture, going to make music data available to both internal and external vendors.</p>
<p>SixApart: Too much variation in API&#8217;s for OpenSocial, photos in Flickr vs. MySpace photos.</p>
<p>Google: Api&#8217;s for Apps on a platform!</p>
<p>Facebook: There are amazing Verticals that have not ben tapped yet. Sports, Productivity, etc.</p>
<p>SixApart: Our app competes with our own beacon notification.</p>
<p>FaceBook: Distribution is the big mess. Lots of rules to figure out.</p>
<p>Bebo: Building a marketplace. Looking into other verticals. How can apps help us and how can we help them? Partnerships cannot be to narrowly focussed, such as with  a single video game company.</p>
<p>Facebook: Reputation system for Apps. User experience. Different types of distro opps depending on how users perceive the apps. Help users understand how to give feedback. Algorithmic as possible as opposed to taking an editorial role.</p>
<p>How are you going to change the mentality o developers to cooperation?</p>
<p>Bebo: Ensuring that viral channels work. Developers will try to game those channels. Promote and reward the most engaging apps. Focus on building a compelling product as opposed to trying to spam users.</p>
<p>MySpace: Lineage of people trying to game the system. App that sends external email to users. Mail spam is not like social spam. Apps getting chatty&#8230;</p>
<p>FaceBook: I think that in any system there&#8217;s arbitrage. Same behavior in any market place or system. Our job to be in service of the user. Some apps do need to send a whole bunch of emails. EX: Causes is doing a positive thing and  FB wants to encourage that. Some apps have a low threshold, others need to send a lot of notifications. How do we set rules and create incentives for the developers while maintaining a good user experience?</p>
<p>Google: Open social has a wide set of viral channels available. Each network chooses which channels to utilize. Google likes to se the word &#8220;organic&#8221; instead of &#8220;viral&#8221;. Channels: Activity Stream and Messages</p>
<p>Facebook: Apps that focus on viral growth grow fast and die fast.</p>
<p>User Experience</p>
<p>Facebook: Apps often viral, but lacking social.</p>
<p>Monetization:</p>
<p>MySpace: Apps need a large install base. Focus on Self-Serve and hyper-targeting. Testing categories in hyper-targeting.</p>
<p>Bebo: Anyone trying to build a marketplace has to think about monetization. How can we ashare data that helps the developer monetize? Over the next year, a lot of cool new developments and innovations. </p>
<p>Facebook: 2008 a big year for monetization. FB working on social commerce. Commerce engine, payments.   Fluff Friends, etc using virtual currencies.</p>
<p>Sixapart: MAKE IT EASY FOR THE DEVELOPER! Controlled extensibility. Far too difficult.</p>
<p>Google: BTW, We already have monetization, AdSense and Google Checkout.</p>
<p>Bebo: Downtime? Uh, downtime sucks.</p>
<p>Sixapart: We have FOAF and XFN woo hoo!</p>
<p>Facebook: What does it mean when a user wants to move data around? Should we be threatened? Trying to emphasize &#8220;privacy portability&#8221; as a way to make &#8220;data portability&#8221; sound risky.</p>
<p>Sixapart: FB doesn&#8217;t care about portability, all talk. Not really &#8211; all talk about portability is just talk. True portability will come naturally.</p>
]]></content:encoded>
			<wfw:commentRss>http://josemiguelhernandez.com/b/?feed=rss2&amp;p=48</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NewTeeVee Live: Part 1</title>
		<link>http://josemiguelhernandez.com/b/?p=49</link>
		<comments>http://josemiguelhernandez.com/b/?p=49#comments</comments>
		<pubDate>Wed, 14 Nov 2007 12:45:00 +0000</pubDate>
		<dc:creator>Jose</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-3363192.post-7727882055664699947</guid>
		<description><![CDATA[Today I&#8217;m sitting in on the NewTeeVee Live Conference. Here are my notes:
12:15 PM &#8211; Search and Discovery Face OffFinding what you&#8217;re looking for, or what you aren&#8217;t

Garrett Camp StumbleUpon
Mary Hodder Dabble
Adam Singolda Taboola
Tim Tuttle Truveo
Alex Vikati CastTV

This session pulls together a panel of experts from various video sharing sites and search engines to discuss [...]]]></description>
			<content:encoded><![CDATA[<p>Today I&#8217;m sitting in on the NewTeeVee Live Conference. Here are my notes:</p>
<p>12:15 PM<span style="font-weight: bold;"> &#8211; </span>Search and Discovery Face Off<br />Finding what you&#8217;re looking for, or what you aren&#8217;t
<ul>
<li><a href="http://live.newteevee.com/speakers#garret_camp">Garrett Camp</a> StumbleUpon</li>
<li><a href="http://live.newteevee.com/speakers#mary_hodder">Mary Hodder</a> Dabble</li>
<li><a href="http://live.newteevee.com/speakers#adam_singolda">Adam Singolda</a> Taboola</li>
<li><a href="http://live.newteevee.com/speakers#tim_tuttle">Tim Tuttle</a> Truveo</li>
<li><a href="http://live.newteevee.com/speakers#alex_vikati">Alex Vikati</a> CastTV</li>
</ul>
<p>This session pulls together a panel of experts from various video sharing sites and search engines to discuss making video search and discovery more relevant.</p>
<p>Mary Hodder estimates that there are 300 million videos on the web and 350,000 uploaded per day. &#8220;Discovery is 80% of the problem&#8221;.</p>
<p>Evolution: from downloading video files to hosting a player to syndicating a feed of players.</p>
<p>Garrett: &#8220;People don&#8217;t always know what they want&#8221;, hence the notion of flipping channels.</p>
<p>Mary Hodder: Users characterize and describe videos differently than publishers.</p>
<p>Tim: Search and metadata has improved vastly over the last few years.</p>
<p>Signal processing, OCR is not practical on hundreds of millions of videos on a daily basis.</p>
<p>Garrett: Looking onto the Nintendo wii as a set top ITV box.</p>
<p>Tim: API&#8217;s are powerful, but no developers have yet used them to to bring the Truveo experience to a set-top box.</p>
<p>Hodder: Youtube has gone from 50% at 100,000,000 views to 25% at 300,000,000 views. Digg &#8211; the percentage of videos coming from youtube has gone from 90% to maybe 10%.</p>
<p>Cast.TV: Fragmentation / Syndication is a headache/issue? The lines between search, discovery, browse are blurred.</p>
<p>StumbleUpon is the winner of the faceoff at 33% &#8211; audience poll of most likely to use for discovery. Truveo is 2nd.</p>
<p>My Opinion: Metadata is key and the exchange thereof will evolve to become a commodity exchange. 2nd tier video sites have a chance if they can find their niche and become relevant on distribution networks such as Digg, StumbleUpon, Bebo, FB, etc. These publishers need to provide as much meta-data as possible to the distribution networks and secure the return of metadata from those sites whenever possible. In Bebo&#8217;s case, a publisher such as crackle should bring as much relevance as possible to the actual Bebo community based on what other bebo users are watching on crackle. How this is facilitad is up to both sides to build out API&#8217;s, to swap data and yet maintain user privacy standards at the same time. StumbleUpon is on the right path.</p>
]]></content:encoded>
			<wfw:commentRss>http://josemiguelhernandez.com/b/?feed=rss2&amp;p=49</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Voices That Matter: Andy Clarke</title>
		<link>http://josemiguelhernandez.com/b/?p=50</link>
		<comments>http://josemiguelhernandez.com/b/?p=50#comments</comments>
		<pubDate>Mon, 22 Oct 2007 13:44:00 +0000</pubDate>
		<dc:creator>Jose</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-3363192.post-4795861753975807812</guid>
		<description><![CDATA[This afternoon I am sitting in a workshop with Andy Clarke,  author of  Transcending CSS.
Mentioned:

Ryan Carson, UK
Jeffery Zeldman, Happy Cog
Eric Meyer, Complex Spiral
Jason Santa Maria, Happy Cog
Dave Shea, Mezzoblue.com
Steven Champeon, hesketh.com
Nate Koechley, Yahoo
Microformats: Hcard

Intermission: had a cigarette with Andy, whose son apparently uses Bebo and not Facebook or MySpace.
Why would you use div[id="content_main"] [...]]]></description>
			<content:encoded><![CDATA[<p>This afternoon I am sitting in a workshop with <a href="http://www.stuffandnonsense.co.uk/">Andy Clarke</a>,  author of  <a href="http://www.transcendingcss.com/">Transcending CSS</a>.</p>
<p>Mentioned:
<ul>
<li><a href="http://www.carsonified.com/">Ryan Carson</a>, UK</li>
<li>Jeffery Zeldman, Happy Cog</li>
<li>Eric Meyer, Complex Spiral</li>
<li>Jason Santa Maria, Happy Cog</li>
<li>Dave Shea, Mezzoblue.com</li>
<li>Steven Champeon, <a href="http://hesketh.com/">hesketh.com</a></li>
<li>Nate Koechley, <a href="http://developer.yahoo.com/yui/articles/gbs/index.html">Yahoo</a></li>
<li>Microformats: <a href="http://microformats.org/wiki/hcard">Hcard</a></li>
</ul>
<p>Intermission: had a cigarette with Andy, whose son apparently uses <a href="http://bebo.com/">Bebo</a> and not Facebook or MySpace.</p>
<p>Why would you use <code>div[id="content_main"]</code> instead of <code>div#content_main</code>?<br />To enable branching from older browsers to newer browsers. Exactly which browsers belong in which branch?</p>
<p>Getting into Specificity, apparently only a few of the designers in the room actually know what it is <span style="font-style: italic;">and</span> how it works. This is an interview question that I use to test designers applying to Bebo.</p>
<p>Mentioned:<br /><a href="http://www.stuffandnonsense.co.uk/archives/css_specificity_wars.html">Specificity Wars</a></p>
<p>Using Attribute sub-string selectors to generate content:
<ul>
<li>E[foo~="bar"]</li>
<li>E[foo^="bar"]</li>
<li>E[foo$="bar"]</li>
<li>E[foo*="bar"]</li>
</ul>
<p>Pseudo elements and classes:
<ul>
<li>li:last-child {}</li>
<li>p:first-line {}</li>
</ul>
<p>and on&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://josemiguelhernandez.com/b/?feed=rss2&amp;p=50</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video Egg App Camp, Part 2</title>
		<link>http://josemiguelhernandez.com/b/?p=51</link>
		<comments>http://josemiguelhernandez.com/b/?p=51#comments</comments>
		<pubDate>Sat, 20 Oct 2007 14:31:00 +0000</pubDate>
		<dc:creator>Jose</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-3363192.post-823181012560802584</guid>
		<description><![CDATA[ Session 3: Next Generation Advertising on Apps
Television advertising is treated as a commodity, that helps the industry scale.
Marketing expert says:

Cross-platform standardization is necessary,
There are two types of advertisers &#8211; those who will take risks and the other 98%. 
Try to think in all mediums, not just online (billboards, print, TV).
Standardization of: creative, cpm.
Reach and [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-weight: bold;"> Session 3: Next Generation Advertising on Apps</span></p>
<p>Television advertising is treated as a commodity, that helps the industry scale.</p>
<p>Marketing expert says:
<ul>
<li>Cross-platform standardization is necessary,</li>
<li>There are two types of advertisers &#8211; those who will take risks and the other 98%. </li>
<li>Try to think in all mediums, not just online (billboards, print, TV).</li>
<li>Standardization of: creative, cpm.</li>
<li>Reach and frequency are vital.</li>
<li>How do you engage and repeat the message in different and creative ways?</li>
</ul>
<p>How do you reliably create word of mouth advertising?</p>
<p><span style="font-weight: bold;"> Session 5: Opening your API</span></p>
<p>Facebook platform is a &#8220;reverse API&#8221;<br />API: data, logic, presentation, control</p>
<p>The only way you get developers to use your stuff is to educate them and encourage communication and collaboration.</p>
<p>Application Gallery &#8211; very important for seeding ideas.</p>
<p>Developer applies for key (not by email). Key is initially limited, increased access later based on business logic.</p>
<p><a href="http://mashery.com/">Mashery</a> competes with the internal CTO. Any company can build this, but development cost is about 3-6 months.<br /><a href="http://userplane.com"><br />Userplane</a> has an API, on over 200,000 websites.</p>
<p>Caching and load balancing can dramatically improve the efficiency of calls being made to an API.</p>
<p>The &#8220;secret sauce&#8221; is in the data or logic, not the presentation &#8211; Except for facebook.</p>
<p>Next: Open Bar, the only reliable development platform.</p>
]]></content:encoded>
			<wfw:commentRss>http://josemiguelhernandez.com/b/?feed=rss2&amp;p=51</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Video Egg App Camp, Part 1</title>
		<link>http://josemiguelhernandez.com/b/?p=52</link>
		<comments>http://josemiguelhernandez.com/b/?p=52#comments</comments>
		<pubDate>Sat, 20 Oct 2007 12:54:00 +0000</pubDate>
		<dc:creator>Jose</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-3363192.post-751677171621653485</guid>
		<description><![CDATA[Today I am kicking it at VideoEgg, drinking lots of coffee and sitting in on a few sessions &#8211; part of the VideoEgg App Camp. As an unofficial representative of Bebo, my goal today is to learn as much as I can about the Application Platform business that has boomed on Facebook over the last [...]]]></description>
			<content:encoded><![CDATA[<p>Today I am kicking it at VideoEgg, drinking lots of coffee and sitting in on a few sessions &#8211; part of the <a href="http://appcamp.wordpress.com/">VideoEgg App Camp</a>. As an unofficial representative of Bebo, my goal today is to learn as much as I can about the Application Platform business that has boomed on Facebook over the last few months. Here are my notes:</p>
<p><span style="font-weight: bold;">Session 1: Monetizing Apps through Advertising.</span></p>
<p>Monetizing Apps through traditional methods:
<ul>
<li>Referrals / CPI</li>
<li>CPM / CPC</li>
<li>Leadgen?</li>
</ul>
<p>Which app types are going to be the most successful, categorically?
<ul>
<li>casual gaming?</li>
<li>Media apps</li>
<li>Utility apps &#8211; no</li>
</ul>
<p>Do different demographics like different apps?</p>
<p>Is Group-based app activity vital?
<ul>
<li>Groups are successful on myspace.</li>
<li>Groups platform not robust enough on Facebook</li>
<li>Integrating groups into the app experience can improve </li>
</ul>
<p>Jerry Ablan, pogostick
<ul>
<li>Harry Potter App &#8211; Which character are you? 40,000 new users per day.</li>
<li>High Turnover = good for business?</li>
<li>Doesn&#8217;t care about advertiser needs, why should he? </li>
</ul>
<p>App developers may trade referrals from one platform for boosted distribution on other platforms&#8230;</p>
<p><span style="font-weight: bold;">Session 2: Valuing, buying and selling Apps.</span></p>
<p><a href="http://adonomics.com/">Adonomics</a>, valuation system/market for apps.
<ul>
<li>Dramatic Whitespace, $700</li>
<li>Favorite peeps vs. Top friends 10&#8217;s o millions of dollars. </li>
<li>App developers will pay on average $0.50 per install</li>
</ul>
<p>Developers often avoid using ads initially, but why?
<ul>
<li>Troy thinks that most users will not react negatively to ads.</li>
<li>Developers are leaving money on the table. </li>
</ul>
<p>What is the critical mass for a Social Network App to become highly valuable?
<ul>
<li>Number of registered users</li>
<li>Number of active users</li>
<li>Number of page views or interactions</li>
<li>Growth rate</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://josemiguelhernandez.com/b/?feed=rss2&amp;p=52</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Central Coast Code Camp</title>
		<link>http://josemiguelhernandez.com/b/?p=53</link>
		<comments>http://josemiguelhernandez.com/b/?p=53#comments</comments>
		<pubDate>Sat, 22 Sep 2007 11:14:00 +0000</pubDate>
		<dc:creator>Jose</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-3363192.post-3688216350422492204</guid>
		<description><![CDATA[This weekend I am attending the first annual Central Coast Code Camp in San Luis Obispo at the Embassy Suites Hotel, presented by Softec. Here are some of the sessions I am interested in:

Building an XBox 360 game in an hour
Building Marketplace Apps using Amazon Flexible Payments in .NET
Game 2.0 &#8211; How the Web is [...]]]></description>
			<content:encoded><![CDATA[<p>This weekend I am attending the first annual <a href="http://www.centralcoastcodecamp.com/">Central Coast Code Camp</a> in San Luis Obispo at the <a href="http://embassysuites1.hilton.com/en_US/es/hotel/SLOCAES-Embassy-Suites-San-Luis-Obispo-California/index.do">Embassy Suites Hotel</a>, presented by <a href="http://softec.org/">Softec.</a> Here are some of the sessions I am interested in:</p>
<ul>
<li>Building an XBox 360 game in an hour</li>
<li>Building Marketplace Apps using Amazon Flexible Payments in .NET</li>
<li>Game 2.0 &#8211; How the Web is influencing the game</li>
<li>Patent Portfolio Development and Use</li>
<li>Ruby on Rails</li>
<li>Social Media as Trading Cards</li>
</ul>
<p>~jose</p>
<p>NOTE: this is an old post, for some reason it never went live.</p>
]]></content:encoded>
			<wfw:commentRss>http://josemiguelhernandez.com/b/?feed=rss2&amp;p=53</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Me and gramps</title>
		<link>http://josemiguelhernandez.com/b/?p=54</link>
		<comments>http://josemiguelhernandez.com/b/?p=54#comments</comments>
		<pubDate>Thu, 16 Aug 2007 16:05:00 +0000</pubDate>
		<dc:creator>Jose</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-3363192.post-5297039563444603982</guid>
		<description><![CDATA[Me and gramps Originally uploaded by jozecuervo.
I miss my gramps.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/jozecuervo/192156961/" title="photo sharing"><img src="http://farm1.static.flickr.com/73/192156961_0623216a8e_m.jpg" alt="" style="border: solid 2px #000000;" /></a><br /><span style="font-size: 0.9em; margin-top: 0px;"><a href="http://www.flickr.com/photos/jozecuervo/192156961/">Me and gramps</a> <br />Originally uploaded by <a href="http://www.flickr.com/people/jozecuervo/">jozecuervo</a>.</span><br clear="all" />
<p>I miss my gramps.</p>
]]></content:encoded>
			<wfw:commentRss>http://josemiguelhernandez.com/b/?feed=rss2&amp;p=54</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
