<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><!-- generator="wordpress/2.3.3" --><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Adam Owen - Blog</title>
	<link>http://www.adamowen.com/blog</link>
	<description>Web Design | Gaming</description>
	<pubDate>Sun, 17 Aug 2008 23:06:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/AdamOwen" type="application/rss+xml" /><feedburner:feedFlare href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FAdamOwen" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2FAdamOwen" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare href="http://www.live.com/?add=http%3A%2F%2Ffeeds.feedburner.com%2FAdamOwen" src="http://tkfiles.storage.msn.com/x1piYkpqHC_35nIp1gLE68-wvzLZO8iXl_JMledmJQXP-XTBOLfmQv4zhj4MhcWEJh_GtoBIiAl1Mjh-ndp9k47If7hTaFno0mxW9_i3p_5qQw">Subscribe with Live.com</feedburner:feedFlare><item>
		<title>CodeIgniter Rocks!</title>
		<link>http://feeds.feedburner.com/~r/AdamOwen/~3/367593558/</link>
		<comments>http://www.adamowen.com/blog/2008/08/17/codeigniter-rocks/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 23:06:15 +0000</pubDate>
		<dc:creator>Adam Owen</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.adamowen.com/blog/2008/08/17/codeigniter-rocks/</guid>
		<description><![CDATA[After realising my abuse of linear PHP was causing me some major headaches, I went on a search for an easy to use framework so I can get down to creating applications, not reproducing code. After a trawl through the net, I remembered about CodeIgniter, an open source PHP framework from the guys at EllisLab, [...]]]></description>
			<content:encoded><![CDATA[<p>After realising my abuse of linear PHP was causing me some major headaches, I went on a search for an easy to use framework so I can get down to creating applications, not reproducing code. After a trawl through the net, I remembered about <a href="http://codeigniter.com/" title="CodeIgniter website">CodeIgniter</a>, an open source PHP framework from the guys at <a href="http://ellislab.com/" title="EllisLab website">EllisLab</a>, which was created while developing their CMS product, <a href="http://expressionengine.com/" title="ExpressionEngine website">ExpressionEngine</a>.</p>
<p>I&#8217;m in love. It&#8217;s so simple to use, and provides seemingly endless flexibility. It&#8217;s a great feeling to know all of my code is contained in logical places, which has increased my developing speed temendously. CodeIgniter uses the <a href="http://en.wikipedia.org/wiki/Model-view-controller" title="MVC">Model View Controller (MVC)</a> architectural pattern and despite this being the first time I&#8217;ve really used it, it was very quick to understand.</p>
<p>I&#8217;ll write more about my experiences with CodeIgniter soon, but I suggest any PHP developer to head on over to the CodeIgniter site and download the latest version, and drop me a comment to let me know what you think of it!</p>
<img src="http://feeds.feedburner.com/~r/AdamOwen/~4/367593558" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.adamowen.com/blog/2008/08/17/codeigniter-rocks/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.adamowen.com/blog/2008/08/17/codeigniter-rocks/</feedburner:origLink></item>
		<item>
		<title>Group Your Results with PHP</title>
		<link>http://feeds.feedburner.com/~r/AdamOwen/~3/313765693/</link>
		<comments>http://www.adamowen.com/blog/2008/06/17/group-your-results-with-php/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 12:34:30 +0000</pubDate>
		<dc:creator>Adam Owen</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.adamowen.com/blog/2008/06/17/group-your-results-with-php/</guid>
		<description><![CDATA[
While working on a personal project this evening, I wrote a small function to group a list of results by the first letter of each record.
As simple as it may be, I think it&#8217;s very effective in breaking up a long list of results and it&#8217;s very easy to implement.
First up I defined a list [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.adamowen.com/blog/wp-content/uploads/2008/06/list_sort1.jpg' alt='Sort by first letter' class="alignright" /></p>
<p>While working on a personal project this evening, I wrote a small function to group a list of results by the first letter of each record.</p>
<p>As simple as it may be, I think it&#8217;s very effective in breaking up a long list of results and it&#8217;s very easy to implement.</p>
<p>First up I defined a list of names in an array, and then sorted them alphabetically.</p>
<div class="php" style="background:#FFFFFF url('images/php_icon.jpg') top right no-repeat;padding:10px;">
<ol>
<li style="color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0000ff;">$contacts</span> = <a href="http://www.php.net/array"><span style="color: #000066;">array</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&#8216;John&#8217;</span>, <span style="color: #ff0000;">&#8216;Peter&#8217;</span>, <span style="color: #ff0000;">&#8216;Adam&#8217;</span>, <span style="color: #ff0000;">&#8216;Sam&#8217;</span>, <span style="color: #ff0000;">&#8216;Dick&#8217;</span>, <span style="color: #ff0000;">&#8216;Nicholas&#8217;</span>, <span style="color: #ff0000;">&#8216;Philip&#8217;</span>, <span style="color: #ff0000;">&#8216;Andrew&#8217;</span>, <span style="color: #ff0000;">&#8216;Thomas&#8217;</span>, <span style="color: #ff0000;">&#8216;Bruce&#8217;</span>, <span style="color: #ff0000;">&#8216;Steven&#8217;</span>, <span style="color: #ff0000;">&#8216;Brian&#8217;</span>, <span style="color: #ff0000;">&#8216;Terrence&#8217;</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="color:#999999;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.php.net/sort"><span style="color: #000066;">sort</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #0000ff;">$contacts</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
</ol>
</div>
<p>Next I created a function called &#8216;group_by_first&#8217;. Here&#8217;s my code, I&#8217;ll explain what&#8217;s going on underneath.</p>
<div class="php" style="background:#FFFFFF url('images/php_icon.jpg') top right no-repeat;padding:10px;">
<ol>
<li style="color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000; font-weight: bold;">function</span> group_by_first<span style="color: #66cc66;">&#40;</span><span style="color: #0000ff;">$contact_name</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="color:#999999;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <a href="http://www.php.net/global"><span style="color: #000066;">global</span></a> <span style="color: #0000ff;">$cur_first</span>;</div>
</li>
<li style="color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color: #0000ff;">$get_first</span> = <a href="http://www.php.net/substr"><span style="color: #000066;">substr</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #0000ff;">$contact_name</span>, <span style="color: #cc66cc;">0</span>, <span style="color: #cc66cc;">1</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="color:#999999;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span><span style="color: #0000ff;">$cur_first</span> != <span style="color: #0000ff;">$get_first</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <a href="http://www.php.net/echo"><span style="color: #000066;">echo</span></a> <span style="color: #ff0000;">&#8216;&lt;div style=&quot;width: 120px; height: 30px; background: #ccc;&quot;&gt;&#8217;</span>. <span style="color: #0000ff;">$get_first</span> .<span style="color: #ff0000;">&#8216;&lt;/div&gt;&#8217;</span>;</div>
</li>
<li style="color:#999999;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #0000ff;">$cur_first</span> = <span style="color: #0000ff;">$get_first</span>;</div>
</li>
<li style="color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="color:#999999;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <a href="http://www.php.net/echo"><span style="color: #000066;">echo</span></a> <span style="color: #0000ff;">$contact_name</span> . <span style="color: #ff0000;">&#8216;&lt;br /&gt;&#8217;</span>;</div>
</li>
<li style="color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color: #66cc66;">&#125;</span></div>
</li>
</ol>
</div>
<p><span class="subhead">Line 1</span>: Here we name the function and add a parameter that stores the current record</p>
<p><span class="subhead">Line 2</span>: Creating a global variable named <code>$cur_first</code> (current first letter), which will be empty to start with</p>
<p><span class="subhead">Line 3</span>: Here I define a variable called <code>$get_first</code>, and retrieve the first character from the current record. For example, if we&#8217;re on &#8216;Bruce&#8217; then <code>$get_first</code> will store &#8216;B&#8217;</p>
<p><span class="subhead">Line 4</span>: Comparing the current letter group we&#8217;re in with the first letter of the current record. If they don&#8217;t match, that means we&#8217;ve run out of records that begin with that letter and we&#8217;re ready to make a new group</p>
<p><span class="subhead">Line 5</span>: Echo out a div with some styling, and the first letter of the current record. The inline CSS is there purely for demonstration, please rememeber to define a class in your stylesheet!</p>
<p><span class="subhead">Line 6</span>: We&#8217;ve added a new group, so now we&#8217;ve got to tell <code>$cur_first</code> that we&#8217;re on the next letter in the list, which we do by assigning it the value of <code>$get_first</code></p>
<p><span class="subhead">Line 8</span>: Finally, we echo out the current record</p>
<p>All we&#8217;ve got left to do now is to run each element of the array through our function!</p>
<div class="php" style="background:#FFFFFF url('images/php_icon.jpg') top right no-repeat;padding:10px;">
<ol>
<li style="color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #b1b100;">foreach</span> <span style="color: #66cc66;">&#40;</span><span style="color: #0000ff;">$contacts</span> <span style="color: #b1b100;">as</span> <span style="color: #0000ff;">$value</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="color:#999999;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; group_by_first<span style="color: #66cc66;">&#40;</span><span style="color: #0000ff;">$value</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color: #66cc66;">&#125;</span></div>
</li>
</ol>
</div>
<p>And <a href="http://adamowen.com/blog/tutorials/php/php_group_list.php" title="Splitting a list with PHP">here&#8217;s a basic example</a> of it in action.</p>
<p>With some better styling I think that this can be an elegant solution for breaking up your lists of records.</p>
<img src="http://feeds.feedburner.com/~r/AdamOwen/~4/313765693" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.adamowen.com/blog/2008/06/17/group-your-results-with-php/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.adamowen.com/blog/2008/06/17/group-your-results-with-php/</feedburner:origLink></item>
		<item>
		<title>What is Web 2.0?</title>
		<link>http://feeds.feedburner.com/~r/AdamOwen/~3/311170276/</link>
		<comments>http://www.adamowen.com/blog/2008/06/13/what-is-web-20/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 14:02:48 +0000</pubDate>
		<dc:creator>Adam Owen</dc:creator>
		
		<category><![CDATA[Web 2.0]]></category>

		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.adamowen.com/blog/2008/06/13/what-is-web-20/</guid>
		<description><![CDATA[The term Web 2.0 has been on the tip of everyone&#8217;s tongue for a few years now, but there is still a lot of confusion about what it actually means.
The O&#8217;Reilly Media Web 2.0 conference in 2004 was the first notable use of the term, where Tim O&#8217;Reilly described it as:
Web 2.0 is the business [...]]]></description>
			<content:encoded><![CDATA[<p>The term Web 2.0 has been on the tip of everyone&#8217;s tongue for a few years now, but there is still a lot of confusion about what it actually means.</p>
<p>The O&#8217;Reilly Media Web 2.0 conference in 2004 was the first notable use of the term, where Tim O&#8217;Reilly described it as:</p>
<blockquote><p>Web 2.0 is the business revolution in the computer industry caused by the move to the Internet as platform, and an attempt to understand the rules for success on that new platform.</p></blockquote>
<p>While I truly believe in the Internet as a platform (just look at how Google are dominating the online applications market), the rules for success are rather blurred.</p>
<p> <a href="http://www.adamowen.com/blog/2008/06/13/what-is-web-20/#more-19" class="more-link">(more&#8230;)</a></p>
<img src="http://feeds.feedburner.com/~r/AdamOwen/~4/311170276" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.adamowen.com/blog/2008/06/13/what-is-web-20/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.adamowen.com/blog/2008/06/13/what-is-web-20/</feedburner:origLink></item>
		<item>
		<title>Using Your Website Background as Advertising Space</title>
		<link>http://feeds.feedburner.com/~r/AdamOwen/~3/306063489/</link>
		<comments>http://www.adamowen.com/blog/2008/06/06/using-your-website-background-as-advertising-space/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 12:19:37 +0000</pubDate>
		<dc:creator>Adam Owen</dc:creator>
		
		<category><![CDATA[Marketing]]></category>

		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.adamowen.com/blog/2008/06/06/using-your-website-background-as-advertising-space/</guid>
		<description><![CDATA[I posted an article on my company&#8217;s blog yesterday about a recent project for local steet dance company, Urban Strides. I explained how from the beggining of the project we wanted to use their background to advertise the many events and classes they run, and how we did just that with their latest event.
I believe [...]]]></description>
			<content:encoded><![CDATA[<p>I posted an <a href="http://blog.imre.co.uk/?p=71" title="Imre Blog - What's Going on Behind Your Website?">article on my company&#8217;s blog yesterday</a> about a recent project for local steet dance company, Urban Strides. I explained how from the beggining of the project we wanted to use their background to advertise the many events and classes they run, and how we did just that with their latest event.</p>
<p>I believe your website background can be a fantastic advertising space, as Gamespot have just shown this morning with their stunning Lego Indiana Jones background.</p>
<p>I think that the background looks fantastic, and it was a clever move to incorporate it into their flash banner as well. This is something Gamespot do often, and I know many other sites, especially in the gaming and video sharing world, do the same.</p>
<p><a href="http://gamespot.com"><img src='http://www.adamowen.com/blog/wp-content/uploads/2008/06/gamespot_indiana_jones.jpg' alt='Gamespot Lego Indiana Jones Background' /></a></p>
<p>Changing the background of your site to reflect what&#8217;s currently happening is a great idea. It keeps your site looking fresh, it can bring in revenue and you don&#8217;t compromise your content.</p>
<p>If you&#8217;ve seen any more examples of this strategy please leave a comment and let me know!</p>
<img src="http://feeds.feedburner.com/~r/AdamOwen/~4/306063489" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.adamowen.com/blog/2008/06/06/using-your-website-background-as-advertising-space/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.adamowen.com/blog/2008/06/06/using-your-website-background-as-advertising-space/</feedburner:origLink></item>
		<item>
		<title>Style Your Wordpress Comments</title>
		<link>http://feeds.feedburner.com/~r/AdamOwen/~3/305393594/</link>
		<comments>http://www.adamowen.com/blog/2008/06/05/style-your-wordpress-comments/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 15:12:25 +0000</pubDate>
		<dc:creator>Adam Owen</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.adamowen.com/blog/2008/06/05/style-your-wordpress-comments/</guid>
		<description><![CDATA[The most important aspect of a blog is your readers. Without them, you&#8217;re only talking to yourself.
The main route of communication between you both is the comments under each post, so why not pretty them up a bit?
In this article I&#8217;ll show you the various CSS styles you need to change, and I&#8217;ll also explain [...]]]></description>
			<content:encoded><![CDATA[<p>The most important aspect of a blog is your readers. Without them, you&#8217;re only talking to yourself.</p>
<p>The main route of communication between you both is the comments under each post, so why not pretty them up a bit?</p>
<p>In this article I&#8217;ll show you the various CSS styles you need to change, and I&#8217;ll also explain how I added the custom background when I reply to comments on my own articles.</p>
<p> <a href="http://www.adamowen.com/blog/2008/06/05/style-your-wordpress-comments/#more-16" class="more-link">(more&#8230;)</a></p>
<img src="http://feeds.feedburner.com/~r/AdamOwen/~4/305393594" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.adamowen.com/blog/2008/06/05/style-your-wordpress-comments/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.adamowen.com/blog/2008/06/05/style-your-wordpress-comments/</feedburner:origLink></item>
		<item>
		<title>Adding the Wordpress Sidebar to Every Page</title>
		<link>http://feeds.feedburner.com/~r/AdamOwen/~3/242777120/</link>
		<comments>http://www.adamowen.com/blog/2008/02/22/adding-the-wordpress-sidebar-to-every-page/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 19:25:23 +0000</pubDate>
		<dc:creator>Adam Owen</dc:creator>
		
		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.adamowen.com/blog/?p=8</guid>
		<description><![CDATA[When you first install Wordpress, the default Kubrick theme doesn&#8217;t display the sidebar when you view a single post. It&#8217;s a feature many people ask for and here&#8217;s how you do it.
In your Wordpress admin interface, navigate to Presentation > Theme Editor and then select Single Post from the right menu. The &#8217;single.php&#8217; file will [...]]]></description>
			<content:encoded><![CDATA[<p>When you first install Wordpress, the default Kubrick theme doesn&#8217;t display the sidebar when you view a single post. It&#8217;s a feature many people ask for and here&#8217;s how you do it.</p>
<p>In your Wordpress admin interface, navigate to Presentation > Theme Editor and then select Single Post from the right menu. The &#8217;single.php&#8217; file will appear in the editing window.</p>
<p>The first change is to replace the second line:
<p><code>&lt;div id="content" class="widecolumn"&gt;</code></p>
<p> with
<p><code>&lt;div id="content" class="narrowcolumn"&gt;</code></p>
<p>Once that&#8217;s done, scroll to the bottom of the page and find the line <code>&lt;?php get_footer(); ?&gt;</code> and replace it with:</p>
<div class="php" style="background:#FFFFFF url('images/php_icon.jpg') top right no-repeat;padding:10px;">
<ol>
<li style="color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> </div>
</li>
<li style="color:#999999;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">get_sidebar<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">get_footer<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>; </div>
</li>
<li style="color:#999999;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000; font-weight: bold;">?&gt;</span></div>
</li>
</ol>
</div>
<p>And that&#8217;s it! Your sidebar will now appear on every page of your Wordpress blog.</p>
<img src="http://feeds.feedburner.com/~r/AdamOwen/~4/242777120" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.adamowen.com/blog/2008/02/22/adding-the-wordpress-sidebar-to-every-page/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.adamowen.com/blog/2008/02/22/adding-the-wordpress-sidebar-to-every-page/</feedburner:origLink></item>
		<item>
		<title>Does Your Company Pay You to go Home?</title>
		<link>http://feeds.feedburner.com/~r/AdamOwen/~3/242777122/</link>
		<comments>http://www.adamowen.com/blog/2008/02/19/does-your-company-pay-you-to-go-home/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 00:19:36 +0000</pubDate>
		<dc:creator>Adam Owen</dc:creator>
		
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.adamowen.com/blog/?p=5</guid>
		<description><![CDATA[Mine does.
For those who have not heard of Google 20% time, a quick rundown. Google 20% was created to allow employees to focus on what they&#8217;re really passionate about. Many Google products and services were born through this, including Google Suggest and AdSense for Content.
Here at our studio we&#8217;re all for it too! I started [...]]]></description>
			<content:encoded><![CDATA[<p>Mine does.</p>
<p>For those who have not heard of Google 20% time, a quick rundown. Google 20% was created to allow employees to focus on what they&#8217;re really passionate about. Many Google products and services were born through this, including Google Suggest and AdSense for Content.</p>
<p>Here at our studio we&#8217;re all for it too! I started off spending 20% of my week learning PHP, MySQL and anything else that tickled my fancy. While we definately saw how powerful a tool this could be, we recently pushed it even further.</p>
<p>We&#8217;re getting increasingly busy lately and as such this 20% time started to take a back seat for me. I&#8217;d feel bad if I was reading up on the latest Facebook app when there was work that I knew had to be done. I had a chat with my boss and he suggested that I work from home one afternoon a week. Again, I didn&#8217;t feel quite right taking up the offer but we decided to give it a trial run.</p>
<p>Wednesday afternoon rolled around and I went home, laptop in hand, ready to spend the afternoon developing my knowledge. Thursday morning I came in with a new product which several clients have already bought into! Having that space at home without the telephone going, or Outlook constantly telling me that I have more work, allowed me to be more creative and gave our company a new product to sell.</p>
<p>I&#8217;m thoroughly enjoying spending this time to better myself and I can&#8217;t recommend it enough!</p>
<img src="http://feeds.feedburner.com/~r/AdamOwen/~4/242777122" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.adamowen.com/blog/2008/02/19/does-your-company-pay-you-to-go-home/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.adamowen.com/blog/2008/02/19/does-your-company-pay-you-to-go-home/</feedburner:origLink></item>
		<item>
		<title>Web 2.0 Thoughts and Suggestions</title>
		<link>http://feeds.feedburner.com/~r/AdamOwen/~3/242777123/</link>
		<comments>http://www.adamowen.com/blog/2008/02/18/4/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 23:28:56 +0000</pubDate>
		<dc:creator>Adam Owen</dc:creator>
		
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.adamowen.com/blog/?p=4</guid>
		<description><![CDATA[Note: I wrote this article almost a year ago for our company blog but I thought it was well worth posting it here as well. Hope you find it useful!
Yesterday Imre visited the Internet World exhibition in Earl’s Court, London. We attended a couple of seminars on Web 2.0 and found some very interesting ideas and suggestions.
]]></description>
			<content:encoded><![CDATA[<p><cite>Note: I wrote this article almost a year ago for our company blog but I thought it was well worth posting it here as well. Hope you find it useful!</cite></p>
<p>Yesterday Imre visited the Internet World exhibition in Earl’s Court, London. We attended a couple of seminars on Web 2.0 and found some very interesting ideas and suggestions.</p>
<p> <a href="http://www.adamowen.com/blog/2008/02/18/4/#more-4" class="more-link">(more&#8230;)</a></p>
<img src="http://feeds.feedburner.com/~r/AdamOwen/~4/242777123" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.adamowen.com/blog/2008/02/18/4/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.adamowen.com/blog/2008/02/18/4/</feedburner:origLink></item>
		<item>
		<title>I’m back!</title>
		<link>http://feeds.feedburner.com/~r/AdamOwen/~3/242777124/</link>
		<comments>http://www.adamowen.com/blog/2008/02/18/hello-world/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 15:32:32 +0000</pubDate>
		<dc:creator>Adam Owen</dc:creator>
		
		<category><![CDATA[General Banter]]></category>

		<guid isPermaLink="false">http://www.adamowen.com/blog/?p=1</guid>
		<description><![CDATA[Wow. I can&#8217;t believe it&#8217;s been half a year since I&#8217;ve posted here.
I set a new year&#8217;s resolution to redesign and clean out my blog, and I&#8217;m almost done!
Please check back soon for my thoughts on web design and gaming.
]]></description>
			<content:encoded><![CDATA[<p>Wow. I can&#8217;t believe it&#8217;s been half a year since I&#8217;ve posted here.</p>
<p>I set a new year&#8217;s resolution to redesign and clean out my blog, and I&#8217;m almost done!</p>
<p>Please check back soon for my thoughts on web design and gaming.</p>
<img src="http://feeds.feedburner.com/~r/AdamOwen/~4/242777124" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.adamowen.com/blog/2008/02/18/hello-world/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.adamowen.com/blog/2008/02/18/hello-world/</feedburner:origLink></item>
	</channel>
</rss>
