<?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>1080d</title>
	<atom:link href="http://1080d.com/lang/en-us/feed/" rel="self" type="application/rss+xml" />
	<link>http://1080d.com</link>
	<description>Information Systems Consulting</description>
	<lastBuildDate>Mon, 17 May 2010 22:19:49 +0000</lastBuildDate>
	<language>en-us</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>The Head Cleaner Plugin for WordPress is great for your SEO</title>
		<link>http://1080d.com/lang/en-us/2010/05/the-head-cleaner-for-wordpress-is-great-for-your-seo</link>
		<comments>http://1080d.com/lang/en-us/2010/05/the-head-cleaner-for-wordpress-is-great-for-your-seo#comments</comments>
		<pubDate>Mon, 17 May 2010 22:01:47 +0000</pubDate>
		<dc:creator>ned</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://1080d.com/?p=354</guid>
		<description><![CDATA[I visited Japan in February for WordCamp Fukuoka and met a developer there who created a great WordPress plugin - Head Cleaner. It parses the output of the head element of your pages and cleans it up.  It puts all of &#8230; <a href="http://1080d.com/lang/en-us/2010/05/the-head-cleaner-for-wordpress-is-great-for-your-seo">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I visited Japan in February for WordCamp Fukuoka and met a <a title="wokamoto's Website" href="http://dogmap.jp/">developer</a> there who created a great WordPress plugin - <a class="wpgallery" title="Head Cleaner Plugin" href="http://wordpress.org/extend/plugins/head-cleaner/" target="_blank">Head Cleaner</a>. It parses the output of the head element of your pages and cleans it up.  It puts all of the tags in an order which I believe is good for SEO. Meta tags are moved to the beginning of the head element. After the meta elements it outputs the title, followed by your link tags. Then it puts in the script tags. It also removes any unneeded space between elements.<span id="more-354"></span></p>
<p>In theory a clean head should make parsing easier for search engines. Search engines don&#8217;t really care what CSS files you use or where you are pulling your Javascript from but they obviously care about your content.</p>
<p>Head Cleaner also allows you to combine and compress your Javascript and CSS. It also enables you to move Javascript to the bottom of the page. This method is appropriate for unobtrusive Javascript files that run after the page has loaded. You can also select Javascript files you don&#8217;t want to include on the page. Sometimes you might have an older plugin that includes an additional version of jQuery. I&#8217;ve seen some sites that are loaded with tons of Javascript files that could be helped greatly by the functionality of Head Cleaner.</p>
<p>Another nice feature is the ability to remove filters that run in the head. Sometimes your plugins may include a filter that you might not want to run due to incompatibilities with other plugins you are using.</p>
<p>There are many more features and I encourage everyone to try it out on their WordPress site. Some features work better if you have caching enabled on your WordPress installation.</p>
<p><a href="http://yokohama2010.wordcamp.jp/"><img class="aligncenter size-full wp-image-355" title="WordCamp Yokohama" src="http://1080d.com/wp-content/uploads/2010/05/468_60_banner.jpg" alt="WordCamp Yokohama 2010" width="468" height="60" /></a></p>
<p>The developer, who can be found @<a title="Wokamoto on Twitter" href="http://twitter.com/wokamoto">wokamoto</a> on Twitter,  is going to be speaking at <a title="WordCamp Yokohama 2010" href="http://yokohama2010.wordcamp.jp/">WordCamp Yokohama</a> and was also responsible for putting the site together. He has a nice series of posts on his site that detailed his development process and what plugins he used. Unfortunately it is in Japanese but the lists are in English.</p>
]]></content:encoded>
			<wfw:commentRss>http://1080d.com/lang/en-us/2010/05/the-head-cleaner-for-wordpress-is-great-for-your-seo/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vodpod Embedder Version 0.2 released</title>
		<link>http://1080d.com/lang/en-us/2009/11/vodpod_embedder_v2</link>
		<comments>http://1080d.com/lang/en-us/2009/11/vodpod_embedder_v2#comments</comments>
		<pubDate>Tue, 24 Nov 2009 16:21:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://1080d.com/?p=321</guid>
		<description><![CDATA[I set up this version last night. I shoved all the php into one file and used the Plugin Settings API properly. It was quite painful to figure out but now I have a good model for future use. This &#8230; <a href="http://1080d.com/lang/en-us/2009/11/vodpod_embedder_v2">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I set up this version last night. I shoved all the php into one file and used the <a href="http://codex.wordpress.org/Settings_API">Plugin Settings API </a>properly. It was quite painful to figure out but now I have a good model for future use. <a href="http://ottodestruct.com/blog/2009/wordpress-settings-api-tutorial/">This tutorial</a> explained some concepts but was a little hard to follow.</p>
<p><a href="http://www.technixa.com/22/11/2009/making-an-options-page-for-wordpress-plugin/">Another tutorial</a> came out on the 22nd and cleared up some things for me. I&#8217;ll probably end up writing something explaining my code in the near future. The current version of it has a lot of comments in there.</p>
<p>Check out the plugin at the <a title="Vodpod Embedder Plugin" href="http://1080d.com/code/vodpod-plugin/">code page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://1080d.com/lang/en-us/2009/11/vodpod_embedder_v2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vodpod Plugin released</title>
		<link>http://1080d.com/lang/en-us/2009/11/vodpod-plugin-released</link>
		<comments>http://1080d.com/lang/en-us/2009/11/vodpod-plugin-released#comments</comments>
		<pubDate>Mon, 23 Nov 2009 00:44:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://1080d.com/?p=302</guid>
		<description><![CDATA[After sitting on it for a little while I have finally completed the first release version of the Vodpod Embedder plugin. It allows you to easily add videos from Vodpod into your WordPress pages and posts. I&#8217;ll be updating the &#8230; <a href="http://1080d.com/lang/en-us/2009/11/vodpod-plugin-released">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After sitting on it for a little while I have finally completed the first release version of the Vodpod Embedder plugin. It allows you to easily add videos from <a title="Vodpod - show the world your favorite videos." href="http://vodpod.com/">Vodpod</a> into your WordPress pages and posts.</p>
<p>I&#8217;ll be updating the plugin based on feedback. This is the initial release but I have been using this plugin personally for quite a while and I am happy with the functionality.</p>
<p>You can read it about it <a title="Vodpod Plugin Page" href="http://1080d.com/code/vodpod-plugin/">here</a> or <a title="Vodpod Embedder download" href="http://wordpress.org/extend/plugins/vodpod-embedder/">download it directly</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://1080d.com/lang/en-us/2009/11/vodpod-plugin-released/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Converting PHP to JSONP with json_encode</title>
		<link>http://1080d.com/lang/en-us/2009/10/converting-php-to-jsonp-with-json_encode</link>
		<comments>http://1080d.com/lang/en-us/2009/10/converting-php-to-jsonp-with-json_encode#comments</comments>
		<pubDate>Thu, 15 Oct 2009 23:26:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://1080d.com/?p=288</guid>
		<description><![CDATA[PHP has a nice function called json_encode that will transform a PHP array into a JSON object. This is very useful for converting data and publishing it for use with AJAX requests. When you want your data to be accessible &#8230; <a href="http://1080d.com/lang/en-us/2009/10/converting-php-to-jsonp-with-json_encode">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>PHP has a nice function called <a title="json_encode function documentation" href="http://php.net/manual/en/function.json-encode.php" target="_blank">json_encode</a> that will transform a PHP array into a JSON object. This is very useful for converting data and publishing it for use with AJAX requests.</p>
<p>When you want your data to be accessible from a different domain you must take your JSON and turn it into a callback function in order to let the data be read inside the browser. The easiest way to do this is by reading the callback value from the get and putting it around the JSON output.</p>
<pre>&#60;?php
$arr = array ('a'=&#62;1,'b'=&#62;2,'c'=&#62;3,'d'=&#62;4,'e'=&#62;5);
$json = json_encode($arr);
$callback = $_GET[callback];
echo $callback . '(' . $json . ')';
?&#62;</pre>
<p>If you do this you&#8217;ll have no problems interacting with jQuery&#8217;s <a title="jQuery getJSON documentation" href="http://docs.jquery.com/Ajax/jQuery.getJSON" target="_blank">getJSON</a> function and you&#8217;ll be publishing your data in a very portable format.</p>
]]></content:encoded>
			<wfw:commentRss>http://1080d.com/lang/en-us/2009/10/converting-php-to-jsonp-with-json_encode/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using wp_enqueue_script and wp_enqueue_style with your WordPress Theme header</title>
		<link>http://1080d.com/lang/en-us/2009/10/load-your-javascript-properly-in-wordpress</link>
		<comments>http://1080d.com/lang/en-us/2009/10/load-your-javascript-properly-in-wordpress#comments</comments>
		<pubDate>Wed, 14 Oct 2009 20:24:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://1080d.com/?p=279</guid>
		<description><![CDATA[For the longest time I was including my Javascript files in WordPress with a simple Javascript statement in the header.php file. I&#8217;d reference the theme directory like this to make it portable. &#60;script type="text/javascript" src="&#60;?php bloginfo('stylesheet_directory'); ?&#62;/js/jquery.js"&#62;&#60;/script&#62; &#60;script type="text/javascript" src="&#60;?php &#8230; <a href="http://1080d.com/lang/en-us/2009/10/load-your-javascript-properly-in-wordpress">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For the longest time I was including my Javascript files in WordPress with a simple Javascript statement in the header.php file. I&#8217;d reference the theme directory like this to make it portable.</p>
<pre>&#60;script type="text/javascript" src="&#60;?php bloginfo('stylesheet_directory'); ?&#62;/js/jquery.js"&#62;&#60;/script&#62;
&#60;script type="text/javascript" src="&#60;?php bloginfo('stylesheet_directory'); ?&#62;/js/1080d.js"&#62;&#60;/script&#62;</pre>
<p>Unfortunately this method isn&#8217;t compatible with some plugins. If you have a plugin that wants to use jQuery it has no way of knowing you have already included it on the page.</p>
<p>The proper way to add your Javascript is to use the <a title="wp_enqueue_script function reference on WordPress.org" href="http://codex.wordpress.org/Function_Reference/wp_enqueue_script" target="_blank">wp_enqueue_script</a> function. This is how I add it now.</p>
<pre>wp_enqueue_script('jquery');
wp_enqueue_script('1080djs', get_bloginfo('stylesheet_directory') . '/js/1080d.js', array('jquery'), '20091014' );</pre>
<p>If you want to be really fancy and put your Javascript at the bottom of the page in order to make <a title="YSlow loves javascript in the footer." href="http://developer.yahoo.com/yslow/" target="_blank">YSlow</a> happy, you can set it up like this:</p>
<pre>wp_enqueue_script('jquery', '', '', '', '', TRUE);
wp_enqueue_script('1080djs', get_bloginfo('stylesheet_directory') . '/js/1080d.js', array('jquery'), '20091014', TRUE);</pre>
<p>Then your Javascript files will be included when the wp_footer(); function is called. Otherwise they are included when wp_head(); is called.</p>
<p>CSS files can also be managed the same way with the <a title="wp_enqueue_style function for including CSS files properly." href="http://codex.wordpress.org/Function_Reference/wp_enqueue_style" target="_blank">wp_enqueue_style</a> function. Using both of these methods will help you make sure your themes more portable and compatible with plugins.</p>
]]></content:encoded>
			<wfw:commentRss>http://1080d.com/lang/en-us/2009/10/load-your-javascript-properly-in-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Platform Ubiquity</title>
		<link>http://1080d.com/lang/en-us/2009/10/platform-ubiquity</link>
		<comments>http://1080d.com/lang/en-us/2009/10/platform-ubiquity#comments</comments>
		<pubDate>Tue, 13 Oct 2009 19:59:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://1080d.com/?p=276</guid>
		<description><![CDATA[I spend a good chunk of time reading about CMS platforms and I usually find myself amazed at how much organizations are willing to pay for proprietary software and the licenses associated with proprietary software. I&#8217;ve worked with .Net based &#8230; <a href="http://1080d.com/lang/en-us/2009/10/platform-ubiquity">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I spend a good chunk of time reading about CMS platforms and I usually find myself amazed at how much organizations are willing to pay for proprietary software and the licenses associated with proprietary software. I&#8217;ve worked with .Net based CMS platforms which require a Microsoft SQL Server license along with the CMS license. I&#8217;ve worked with Java based CMS platforms which require an additional Oracle license. Once an organization adopts a closed platform they end up finding themselves married to their vendors.</p>
<p>One of the reasons I am such a fan of WordPress is the ubiquity of the platform it runs on. The large majority of <a title="Lithium Hosting is our preferred hosting provider." href="http://lithiumhosting.com/" target="_blank">hosting providers</a> have low cost PHP hosting. The LAMP stack is most widely supported platform on the web. While this may mean a greater chance of running into an exploit, a solid provider should keep their environment properly maintained with the most stable and secure versions of each application.</p>
<p>Because there are no license fees involved with WordPress you only have to worry about relationships with two vendors &#8211; Your developer and your hosting company. If you use a cpanel based hosting solution then picking up your entire site and moving it to another hosting provider that supports cpanel is incredibly easy. If your relationship with your developer turns sour there are many competent <a href="http://jobs.wordpress.net/" target="_blank">WordPress developers</a> out there.</p>
<p>A ubiquitous platform leads to choices and freedom. You don&#8217;t have to worry about paying for expensive &#8220;enterprise&#8221; software. You just hit the ground running and customize your platform and focus on making it the perfect fit for organizations of any size.</p>
]]></content:encoded>
			<wfw:commentRss>http://1080d.com/lang/en-us/2009/10/platform-ubiquity/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Small, cheap apartments for the Indian middle class</title>
		<link>http://1080d.com/lang/en-us/2009/05/small-cheap-apartments-for-the-indian-middle-class</link>
		<comments>http://1080d.com/lang/en-us/2009/05/small-cheap-apartments-for-the-indian-middle-class#comments</comments>
		<pubDate>Mon, 11 May 2009 23:23:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Living]]></category>

		<guid isPermaLink="false">http://1080d.com/2009/05/small-cheap-apartments-for-the-indian-middle-class/</guid>
		<description><![CDATA[Time Magazine had a small article about a a housing complex with small, low cost apartments ranging from 280 to 470 square feet. It is being funded by Tata, The indian conglomerate responsible for the $2,000 car &#8211; the Nano. &#8230; <a href="http://1080d.com/lang/en-us/2009/05/small-cheap-apartments-for-the-indian-middle-class">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.time.com/time/world/article/0,8599,1896894,00.html" target="_blank">Time Magazine</a> had a small article about a a housing complex with small, low cost apartments ranging from 280 to 470 square feet. It is being funded by Tata, The indian conglomerate responsible for the $2,000 car &#8211; the Nano.</p>
<p>These types of apartments should sell well. People can be quite comfortable in smaller apartments if they are designed well. Computers and technology a small apartment convenient and entertaining.</p>
]]></content:encoded>
			<wfw:commentRss>http://1080d.com/lang/en-us/2009/05/small-cheap-apartments-for-the-indian-middle-class/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JSON, jQuery, and Google APIs</title>
		<link>http://1080d.com/lang/en-us/2009/05/json-jquery-and-google-apis</link>
		<comments>http://1080d.com/lang/en-us/2009/05/json-jquery-and-google-apis#comments</comments>
		<pubDate>Sun, 10 May 2009 16:58:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Google APIs]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[JSON]]></category>

		<guid isPermaLink="false">http://1080d.com/?p=243</guid>
		<description><![CDATA[Due to my development process I have found myself using JSON more often than before. It is the best way to transmit data between domains using Javascript. I have been using JSON calls in jQuery to fetch information from the &#8230; <a href="http://1080d.com/lang/en-us/2009/05/json-jquery-and-google-apis">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Due to my development process I have found myself using JSON more often than before. It is the best way to transmit data between domains using Javascript. I have been using JSON calls in jQuery to fetch information from the Google Calendar API. Google set up a <a title="Google AJAX APIs Playground" href="http://code.google.com/apis/ajax/playground/" target="_blank">great playground</a> for learning their AJAX APIs.</p>
<p>You can see how they <a title="Retrieve Events" href="http://code.google.com/apis/ajax/playground/#retrieve_events" target="_blank">retrieve events</a> from the Google Calendar API. This code uses Google&#8217;s code for making the request and parsing the result.</p>
<p>jQuery makes it much nicer:</p>
<pre>$.getJSON("http://www.google.com/calendar/feeds/developer-calendar%40google.com/public/full?alt=json-in-script&#38;callback=?",

function(json){

var html = '&#60;p&#62;Total of ' + json.feed.entry.length + ' event(s)&#60;/p&#62;';

html += '&#60;ul&#62;';

$.each(json.feed.entry,function(i,entry) {

html += '&#60;li&#62;&#60;strong&#62;Event title:&#60;/strong&#62; ' + entry.title.$t + '&#60;/li&#62;';

})

html += '&#60;/ul&#62;';

$('#outputDiv').html(html);

});</pre>
<p>The important bits are attaching &#8220;?alt=json-in-script&#38;callback=?&#8221; to the end of the uri of the calendar and using jQuery&#8217;s each function to loop through the result.</p>
<p>It is also quite easy to turn PHP arrays into JSON. The <a href="http://us2.php.net/json_encode" target="_NEW">json_encode</a> function worked quite well for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://1080d.com/lang/en-us/2009/05/json-jquery-and-google-apis/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This is Historic Times hits big traffic through Social Media.</title>
		<link>http://1080d.com/lang/en-us/2009/04/this-is-historic-times-hits-big-traffic-through-social-media</link>
		<comments>http://1080d.com/lang/en-us/2009/04/this-is-historic-times-hits-big-traffic-through-social-media#comments</comments>
		<pubDate>Sat, 04 Apr 2009 17:56:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[This is Historic Times]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://1080d.com/?p=227</guid>
		<description><![CDATA[One of the sites we have developed, This is Historic Times, created a political cartoon that reached #2 on the homepage of Reddit.com and was then discovered by Stumble Upon. These are two of the larger social media sites out &#8230; <a href="http://1080d.com/lang/en-us/2009/04/this-is-historic-times-hits-big-traffic-through-social-media">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>One of the sites we have developed, <a href="http://www.thisishistorictimes.com/">This is Historic Times</a>, created a political cartoon that reached #2 on the homepage of Reddit.com and was then discovered by Stumble Upon. These are two of the larger social media sites out there. Both bring in many visitors to the website. Reddit is more of a large spike which drops after a couple of days. Stumble Upon traffic started coming once the Reddit traffic died and was responsible for twice as many visitor as Reddit.</p>
<p>We had some initial difficulty handling the traffic. It was hosted on a development server which didn&#8217;t have as much RAM as an actual production server. We were able to move the site quite easily because it is a WordPress installation inside of cPanel. There was a small mod_rewrite issue that caused some urls to redirect but we were able to resolve it and the site seems to be well situated for future traffic. </p>
<p>Digg traffic has been largely non-existent despite 88 people pushing the Digg button. Only 79 visitors have come from Digg.com. I have seen a couple of hits from their new URL shortening service. I would be interested to see if the Digg Toolbar leads to increased traffic.</p>
]]></content:encoded>
			<wfw:commentRss>http://1080d.com/lang/en-us/2009/04/this-is-historic-times-hits-big-traffic-through-social-media/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A larger theme!</title>
		<link>http://1080d.com/lang/en-us/2009/02/a-larger-theme</link>
		<comments>http://1080d.com/lang/en-us/2009/02/a-larger-theme#comments</comments>
		<pubDate>Wed, 18 Feb 2009 05:29:12 +0000</pubDate>
		<dc:creator>ned</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://1080d.com/?p=221</guid>
		<description><![CDATA[The other one was too small. <a href="http://1080d.com/lang/en-us/2009/02/a-larger-theme">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The other theme looked good on my Samsung NC10 but I doubt it would be nice to look at on something with a resolution greater than the the <a href="http://1080d.com/mini/">mini theme</a>.</p>
<p>Developing themes for different resolutions is becoming more and more important.</p>
]]></content:encoded>
			<wfw:commentRss>http://1080d.com/lang/en-us/2009/02/a-larger-theme/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
