<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>codified</title>
	<atom:link href="http://codified.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://codified.wordpress.com</link>
	<description>About coding, tech and all sorts of other stuff...</description>
	<lastBuildDate>Fri, 02 Dec 2011 08:40:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='codified.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>codified</title>
		<link>http://codified.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://codified.wordpress.com/osd.xml" title="codified" />
	<atom:link rel='hub' href='http://codified.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to RTFM &#8211; Tips for a life of discovery</title>
		<link>http://codified.wordpress.com/2011/12/02/how-to-rtfm-tips-for-a-life-of-discovery/</link>
		<comments>http://codified.wordpress.com/2011/12/02/how-to-rtfm-tips-for-a-life-of-discovery/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 08:40:03 +0000</pubDate>
		<dc:creator>codified</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://codified.wordpress.com/?p=267</guid>
		<description><![CDATA[How to RTFM – Tips for a life of discovery 22 Nov 2011 – Houston My friends and I have often discussed the topic of programmer education. The idea is that programming is somehow unapproachable or favors a certain rare learning style. I can sympathize with this perspective. At the same time I feel that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codified.wordpress.com&amp;blog=9572993&amp;post=267&amp;subd=codified&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>
<div class="posterous_bookmarklet_entry">
<blockquote>
<div>
<h3>How to <span>RTFM</span> – Tips for a life of discovery</h3>
<p>22 Nov 2011 – Houston</p>
<p>My friends and I have often discussed the topic of programmer education. The idea is that programming is somehow unapproachable or favors a certain rare learning style. I can sympathize with this perspective. At the same time I feel that learning how to approach the unapproachable is somehow at the core of becoming a good programmer. The name of this all-important technique is <a href="https://en.wikipedia.org/wiki/RTFM"><span>RTFM</span></a>.</p>
<p><em>Update: <span>RTFM</span> <a href="http://blog.appamatto.com/2011/11/29/rtfm-the-tshirt.html">T-Shirts now available</a>. Spread the euphoria!</em></p>
<p>Everyone was a newb at some point. Chances are some jerk in <code>#latest-fp-language</code> told you to <span>RTFM</span> and that rubbed you the wrong way.</p>
<p>Well, I’m here to tell you that <span>RTFM</span> is like “Amen!” (or “So say we all!” for you <span>BSG</span> fans) for programmers. These kind souls are just trying to remind you of your commitment to reading <span>TFM</span> which should be no less than religious.</p>
<h3>Why <span>RTFM</span>?</h3>
<p>First, I really recommend reading Vivek Haldar’s <a href="http://blog.vivekhaldar.com/post/8950163616/gui-vs-cli-operation-vs-expression">article</a> comparing GUIs and CLIs. This is soul food for the aspiring reader of <span>TFM</span>. <strong>Internalization is critical for programming.</strong> It’s the only thing that separates effective from ineffective programmers. Your goal is to get as much of your daily required knowledge into your brain-<span>RAM</span> as possible. You do not want the syntax of your language of choice or the switches to <code>grep</code> to reside on disk or on the network somewhere.</p>
<p><span>RTFM</span> forces you to think about what you’re trying to do, and understand the tool you’re using to do it. It also allows you to discover other tasks that the tool might help you with. It is my experience that this extra processing forces one to actually, uh, <em>think</em>?</p>
<h3>The Rules of <span>RTFM</span></h3>
<p>These are simple rules that should guide your daily <span>RTFM</span> practice. The goal here is not to simply get things done—we want to get things done <em>and</em> have learned (internalized) new techniques that will help us next time.</p>
<h3>Rule #1: Do not Google (or DuckDuckGo) first</h3>
<p>Google is a great tool. Google will match you with the guy who had your problem and show you exactly how he solved it. However, <a href="http://www.lmgtfy.com/?q=giyf">Google Is Not Your Friend</a>.</p>
<p>The reason is this: once you’ve found the one-liner that will get you going and you’ve copy-pasted it into <a href="https://en.wikipedia.org/wiki/Z_shell">zsh</a>, you’re done. That’s it. Google has deprived you of your quality time with <span>TFM</span>.</p>
<p>Using a pure <span>RTFM</span> strategy, the voyage of self-discovery is something like:</p>
<ol>
<li><strong>Think</strong> about what you’re trying to do or why you’re getting that error.</li>
<li><strong>Remember</strong> a similar tool or experience you’ve used before.</li>
<li><strong>Read</strong> <span>TFM</span> for that tool or related tools.</li>
<li><strong>Discover</strong> new techniques or ways to apply your tools.</li>
</ol>
<p>Google is the <a href="https://en.wikipedia.org/wiki/Deus_ex_machina">deus ex machina</a> of the programming world, punching plot holes in your epic rise to <span>RTFM</span> stardom. Google has weakened your ability to solve problems by jumping straight to discovery. If you absolutely have to Google, then make sure you also take time to understand the results of your Googling and how you might have found the answers through a more organic process.</p>
<h3>Rule #2: Do not settle for an example</h3>
<p>When people say that humans learn best by example, they really mean that humans avoid learning when they have examples. This is because examples enable one to employ tools without really understanding how they work.</p>
<p><strong>Try to avoid learning things in opaque chunks.</strong> If you’re working with the shell, make sure you’re learning what the <code>a</code>, <code>u</code>, and <code>x</code> switches do in <code>ps aux</code>. This means <code>man ps</code> followed by tinkering with the various options until you develop a satisfying freedom of movement along the various axes of the command.</p>
<p>If you’re working from a big section of code, try changing it and seeing what happens. Make sure you can account for each part of the code. Seeing a chunk of code as an indivisible unit is buying a season pass to that same old article on Stack Overflow for the magical incantations.</p>
<h3>Rule #3: Sometimes the code is <span>TFM</span></h3>
<p>Not all projects have great documentation. That being said, most of the projects I use have docs in the decent to awesome range. For example, I would consider <a href="http://developer.android.com">Android docs</a> better than decent. I’d consider the <a href="http://www.freebsd.org/doc/en/books/handbook/">FreeBSD handbook</a> to be awesome. Most of the programming languages I use are very well-documented.</p>
<p>Hopefully the documentation for your project captures all behavior that is intended to be public. That still leaves a couple of reasons why the code itself may be the best or only documentation for a piece of software.</p>
<p>It’s my guess that writers read much more than they write and filmmakers watch many more hours of film than they produce. A programmer has to read code well especially now that most programming work consists of correctly using libraries and services written by others. <strong>In any case, code reading is sometimes the only way to figure out what received software does and how efficiently it does it.</strong> Don’t have the code? Try replacing that component with <a href="http://copyfree.org/software">one of these</a>.</p>
<h3>Rule #4: Question your questions</h3>
<p>It’s a little-known fact that <span>TFM</span> will answer any question you pose it—as long as it’s the one that <span>TFM</span> was written to answer. It’s like one of those movie kung fu teachers. You’re going to be chasing the chicken and waxing on and off until you <code>man -k</code> up and start asking the right questions.</p>
<p>This generally requires knowledge that won’t be cited, linked, or in any way communicated by <span>TFM</span>. You’re not going to understand a language spec without understanding what the heap and the stack are. Insensitivity to the strangeness of one’s questions is the most difficult obstacle to overcome in RTFMing, and it’s also the most likely to be solved by contact with another human being.</p>
<p><strong>Still, resist the urge to talk with someone.</strong> If you need some release, open a shell and <code>echo</code> into <code>/dev/null</code> or tell your barber. After much confusion, much RTFMing and some good luck your brain will turn inside-out and you’ll have an epiphany.</p>
<p>Maybe.</p>
</p></div>
</blockquote>
<div class="posterous_quote_citation">via <a href="http://blog.appamatto.com/2011/11/22/how-to-rtfm.html">blog.appamatto.com</a></div>
<p>Although artists often learn by copying other artists, we programmers are often in the rather fortunate position of having manuals available. This article explains why we should RTFM and [imho] it should be required reading.</p>
</div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/codified.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/codified.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/codified.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/codified.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/codified.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/codified.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/codified.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/codified.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/codified.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/codified.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/codified.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/codified.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/codified.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/codified.wordpress.com/267/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codified.wordpress.com&amp;blog=9572993&amp;post=267&amp;subd=codified&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://codified.wordpress.com/2011/12/02/how-to-rtfm-tips-for-a-life-of-discovery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/31222b9dfb87d31bdf696e57a4e183ab?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">codified</media:title>
		</media:content>
	</item>
		<item>
		<title>Book tips : The top 25 books for web designers and developers &#124; Feature &#124; .net magazine</title>
		<link>http://codified.wordpress.com/2011/11/22/book-tips-the-top-25-books-for-web-designers-and-developers-feature-net-magazine/</link>
		<comments>http://codified.wordpress.com/2011/11/22/book-tips-the-top-25-books-for-web-designers-and-developers-feature-net-magazine/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 16:52:46 +0000</pubDate>
		<dc:creator>codified</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://codified.wordpress.com/?p=262</guid>
		<description><![CDATA[via netmagazine.com<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codified.wordpress.com&amp;blog=9572993&amp;post=262&amp;subd=codified&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>
<div class="posterous_bookmarklet_entry">
<div class='p_embed p_image_embed'> <a href="http://codified.files.wordpress.com/2011/11/media_httpmedianetmag_hveni-scaled1000.jpg"><img alt="Media_httpmedianetmag_hveni" height="273" src="http://codified.files.wordpress.com/2011/11/media_httpmedianetmag_hveni-scaled1000.jpg?w=500&#038;h=273" width="500" /></a> </div>
<div class="posterous_quote_citation">via <a href="http://www.netmagazine.com/features/top-25-books-web-designers-and-developers">netmagazine.com</a></div>
</p>
</div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/codified.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/codified.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/codified.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/codified.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/codified.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/codified.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/codified.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/codified.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/codified.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/codified.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/codified.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/codified.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/codified.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/codified.wordpress.com/262/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codified.wordpress.com&amp;blog=9572993&amp;post=262&amp;subd=codified&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://codified.wordpress.com/2011/11/22/book-tips-the-top-25-books-for-web-designers-and-developers-feature-net-magazine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/31222b9dfb87d31bdf696e57a4e183ab?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">codified</media:title>
		</media:content>

		<media:content url="http://codified.files.wordpress.com/2011/11/media_httpmedianetmag_hveni-scaled1000.jpg?w=300" medium="image">
			<media:title type="html">Media_httpmedianetmag_hveni</media:title>
		</media:content>
	</item>
		<item>
		<title>Reblogged : Coding Guidelines &#8211; ACM Queue</title>
		<link>http://codified.wordpress.com/2011/11/14/reblogged-coding-guidelines-acm-queue/</link>
		<comments>http://codified.wordpress.com/2011/11/14/reblogged-coding-guidelines-acm-queue/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 12:35:06 +0000</pubDate>
		<dc:creator>codified</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://codified.wordpress.com/2011/11/14/reblogged-coding-guidelines-acm-queue/</guid>
		<description><![CDATA[Coding Guidelines: Finding the Art in the Science via queue.acm.org Nice article : Coding Guidelines: Finding the Art in the Science<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codified.wordpress.com&amp;blog=9572993&amp;post=261&amp;subd=codified&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>
<div class="posterous_bookmarklet_entry">
<blockquote class="posterous_long_quote">Coding Guidelines<span>: Finding the Art in the Science</span></p></blockquote>
<div class="posterous_quote_citation">via <a href="http://queue.acm.org/detail.cfm?id=2063168&amp;ref=fullrss">queue.acm.org</a></div>
<p>Nice article : Coding Guidelines: Finding the Art in the Science</p>
</div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/codified.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/codified.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/codified.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/codified.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/codified.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/codified.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/codified.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/codified.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/codified.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/codified.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/codified.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/codified.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/codified.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/codified.wordpress.com/261/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codified.wordpress.com&amp;blog=9572993&amp;post=261&amp;subd=codified&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://codified.wordpress.com/2011/11/14/reblogged-coding-guidelines-acm-queue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/31222b9dfb87d31bdf696e57a4e183ab?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">codified</media:title>
		</media:content>
	</item>
		<item>
		<title>Using MEF 2 with ASP.NET MVC 3 [Nick] &#8211; BCL Team Blog &#8211; Site Home &#8211; MSDN Blogs</title>
		<link>http://codified.wordpress.com/2011/11/14/using-mef-2-with-asp-net-mvc-3-nick-bcl-team-blog-site-home-msdn-blogs/</link>
		<comments>http://codified.wordpress.com/2011/11/14/using-mef-2-with-asp-net-mvc-3-nick-bcl-team-blog-site-home-msdn-blogs/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 11:14:18 +0000</pubDate>
		<dc:creator>codified</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://codified.wordpress.com/2011/11/14/using-mef-2-with-asp-net-mvc-3-nick-bcl-team-blog-site-home-msdn-blogs/</guid>
		<description><![CDATA[Using MEF 2 with ASP.NET MVC 3 blogs.msdn.com This looks quite promising.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codified.wordpress.com&amp;blog=9572993&amp;post=260&amp;subd=codified&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>
<div class="posterous_bookmarklet_entry">
<div class="posterous_quote_citation">  Using MEF 2 with ASP.NET MVC 3 <a href="http://blogs.msdn.com/b/bclteam/archive/2011/11/11/using-mef-2-with-asp-net-mvc-3.aspx">blogs.msdn.com</a></div>
<p>This looks quite promising.</p>
</div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/codified.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/codified.wordpress.com/260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/codified.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/codified.wordpress.com/260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/codified.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/codified.wordpress.com/260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/codified.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/codified.wordpress.com/260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/codified.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/codified.wordpress.com/260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/codified.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/codified.wordpress.com/260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/codified.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/codified.wordpress.com/260/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codified.wordpress.com&amp;blog=9572993&amp;post=260&amp;subd=codified&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://codified.wordpress.com/2011/11/14/using-mef-2-with-asp-net-mvc-3-nick-bcl-team-blog-site-home-msdn-blogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/31222b9dfb87d31bdf696e57a4e183ab?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">codified</media:title>
		</media:content>
	</item>
		<item>
		<title>Reblogged : MVVM Pattern Made Simple &#8211; CodeProject</title>
		<link>http://codified.wordpress.com/2011/11/11/reblogged-mvvm-pattern-made-simple-codeproject/</link>
		<comments>http://codified.wordpress.com/2011/11/11/reblogged-mvvm-pattern-made-simple-codeproject/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 09:46:17 +0000</pubDate>
		<dc:creator>codified</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://codified.wordpress.com/2011/11/11/reblogged-mvvm-pattern-made-simple-codeproject/</guid>
		<description><![CDATA[via codeproject.com Nice article on WPF and MVVM on CodeProject<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codified.wordpress.com&amp;blog=9572993&amp;post=257&amp;subd=codified&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>
<div class="posterous_bookmarklet_entry">
<div class='p_embed p_image_embed'> <a href="http://codified.files.wordpress.com/2011/11/media_httpwwwcodeproj_dzfkm-scaled1000.jpg"><img alt="Media_httpwwwcodeproj_dzfkm" height="419" src="http://codified.files.wordpress.com/2011/11/media_httpwwwcodeproj_dzfkm-scaled1000.jpg?w=500&#038;h=419" width="500" /></a> </div>
<div class="posterous_quote_citation">via <a href="http://www.codeproject.com/KB/WPF/MVVMMadeSimple.aspx">codeproject.com</a></div>
<p>Nice article on WPF and MVVM on CodeProject</p>
</div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/codified.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/codified.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/codified.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/codified.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/codified.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/codified.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/codified.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/codified.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/codified.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/codified.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/codified.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/codified.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/codified.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/codified.wordpress.com/257/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codified.wordpress.com&amp;blog=9572993&amp;post=257&amp;subd=codified&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://codified.wordpress.com/2011/11/11/reblogged-mvvm-pattern-made-simple-codeproject/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/31222b9dfb87d31bdf696e57a4e183ab?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">codified</media:title>
		</media:content>

		<media:content url="http://codified.files.wordpress.com/2011/11/media_httpwwwcodeproj_dzfkm-scaled1000.jpg?w=300" medium="image">
			<media:title type="html">Media_httpwwwcodeproj_dzfkm</media:title>
		</media:content>
	</item>
		<item>
		<title>Google+ and Tweaking Privacy Settings</title>
		<link>http://codified.wordpress.com/2011/07/14/google-and-tweaking-privacy-settings/</link>
		<comments>http://codified.wordpress.com/2011/07/14/google-and-tweaking-privacy-settings/#comments</comments>
		<pubDate>Thu, 14 Jul 2011 18:17:47 +0000</pubDate>
		<dc:creator>codified</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://codified.wordpress.com/2011/07/14/google-and-tweaking-privacy-settings/</guid>
		<description><![CDATA[I talked to a former colleague and friend today, asking if I had seen any options for choosing who to show on the Google+ profile/home page. The concern was that there might be contacts that one would not &#8220;show off&#8221; or allow some discretion by not showing everyone in all your circles. I had to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codified.wordpress.com&amp;blog=9572993&amp;post=248&amp;subd=codified&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I talked to a former colleague and friend today, asking if I had seen any options for choosing who to show on the Google+ profile/home page.</p>
<p>The concern was that there might be contacts that one would not &#8220;show off&#8221; or allow some discretion by not showing everyone in all your circles. I had to dive in and check for any such options and I found what I was looking for.</p>
<p>To turn off or select which circles to show you need to take 4 small steps in Google+ :</p>
<p><strong>1. Click your name in the upper right corner and select &#8220;Account settings&#8221;</strong></p>
<div>
<div class="p_embed p_image_embed"><img src="http://codified.files.wordpress.com/2011/07/selection_003.png?w=364&#038;h=259" alt="Selection_003" width="364" height="259" /></div>
<p>&nbsp;</p>
</div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div><strong>2. Now click &#8220;Profile and privacy&#8221;</strong></div>
<div></div>
<div>
<div class="p_embed p_image_embed"><img src="http://codified.files.wordpress.com/2011/07/selection_004.png?w=247&#038;h=234" alt="Selection_004" width="247" height="234" /></div>
<p>&nbsp;</p>
</div>
<p>&nbsp;</p>
<div><strong>3. Scroll down and click the &#8220;Edit network visibility&#8221; button.</strong></div>
<p>&nbsp;</p>
<div>
<div class="p_embed p_image_embed"><a href="http://codified.files.wordpress.com/2011/07/selection_005.png"><img src="http://codified.files.wordpress.com/2011/07/selection_005.png?w=500&#038;h=221" alt="Selection_005" width="500" height="221" /></a></div>
<p>&nbsp;</p>
</div>
<p>&nbsp;</p>
<div><strong>4. Now there should pop up a window like below and you can choose which circles to show or hide and whether anyone on the web can see it.</strong></div>
<p>&nbsp;</p>
<div>
<div class="p_embed p_image_embed"><img src="http://codified.files.wordpress.com/2011/07/selection_006.png?w=284&#038;h=332" alt="Selection_006" width="284" height="332" /></div>
<p>&nbsp;</p>
</div>
<p>&nbsp;</p>
<div>It seems, at least to me, that Google has taken the privacy matter seriously on this bit. You just need to be aware of how you want to organize your circles and people and choose your privacy settings carefully and wisely.</div>
<p>&nbsp;</p>
<div>I for one, love the concepts of Google+ and I think this looks really promising.</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/codified.wordpress.com/248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/codified.wordpress.com/248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/codified.wordpress.com/248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/codified.wordpress.com/248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/codified.wordpress.com/248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/codified.wordpress.com/248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/codified.wordpress.com/248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/codified.wordpress.com/248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/codified.wordpress.com/248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/codified.wordpress.com/248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/codified.wordpress.com/248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/codified.wordpress.com/248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/codified.wordpress.com/248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/codified.wordpress.com/248/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codified.wordpress.com&amp;blog=9572993&amp;post=248&amp;subd=codified&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://codified.wordpress.com/2011/07/14/google-and-tweaking-privacy-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/31222b9dfb87d31bdf696e57a4e183ab?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">codified</media:title>
		</media:content>

		<media:content url="http://codified.files.wordpress.com/2011/07/selection_003.png?w=300" medium="image">
			<media:title type="html">Selection_003</media:title>
		</media:content>

		<media:content url="http://codified.files.wordpress.com/2011/07/selection_004.png?w=247" medium="image">
			<media:title type="html">Selection_004</media:title>
		</media:content>

		<media:content url="http://codified.files.wordpress.com/2011/07/selection_005.png?w=300" medium="image">
			<media:title type="html">Selection_005</media:title>
		</media:content>

		<media:content url="http://codified.files.wordpress.com/2011/07/selection_006.png?w=256" medium="image">
			<media:title type="html">Selection_006</media:title>
		</media:content>
	</item>
		<item>
		<title>TEDxOslo impressions</title>
		<link>http://codified.wordpress.com/2011/06/20/tedxoslo-impressions-2/</link>
		<comments>http://codified.wordpress.com/2011/06/20/tedxoslo-impressions-2/#comments</comments>
		<pubDate>Mon, 20 Jun 2011 08:16:04 +0000</pubDate>
		<dc:creator>codified</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://codified.wordpress.com/2011/06/20/tedxoslo-impressions-2/</guid>
		<description><![CDATA[Last week&#8217;s TEDxOslo (june 16), was in my humble opinion a great success. As the first official event in Oslo, with the theme &#8216;from ideas to action&#8217;, they had come up with some really great speakers with great talks. That said, I wish some of the norwegian speakers could have improved somewhat, both in presentation [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codified.wordpress.com&amp;blog=9572993&amp;post=244&amp;subd=codified&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>
<div class='p_embed p_image_embed'> <a href="http://codified.files.wordpress.com/2011/06/tedxoslo_mobile-png-scaled-1000.jpg"><img alt="Tedxoslo_mobile" height="209" src="http://codified.files.wordpress.com/2011/06/tedxoslo_mobile-png-scaled-1000.jpg?w=500&#038;h=209" width="500" /></a> </div>
<p />Last week&#8217;s TEDxOslo (june 16), was in my humble opinion a great success. As the first official event in Oslo, with the theme &#8216;from ideas to action&#8217;, they had come up with some <a href="http://tedxoslo.com/speakers/">really great speakers with great talks</a>. That said, I wish some of the norwegian speakers could have improved somewhat, both in presentation and rehearsed some more english speaking &#8211; the content was good.</p>
<div> 
<div>I&#8217;ve been following TED.com and seen quite a few talks there. I was looking forward to enjoy some TED.com feeling up close &#8211; it has always struck me that the events seemed to have this atmosphere of enthusiasm, passion, great ideas and a interested crowd listening and participating.</div>
<p />
<div>I got all that and more. One of the talks that hit home was <a href="http://www.angelamorelli.com/">Angela Morelli</a> on water. Her enthusiasm and great visualizations let me understand the challenges we have and got me thinking &#8211; I haven&#8217;t got around to actions yet&#8230;</div>
<p />
<div>With mingling and dinner after the sessions everyone had the opportunity to talk to the speakers. At dinner, I had the pleasure of exchanging some words with Sturla Ellingsv&aring;g who is behind the <a href="http://www.facebook.com/globalmovementforhumanrights">Global Movement for Human Rights</a>.</div>
<p />
<div>In the end, I hope there will be more TEDxOslo sessions &#8211; I had a memorable day and evening.</div>
<p />
<div>You can find the recorded talks at the <a href="http://tedxoslo.com/feed">TEDxOslo event pages</a>.</div>
<p />  </div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/codified.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/codified.wordpress.com/244/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/codified.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/codified.wordpress.com/244/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/codified.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/codified.wordpress.com/244/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/codified.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/codified.wordpress.com/244/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/codified.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/codified.wordpress.com/244/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/codified.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/codified.wordpress.com/244/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/codified.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/codified.wordpress.com/244/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codified.wordpress.com&amp;blog=9572993&amp;post=244&amp;subd=codified&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://codified.wordpress.com/2011/06/20/tedxoslo-impressions-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/31222b9dfb87d31bdf696e57a4e183ab?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">codified</media:title>
		</media:content>

		<media:content url="http://codified.files.wordpress.com/2011/06/tedxoslo_mobile-png-scaled-1000.jpg?w=300" medium="image">
			<media:title type="html">Tedxoslo_mobile</media:title>
		</media:content>
	</item>
		<item>
		<title>Summer in Oslo</title>
		<link>http://codified.wordpress.com/2011/06/03/summer-in-oslo/</link>
		<comments>http://codified.wordpress.com/2011/06/03/summer-in-oslo/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 15:19:25 +0000</pubDate>
		<dc:creator>codified</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://codified.wordpress.com/2011/06/03/summer-in-oslo/</guid>
		<description><![CDATA[Nice, hot summer day in Oslo.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codified.wordpress.com&amp;blog=9572993&amp;post=233&amp;subd=codified&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>
<div class='p_embed p_image_embed'> <a href="http://codified.files.wordpress.com/2011/06/1556132680-scaled1000.jpg"><img alt="1556132680" height="236" src="http://codified.files.wordpress.com/2011/06/1556132680-scaled1000.jpg?w=500&#038;h=236" width="500" /></a> </div>
</p>
<p>Nice, hot summer day in Oslo.</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/codified.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/codified.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/codified.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/codified.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/codified.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/codified.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/codified.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/codified.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/codified.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/codified.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/codified.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/codified.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/codified.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/codified.wordpress.com/233/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codified.wordpress.com&amp;blog=9572993&amp;post=233&amp;subd=codified&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://codified.wordpress.com/2011/06/03/summer-in-oslo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/31222b9dfb87d31bdf696e57a4e183ab?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">codified</media:title>
		</media:content>

		<media:content url="http://codified.files.wordpress.com/2011/06/1556132680-scaled1000.jpg?w=300" medium="image">
			<media:title type="html">1556132680</media:title>
		</media:content>
	</item>
		<item>
		<title>mobl : Mobile Web Applications Made Amazingly Simple!</title>
		<link>http://codified.wordpress.com/2011/03/30/mobl-mobile-web-applications-made-amazingly-simple/</link>
		<comments>http://codified.wordpress.com/2011/03/30/mobl-mobile-web-applications-made-amazingly-simple/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 20:08:03 +0000</pubDate>
		<dc:creator>codified</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[mobl]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://codified.wordpress.com/?p=224</guid>
		<description><![CDATA[An article on InfoQ got my attention a couple of weeks ago : &#8220;mobl : a DSL for Mobile Web Development&#8220;. I&#8217;ve been tinkering a bit with Android applications, but I acknowledge that there are other platforms out there. With &#8220;mobl&#8221; you can create mobile web apps in a snap. Check out the tutorials and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codified.wordpress.com&amp;blog=9572993&amp;post=224&amp;subd=codified&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_231" class="wp-caption alignleft" style="width: 310px"><a href="http://codified.files.wordpress.com/2011/03/mobl-screenshot.png"><img class="size-medium wp-image-231" title="mobl" src="http://codified.files.wordpress.com/2011/03/mobl-screenshot.png?w=300&#038;h=285" alt="mobl web page" width="300" height="285" /></a><p class="wp-caption-text">mobl - easy mobile web development</p></div>
<p>An article on InfoQ got my attention a couple of weeks ago : &#8220;<a title="mobl" href="http://www.infoq.com/articles/Mobl" target="_blank">mobl : a DSL for Mobile Web Development</a>&#8220;. I&#8217;ve been tinkering a bit with Android applications, but I acknowledge that there are other platforms out there. With &#8220;<a title="http://www.mobl-lang.org/" href="http://www.mobl-lang.org/" target="_blank">mobl</a>&#8221; you can create mobile web apps in a snap. Check out the tutorials and documentation. This couldn&#8217;t be done any easier.</p>
<p>I played around with the tutorials and examples and it struck me that it would be nice to embed a web application into a native Android application &#8211; eliminating the need for a web url to get the application as well as having the app available when not on-line. With Android&#8217;s nice browser widget this turned out to be a breeze. I&#8217;ll follow up with some code in my next post, but for now &#8211; check out the goodies at the <a title="http://www.mobl-lang.org/" href="http://www.mobl-lang.org/" target="_blank">mobl</a> site.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/codified.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/codified.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/codified.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/codified.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/codified.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/codified.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/codified.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/codified.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/codified.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/codified.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/codified.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/codified.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/codified.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/codified.wordpress.com/224/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codified.wordpress.com&amp;blog=9572993&amp;post=224&amp;subd=codified&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://codified.wordpress.com/2011/03/30/mobl-mobile-web-applications-made-amazingly-simple/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/31222b9dfb87d31bdf696e57a4e183ab?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">codified</media:title>
		</media:content>

		<media:content url="http://codified.files.wordpress.com/2011/03/mobl-screenshot.png?w=300" medium="image">
			<media:title type="html">mobl</media:title>
		</media:content>
	</item>
		<item>
		<title>New theme!</title>
		<link>http://codified.wordpress.com/2011/03/30/new-theme/</link>
		<comments>http://codified.wordpress.com/2011/03/30/new-theme/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 19:54:40 +0000</pubDate>
		<dc:creator>codified</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://codified.wordpress.com/?p=219</guid>
		<description><![CDATA[Whoah! Found this amazing WordPress theme (&#8220;Greyzed&#8221;) and found that I needed a change (and some more posts &#8211; will follow up shortly).<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codified.wordpress.com&amp;blog=9572993&amp;post=219&amp;subd=codified&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Whoah! Found this amazing WordPress theme (&#8220;Greyzed&#8221;) and found that I needed a change (and some more posts &#8211; will follow up shortly).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/codified.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/codified.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/codified.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/codified.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/codified.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/codified.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/codified.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/codified.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/codified.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/codified.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/codified.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/codified.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/codified.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/codified.wordpress.com/219/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codified.wordpress.com&amp;blog=9572993&amp;post=219&amp;subd=codified&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://codified.wordpress.com/2011/03/30/new-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/31222b9dfb87d31bdf696e57a4e183ab?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">codified</media:title>
		</media:content>
	</item>
	</channel>
</rss>
