<?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>Wed, 08 Jun 2011 03:37:03 +0000</lastBuildDate>
	<language>en-us</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Updating WordPress while using memcached object caching.</title>
		<link>http://1080d.com/lang/en-us/2011/06/updating-wordpress-while-using-memcached-object-caching</link>
		<comments>http://1080d.com/lang/en-us/2011/06/updating-wordpress-while-using-memcached-object-caching#comments</comments>
		<pubDate>Wed, 08 Jun 2011 03:37:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://1080d.com/?p=430</guid>
		<description><![CDATA[I recently updated a site running WordPress that is using the memcached object cache plugin and got stuck in a loop where any time I would go to the admin it would show me this page. I&#8217;d click continue and &#8230; <a href="http://1080d.com/lang/en-us/2011/06/updating-wordpress-while-using-memcached-object-caching">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I recently updated a site running WordPress that is using the memcached object cache plugin and got stuck in a loop where any time I would go to the admin it would show me this page.</p>
<p><a href="http://1080d.com/wp-content/uploads/2011/06/Screen-shot-2011-06-08-at-12.32.45-PM.png"><img class="aligncenter size-full wp-image-431" title="Screen shot 2011-06-08 at 12.32.45 PM" src="http://1080d.com/wp-content/uploads/2011/06/Screen-shot-2011-06-08-at-12.32.45-PM.png" alt="" width="787" height="251" /></a>I&#8217;d click continue and it would send me to the homepage and I couldn&#8217;t get into the dashboard. It seems as though the version number of the database is being stored in the memcache so in order to flush the cache you can just put this code somewhere in your functions file and then load the site once.</p>
<pre>$memcache_obj = memcache_connect('localhost', 11211);
memcache_flush($memcache_obj);</pre>
<p>This will clear out the existing cache and your new database version number will be written to the cache.</p>
]]></content:encoded>
			<wfw:commentRss>http://1080d.com/lang/en-us/2011/06/updating-wordpress-while-using-memcached-object-caching/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FireMobileSimulator &#8211; Another good tool for developing websites for Japanese Cell Phones</title>
		<link>http://1080d.com/lang/en-us/2011/01/firemobilesimulator-another-good-tool-for-developing-websites-for-japanese-cell-phones</link>
		<comments>http://1080d.com/lang/en-us/2011/01/firemobilesimulator-another-good-tool-for-developing-websites-for-japanese-cell-phones#comments</comments>
		<pubDate>Wed, 26 Jan 2011 04:49:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://1080d.com/?p=414</guid>
		<description><![CDATA[My associates here introduced me to FireMobileSimulator. It allows me to use FireFox to test sites with the major cellular networks here and some of the more popular phones. Good stuff!]]></description>
			<content:encoded><![CDATA[<p>My associates here introduced me to <a title="FireMobileSimulator - Japanese Cell Phone Web Development" href="http://firemobilesimulator.org/">FireMobileSimulator</a>. It allows me to use FireFox to test sites with the major cellular networks here and some of the more popular phones. Good stuff!</p>
]]></content:encoded>
			<wfw:commentRss>http://1080d.com/lang/en-us/2011/01/firemobilesimulator-another-good-tool-for-developing-websites-for-japanese-cell-phones/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>User Agents for Japanese Cell Phones</title>
		<link>http://1080d.com/lang/en-us/2011/01/user-agents-for-japanese-cell-phones</link>
		<comments>http://1080d.com/lang/en-us/2011/01/user-agents-for-japanese-cell-phones#comments</comments>
		<pubDate>Mon, 24 Jan 2011 05:08:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://1080d.com/?p=410</guid>
		<description><![CDATA[I&#8217;ve been working on some themes using the ktai style plugin. This plugin allows you to use different themes for Japanese cell phones. I have been configuring it to work on the WordPress VIP platform. Since the original plugin creates &#8230; <a href="http://1080d.com/lang/en-us/2011/01/user-agents-for-japanese-cell-phones">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on some themes using the <a title="Ktai Style" href="http://wppluginsj.sourceforge.jp/ktai_style/" target="_blank">ktai style</a> plugin. This plugin allows you to use different themes for Japanese cell phones. I have been configuring it to work on the <a title="WordPress VIP" href="http://vip.wordpress.com/" target="_blank">WordPress VIP</a> platform. Since the original plugin creates additional database tables in order to store sessions I had to modify it to store the sessions in the WP Object Cache instead.</p>
<p>In order to test out the layouts I needed to modify the User Agent for Firefox. I downloaded a plugin called <a title="User Agent Switcher" href="https://addons.mozilla.org/en-US/firefox/addon/user-agent-switcher/" target="_blank">User Agent Switcher</a> and then went searching for an file containing Japanese User Agents. I found <a title="Japanese User Agent XML page" href="http://blog.cgfm.jp/garyu/archives/112" target="_blank">this page</a>, which was made by a web developer I know here in Fukuoka. He said he gets quite a bit of search traffic for that page. So if you need Japanese User Agents for User Agent Switcher, now you know where to go.</p>
]]></content:encoded>
			<wfw:commentRss>http://1080d.com/lang/en-us/2011/01/user-agents-for-japanese-cell-phones/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>1</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>
	</channel>
</rss>

