<?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>blake &#187; Coding</title>
	<atom:link href="http://animivirtus.com/blake/category/web/coding/feed/" rel="self" type="application/rss+xml" />
	<link>http://animivirtus.com/blake</link>
	<description>my life recorded</description>
	<lastBuildDate>Mon, 02 Jan 2012 00:06:37 +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>Sweet web development roundup</title>
		<link>http://animivirtus.com/blake/sweet-web-development-roundup/</link>
		<comments>http://animivirtus.com/blake/sweet-web-development-roundup/#comments</comments>
		<pubDate>Fri, 01 May 2009 22:41:09 +0000</pubDate>
		<dc:creator>Runeshai</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[roundup]]></category>
		<category><![CDATA[screencast]]></category>
		<category><![CDATA[themeforest]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://animivirtus.com/blake/?p=299</guid>
		<description><![CDATA[Cool stuff, from PHP to jQuery to HTML, CSS and WordPress-related articles, Themeforest rounds up a whole bunch of useful. helpful articles, video series, tutorials and links to all sorts of web-dev stuff around the net. Check &#8216;em out here.]]></description>
			<content:encoded><![CDATA[<p>Cool stuff, from PHP to jQuery to HTML, CSS and WordPress-related articles, Themeforest rounds up a whole bunch of useful. helpful articles, video series, tutorials and links to all sorts of web-dev stuff around the net.  Check &#8216;em out <a href="http://blog.themeforest.net/resources/html-css-php-and-jquery-killer-tutorials/" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://animivirtus.com/blake/sweet-web-development-roundup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weird WordPress Error</title>
		<link>http://animivirtus.com/blake/weird-wordpress-error/</link>
		<comments>http://animivirtus.com/blake/weird-wordpress-error/#comments</comments>
		<pubDate>Fri, 01 May 2009 16:15:15 +0000</pubDate>
		<dc:creator>Runeshai</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[friendly]]></category>
		<category><![CDATA[glitch]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[troubleshoot]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://animivirtus.com/blake/?p=291</guid>
		<description><![CDATA[During my redesign (which has actually been tweaked again since the last announcement, I discovered a funky glitch in either my own code &#8211; though I&#8217;ve never, ever seen this before &#8211; or the WordPress functionality itself &#8211; which would also be strange, but I can&#8217;t really think of what else it could be. Thanks [...]]]></description>
			<content:encoded><![CDATA[<p>During my redesign (which has actually been tweaked again since the last <a href="http://animivirtus.com/blake/blog-design-update/">announcement</a>, I discovered a funky glitch in either my own code &#8211; though I&#8217;ve never, ever seen this before &#8211; or the WordPress functionality itself &#8211; which would also be strange, but I can&#8217;t really think of what else it could be.</p>
<p><span id="more-291"></span></p>
<p>Thanks to <a href="http://wordpress.org/support/profile/2651848" target="_blank">kapiljain.in</a> from the WordPress forums, the <a href="http://wordpress.org/support/topic/266581" target="_blank">solution</a> turned out being that my spacer div had to clear everything else, and it didn&#8217;t.  So where it was this:</p>
<p><code>&lt;div id="spacer"&gt;&nbsp;&lt;/div&gt;</code></p>
<p>It should have been like this:</p>
<p><code>&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;div id="spacer"&gt;&nbsp;&lt;/div&gt;</code></p>
<p>I still don&#8217;t know for sure why this happened, it was an odd glitch and something I couldn&#8217;t have thought up as an error if I tried, but I was happy when it got fixed, and was happy to have the help from a fellow WP developer :).  If any of you are having a similar issue, try this route.  Otherwise, check out the <a href="http://wordpress.org/support/" target="_blank">forums</a>, they were a kind solution for me within 1-2 days.</p>
]]></content:encoded>
			<wfw:commentRss>http://animivirtus.com/blake/weird-wordpress-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog Design Update</title>
		<link>http://animivirtus.com/blake/blog-design-update/</link>
		<comments>http://animivirtus.com/blake/blog-design-update/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 16:47:39 +0000</pubDate>
		<dc:creator>Runeshai</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[chris coyier]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css-tricks]]></category>
		<category><![CDATA[drew douglass]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[themeforest]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://animivirtus.com/blake/?p=289</guid>
		<description><![CDATA[Well, as you no doubt noticed by now, the blog has been redesigned. Again. Well&#8230;sort of. There were a bunch of things that were bugging me about the other design: it was getting too small for the kinds of content I was posting (images and videos didn&#8217;t fit that well in the roughly 375 pixel [...]]]></description>
			<content:encoded><![CDATA[<p>Well, as you no doubt noticed by now, the blog has been redesigned.  Again.  Well&#8230;sort of.  There were a bunch of things that were bugging me about the other design: it was getting too small for the kinds of content I was posting (images and videos didn&#8217;t fit that well in the roughly 375 pixel wide content area); it was really dark, really contrasty; the image was bulky and took up a lot of space; the sidebar didn&#8217;t exist anywhere but the main page (which is weird in itself, but I just messed up the original coding and couldn&#8217;t figure it out so I gave up and made it my design&#8217;s &#8216;style&#8217; at the time, heh, yea I know, cheap, but what&#8217;re you gonna do); lots of little design things, plus a bunch of stuff about the way I&#8217;d coded it to begin with was weird.</p>
<p><span id="more-289"></span></p>
<p>It was my first WordPress theme, after which I went on to follow Drew Douglass&#8217;s <a href="http://blog.themeforest.net/screencasts/new-wp-video-series-and-free-rockstar-book/" target="_blank">tutorial</a> <a href="http://blog.themeforest.net/wordpress/wordpress-for-designers-day-2/" target="_blank">series</a> on Themeforest.net which is a much more in-depth series getting into the nuts and bolts of making a theme, and learned a bunch more about the way themes work, which gave me the confidence to tackle something a bit more aggresively (thus, the <a href="http://animivirtus.com/blog/link-dump-free-stuff-edition/" target="_blank">AnimiVirtus redesign</a> was brought to life).  Not to discredit the <a href="http://wordpress.tv/2009/01/23/css-tricks-designing-for-wordpress-part-one-of-three/" target="_blank">original tutorial</a> I&#8217;d followed, that&#8217;s great as well, just a different approach.</p>
<p>But all that aside, it&#8217;s a new look, an upgraded feel, and hopefully I can start implementing some more exciting widgets and whatnot in the sidebar, give a more social and dynamic feel to the place.  I&#8217;m hopin&#8217; a Twitter feed, maybe iLike and GoodReads feeds too&#8230;who knows, maybe I&#8217;ll get curious and learn how to add another sidebar on the right someday&#8230;</p>
<p>No&#8230;no I can&#8217;t do that&#8230;I&#8217;m a busy guy&#8230;I&#8217;ve got other responsibilities&#8230;</p>
<p>But it calls to me&#8230;.[<i>Sidebar: Blaaake...Blaaaaaaaake...BLAAAAAAKEE!!</i>].  Oh&#8230;that&#8217;d be my roommate telling me to get back to work.  See ya&#8217;ll later, enjoy the new look and keep comin&#8217; back, I&#8217;ll keep up with content as it&#8217;s been coming recently, and when I get the time I&#8217;ll work on adding some more cool stuff to the site.  See you next post :P.</p>
]]></content:encoded>
			<wfw:commentRss>http://animivirtus.com/blake/blog-design-update/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Firefox Extensions</title>
		<link>http://animivirtus.com/blake/firefox-extensions/</link>
		<comments>http://animivirtus.com/blake/firefox-extensions/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 08:39:00 +0000</pubDate>
		<dc:creator>Runeshai</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[add-on]]></category>
		<category><![CDATA[addon]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[fx]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[redesigned]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[useful]]></category>

		<guid isPermaLink="false">http://animivirtus.com/blake/?p=240</guid>
		<description><![CDATA[Google FX is a pretty sweet-ass extension that offers all kinds of cool customization options and features to Google Search users. One bug I did discover though &#8211; which is not so much a bug as a sort of conflict &#8211; for those of you using the Google Redesigned extension to make your Gmail, GCal, [...]]]></description>
			<content:encoded><![CDATA[<p><b>Google FX</b> is a pretty sweet-ass extension that offers all kinds of cool customization options and features to Google Search users.  One bug I did discover though &#8211; which is not so much a bug as a sort of conflict &#8211; for those of you using the Google Redesigned extension to make your Gmail, GCal, etc. look and feel cooler, more usable, go into &#8216;Manage User Scripts&#8230;&#8217; under &#8216;Greasemonkey&#8217; in the &#8216;Tools&#8217; menu, and change the &#8216;https://*.google.*&#8217; rule.  [Note: You should be using secure connections for your Google apps anyway, and if you're not, change that in your 'Settings' section of your Google account.]</p>
<p><a href="http://userscripts.org/scripts/show/31950" target="_blank">userscripts</a> via <a href="http://lifehacker.com/5216694/google-fx-adds-loads-of-features-to-google-search" target="_blank">Lifehacker</a>.</p>
<p><b>Web Developer</b> by Chris Pederick (who has a pretty awesome website, by the way) is a sweet-ass looking tool for web designers, one of the coolest aspects of which allows them to essentially code with real time updating of the results of said code, and then a simple copy-paste-save ensures a faster, accurate workflow [no more Ctrl+S-Alt+Tab-Ctrl+R to check your code].  Also, you can validate CSS and HTML, and even local versions of those languages while you&#8217;re working on them.  <i>Tons</i> of other features abound in this extension, check it out online and fiddle with it a bit.  I promise you&#8217;ll be happy :P.</p>
<p><a href="http://chrispederick.com/work/web-developer/" target="_blank">Chris Pederick</a> via <a href="http://blog.themeforest.net/screencasts/use-absolute-positioning-to-create-equal-columns/" target="_blank">Themeforest</a>.</p>
<p>Oh, and if anyone figures out how to use Chris Pederick&#8217;s other extension, &#8216;User Agent Switcher&#8217;, let me know.  I was excited at the prospect of checking IE rendering results on my Mac, but was slightly confused and disappointed when it seemed that wasn&#8217;t what the extension was for.</p>
<p>Enjoy the goodies!</p>
]]></content:encoded>
			<wfw:commentRss>http://animivirtus.com/blake/firefox-extensions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8230;yummy Photoshop</title>
		<link>http://animivirtus.com/blake/yummy-photoshop/</link>
		<comments>http://animivirtus.com/blake/yummy-photoshop/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 06:24:18 +0000</pubDate>
		<dc:creator>Runeshai</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://blakejohnson.wordpress.com/?p=170</guid>
		<description><![CDATA[Yup, you got it, more o&#8217; the good stuff.  Found some more useful tutorials today.  This one&#8217;s basically a crash course in the application, but I figured it&#8217;s a good addition to my growing list of resources.  Can&#8217;t hurt to revisit your basics every once in a while.  I&#8217;m exhausted at the moment, had a [...]]]></description>
			<content:encoded><![CDATA[<p>Yup, you got it, more o&#8217; the good stuff.  Found some more useful tutorials today.  This one&#8217;s basically a crash course in the application, but I figured it&#8217;s a good addition to my growing list of resources.  Can&#8217;t hurt to revisit your basics every once in a while.  I&#8217;m exhausted at the moment, had a tuna burrito, then a lamb burger, then pizza and apparently it&#8217;s taking more energy to metabolize than I&#8217;d anticipated.  But that&#8217;s fine by me.  Sleep never hurt anybody :P.</p>
<p>Anyway&#8230;<a href="http://elitebydesign.com/how-to-master-photoshop-in-just-one-week/" target="_blank">here&#8217;s the link</a>, and here&#8217;s another <a href="http://wordpress.tv/2009/01/23/css-tricks-designing-for-wordpress-part-one-of-three/">random resource</a> in case you were interested in that last building-custom-themes-for-Wordpress video series I posted about.  Enjoy :P.</p>
]]></content:encoded>
			<wfw:commentRss>http://animivirtus.com/blake/yummy-photoshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Holy Photoshop!</title>
		<link>http://animivirtus.com/blake/holy-photoshop/</link>
		<comments>http://animivirtus.com/blake/holy-photoshop/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 19:13:47 +0000</pubDate>
		<dc:creator>Runeshai</dc:creator>
				<category><![CDATA[2D]]></category>
		<category><![CDATA[Art]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://blakejohnson.wordpress.com/?p=168</guid>
		<description><![CDATA[I&#8217;ve been watching Adobe&#8217;s screencasts the past few days (one on web-based DVDs and one this morning on the Lightroom 2/Photoshop CS4 combo) and have found through them a bunch of new resources for this type of work. Coolness! So from this morning, Julieanne Kost was the host and her website is chock-full of Photoshop [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been watching Adobe&#8217;s screencasts the past few days (one on web-based DVDs and one this morning on the Lightroom 2/Photoshop CS4 combo) and have found through them a bunch of new resources for this type of work.  Coolness!  So from this morning, Julieanne Kost was the host and her website is chock-full of <a href="http://www.jkost.com/photoshop.html" target="_blank">Photoshop</a> and <a href="http://www.jkost.com/lightroom.html" target="_blank">Lightroom</a> tips, with links to her videos on <a href="http://tv.adobe.com/" target="_blank">Adobe TV</a> as well and a separate <a href="http://blogs.adobe.com/jkost/" target="_blank">Photoshop Tip of the Day blog</a>, as well as an additional resources page with links to other useful sites on the net.</p>
<p>Also, I&#8217;ve gotten hooked on the <a href="http://tutsplus.com/" target="_blank">TutsPlus</a> network of site (<a href="http://psd.tutsplus.com/" target="_blank">PSDTuts</a>, <a href="http://net.tutsplus.com/" target="_blank">NetTuts</a>, <a href="http://audio.tutsplus.com/" target="_blank">AudioTuts</a>, <a href="http://vector.tutsplus.com/" target="_blank">VectorTuts</a>, <a href="http://ae.tutsplus.com/" target="_blank">AETuts</a>) with their wealth of knowledge and tips and whatnot from all kinds of people.  Lastly, I&#8217;ve been watching <a href="http://blog.themeforest.net/" target="_blank">ThemeForest</a>&#8216;s tutorial series on making <a href="http://blog.themeforest.net/screencasts/new-wp-video-series-and-free-rockstar-book/" target="_blank">custom themes for WordPress</a> (no promises, but possibly in the future of <a href="http://blakejohnson.wordpress.com" target="_blank">blog of blake</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://animivirtus.com/blake/holy-photoshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lifehacker Code</title>
		<link>http://animivirtus.com/blake/lifehacker-code/</link>
		<comments>http://animivirtus.com/blake/lifehacker-code/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 22:29:11 +0000</pubDate>
		<dc:creator>Runeshai</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[addon]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[dvd]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[janitor]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[lifehacker]]></category>
		<category><![CDATA[playing]]></category>
		<category><![CDATA[ripping]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blakejohnson.wordpress.com/2009/02/08/lifehacker-code/</guid>
		<description><![CDATA[A cool little list of Lifehacker&#8217;s homegrown Firefox addons and standalone apps.&#160; Some cool little useful stuff.&#160; There are some other things I remember them making that aren&#8217;t on this list, but this is a vote on the best 5 I think, so maybe that&#8217;s why they didn&#8217;t include them all. Some of the unmentioned [...]]]></description>
			<content:encoded><![CDATA[<p>A cool little <a href="http://lifehacker.com/5148861/five-best-lifehacker-code-apps-and-extensions">list</a> of Lifehacker&#8217;s homegrown Firefox addons and standalone apps.&nbsp; Some cool little useful stuff.&nbsp; There are some other things I remember them making that aren&#8217;t on this list, but this is a vote on the best 5 I think, so maybe that&#8217;s why they didn&#8217;t include them all.</p>
<p>Some of the unmentioned ones:</p>
<ul>
<li><a href="http://lifehacker.com/360658/browse-and-play-your-ripped-dvds-with-dvd-play">DVD Play</a></li>
<li><a href="http://lifehacker.com/355281/dvd-rip-automates-one+click-dvd-ripping">DVD Rip</a></li>
<li><a href="http://lifehacker.com/347269/lifehackers-exclusive-line-of-productivity-software">Productivity App Listing</a></li>
<li><a href="http://lifehacker.com/288443/clean-out-old-files-with-the-windows-janitor-script">Janitor</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://animivirtus.com/blake/lifehacker-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learn to Hack</title>
		<link>http://animivirtus.com/blake/learn-to-hack/</link>
		<comments>http://animivirtus.com/blake/learn-to-hack/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 05:47:01 +0000</pubDate>
		<dc:creator>Runeshai</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[courseLLearn]]></category>
		<category><![CDATA[cyberpunk]]></category>
		<category><![CDATA[hackers]]></category>
		<category><![CDATA[Ledin]]></category>
		<category><![CDATA[McAfee]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[professor]]></category>
		<category><![CDATA[Symantec]]></category>

		<guid isPermaLink="false">http://blakejohnson.wordpress.com/2008/08/05/learn-to-hack/</guid>
		<description><![CDATA[&#8230;kinda. I found this article today and thought &#8220;this is cool.&#8221; So I figured I&#8217;d share. A professor in California teaches students about programming viruses, worms, etc., focusing on getting into the mindset of harmful virus writers with the hopes of creating a more open and intellectual field of anti-malware instead of the corporate-driven (and [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230;kinda.  I found <a href="http://www.cyberpunkreview.com/news-as-cyberpunk/black-hat-hacking-101-college-professors-course-in-defeating-security/">this</a> article today and thought &#8220;this is cool.&#8221;  So I figured I&#8217;d share.  A professor in California teaches students about programming viruses, worms, etc., focusing on getting into the mindset of harmful virus writers with the hopes of creating a more open and intellectual field of anti-malware instead of the corporate-driven (and highly-priced) one we&#8217;re often forced into today.  Cool idea, cool dude.  I agree with the writer at The Cyberpunk Review, where do I sign up?</p>
]]></content:encoded>
			<wfw:commentRss>http://animivirtus.com/blake/learn-to-hack/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Delicious</title>
		<link>http://animivirtus.com/blake/delicious/</link>
		<comments>http://animivirtus.com/blake/delicious/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 03:04:16 +0000</pubDate>
		<dc:creator>Runeshai</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[delicious]]></category>
		<category><![CDATA[links]]></category>

		<guid isPermaLink="false">http://blakejohnson.wordpress.com/2008/08/01/delicious/</guid>
		<description><![CDATA[Well, the service formerly known as del.icio.us has changed itself into simply Delicious and apparently updated their site with a whole bunch of cooler, more sophisticated-looking design and interaction aspects. I haven&#8217;t tried it out yet, having only just found out myself, but the promo video does look&#8230; inspiring. I&#8217;d love to hear your experience [...]]]></description>
			<content:encoded><![CDATA[<p>Well, the service formerly known as del.icio.us has changed itself into simply Delicious and apparently updated their site with a whole bunch of cooler, more sophisticated-looking design and interaction aspects.  I haven&#8217;t tried it out yet, having only just found out myself, but the <a href="http://blog.delicious.com/blog/2008/07/oh-happy-day.html">promo video</a> does look&#8230; inspiring.  I&#8217;d love to hear your experience with the upgrade in the comments.</p>
<p><a href="http://blog.delicious.com/blog/2008/07/oh-happy-day.html">Delicious.com</a> via <a href="http://lifehacker.com/399626/delicious-bookmark-site-overhauled-and-renamed">Lifehacker</a></p>
]]></content:encoded>
			<wfw:commentRss>http://animivirtus.com/blake/delicious/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Handbrake and Open Source</title>
		<link>http://animivirtus.com/blake/handbrake-and-open-source/</link>
		<comments>http://animivirtus.com/blake/handbrake-and-open-source/#comments</comments>
		<pubDate>Wed, 05 Dec 2007 03:50:43 +0000</pubDate>
		<dc:creator>Runeshai</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blakejohnson.wordpress.com/2007/12/05/handbrake-and-open-source/</guid>
		<description><![CDATA[Handbrake rocks, for PC and Mac, and you should definitely use it if you&#8217;re in a video-based business.&#160; Download it here. That said, Open Source rocks even harder.&#160; Way harder.&#160; And it kicks the pants off commercial software half the time while doing it.&#160; Oh, and it rocks harder.&#160; Or maybe I already implied that&#8230; [...]]]></description>
			<content:encoded><![CDATA[<p>Handbrake rocks, for PC and Mac, and you should definitely use it if you&#8217;re in a video-based business.&nbsp; Download it <a href="http://handbrake.m0k.org/?article=download">here</a>.</p>
<p>That said, Open Source rocks even harder.&nbsp; Way harder.&nbsp; And it kicks the pants off commercial software half the time while doing it.&nbsp; Oh, and it rocks harder.&nbsp; Or maybe I already implied that&#8230; anyway, I was reading the installments of a newly-added RSS feed for Handbrake and one linked to a post that not only defined the programmer&#8217;s definition of open source, but really what it means in the most part for the general developing community.&nbsp; That I thought was cool.&nbsp; According to the developer:<br />
<blockquote>Open source software is exactly what it sounds like: It&#8217;s software written by a (usually small) group of highly-dedicated people that solved particular problems they themselves had and thought others might find useful as well.</p></blockquote>
<p>That sounds pretty good to me. &nbsp;And without even saying it, they named one of the key features that differentiates open source from commercialized development strategies: it&#8217;s exactly what it sounds like. &nbsp;You get what you&#8217;re told you get, and that&#8217;s about it. &nbsp;No hidden tricks, no extra gadgets to distract you from what you came for in the first place, and no obnoxious fee to pay up front, only to be disappointed and find out it&#8217;s not what you thought it was in the first place.</p>
<p>Link: <a href="http://handbrake.m0k.org/forum/viewtopic.php?t=501">http://handbrake.m0k.org/forum/viewtopic.php?t=501</a></p>
]]></content:encoded>
			<wfw:commentRss>http://animivirtus.com/blake/handbrake-and-open-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

