<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>MisfitGeek  (Joe Stagner)</title>
	<atom:link href="http://www.misfitgeek.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.misfitgeek.com</link>
	<description>The Original Opinionated Misfit Geek !</description>
	<lastBuildDate>Wed, 25 Jan 2012 15:30:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Where are you Joe ?</title>
		<link>http://www.misfitgeek.com/2012/01/where-are-you-joe/</link>
		<comments>http://www.misfitgeek.com/2012/01/where-are-you-joe/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 15:30:30 +0000</pubDate>
		<dc:creator>JoeStagner</dc:creator>
				<category><![CDATA[Op-Ed]]></category>

		<guid isPermaLink="false">http://www.misfitgeek.com/?p=4648</guid>
		<description><![CDATA[I&#8217;ve had a couple of email recently asking what I&#8217;m up to. Which, of course, means that I&#8217;ve been remis with my blogging. I&#8217;ve been traveling, sick, growing ever sicker of tooth problems, etc. &#8211; but I&#8217;ve also been immersed HTML5 App building and helping organizations all around the world get started in building Apps [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had a couple of email recently asking what I&#8217;m up to.</p>
<p>Which, of course, means that I&#8217;ve been remis with my blogging.</p>
<p>I&#8217;ve been traveling, sick, growing ever sicker of tooth problems, etc. &#8211; but I&#8217;ve also been immersed HTML5 App building and helping organizations all around the world get started in building Apps for the Mozilla App store. (https://developer.mozilla.org/en/Apps/Getting_Started)</p>
<p>I still get an email or two a day from people who are just realizing that I&#8217;ve left Microsoft.</p>
<p>I&#8217;m planning to getting back to writing articles and doing videos in the next few weeks. Though I won&#8217;t be doing ASP.NET.)</p>
<p>So, feel free to post your thoughts on what content I should work on.</p>
<p>I&#8217;m planning an HTML5 podcast as well.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.misfitgeek.com/2012/01/where-are-you-joe/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Building Apps and deploying them from GitHub</title>
		<link>http://www.misfitgeek.com/2011/12/serving-apps-from-github/</link>
		<comments>http://www.misfitgeek.com/2011/12/serving-apps-from-github/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 17:51:32 +0000</pubDate>
		<dc:creator>JoeStagner</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.misfitgeek.com/?p=4607</guid>
		<description><![CDATA[Those guys at GitHub have always been forward thinking and Open friendly ! So you ave probably heard that Mozilla is getting into &#8220;Apps&#8221; in a big way (https://apps.mozillalabs.com/) There are couple of things about HTML5 apps that are different than conventional native apps. First, because they are web technology they want to live somewhere [...]]]></description>
			<content:encoded><![CDATA[<p>Those guys at <a href="https://github.com/">GitHub </a>have always been forward thinking and Open friendly !</p>
<p>So you ave probably heard that Mozilla is getting into &#8220;Apps&#8221; in a big way (<a href="https://apps.mozillalabs.com/">https://apps.mozillalabs.com/</a>)</p>
<p>There are couple of things about HTML5 apps that are different than conventional native apps.</p>
<p>First, because they are web technology they want to live somewhere on the web. Second, each app has a manifest (<a href="https://developer.mozilla.org/en/Apps/Manifest">https://developer.mozilla.org/en/Apps/Manifest</a>) and that manifest needs to be served with a new, specific MIME type.</p>
<p>Now, if you self host on Linux this is trivial. You can just add an entry to the .htaccess file, but if you don&#8217;t want your app to have it&#8217;s own web presence there is another option.</p>
<p>This clever guy on my team, Rob Hawkes (<a href="http://rawkes.com/">http://rawkes.com/)</a> is the Developer Community Gaming Lean on my team and he  worked with GitHub to add the ability to serve Mozilla Apps Manifests directly from your GitHub repository.</p>
<p>COOL !</p>
<p>Then, an independent game developer, Jerome Etienne (<a href="http://jetienne.com/">http://jetienne.com/</a>) tested it by publishing a game in the Mozilla Labs Developer Preview Apps Store.</p>
<p>The game is called marbleSoccer and the GitHub is here -<a href="https://github.com/jeromeetienne/marbleSoccer "> https://github.com/jeromeetienne/marbleSoccer </a></p>
<p>To install and run the game, start by installing the Mozilla Labs Apps  Runtime (we&#8217;re in preview, this step won&#8217;t always be necessary)</p>
<p><img class="alignnone" title="InstallFFAppsAdOnn.png" src="http://misfitgeek.com/postimages/InstallFFAppsAdOnn.png" alt="" width="520" height="401" /></p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/app-runtime/" target="_blank">https://addons.mozilla.org/en-US/firefox/addon/app-runtime/ </a></p>
<p>Then you need to log in to the store at :</p>
<p><img class="alignnone" title="MozAppsStoreLogIn.png" src="http://misfitgeek.com/postimages/MozAppsStoreLogIn.png" alt="" width="520" height="241" /></p>
<p>You need a BrowserID to log in (which everyone should want to have, anyway) <img src='http://www.misfitgeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>https://browserid.org/</p>
<p><img class="alignnone" title="BrowserID-Mozilla-Firefox019.png" src="http://misfitgeek.com/postimages/BrowserID-Mozilla-Firefox019.png" alt="" width="520" height="324" /></p>
<p>After logging in search the store for MarbleSoccer.</p>
<p><img class="alignnone" title="FindMarbleSoccer.png" src="http://misfitgeek.com/postimages/FindMarbleSoccer.png" alt="" width="520" height="321" /></p>
<p>Once you have it installed you&#8217;re good to go.</p>
<p><img class="alignnone" title="PlayingMarbleSoccer.png" src="http://misfitgeek.com/postimages/PlayingMarbleSoccer.png" alt="" width="520" height="325" /></p>
<p>There you go &#8211; game installed and running &#8211; hosted at GitHub</p>
<p>Great job guys !</p>
<p>&nbsp;</p>
<hr />
]]></content:encoded>
			<wfw:commentRss>http://www.misfitgeek.com/2011/12/serving-apps-from-github/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>I Moved ! &#8211; Selecting a New Hosting Provider</title>
		<link>http://www.misfitgeek.com/2011/12/selecting-a-new-hosting-provider/</link>
		<comments>http://www.misfitgeek.com/2011/12/selecting-a-new-hosting-provider/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 16:33:06 +0000</pubDate>
		<dc:creator>JoeStagner</dc:creator>
				<category><![CDATA[Op-Ed]]></category>

		<guid isPermaLink="false">http://www.misfitgeek.com/?p=4602</guid>
		<description><![CDATA[I woke up this morning to a series of email and Twitter messages letting me know that my web site (www.MisfitGeek.com) was gone ! My site was (until this afternoon) hosted at Site5. (http://www.site5.com/) Now, I&#8217;m going to tell you what happened and how Site5&#8242;s process makes them an undesirable choice for my needs. Before [...]]]></description>
			<content:encoded><![CDATA[<p>I woke up this morning to a series of email and Twitter messages letting me know that my web site (<a href="../">www.MisfitGeek.com</a>) was gone !</p>
<p>My site was (until this afternoon) hosted at Site5. (<a href="http://www.site5.com/">http://www.site5.com/</a>) Now, I&#8217;m going to tell you what happened and how Site5&#8242;s process makes them an undesirable choice for my needs. Before I do that – a disclaimer. Site5 is a pretty good service with good folks working there. They did restore my site and engaged me in public discussion on Twitter about the event and their desire to help me. I don&#8217;t “blame them” per se. They have emailed asking to discuss what happened and how they could improve their services.</p>
<p>Running a high quality, low cost hosting service is very difficult, especially the “service” part. The hosting business is based on low margin and high volume. Each support person on parole causes a distinct increase in the shared hosting site density required to turn a profit. I do sympathize.</p>
<p>So here is what happened.</p>
<p>After receiving notices from my Tweeples that my site was down I logged in to my Site5 hosting account and they had opened a support ticket telling me they had turned off web access to my site due to “excessive CPU utilization”.</p>
<p>My Site5 account is “Unlimited” storage and bandwidth, but it&#8217;s a shared account, so if my disk space / band width use causes too much CPU use &#8211; it&#8217;s a problem.</p>
<p>There is no phone number for direct support so I went to the Site5 site to use “on-line” chat. Unfortunately, Site5&#8242;s on-line chat was “not available”.</p>
<p>So I added a reply to the support ticket and waited.</p>
<p>Site5 later replied that my site was turned off due to too many requests for the index.php page of my WordPress blog from a single IP address in Hungary. They explained that they only turn off a site as a last resort and they had to do it because it was a shared account and the CPU use was effecting the performance of other sites on the machine.</p>
<p>Fair enough.</p>
<p>Now, my web site isn&#8217;t important, like, say FEMA or CNN, but it&#8217;s part of how I feed my family so a default support policy of unplugging my site because ONE IP ADDRESS is spamming my site with requests seems like a really poor support policy.</p>
<p>It&#8217;s also not the first time I&#8217;ve experienced a DoS attack against one of my blogs and I&#8217;ve never had a host simply turn off my site as a result. While Site5 support said it was a “last resort” no one could tell me what steps had been made BEFORE turning off my site to attempt to solve the problem.</p>
<p>Not only was my site unplugged, but it was done in an “ugly” way. Visitors did not get a temporary landing page telling them there was a temporary problem, visitors didn&#8217;t even see an error. It just looked like the site had been deleted.</p>
<p>Site5 first suggested that the inex.php page was the problem and it was probably because I had added a new plug-in to my WordPress instance. They instructed me to try installing a cache plugin for WordPress. (I hadn&#8217;t added a plugin to WordPress since it&#8217;s original installation.)</p>
<p>Then they explained that they had identified the inbound request flood from a single IP address – which again made me wonder what other actions had been attempted before executing the “last resort” of unplugging my site.</p>
<p>I later got a detailed explanation of how difficult it is to identify attacks in real time. I&#8217;m sure the person who emailed me was not aware that 5 of my 10 years at Microsoft were spent focusing largely on cyber-security and I thought offering to help him implement a strategy to identify such attacks would not be well received. In fact, when I ran Microsoft&#8217;s ASP.NET site we identified DoS attempts on an almost daily basis and other “entry level” hosting providers have been able to do so with my accounts as well.</p>
<p>I was also told that even if they had identified the source of the issue they would block an IP address because that could be “bad”.</p>
<p>Still, it wasn&#8217;t this one time issue – in and of itself – that caused me to change service providers.</p>
<p>I was worried about the NEXT TIME.</p>
<p>Site5 turned my site off as a “last resort” but wasn&#8217;t able to explain what other steps were attempted.</p>
<p>Visitors to my site received NOTHING – no, “Temporarily Off Line” message, nothing !</p>
<p>Doesn&#8217;t that mean that anyone who was so inclined could cause anyone else&#8217;s site, if it was hosted at Site5, to be turned of by simple flooding it with requests. Even when the requests stop, my site is still down. Why not block the IP spammer ?</p>
<p>Anyway, I kept trying to gat someone on support chat, sometime later I did. I was told that Tier 1 did not have authority to actually make changes to my account (like turn web access back on) and that someone else was “looking into” what was going on, but customers weren&#8217;t allowed to talk to “those” support people.</p>
<p>I also found it bothersome that the problem was being looked into only AFTER turning my account off.</p>
<p>After some dialog I understood that the on-line support people serve as middle-men who can not touch an account and that “higher level” support staff and managers do not talk to customers on the phone or chat with them directly. My only recourse was to wait until someone replied to my question on the support ticket.</p>
<p>After complaining via the support ticket system and an ongoing conversation on twitter, the service manager emailed me to say that he was sorry and he explained that, while they could tell the problem was coming from a Hungarian IP Address after the fact, apparently their real time monitoring is not sophisticated enough to identify such an attack in real time. He also told me that they wouldn&#8217;t block an IP address under such circumstances as that might have negative results, though I can&#8217;t see how they feel turning of my entire site was a less negative result that blocking a single IP address that had been identified as flooding my site.</p>
<p>As I&#8217;m 100% focused on the HTML5 Apps space this is especially problematic for me. Turning a site off completely could have cascading negative effects if I&#8217;m using that site to host an App being distributed through store and would make it easy for competitors and objectors to kill my App&#8217;s success simply by spamming my home page. (Which, by the way is so trivial easy to do, and script kiddie can do it and it&#8217;s pretty easy to do it anonymously as well.)</p>
<p>So, while the folks at Site5 were very nice, the fact that turning off a site in this manner, in response to a fairly common issue – coupled with the fact that there is no way to interact in real time with someone who has the authority to make a change on my account – simply makes this level of service less than my minimum requirement.</p>
<p>This is especially true as I start developing guidance for Apps developers and making hosting recommendations.</p>
<p>I don&#8217;t mean to sound overly harsh about Site5. Most people wouldn&#8217;t ever experience this problem. My Mom&#8217;s blog doesn&#8217;t get that much traffic and she&#8217;s not likely to attract the attention of someone who would try to mess with were web site. I wouldn&#8217;t hesitate to recommend Site5 with those criteria.</p>
<p>But, service needs vary.</p>
<p>So &#8211; I&#8217;m researching a number of options for hosting HTML5 “Apps” but in the mean time I needed to move my site to a host where the events I experienced today would not be repeated.</p>
<p>Over he past decade I&#8217;ve used hosting services from more than a dozen companies, most of the economically priced ones have been poor performers in the customer service and up-time departments.</p>
<p>Though I already have a reseller account at another hosting provider (which I&#8217;ve had for 6 or 7 years) I originally set up an account at Site5 because they advertised unlimited bandwidth and I was leaving Microsoft so I needed a place to host podcast audio files.</p>
<p>I made a list of features I wanted in a hosting company and discovered that one of my existing hosts already met my criteria and I&#8217;ve had 7 years of great service experience with them.</p>
<p>So, what is my hosting criteria ?</p>
<ul>
<li>A wide variety of Individual Shared, Reseller, Virtual Private and MANAGED Virtual Private, and Dedicated account options with multiple levels for each and reasonable pricing at each level</li>
<li>The ability to move domains between account types and assistance available to do so.</li>
<li>The ability to have my own custom NDS names.</li>
<li>Support for developing apps with PHP, Python / Django, Perl, Ruby Rails, and NODE.js</li>
<li>Multiple Database options</li>
<li>A guaranteed service level (99% up time, etc)</li>
<li>A support ticket system.</li>
<li>On-line chat support that is ALWAYS manned.</li>
<li>Telephone support options for when things are really critical.</li>
</ul>
<p>Then there are some additional “nice to have” items.</p>
<ul>
<li>Shared SSL Support</li>
<li>Individual SSL options</li>
<li>Source Control Hosting Options</li>
<li>Free default WebMail</li>
<li>Customizable Control Panel</li>
<li>Some kind of domain / account manager</li>
<li>SSH access</li>
</ul>
<p>It turns out that I&#8217;m already using a hosting company that meets all those critera – though I didn&#8217;t realise it until yesterday.</p>
<p>The company is A2 Hosting &#8211; <a href="http://www.a2hosting.com/">http://www.a2hosting.com/</a></p>
<p>Now let me be clear. I&#8217;ve been using A2 for 6-7 years. I started using them while working at Microsoft so I kept my use of their Linux based hosting pretty quiet. A2 has never provided me with any incentive to endorse them in any way, they don&#8217;t know I&#8217;m writing this, and I have always paid full retail prioce for the services that I have received from them – so my experience as a customer has been the same that you or anyone else is likely to experience.</p>
<p>When I signed up for my A2 “reseller” account it was because I wanted to host a bunch of little web sites and didn&#8217;t want to have a bunch of different accounts. Though I have a reseller account, I only use it to host my own sites. I choose A2 because I though their reseller account offered a lot for a very reasonable price. Because of the way that I started with them I guess I always thought of them as a “low end” provider.</p>
<p>I signed up for Site5 because of their unlimited bandwidth option.</p>
<p>As I started yesterday researching an alternative, I remembered the great service I&#8217;ve received from A2.</p>
<p>My A2 account is a “low cost” account, and there HAVE been issues and down time. But in all the years I&#8217;ve used them any issue has been solved quickly.</p>
<p>There is always someone in the on-line chat support and that someone can actually solve problems. IN fact, the chat based support people are so good – in all the years I&#8217;ve hosted with them I&#8217;ve never had to call the 24/7/365 phone based tech support.</p>
<p>They have always known what was happening and what the eta to fix it was – or they could do it themselves.</p>
<p>I couldn’t remember the last time I had been to the A2 web site – they&#8217;ve added lots of services.</p>
<p>They now have hosting starting at $3.35 a month (unlimited disk and bandwidth) all the way up to high end, managed, dedicated servers with Cloud options.</p>
<p>So I moved my blog before it was even back on line at Site. It took me about 30 minutes to get all the content,the code and the database moved. There was one thing I couldn&#8217;t figure out because the DNS change had not propagated yet, but I chatted the on-line support and Erin had the answer (thanks Erin) !</p>
<p>My web sites are often PHP apps like WordPress or Drupal but my Apps stuff is moving towards Node.js and Python – I was thrilled to discover that A2 supports both. <img src='http://www.misfitgeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So for now I&#8217;ve consolidated all my hosted stuff to A2. (I still need to choose a Cloud based PaaS provider for some work.)</p>
<p>I&#8217;ll be using A2 for a bunch of my Apps learning content since my account gives me the flexibility to create sub domains for all the test apps I want to build. Heck, with Virtual Private instances starting at $13.95 per month I could even host test Apps with Java back ends if I really wanted to.</p>
<p>Anyway, I though this was a fairly significant experience and that sharing it might be useful to some of my readers.</p>
<p>Choosing a hosting company is a bit like cheering for your favorite sports team.</p>
<p>Either : Mine is the best and yours sucks!</p>
<p>Or: Yours sucks and mine sucks TOO !</p>
<p>And: If you ask me tomorrow I may feel differently about mine !</p>
<hr />
]]></content:encoded>
			<wfw:commentRss>http://www.misfitgeek.com/2011/12/selecting-a-new-hosting-provider/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Choosing a CSS Framework</title>
		<link>http://www.misfitgeek.com/2011/12/choosing-a-css-framework/</link>
		<comments>http://www.misfitgeek.com/2011/12/choosing-a-css-framework/#comments</comments>
		<pubDate>Sun, 18 Dec 2011 16:57:25 +0000</pubDate>
		<dc:creator>JoeStagner</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.misfitgeek.com/?p=4593</guid>
		<description><![CDATA[I&#8217;ve been building web applications since the beginning of the World Wide Web and yet I&#8217;ve never become very knowledgeable about CSS. I&#8217;ve listened to the arguments about page layout (styles versus tables) and hacked my way through enough CSS but always found myself more frustrated than enthralled. JavaScript frustrated me in the early days [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been building web applications since the beginning of the World Wide Web and yet I&#8217;ve never become very knowledgeable about CSS.</p>
<p><img class="alignnone" title="blueprint.jpg" src="http://misfitgeek.com/postimages/blueprint.jpg" alt="" width="500" height="385" /></p>
<p>I&#8217;ve listened to the arguments about page layout (styles versus tables) and hacked my way through enough CSS but always found myself more frustrated than enthralled.</p>
<p>JavaScript frustrated me in the early days too. Compared to C++, Java, C#, etc it left “dirty” to me but I&#8217;ve grown to enjoy and embrace JavaScript and I know that I need to do the same thing with CSS.</p>
<p>CSS is very powerful but you need embrace it to really Grok (http://en.wikipedia.org/wiki/Grok) it.</p>
<p>But, I have some issues :</p>
<ul>
<li>I&#8217;m in a hurry – I need to be building apps now.</li>
<li>I don&#8217;t think aesthetically – I&#8217;m a bits and bytes guy.</li>
<li>I&#8217;m a pragmatist – I don&#8217;t care about purist type elegance.</li>
</ul>
<p>So I&#8217;m choosing a “CSS Framework”.</p>
<p>If you search the web you can find lots of discussions about why NOT to use a CSS framework. Purists say that a CSS Framework is a contradiction in terms, but I suspect that 99% of developers doing significant client side work are using a CSS framework, even if their framework of choice is a collection of code that they wrote themselves (as opposed to someone else&#8217;s formal framework).</p>
<p>There are some basic criteria when choosing any framework.</p>
<ul>
<li>Rich Functionality</li>
<li>The flexibility to extend and modify features</li>
<li>Understandable code</li>
<li>Good Documentation</li>
<li>Good usage examples</li>
<li>A vibrant community</li>
<li>An implementation that works the way I want to work</li>
</ul>
<p>When it comes to choosing a CSS framework there are some additional criteria.</p>
<ul>
<li>Reset Strategy</li>
<li>Typography Implementation</li>
<li>Semantic Naming</li>
</ul>
<p>Especially “Semantic Naming” becomes incredibly important the more complex your markup becomes.</p>
<p>There is a cyclic relationship between HTML Elements as Identified by “Id”, CSS Classes that are applied to those elements and the JavaScript code that is executed against those elements, often that are found by way of the classes assigned to them.</p>
<p>Random naming of CSS classes or a set of naming conventions that lack logical value can turn the whole stack into a mess.</p>
<p>So, good naming strategy is crucial to a usable CSS framework and a way to customize naming in conjunction with your application&#8217;s problem domain is even better.</p>
<p>There are LOTS of CSS frameworks to choose from and several dozens of blog posts on the web listing the popular ones.</p>
<p>Rather than enumerate all the ones that I did NOT choose, I though I&#8217;d share some reasons for choosing the one that I did choose.</p>
<p><img class="alignnone" title="blueprint_css_logo.png" src="http://misfitgeek.com/postimages/blueprint_css_logo.png" alt="" width="412" height="100" /></p>
<p>My criteria seems to be best met by Blueprint CSS (<a href="http://blueprintcss.org/">http://blueprintcss.org/</a>)</p>
<ul>
<li>A CSS reset that eliminates the discrepancies across browsers.</li>
<li>CSS Reset based on Eric Meyer&#8217;s (http://meyerweb.com/eric/tools/css/reset/)</li>
<li>A solid grid that can support the most complex of layouts.</li>
<li>Typography CSS that implements a baseline grid.</li>
<li>Form styles.</li>
<li>Print styles.</li>
<li>A Plugin model and a collection of available plugins.</li>
<li>En ecosystem for use in different development. (WordPress, Drupal, etc)</li>
<li>Tools, editors, and templates.</li>
</ul>
<p>While the checklist seems complete is the combinatorial effect that we end up being interested in.</p>
<p>For example, using a CSS reset by itself nullifies browser defaults (which all tend to look different to the user) but using a CSS reset by itself, especially one as complete as Eric Meyer&#8217;s, means there is a lot of default behavior to be re-defined. Of course Blueprint CSS handles this for us.</p>
<p>For my needs there is one more very important feature of using Blueprint CSS.<br />
Blueprint CSS comes with a Ruby script that lets you customize Blueprint style sheets using your own semantic class names.</p>
<p>This isn&#8217;t a matter of purism for me. UI code and markup can get very complex and maintainability, as well as debugging, can be drastically effected by semantic naming.</p>
<p>Standard framework names like these :</p>
<hr />
<pre class="brush: xml; title: ; notranslate">
&lt;div class=&quot;span-9 last&quot;&gt;
&lt;div class=&quot;grid_6 alpha&quot;&gt;
</pre>
<hr />
<p>… are learn-able, but just have no RELATIVE meaning inside our own application.</p>
<p>Here is some good information on CSS Semantics and using the Blueprint CSS customizer.</p>
<p><a href="http://joshuaclayton.me/blueprints_compress_a_walkthrough.html">http://joshuaclayton.me/blueprints_compress_a_walkthrough.html</a><br />
<a href="http://www.sitepoint.com/css-frameworks-semantic-class-names/">http://www.sitepoint.com/css-frameworks-semantic-class-names/</a></p>
<p>More to come&#8230;..</p>
<hr />
]]></content:encoded>
			<wfw:commentRss>http://www.misfitgeek.com/2011/12/choosing-a-css-framework/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Building Apps with HTML5 &#8211; Desktop, Tablet, Phone !</title>
		<link>http://www.misfitgeek.com/2011/12/building-apps-with-html5/</link>
		<comments>http://www.misfitgeek.com/2011/12/building-apps-with-html5/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 21:04:35 +0000</pubDate>
		<dc:creator>JoeStagner</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.misfitgeek.com/?p=4579</guid>
		<description><![CDATA[Disclaimer : As a reminder, this post represents only my own personal opinion and is not presented as an endorsed or official position by anyone but myself. Few evolutions of developer technology have resulted in as much discussion and speculation as “HTML5”. In this post I’m going to write about building APPLICATIONS with HTML5, not [...]]]></description>
			<content:encoded><![CDATA[<p>Disclaimer : As a reminder, this post represents only my own personal opinion and is not presented as an endorsed or official position by anyone but myself.</p>
<p><img class="alignnone" title="HTML5_Logo2.jpg" src="http://misfitgeek.com/postimages/HTML5_Logo2.jpg" alt="" width="289" height="174" /></p>
<p>Few evolutions of developer technology have resulted in as much discussion and speculation as “HTML5”.</p>
<p>In this post I’m going to write about building APPLICATIONS with HTML5, not sites or pages.</p>
<p>Two weeks ago I was in London at the Apps World Conference where I witnessed an interesting dichotomy.  The few HTML5 sessions were PACKED. There wasn’t even standing room left. But, almost every other session included commentary to the effect that HTML5 is “nor ready for prime time, though it is going to be really important in two or three years.</p>
<p>If you’re a cross platform tools vender, out-source developer, or consulting shop working in the mobile application space, then that’s probably what you want to believe. (Or at least what you want the industry to believe.) If you’re a  “native” developer you’re probably in the same boat.</p>
<p>I’ve talked to many “Native” / desktop application developers over the years who just don’t like the “Web Stack”.  They tend to discount HTML5 out of hand.</p>
<p>You hear one liners like :</p>
<p>HTML5 Apps can’t get good performance.<br />
JavaScript sucks !<br />
You can’t access the necessary hardware in HTML5.<br />
You can’t optimize battery life in HTML5.</p>
<p>There is no question that there are some kinds of applications that you would not try to write using Web development technologies. You wouldn’t write Adobe Photoshop, Apple Final Cut Pro, or Audacity in JavaScript for example.</p>
<p>But I believe there are LOTS of applications that can be written in HTML5 / Web technologies and that there are significant advantages to doing so when your application scenario makes a Web stack appropriate.</p>
<p>Lets first fix what I think is a problem with the vocabulary.</p>
<p>“HTML5” is not really HTML 5.0. “HTML5” is a wave of technologies of which version 5 of the hypertext Markup language is only one part.</p>
<p>You can read the W3C HTML5 Draft Specification here : http://dev.w3.org/html5/spec/</p>
<p>While the HTML5 specification enhancements are important we, should be equally interested in the work being done by the What Working Group &#8211; http://www.whatwg.org/</p>
<p>But to get the whole picture we need to consider other evolutions in web technology as well.</p>
<p>There is the CSS3 specification &#8211; http://www.w3.org/Style/CSS/specs which is part of the wave.</p>
<p>I also think that jQuery is in important part of the piece, especially now that browser venders are leveraging the performance experience of other scripting language makers and building significant optimizations into their respective “Web Stacks”.</p>
<p>So, in this post I will refer all of the technologies that we would use to build a Web Standards Based Application collectively as “The Web Runtime”.</p>
<p>Before I start to talk about what we can to with The Web Runtime, let me suggest that none of the corporate entities will want you to believe that you can build great  applications that will thrill customers by using only standards based technologies.</p>
<p>Why ? Because web technology runs on every platform that matters, is not controlled by any single entity and can be delivered by a wide variety of mechanisms.</p>
<p>Apple wouldn&#8217;t be thrilled by the success of The Web Run Time. Apple changed both the phone and the information industry with iOS, but their sustained success is, at least partially, predicated on the head start they achieved by being first to the market space.</p>
<p>While (in my opinion) iOS, as a device operating system, is still slightly better than Android at this stage of Android’s evolution, it is only marginally so and Android is evolving rapidly. What’s more, the iPhone is no longer the number one phone from a hardware perspective.There are many Android phones that are more advanced. (Like the Galaxy S2 Skyrocket). Apple can’t innovate on the hardware as quickly as the entire phone and tablet manufacturing industry and folks have angst over whether or not Apple can keep up with the pace. Expected announcement of the iPhone 5 this fall never materialized.</p>
<p>Still, the iPhone is staying strong in the market because the “Apps” are there. iOS is a proprietary platform. Apps that run on iOS do not run anywhere else. For most consumers, the only way to get Apps on your iPhone or iPad is through the Apple store where Apple gets a good percentage of the purchase price, subscription fee or in application purchases. (Yes, we geeks can jailbreak or iPhones, but that does cause other concerns.)</p>
<p>If Web Runtime Apps started to enjoy adoption Apple would loose it’s head start as well as it’s monopoly on the sales and distribution process. Developers could build an application once and consumers could run that app on whatever great bit of hardware they wanted. Moving from one platform to another would be FAR less painful.</p>
<p>It’s been suggested to me that the performance of HTML/JavaScript in Safari on iOS has intentionally been made slower than it needs to be in order to help maintain the disparity between “Web Apps” and native iOS apps.</p>
<p>Microsoft probably wants “Web Runtime” applications to succeed even less.</p>
<p>Though Microsoft has more than one profitable product, Windows is still the mainstay of Microsoft’s revenue stream and the combination of Windows and Office (which has almost no success outside of Windows) probably still represent more than half of Microsoft annual revenue (thought that is a guess on my part).</p>
<p>Operating systems have nearly no direct value to the average consumer of computing devices (Servers, Laptops, Tables, Phones, TVs, etc) An operating system is only as interesting as the applications that are available to run on it.</p>
<p>In the early days of Microsoft Bill Gates and company had a brilliant long term success strategy of embracing developers and the development process to get them to target Windows for all kinds of applications.</p>
<p>That strategy has worked well. We had and CP/M and Apple computers well before the first PCs hit the street and the IBM PC with MS-DOS surpassed them all. We later got IBM’s OS2 and NextSTEP, which were technically better than the versions of Microsoft Windows that were available in their day, but did neither succeeded against Windows.</p>
<p>Even today, Apple’s OSX is a more consumer friendly Operating System than Windows,  and Linux is far more performant and stable than Windows, but yet Windows is far more popular than both OSX and Linux combined on the consumer’s desktop &#8211; why?</p>
<p>There are three reasons.</p>
<p>Application Availability. Microsoft has done a better job than Apple, or the Linux community, of exposing a set of developer technologies that make developing Windows Desktop applications easy enough for a broad variety of developers.<br />
Microsoft has grown monopolistic market share and successfully maintained it which makes Windows the largest potential market segment for application developers.<br />
They have leveraged their monopoly market share to manipulate the hardware OEM space to propagate that majority market share.<br />
<span id="more-4579"></span><br />
So, it makes sense that Microsoft would be extremely concerned about anything that helped bring rich, powerful cross platform applications to prominence in the industry. In the years I worked at Microsoft we often implemented a pseudo-embrace competitive strategy. We “embraced” the popularity of Java and then tried to subvert Java on Windows so that it would become a Windows specific technology. Apps written for Microsoft&#8217;s version of Java would not run anywhere but Windows.</p>
<p>A similar thing happened when open web development languages surpassed ASP.NET as the premier web development choices.  Microsoft did some work around PHP to make it “almost good enough”, and worked on implementations of Python and Ruby &#8211; both of which have been pretty much abandoned.</p>
<p>Microsoft is now doing the same thing with HTML5 and JavaScript. Embracing some of the standards, leveraging the popularity of their great Visual Studio Tool set and extending the standards based technology with “Windows Only” extensions.</p>
<p>Apps that run on anything other than Windows is BAD for Microsoft and choosing this development model includes betting on Windows 8 to be so good on the desktop and on Tablets / Devices that adoption of Windows 8 across all form factors will be nearly ubiquitous (making the market segment of non-Windows devices too small to be of interest to developers.)</p>
<p>Apple &amp; Microsoft combine to represent nearly complete dominance in the desktop operating system space and both see “device based computing” as huge threats to that dominance. (As evidenced by the aggressive legal actions that both have been taking in attempts to thwart the success of Android.)</p>
<p>The more that user’s find utility in internet capable computing devices that are NOT conventional personal computers, the more fragile their respective dominance becomes.</p>
<p>And it’s not just operating system developers that look to leverage the exploding apps space to maintain their historic success. Google, for example, built a pretty good apps platform that only works in their Chrome browser. Why would they care? Because their success is based on search which starts, for the vast majority of users, IN THE BROWSER. So, controlling the majority of the browser market share helps their core mission.</p>
<p>Amazon restricts what yo can install on their brilliant Kindle and Kindle Fire devices because their business is based on the digital acquisition process (Apps, Books, Video, Audio, etc)<br />
All these examples represent the very nature of business.</p>
<p>But in a perfect world, what would be best for the REST of us ?</p>
<p>The retail consumer who purchases applications and the small developer who sells them are the ones who would benefit most from an industry move to standards based applications that could be purchased once and run anywhere the purchaser wanted to run those apps.</p>
<p>It is for these reasons that the OPEN Web Community (including Mozilla) is so interested in “Standards based applications development”.  As a non-profit organization, Mozilla&#8217;s mission is to promote openness, innovation and opportunity on the web.</p>
<p>So, what might a “Web Run Time” based application look like? </p>
<p>Well, in many cases it will look like a native application.</p>
<p>It will run while the host device is connected to the internet &#8211; and when it’s not.</p>
<p>This is done in part by creating an application manifest that supplies a list of resources to the host (an HTML5 enabled browser or similar runtime) specifying what files need to be saved in the cache for use when off line.</p>
<p>Of course, this means that many web developers will need to change the way they think of web development.</p>
<p>ASP.NET, PHP, Python, Ruby, Perl (did I miss anything important ?) developers are used to writing code the executes on the SERVER with very little code on the client. Usually the JavaScript code in these applications implements some user interface behavior but no real business logic.</p>
<p>In the new “Web Run Time” model we’ll shift our architectural perspective to one who’s logic executes on the CLIENT and gets updates from the server when the server is  available. Those updates can be data, markup, or even code.</p>
<p>Those updates can be determined and delivered by any server side technology that can send data over HTTP, so the old standards like PHP and ASP.NET can be used, or we could choose a newer construct like Node.js.</p>
<p>Application specific data can be written to the cloud, as is becoming more prevalent, and can be written on the client when an internet connection is not present. The “Web Run Time (HTML5) offers several methods for local storage.</p>
<p>Local Storage<br />
Session Storage<br />
The FIleSystem API<br />
IndexedDB (Only implemented in FireFox at the moment)</p>
<p>The application itself can mange storage choices in performant ways, using practices very much like those in multi-threaded designs, by determining the availability of the internet, making I/O decisions and handling persistence execution in “Web Workers”. (Read more here: http://dev.w3.org/html5/workers/ )</p>
<p>What’s more, the combination of Web Workers and Web Sockets can go a long way to finding the performance opportunities that web developers may have struggled with in the past.</p>
<p>In the near future, HTML5 Apps will be able to detect whether they are running in the foreground or the background and select different threads of execution based on this state.</p>
<p>More and more, HTML5 implementations, and the containers in which they run, will expose standard interaction APIs for both hardware (like camera, mic, GPS) and software services (like mail, calendaring, etc).</p>
<p>All these things reduce the scope of applications that would require native access to the operating system API.</p>
<p>If HTML5 provides the user interface structure of our application and JavaScript is what we use to implement it’s imperative logic, then CSS is what we use to define the appearance of our applications.</p>
<p>Clever use of CSS3 will not only let us implement elegant UI behaviors but dynamically applying different CSS style sheets will let us taylor the same markup and code for execution on any specific form factor (Phone, Tablet, PC, big screen television.)</p>
<p>So I’m embarking on a journey n which I’ll explore Application Building in HTML5, sharing with you what I learn and what difficulties I encounter.</p>
<p>What examples of obstructions have you experienced in building real Apps with HTML5?  (Please don’t offer speculations but rather issues discovered in your own hands on development work.)<br />
</p>
<hr />
]]></content:encoded>
			<wfw:commentRss>http://www.misfitgeek.com/2011/12/building-apps-with-html5/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>The FuBar Meeting Room !</title>
		<link>http://www.misfitgeek.com/2011/11/the-fubar-meetin-room/</link>
		<comments>http://www.misfitgeek.com/2011/11/the-fubar-meetin-room/#comments</comments>
		<pubDate>Mon, 21 Nov 2011 23:33:43 +0000</pubDate>
		<dc:creator>JoeStagner</dc:creator>
				<category><![CDATA[Op-Ed]]></category>

		<guid isPermaLink="false">http://www.misfitgeek.com/?p=4545</guid>
		<description><![CDATA[I guess the FuBar room at Mozilla is for solving the really difficult problems &#160;]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="FuBarRoom.jpg" src="http://misfitgeek.com/postimages/FuBarRoom.jpg" alt="" width="580" height="433" /></p>
<p>I guess the FuBar room at Mozilla is for solving the really difficult problems <img src='http://www.misfitgeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&nbsp;</p>
<hr />
]]></content:encoded>
			<wfw:commentRss>http://www.misfitgeek.com/2011/11/the-fubar-meetin-room/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Kindle Family Experience.</title>
		<link>http://www.misfitgeek.com/2011/11/the-kindle-family-experience/</link>
		<comments>http://www.misfitgeek.com/2011/11/the-kindle-family-experience/#comments</comments>
		<pubDate>Mon, 21 Nov 2011 22:51:22 +0000</pubDate>
		<dc:creator>JoeStagner</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Off-Topic]]></category>

		<guid isPermaLink="false">http://www.misfitgeek.com/?p=4543</guid>
		<description><![CDATA[Myself, my Wife and my 8 and 9 year olds all have Kindles and reading together is an encouraged nightly activity. From the very first clunky version I&#8217;ve thought that the Kindle would change content delivery. My kids are many times more likely to read a book if it&#8217;s in the Kindle than when I [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="KindleFamily.jpg" src="http://misfitgeek.com/postimages/KindleFamily.jpg" alt="" width="580" height="648" /></p>
<p>Myself, my Wife and my 8 and 9 year olds all have Kindles and reading together is an encouraged nightly activity.</p>
<p>From the very first clunky version I&#8217;ve thought that the Kindle would change content delivery. My kids are many times more likely to read a book if it&#8217;s in the Kindle than when I provide them with the same book on paper.</p>
<p>The Kindle Fire expands the content delivery experience to Video, Audio and Applications.</p>
<p>The more I talk to companies about building standards based apps the more I believe we&#8217;re on the verge of a huge surge in new software development.</p>
<hr />
]]></content:encoded>
			<wfw:commentRss>http://www.misfitgeek.com/2011/11/the-kindle-family-experience/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Mozilla at the JFK Airport.</title>
		<link>http://www.misfitgeek.com/2011/11/mozilla-at-the-jfk-airport/</link>
		<comments>http://www.misfitgeek.com/2011/11/mozilla-at-the-jfk-airport/#comments</comments>
		<pubDate>Mon, 21 Nov 2011 18:08:02 +0000</pubDate>
		<dc:creator>JoeStagner</dc:creator>
				<category><![CDATA[Op-Ed]]></category>

		<guid isPermaLink="false">http://www.misfitgeek.com/?p=4540</guid>
		<description><![CDATA[A coworker took this while walking through JFK. I thought it was cool so I&#8217;m sharing it]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="Mozilla_JFK.png" src="http://misfitgeek.com/postimages/Mozilla_JFK.png" alt="" width="580" height="220" /></p>
<p>A coworker took this while walking through JFK.</p>
<p>I thought it was cool so I&#8217;m sharing it <img src='http://www.misfitgeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.misfitgeek.com/2011/11/mozilla-at-the-jfk-airport/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Install Firefox Mobile on the Amazon Kindle Fire</title>
		<link>http://www.misfitgeek.com/2011/11/install-firefox-on-kindle-fire/</link>
		<comments>http://www.misfitgeek.com/2011/11/install-firefox-on-kindle-fire/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 17:31:45 +0000</pubDate>
		<dc:creator>JoeStagner</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.misfitgeek.com/?p=4535</guid>
		<description><![CDATA[I&#8217;m working on a review of the Kindle Fire. Though it&#8217;s taking some heat on the net right now, I love the device. Of course, I wanted to run Firefox on it. On the Kindle Fire you install Apps from the Amazon App marketplace and not the Android Marketplace. As of today Firefox Mobile is [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="Firefox_on_KindleFire.JPG" src="http://misfitgeek.com/postimages/Firefox_on_KindleFire.JPG" alt="" width="580" height="388" /></p>
<p>I&#8217;m working on a review of the Kindle Fire. Though it&#8217;s taking some heat on the net right now, I love the device.</p>
<p>Of course, I wanted to run Firefox on it. On the Kindle Fire you install Apps from the Amazon App marketplace and not the Android Marketplace.</p>
<p>As of today Firefox Mobile is not in the Amazon marketplace (and yes, our team is working with Amazon to get it in there.)</p>
<p>Fortunately, it&#8217;s pretty easy to &#8220;side-load&#8221; apps onto the Fire.</p>
<p>First you need to get the Firefox Mobile Android App onto your Windows/Mac/Linux desktop.</p>
<p>There are a couple of ways to do this.</p>
<p>1.) Go to https://wiki.mozilla.org/Mobile/Platforms/Android and grab it.</p>
<p>2.) I wanted to be sure to test the version I&#8217;m running on my phone so I went the other way.</p>
<ol>
<li>On my Android phone I installed &#8220;Astro File Manager&#8221; from the App Store.</li>
<li>It automatically configured itself to do backups to my MicroSD card.</li>
<li>In Astro File manager I ran the &#8220;Application Backup&#8221; function and selected the Firefox Mobile App.</li>
<li>When done, I pulled the SD card and inserted it into my laptop using my MicroSD / USB adapter.</li>
<li>I copped Firefox-2011110417.apk from the MicroSD card to my desktop.</li>
<li>I plugged in my Kindle Fire and copied the Firefox-2011110417.apk file from my desktop to the kindle.</li>
<li>Then on the Kindle Fire I just ran &#8220;Easy Installer&#8221; to install Firefox Mobile</li>
<li>Viola !</li>
</ol>
<p>With Firefox running on my Amazon Kindle Fire I can start writing a full review.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.misfitgeek.com/2011/11/install-firefox-on-kindle-fire/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Weekly Links&#8211; 2011_36 (50 for Web Devs &amp; Other Geeks)</title>
		<link>http://www.misfitgeek.com/2011/11/weekly-links-2011_36/</link>
		<comments>http://www.misfitgeek.com/2011/11/weekly-links-2011_36/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 01:44:16 +0000</pubDate>
		<dc:creator>JoeStagner</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Lists]]></category>

		<guid isPermaLink="false">http://www.misfitgeek.com/2011/11/weekly-links-2011_36/</guid>
		<description><![CDATA[Software Developer Links of the Week. Apple isn&#8217;t the most hurt today by Amazon&#8217;s one-two punch New Toshiba Thrive Model to Be a 7-inch Flavor, Slated for December Release Samsung Taps Intel To Build A New Linux-Based Open Source Platform: Tizen Microsoft&#8217;s Samsung Android Patent Troll Win Top IT skills wanted for 2012 Looks Like [...]]]></description>
			<content:encoded><![CDATA[<div>Software Developer Links of the Week.</div>
<ol>
<li><a href="https://plus.google.com/111091089527727420853/posts/gUzF8gykx8f">Apple isn&#8217;t the most hurt today by Amazon&#8217;s one-two punch</a></li>
<li><a href="http://www.talkandroid.com/63636-new-toshiba-thrive-model-to-be-a-7-inch-flavor-slated-for-december-release/">New Toshiba Thrive Model to Be a 7-inch Flavor, Slated for December Release</a></li>
<li><a href="http://techcrunch.com/2011/09/28/samsung-taps-intel-to-build-a-new-linux-based-open-source-platform-tizen/">Samsung Taps Intel To Build A New Linux-Based Open Source Platform: Tizen</a></li>
<li><a href="http://www.zdnet.com/blog/open-source/microsofts-samsung-android-patent-troll-win/9634">Microsoft&#8217;s Samsung Android Patent Troll Win</a></li>
<li><a href="http://www.techrepublic.com/blog/career/top-it-skills-wanted-for-2012/3503">Top IT skills wanted for 2012</a></li>
<li><a href="http://www.businessinsider.com/iphone-4s-hidden-in-itunes-beta-2011-10">Looks Like We May Be Stuck With Just An iPhone 4S After All</a></li>
<li><a href="http://www.pcworld.com/article/240122/must_i_give_up_xp.html">Must I Give Up Windows XP?</a></li>
<li><a href="http://www.readwriteweb.com/archives/adobe_fluid_web_layouts_css_regions_css3.php">How Adobe Plans to Enable More Fluid Web Layouts With CSS Regions</a></li>
<li><a href="http://www.htmlgoodies.com/html5/tutorials/how-to-view-html5-videos-on-youtube.html#fbid=Iyu6kDxLsRs">How To View HTML5 Videos on YouTube</a></li>
<li><a href="http://gigaom.com/2011/09/27/enterprise-html5-mobilize-2011/">Enterprise app makers not fully embracing HTML5 just yet</a></li>
<li><a href="http://www.codeguru.com/csharp/.net/net_wcf/article.php/c19261">Creating and Consuming Windows Communication Foundation (WCF) Data Services</a></li>
<li><a href="http://www.datamation.com/mobile-wireless/why-theres-no-such-thing-as-a-cheap-kindle-1.html">Why There&#8217;s No Such Thing as a Cheap Kindle</a></li>
<li><a href="http://www.internetnews.com/software/firefox-7-improves-browser-memory-usage.html">Firefox 7 Improves Browser Memory Usage</a></li>
<li><a href="http://techlaze.com/2011/09/minus-desktop-application-for-linux/">Review: Minus Desktop Application for Linux</a></li>
<li><a href="http://www.computerworld.com/s/article/9220435/Microsoft_kills_Google_Chrome_with_bad_malware_signature">Microsoft kills Google Chrome with bad malware signature</a></li>
<li><a href="http://www.techrepublic.com/blog/itdojo/tablets-will-replace-pcs-for-many-enterprise-users/2953">Tablets will replace PCs for many enterprise users</a></li>
<li><a href="http://www.technologyreview.com/web/38728/">Amazon&#8217;s Cloud Gives Its New Browser an Unfair Edge</a></li>
<li><a href="http://www.pcworld.com/article/240956/atandts_samsung_galaxy_s_ii_now_available_online.html">AT&amp;T&#8217;s Samsung Galaxy S II Now Available Online</a></li>
<li><a href="http://www.pcworld.com/businesscenter/article/240940/how_to_land_a_linux_job.html">How to Land a Linux Job</a></li>
<li><a href="http://www.pcworld.com/businesscenter/article/240860/how_adobe_flash_lost_its_way.html">How Adobe Flash Lost Its Way</a></li>
<li><a href="http://www.pcworld.com/article/240885/nokia_readies_linux_os_for_lowend_smartphones.html">Nokia Readies Linux OS for Low-end Smartphones</a></li>
<li><a href="http://www.pcworld.com/businesscenter/article/240895/google_launches_paid_premium_version_of_analytics.html">Google Launches Paid Premium Version of Analytics</a></li>
<li><a href="http://www.pcworld.com/businesscenter/article/240867/will_the_kindle_fire_spark_business_interest.html">Will the Kindle Fire Spark Business Interest?</a></li>
<li><a href="http://py.codeconf.com/">PyCodeConf</a></li>
<li><a href="http://www.pcworld.com/article/240878/dell_launches_new_ultrathin_laptop_first_in_china.html">Dell Launches New Ultrathin Laptop First in China</a></li>
<p><span id="more-4530"></span></p>
<li><a href="http://arstechnica.com/business/news/2011/10/javascript-has-problems-can-googles-dart-solve-them.ars">JavaScript has problems. Do we need Dart to solve them?</a></li>
<li><a href="http://www.htmlgoodies.com/html5/tutorials/whats-new-in-html5-forms-email-url-and-telephone-input-types.html#fbid=Iyu6kDxLsRs">HTML5 Forms: How To Use The New Email, URL, and Telephone Input Types</a></li>
<li><a href="http://www.datamation.com/mobile-wireless/google-microsoft-is-competing-in-mobile-by-harassing-customers.html">Google: Microsoft is Competing in Mobile by Harassing Customers</a></li>
<li><a href="http://www.linuxtoday.com/infrastructure/2011101500541OSSW">The Apache Software Foundation Statement on Apache OpenOffice.org</a></li>
<li><a href="http://www.serverwatch.com/server-news/ubuntu-11.10-ocelot-heads-to-the-cloud.html">Ubuntu 11.10 Ocelot Heads to the Cloud</a></li>
<li><a href="http://www.techrepublic.com/blog/hiner/android-40-delayed-but-heres-a-taste-of-ice-cream-sandwich/9428">Android 4.0 delayed, but here&#8217;s a taste of &#8216;Ice Cream Sandwich&#8217;</a></li>
<li><a href="http://www.techrepublic.com/photos/steve-jobs-most-revolutionary-apple-products/6310849">Steve Jobs&#8217; most revolutionary Apple products</a></li>
<li><a href="http://www.linuxtoday.com/infrastructure/2011100500139NWRL">Firebird 2.5.1 is officially released for Linux</a></li>
<li><a href="http://www.linuxtoday.com/high_performance/2011100400841NWNT">Juniper Puts Networking Lab in the Cloud (Linux powered)</a></li>
<li><a href="http://www.datamation.com/open-source/is-the-ubuntu-app-developer-portal-a-game-changer-1.html">Is the Ubuntu App Developer Portal a Game Changer?</a></li>
<li><a href="http://www.serverwatch.com/server-news/engineyard-brings-jruby-to-cloud-.html">Engine Yard Brings JRuby to Cloud</a></li>
<li><a href="http://www.linuxuser.co.uk/opinion/software-patents-a-protection-racket/">Software patents – a protection racket?</a></li>
<li><a href="http://www.htmlgoodies.com/html5/tutorials/javascript-prototypical-inheritance-explained.html#fbid=Iyu6kDxLsRs">JavaScript Prototypical Inheritance Explained</a></li>
<li><a href="http://www.zdnet.com/blog/open-source/apache-vows-to-develop-protect-openoffice/9752">Apache vows to develop, protect OpenOffice</a></li>
<li><a href="http://www.conceivablytech.com/9649/products/chrome-for-android-next-week-pipelining-support-arrives">Chrome For Android Next Week, Pipelining Support Arrives</a></li>
<li><a href="http://www.developer.com/ws/get-your-apps-ready-for-android-ice-cream-sandwich.html">Get Your Apps Ready for Android Ice Cream Sandwich</a></li>
<li><a href="http://news.cnet.com/8301-1001_3-20119811-92/dennis-ritchie-father-of-c-programming-language-dies/">Dennis Ritchie, father of C programming language, dies</a></li>
<li><a href="http://www.datamation.com/open-source/is-ubuntu-becoming-a-poor-mans-os-x-1.html">Is Ubuntu Becoming a Poor Man&#8217;s OS X?</a></li>
<li><a href="http://www.internetnews.com/blog/skerner/mozillas-2010-revenues-hit-123-million.html">Mozilla&#8217;s 2010 Revenues Hit $123 Million</a></li>
<li><a href="http://www.webprobusiness.com/2011/10/18/12-common-mistakes-new-bloggers-make/">12 Common Mistakes New Bloggers Make</a></li>
<li><a href="http://www.techrepublic.com/blog/hiner/microsoft-bringing-touchscreens-to-walls-clothes-and-more/9477">Microsoft bringing touchscreens to walls, clothes, and more</a></li>
<li><a href="http://www.techrepublic.com/blog/hiner/look-out-the-10-rising-tech-trends-of-2012/9470">Look out: The 10 rising tech trends of 2012</a></li>
<li><a href="http://www.readwriteweb.com/mobile/2011/10/appmobi-creates-xdk-framework.php">AppMobi Creates XDK Framework for PhoneGap Development</a></li>
<li><a href="http://www.zdnet.com/blog/mobile-gadgeteer/turn-the-top-of-your-laptop-into-a-whiteboard-with-drawtop/5180">Turn the top of your laptop into a whiteboard with DrawTop</a></li>
<li><a href="http://www.htmlgoodies.com/html5/tutorials/whats-new-in-html5-forms-handling-numeric-inputs-using-the-number-and-range-input-types.html#fbid=Iyu6kDxLsRs">What&#8217;s New in HTML5 Forms: Handling Numeric Inputs</a></li>
</ol>
<hr />
]]></content:encoded>
			<wfw:commentRss>http://www.misfitgeek.com/2011/11/weekly-links-2011_36/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

