<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>turn on &#124; tune in &#124; strung out &#187; software</title>
	<atom:link href="http://blog.mcstudios.net/category/computers/software/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.mcstudios.net</link>
	<description></description>
	<lastBuildDate>Wed, 05 May 2010 00:13:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<atom:link rel='hub' href='http://blog.mcstudios.net/?pushpress=hub'/>
<cloud domain='blog.mcstudios.net' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<link rel="http://api.friendfeed.com/2008/03#sup" xmlns="http://www.w3.org/2005/Atom" type="application/json" href="http://friendfeed.com/api/public-sup.json#51d108ad53"/>		<item>
		<title>HTML 5 Video Prep</title>
		<link>http://blog.mcstudios.net/2010/05/04/html-5-video-prep</link>
		<comments>http://blog.mcstudios.net/2010/05/04/html-5-video-prep#comments</comments>
		<pubDate>Wed, 05 May 2010 00:13:00 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[handbrake]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[kdenlive]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.mcstudios.net/?p=801</guid>
		<description><![CDATA[photo credit: justinsomnia So what caused me to be up till 2 in the morning? Struggling with video encoding, conversion and HTML5 fickleness. Essentially, this is not a process for mere mortals. While video in general is complicated enough, most will and should rely on a site like youtube to share their videos (at least [...]]]></description>
			<content:encoded><![CDATA[<div style="margin: 15px; float: right"><a href="http://www.flickr.com/photos/36983395@N00/513636061/" title="HTML5 fist, after A List Apart" target="_blank"><img src="http://farm1.static.flickr.com/191/513636061_98d07f7966_m.jpg" alt="HTML5 fist, after A List Apart" border="0" /></a><br /><small><a href="http://creativecommons.org/licenses/by/2.0/" title="Attribution License" target="_blank"><img src="http://blog.mcstudios.net/wordpress/wp-content/plugins/photo-dropper/images/cc.png" alt="Creative Commons License" border="0" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a href="http://www.flickr.com/photos/36983395@N00/513636061/" title="justinsomnia" target="_blank">justinsomnia</a></small></div>
<p>So what caused me to be up till 2 in the morning? Struggling with video encoding, conversion and HTML5 fickleness.  Essentially, this is not a process for mere mortals.  While video in general is complicated enough, most will and should rely on a site like youtube to share their videos (at least basic creators).  However due to certain, ummm&#8230; how shall we say, &#8220;ambitious&#8221; music labels, music video remixes get flagged and punted immediately.  It will be nice if we can get a universally supported video codec (stay tuned for Google I/O) as it will greatly streamline this process (or should in theory).</p>
<p>I learned recently that Handbrake has let it&#8217;s ogg/theora capability go stale and will not bring it back.  Additionally, my video editor of choice, <a href="http://www.kdenlive.org/">kdenlive</a> doesn&#8217;t generate web optimized mp4 files (where the index is at the beginning of the file).  Thus, after rendering I struggled a bit to find a combination of programs that would generate the necessary ogv and mp4 videos to support the html5 video browser ecosystem.  Here&#8217;s what I came up with&#8230; Modify to suit your needs.</p>
<h4>HandBrakeCLI</h4>
<p><code>HandBrakeCLI -i input.mp4 -o output.mp4 --encoder x264 --vb 2000 --ab 128 --width x --height y --crop 0:0:0:0 --optimize</code></p>
<h4>ffmpeg2theora</h4>
<p><code>ffmpeg2theora -V 2000 input.mp4 #generates input.ogv</code></p>
<p>It also doesn&#8217;t help that ubuntu has <a href="https://bugs.launchpad.net/ubuntu/+source/ffmpeg-debian/+bug/6366">decided</a> it can&#8217;t ship an ffmpeg with aac support (which means I have to modify kdenlive&#8217;s profile.xml to use libmp3lame instead).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcstudios.net/2010/05/04/html-5-video-prep/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://farm1.static.flickr.com/191/513636061_98d07f7966_m.jpg" />
		<media:content url="http://farm1.static.flickr.com/191/513636061_98d07f7966_m.jpg" medium="image">
			<media:title type="html">HTML5 fist, after A List Apart</media:title>
		</media:content>
		<media:content url="http://blog.mcstudios.net/wordpress/wp-content/plugins/photo-dropper/images/cc.png" medium="image">
			<media:title type="html">Creative Commons License</media:title>
		</media:content>
	</item>
		<item>
		<title>Custom Lifestream Display</title>
		<link>http://blog.mcstudios.net/2010/02/15/custom-lifestream-display</link>
		<comments>http://blog.mcstudios.net/2010/02/15/custom-lifestream-display#comments</comments>
		<pubDate>Tue, 16 Feb 2010 06:28:26 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[lifestream]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp-lifestream-plugin]]></category>

		<guid isPermaLink="false">http://blog.mcstudios.net/?p=756</guid>
		<description><![CDATA[Necessity is the mother of invention, and that&#8217;s especially true for software. For a long time, I&#8217;ve wanted to display my lifestream as a single page (and on my own domain) in a way I could customize to match my own aesthetics. I tried Sweetcron, Kakuteru, and a few custom scripts for pulling data from [...]]]></description>
			<content:encoded><![CDATA[<p>Necessity is the mother of invention, and that&#8217;s especially true for software.</p>
<p>For a long time, I&#8217;ve wanted to display my lifestream as a single page (and on my own domain) in a way I could customize to match my own aesthetics. I tried <a href="http://code.google.com/p/sweetcron/">Sweetcron</a>, <a href="http://github.com/dominiek/kakuteru">Kakuteru</a>, and a few custom scripts for pulling data from Friendfeed.  Everything was either too complex or lacked the ability to customize the way I wanted.  For a while, I had been collecting my lifestream events using the <a href="http://www.enthropia.com/labs/wp-lifestream/">Lifestream Plugin for WordPress</a> and was really impressed in it&#8217;s stability and functionality.  I wanted to display this data but outside of my WordPress installation, so I decided some PHP was necessary.</p>
<h2>Custom Lifestream Display</h2>
<p><a href="http://www.markphilpot.net"><img src="http://blog.mcstudios.net/wordpress/wp-content/uploads/2010/02/mpnet.png" alt="Custom Lifestream" title="markphilpot.net" width="500" height="373" class="alignright size-full wp-image-759" /></a></p>
<p>The source is located over <a href="http://github.com/griphiam/mpnet">here</a> on github.  It&#8217;s a simple set of PHP files that uses the lifestream data from the Lifestream Plugin in your WordPress database and renders it grouped by event type.</p>
<p>A live demo (my lifestream) can be found at <a href="http://www.markphilpot.net">www.markphilpot.net</a></p>
<h4>Features</h4>
<ul>
<li>Attractively display your lifestream by event type</li>
<li>Supports jQuery plugin <a href="http://james.padolsey.com/demos/imgPreview/full/">imgPreview</a> for posts with a thumbnail entry in the feed</li>
<li>Supports jQuery plugin <a href="http://leandrovieira.com/projects/jquery/lightbox/">lightbox</a> for Flickr images</li>
<li>Supports <a href="http://www.jacksasylum.eu/ContentFlow/">ContentFlow</a> (Cover Flow implementation) to display vi.sualize.us images</li>
<li>Supports AJAX retrieval of more history for each event type</li>
</ul>
<h4>Installation</h4>
<p>Very simple: Create a config.php file in the include directory that includes the necessary variables (See README) and customize feeds.php to point to all the correct feed IDs for your installation.</p>
<h4>Known Issues</h4>
<p>If you used a different prefix for your WP installation, you may need to update the tables in the queries.</p>
<p>There is some logic in <a href="http://github.com/griphiam/mpnet/blob/master/include/content.php">content.php</a> that may be particular to my feed set (logic to eliminate duplicate entries for example).</p>
<p>I&#8217;ve used a very minimalistic design, but it should be fairly simple to customize the CSS.  If you find any problems or identify any neat features, please file an issue at github or send me a patch.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcstudios.net/2010/02/15/custom-lifestream-display/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:thumbnail url="http://blog.mcstudios.net/wordpress/wp-content/uploads/2010/02/mpnet-150x150.png" />
		<media:content url="http://blog.mcstudios.net/wordpress/wp-content/uploads/2010/02/mpnet.png" medium="image">
			<media:title type="html">markphilpot.net</media:title>
			<media:thumbnail url="http://blog.mcstudios.net/wordpress/wp-content/uploads/2010/02/mpnet-150x150.png" />
		</media:content>
	</item>
		<item>
		<title>Google Chrome &amp; Delicious</title>
		<link>http://blog.mcstudios.net/2009/11/18/google-chrome-delicious</link>
		<comments>http://blog.mcstudios.net/2009/11/18/google-chrome-delicious#comments</comments>
		<pubDate>Thu, 19 Nov 2009 05:19:06 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[delicious]]></category>

		<guid isPermaLink="false">http://blog.mcstudios.net/?p=729</guid>
		<description><![CDATA[While there are a few fledgling Chrome extensions that add the standard Delicious buttons to the user interface. However, that&#8217;s not what I really need. I need the Delicious toolbar that Firefox&#8217;s plugin has so I can pull up my bookmarks with my favorite tags into the toolbar. As a stop gap, this post has [...]]]></description>
			<content:encoded><![CDATA[<p>While there are a few fledgling Chrome extensions that add the standard Delicious buttons to the user interface.  However, that&#8217;s not what I really need.  I need the Delicious toolbar that Firefox&#8217;s plugin has so I can pull up my bookmarks with my favorite tags into the toolbar.  As a stop gap, <a href="http://fernandoacorreia.wordpress.com/2008/09/05/delicious-in-google-chrome/">this</a> post has a way to add a search engine. </p>
<blockquote><p><strong>Searching pages</strong></p>
<p>You can use Chrome’s Omnibox to search inside your Delicious tags:</p>
<ul>
<li>Right-click in the Omnibox and select Edit search engines.</li>
<li>In the Search Engines dialog press the Add button.</li>
<li>Fill the form as follows:</li>
<ul>
<li>Name: Delicious</li>
<li>Keywork: d</li>
<li><del datetime="2009-11-19T18:34:38+00:00">URL: http://delicious.com/search?context=userposts&#038;p=%s&#038;lc=1&#038;u=your_user_name</del><br/>http://delicious.com/search?p=%s&#038;chk=&#038;fr=del_icio_us&#038;lc=1&#038;atags=&#038;rtags=&#038;context=userposts|your_user_name|</li>
</ul>
</ul>
<p>Press OK to close the form.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcstudios.net/2009/11/18/google-chrome-delicious/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>iSuperGP</title>
		<link>http://blog.mcstudios.net/2009/11/10/isupergp</link>
		<comments>http://blog.mcstudios.net/2009/11/10/isupergp#comments</comments>
		<pubDate>Tue, 10 Nov 2009 19:53:11 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[isupergp]]></category>
		<category><![CDATA[webapp]]></category>

		<guid isPermaLink="false">http://blog.mcstudios.net/?p=701</guid>
		<description><![CDATA[My first iPhone web application: iSuperGP. If you use supergenpass.com for your password management, iSuperGP helps you use it on your iPhone. Using HTML5 local storage, you can save your sites locally so you don&#8217;t have to retype them every time in the SGP mobile version. The application is fully offline enabled, so you can [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignright" style="width: 204px"><a href="http://www.isupergp.com"><img alt="iSuperGP" src="http://www.isupergp.com/images/superman-logo-large.png" title="iSuperGP<br />
" width="194" height="194" /></a><p class="wp-caption-text">iSuperGP</p></div>
<p>My first iPhone web application: iSuperGP. If you use supergenpass.com for your password management, iSuperGP helps you use it on your iPhone. Using HTML5 local storage, you can save your sites locally so you don&#8217;t have to retype them every time in the SGP mobile version.  The application is fully offline enabled, so you can bookmark it as an application and access your passwords even when you&#8217;re disconnected.  If you find anything wrong or have suggestions, the support site is @ <a href="http://www.isupergp.com/trac">here</a></p>
<p>The app is built using the <a href="http://www.jqtouch.com/">jQTouch</a> jQuery framework for mobile web development.  It still has a few quirks, but it&#8217;s fairly spectacular at imitating native iPhone applications.  Also, it&#8217;s extremely frustrating trying to develop an iPhone web application when the only place to reliably test is on iPhone Safari browser itself.  I don&#8217;t have a Mac yet, so I&#8217;m not able to use the XCode simulator.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcstudios.net/2009/11/10/isupergp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://www.isupergp.com/images/superman-logo-large.png" />
		<media:content url="http://www.isupergp.com/images/superman-logo-large.png" medium="image">
			<media:title type="html">iSuperGP</media:title>
		</media:content>
	</item>
		<item>
		<title>Safari v. Firefox</title>
		<link>http://blog.mcstudios.net/2009/06/11/safari-v-firefox</link>
		<comments>http://blog.mcstudios.net/2009/06/11/safari-v-firefox#comments</comments>
		<pubDate>Thu, 11 Jun 2009 18:07:13 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://blog.mcstudios.net/?p=583</guid>
		<description><![CDATA[Apple recently released Safari 4. Being the model geek, I decided to give it a spin &#8212; and I liked what I saw. But here&#8217;s the problem: at this point I have a deeply ingrained web browsing workflow. Whether it&#8217;s a habit or a plugin, there are certain things that are this point muscle memory [...]]]></description>
			<content:encoded><![CDATA[<p>Apple recently released Safari 4. Being the model geek, I decided to give it a spin &#8212; and I liked what I saw.  But here&#8217;s the problem: at this point I have a deeply ingrained web browsing workflow.  Whether it&#8217;s a habit or a plugin, there are certain things that are this point muscle memory (and for a good reason, because it usually is the most efficient).</p>
<div style="margin: 15px; float: right"><a href="http://www.flickr.com/photos/93755244@N00/3444838707/" title="Screen Shot" target="_blank"><img src="http://farm4.static.flickr.com/3628/3444838707_d47a0c67c2_m.jpg" alt="Screen Shot" border="0" /></a><br /><small><a href="http://creativecommons.org/licenses/by-nc-nd/2.0/" title="Attribution-NonCommercial-NoDerivs License" target="_blank"><img src="http://blog.mcstudios.net/wordpress/wp-content/plugins/photo-dropper/images/cc.png" alt="Creative Commons License" border="0" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a href="http://www.flickr.com/photos/93755244@N00/3444838707/" title="Håkan Dahlström" target="_blank">Håkan Dahlström</a></small></div>
<p><strong>Caveat #1</strong> &#8212; Without Firebug, nothing replaces Firefox for web development. Period. End of Story.  I&#8217;m focusing here on more casual browsing.</p>
<h3>Mouse Navigation</h3>
<p><strong>Middle Click opens new tab</strong> &#8212; Firefox and Safari do this for normal links, however in Safari I can&#8217;t middle click on the home button in the toolbar to open a new tab to my home page.</p>
<p><strong>Middle Click closes tab</strong> &#8212; Safari fails here. There apparently is a hack but the web site is blocked at work, so I haven&#8217;t tried it (note, that every extension for Safari is a hack&#8230; I have no idea how stability is affected, so I&#8217;ve been trying to avoid them when possible)</p>
<h3>Keyboard Navigation</h3>
<p><strong>vim-like search</strong> &#8212; Firefox adopted vim&#8217;s style of quickly searching using the &#8220;/&#8221; key.  I love this, and as a vim user it comes very naturally.  Hard to give this up.  However, Safari get&#8217;s props for dimming the window and highlighting what you&#8217;re searching for.  I can do without this, but it I have the placement of the &#8220;OpenApple&#8221; key on mac keyboards &#8212; it forces me to contort my wrist.</p>
<h3>Plugins &#038; Extensions</h3>
<p><strong>Delicious</strong> &#8212; This is a big one.  Delicious is my bookmark manager of choice, and this becomes Safari&#8217;s biggest failure.  There are Safari hacks for Delicious support, but none add the Delicious toolbar where I can set my favorite tags.</p>
<h2>Verdict</h2>
<p>Sticking with Firefox.  One of the reasons I&#8217;m not tempted by Chrome is there isn&#8217;t the same level of customization that Firefox currently allows.  At least Google is moving toward supporting plugins &#8212; I don&#8217;t think Apple will ever allow that with Safari.  I&#8217;m hoping for a high quality Firefox 3.5 release!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcstudios.net/2009/06/11/safari-v-firefox/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://farm4.static.flickr.com/3628/3444838707_d47a0c67c2_m.jpg" />
		<media:content url="http://farm4.static.flickr.com/3628/3444838707_d47a0c67c2_m.jpg" medium="image">
			<media:title type="html">Screen Shot</media:title>
		</media:content>
		<media:content url="http://blog.mcstudios.net/wordpress/wp-content/plugins/photo-dropper/images/cc.png" medium="image">
			<media:title type="html">Creative Commons License</media:title>
		</media:content>
	</item>
		<item>
		<title>firefox corruption issue (w/ fix)</title>
		<link>http://blog.mcstudios.net/2009/04/27/firefox-corruption-issue-w-fix</link>
		<comments>http://blog.mcstudios.net/2009/04/27/firefox-corruption-issue-w-fix#comments</comments>
		<pubDate>Tue, 28 Apr 2009 05:17:00 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[fixme]]></category>

		<guid isPermaLink="false">http://blog.mcstudios.net/?p=520</guid>
		<description><![CDATA[If you are seeing the following error: Error: uncaught exception: [Exception... "Component returned failure code: 0x8007000e (NS_ERROR_OUT_OF_MEMORY) [nsIDocShellHistory.useGlobalHistory]" nsresult: "0x8007000e (NS_ERROR_OUT_OF_MEMORY)" location: "JS frame :: chrome://browser/content/browser.js :: prepareForStartup :: line 764" data: no] photo credit: meantux Symptoms: When you start firefox, it doesn&#8217;t take you to your home page. Your home button doesn&#8217;t work or [...]]]></description>
			<content:encoded><![CDATA[<p>If you are seeing the following error:</p>
<blockquote><p><code>Error: uncaught exception: [Exception... "Component returned failure code: 0x8007000e (NS_ERROR_OUT_OF_MEMORY) [nsIDocShellHistory.useGlobalHistory]"  nsresult: "0x8007000e (NS_ERROR_OUT_OF_MEMORY)"  location: "JS frame :: chrome://browser/content/browser.js :: prepareForStartup :: line 764"  data: no]</code></p></blockquote>
<div style="margin: 15px; float: right"><a href="http://www.flickr.com/photos/59468914@N00/1025248778/" title="Panda rouge / Red Panda" target="_blank"><img src="http://farm2.static.flickr.com/1288/1025248778_b19c611d8c_m.jpg" alt="Panda rouge / Red Panda" border="0" /></a><br /><small><a href="http://creativecommons.org/licenses/by-nc/2.0/" title="Attribution-NonCommercial License" target="_blank"><img src="http://blog.mcstudios.net/wordpress/wp-content/plugins/photo-dropper/images/cc.png" alt="Creative Commons License" border="0" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a href="http://www.flickr.com/photos/59468914@N00/1025248778/" title="meantux" target="_blank">meantux</a></small></div>
<p>Symptoms: When you start firefox, it doesn&#8217;t take you to your home page. Your home button doesn&#8217;t work or takes you to a different site.</p>
<p>Try the following:</p>
<ul>
<li>Go to your profile directory ($HOME/.mozilla/firefox/99fjsklfs.default)</li>
<li>mv or delete places.sqlite and places.sqlite-journal</li>
<li>Take a peek in the bookmarkbackups folder and remove any zero length files</li>
<li>Restart firefox</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcstudios.net/2009/04/27/firefox-corruption-issue-w-fix/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://farm2.static.flickr.com/1288/1025248778_b19c611d8c_m.jpg" />
		<media:content url="http://farm2.static.flickr.com/1288/1025248778_b19c611d8c_m.jpg" medium="image">
			<media:title type="html">Panda rouge / Red Panda</media:title>
		</media:content>
		<media:content url="http://blog.mcstudios.net/wordpress/wp-content/plugins/photo-dropper/images/cc.png" medium="image">
			<media:title type="html">Creative Commons License</media:title>
		</media:content>
	</item>
		<item>
		<title>does it make you cry?</title>
		<link>http://blog.mcstudios.net/2008/03/03/does-it-make-you-cry</link>
		<comments>http://blog.mcstudios.net/2008/03/03/does-it-make-you-cry#comments</comments>
		<pubDate>Mon, 03 Mar 2008 17:36:44 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[science]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[space]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://blog.mcstudios.net/2008/03/03/does-it-make-you-cry</guid>
		<description><![CDATA[viewNode("0411aaa38a77a",{width: 550,height: 320 ,config: {autoplay: false}}); It brought Robert Scoble to tears&#8230; and I can see why. This is the sort of software Microsoft should be releasing. The seamless integration, very similar to what Google Earth did for looking around our little blue-green planet, makes it that much more accessible. I&#8217;ve tried downloading those huge [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript" src="http://service.twistage.com/api/script"></script><script type="text/javascript">viewNode("0411aaa38a77a",{width: 550,height: 320 ,config: {autoplay: false}});</script></p>
<p>It brought <a href="http://scobleizer.com/2008/02/27/what-made-me-cry-microsofts-world-wide-telescope/">Robert Scoble</a> to tears&#8230; and I can see why.  This is the sort of software Microsoft should be releasing.  The seamless integration, very similar to what Google Earth did for looking around our little blue-green planet, makes it that much more accessible.  I&#8217;ve tried downloading those huge images from Hubble and never had a computer with enough memory to open one.  Making those high resolutions accessible opens up worlds (excuse the pun) to everyone from any walk of life&#8230; not just a handful of super computers around the world.</p>
<p>I can&#8217;t wait to give this thing a spin, and I only wish Carl Sagan or Douglas Adams were still around to narrate tours around the universe.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcstudios.net/2008/03/03/does-it-make-you-cry/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>icon design</title>
		<link>http://blog.mcstudios.net/2008/03/02/icon-design</link>
		<comments>http://blog.mcstudios.net/2008/03/02/icon-design#comments</comments>
		<pubDate>Mon, 03 Mar 2008 00:20:47 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.mcstudios.net/2008/03/02/icon-design</guid>
		<description><![CDATA[Icon design falls into the &#8220;hard&#8221; category in my book. It really breaks down to a minimal conveyance of an idea that also has to be attractive and fit into the rest of your design. This is a rather good breakdown of the various mistakes you see in various operating systems and applications. In the [...]]]></description>
			<content:encoded><![CDATA[<p>Icon design falls into the &#8220;hard&#8221; category in my book.  It really breaks down to a minimal conveyance of an idea that also has to be attractive and fit into the rest of your design.  <a href="http://turbomilk.com/truestories/cookbook/criticism/10-mistakes-in-icon-design/">This</a> is a rather good breakdown of the various mistakes you see in various operating systems and applications.</p>
<p>In the old days, you worked with a 16&#215;16 or 32&#215;32 canvas and pixel by pixel painted your icon.  Now, (at least in KDE&#8230; I&#8217;m not sure how Gnome, Windows or OSX handle it) you can design with SVG (scalable vector graphics) which I think is a huge step in the right direction but I don&#8217;t think it reduces the underlying challenge.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcstudios.net/2008/03/02/icon-design/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>OOXML with a side of the same old shit</title>
		<link>http://blog.mcstudios.net/2007/09/25/ooxml-with-a-side-of-the-same-old-shit</link>
		<comments>http://blog.mcstudios.net/2007/09/25/ooxml-with-a-side-of-the-same-old-shit#comments</comments>
		<pubDate>Wed, 26 Sep 2007 07:12:25 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.mcstudios.net/2007/09/25/ooxml-with-a-side-of-the-same-old-shit/</guid>
		<description><![CDATA[(Note: I&#8217;m cleaning out some topics I wanted to get to&#8230; so these aren&#8217;t necessarily timely thoughts I&#8217;m exposing here. This trend will probably continue until I actually get caught up.) It literally is amazing how far Microsoft has sunk under its own weight. I know there have been a lot of examples of late [...]]]></description>
			<content:encoded><![CDATA[<p>(Note: I&#8217;m cleaning out some topics I wanted to get to&#8230; so these aren&#8217;t necessarily timely thoughts I&#8217;m exposing here.  This trend will probably continue until I actually get caught up.)</p>
<p>It literally is amazing how far Microsoft has sunk under its own weight.   I know there have been a lot of examples of late to choose from, but <a href="http://www.arstdesign.com/articles/OOXML-is-defective-by-design.html">this</a> struck me as particularly appalling.  The fact that Microsoft&#8217;s attempt at standardizing this crap has met with significant resistance is really a testament to how low they have sunk (and how often of late they have resorted to this sort of thing).  I don&#8217;t remember how many <em>thousands </em>of pages the spec is but the fact that everyone <em>knows </em>they won&#8217;t even follow their own (there really is no way they could from a sheer engineering perspective) makes some of their outrageous antics (like trying to buy off the standards commission) laughable.</p>
<p>Just image a world where Office and Windows were separate entities &#8212; for the sake of argument, separate companies.  Office would be available on every conceivable platform.  Windows might actually innovate as an Operating System rather than a delivery platform for other Microsoft products.  There was a non-zero chance that had the first Microsoft anti-trust trial not turned into a debacle, that world might exist now.</p>
<p>Now don&#8217;t get me wrong.  I don&#8217;t think Open Office&#8217;s spec is a saint either, but at least it is an open spec in good faith and relatively simple.  Though having tried to generate OO documents via their <a href="http://development.openoffice.org/index.html">API</a>, I can tell you it&#8217;s extremely clumsy.  It&#8217;s really a bloated and obtuse API if you ask me.   Why you would establish a client-server model API is really beyond me.  Though to be fair, those complaints are directed at the OO API (specifically scripting), rather than the file format generation.  The whole beauty of it is that some one else could come along and develop an intelligent API for file generation.</p>
<p>Given where Apple, Google, Linux/KDE/Gnome, Adobe and Sun (and to a less extent, Sony) have placed themselves, I think within ten years, Microsoft will become a pale shade of what it was in the late 90&#8242;s.  Sure, they can have success in different arenas (Xbox for example) but their bread and butter is being slowly eaten away.</p>
<p>Ain&#8217;t competition wonderful?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcstudios.net/2007/09/25/ooxml-with-a-side-of-the-same-old-shit/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>its about time!</title>
		<link>http://blog.mcstudios.net/2007/06/28/its-about-time</link>
		<comments>http://blog.mcstudios.net/2007/06/28/its-about-time#comments</comments>
		<pubDate>Thu, 28 Jun 2007 18:53:50 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.mcstudios.net/2007/06/28/its-about-time/</guid>
		<description><![CDATA[Google Maps finally allows you to modify the route when you get directions.  You can click-n-drag anywhere on the blue direction line to move it to another street.  The interface is pretty slick.  I&#8217;m actually surprised it took this long.]]></description>
			<content:encoded><![CDATA[<p><a href="http://maps.google.com">Google Maps</a> <em>finally</em> allows you to modify the route when you get directions.  You can click-n-drag anywhere on the blue direction line to move it to another street.  The interface is pretty slick.  I&#8217;m actually surprised it took this long.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcstudios.net/2007/06/28/its-about-time/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
	</channel>
</rss>
