<?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>ss &#124; blog &#187; Coding/Development</title>
	<atom:link href="http://blog.siansiew.com/category/dev/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.siansiew.com</link>
	<description>Geeky (and non-geeky) ramblings.</description>
	<lastBuildDate>Fri, 07 Oct 2011 06:44:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ubuntu 11.04 fsck/MOTD bug/issue</title>
		<link>http://blog.siansiew.com/2011/10/07/ubuntu-11-04-fsckmotd-bug/</link>
		<comments>http://blog.siansiew.com/2011/10/07/ubuntu-11-04-fsckmotd-bug/#comments</comments>
		<pubDate>Fri, 07 Oct 2011 06:43:39 +0000</pubDate>
		<dc:creator>Benny Chew</dc:creator>
				<category><![CDATA[Coding/Development]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tips & Tweaks]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[fsck]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[MOTD]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu 11.04]]></category>

		<guid isPermaLink="false">http://blog.siansiew.com/?p=308</guid>
		<description><![CDATA[Recently this message popped up on the MOTD of the Ubuntu servers on EC2: *** /dev/xvda1 will be checked for errors at next reboot *** After proceeding to do a fsck and restarting, the message still kept appearing. After some debugging with wk, it apparently was due to a stale fsck-at-reboot file left around causing [...]]]></description>
			<content:encoded><![CDATA[<p>Recently this message popped up on the MOTD of the Ubuntu servers on EC2:</p>
<p><code>*** /dev/xvda1 will be checked for errors at next reboot ***</code></p>
<p>After proceeding to do a fsck and restarting, the message still kept appearing. After some debugging with wk, it apparently was due to a stale fsck-at-reboot file left around causing the message to keep popping up.</p>
<p>Here are the steps I used to make sure they stopped popping up again:</p>
<p><code>sudo touch /forcefsck<br />
sudo shutdown -r now<br />
sudo rm /var/lib/update-notifier/fsck-at-reboot<br />
cd /usr/lib/update-notifier/<br />
sudo ./update-motd-fsck-at-reboot<br />
sudo rm /forcefsck</code></p>
<p>Thanks wk!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.siansiew.com/2011/10/07/ubuntu-11-04-fsckmotd-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing MySQL 5.5 on Ubuntu 11.04 (Natty)</title>
		<link>http://blog.siansiew.com/2011/08/30/installing-mysql-5-5-on-ubuntu-11-04-natty/</link>
		<comments>http://blog.siansiew.com/2011/08/30/installing-mysql-5-5-on-ubuntu-11-04-natty/#comments</comments>
		<pubDate>Tue, 30 Aug 2011 09:22:43 +0000</pubDate>
		<dc:creator>Benny Chew</dc:creator>
				<category><![CDATA[Coding/Development]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[mysql 5.5]]></category>
		<category><![CDATA[natty]]></category>
		<category><![CDATA[ubuntu 11.04]]></category>

		<guid isPermaLink="false">http://blog.siansiew.com/?p=299</guid>
		<description><![CDATA[Steps I used to get MySQL 5.5 working on Ubuntu 11.04 AMD64 (behind Aptitude&#8217;s back sadly since it&#8217;s still not packaged up due to copyright statuses..): Download the following from here. mysql-common_5.5.13-2_all.deb libmysqlclient18_5.5.13-2_amd64.deb libmysqlclient-dev_5.5.13-2_amd64.deb mysql-client-5.5_5.5.13-2_amd64.deb libmysqld-dev_5.5.13-2_amd64.deb libmysqld-pic_5.5.13-2_amd64.deb mysql-server-core-5.5_5.5.13-2_amd64.deb mysql-server-5.5_5.5.13-2_amd64.deb Run the following to remove older versions of MySQL client/server: sudo aptitude remove mysql-client mysql-client-5.1 mysql-client-core-5.1 [...]]]></description>
			<content:encoded><![CDATA[<p>Steps I used to get MySQL 5.5 working on Ubuntu 11.04 AMD64 (behind Aptitude&#8217;s back sadly since it&#8217;s still not packaged up due to <a href="https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/690925" target="_blank">copyright statuses</a>..):</p>
<ul>
<li>Download the following from <a href="http://people.debian.org/~nobse/mysql-5.5/" target="_blank">here</a>.</li>
</ul>
<blockquote><p>mysql-common_5.5.13-2_all.deb<br />
libmysqlclient18_5.5.13-2_amd64.deb<br />
libmysqlclient-dev_5.5.13-2_amd64.deb<br />
mysql-client-5.5_5.5.13-2_amd64.deb<br />
libmysqld-dev_5.5.13-2_amd64.deb<br />
libmysqld-pic_5.5.13-2_amd64.deb<br />
mysql-server-core-5.5_5.5.13-2_amd64.deb<br />
mysql-server-5.5_5.5.13-2_amd64.deb</p></blockquote>
<ul>
<li>Run the following to remove older versions of MySQL client/server:</li>
</ul>
<blockquote>
<pre>sudo aptitude remove mysql-client mysql-client-5.1 mysql-client-core-5.1 mysql-common mysql-server mysql-server-5.1 mysql-server-core-5.1</pre>
</blockquote>
<ul>
<li>From the directory you downloaded the files above to:</li>
</ul>
<blockquote>
<pre>sudo aptitude install libmysqld-dev
sudo dpkg -i mysql-common_5.5.13-2_all.deb
sudo dpkg -i libmysqlclient18_5.5.13-2_amd64.deb
sudo aptitude install zlib1g-dev
sudo dpkg -i libmysqlclient-dev_5.5.13-2_amd64.deb
sudo aptitude install libdbi-perl libdbd-mysql-perl
sudo dpkg -i mysql-client-5.5_5.5.13-2_amd64.deb
sudo dpkg -i libmysqld-dev_5.5.13-2_amd64.deb
sudo dpkg -i libmysqld-pic_5.5.13-2_amd64.deb
sudo dpkg -i mysql-server-core-5.5_5.5.13-2_amd64.deb
sudo dpkg -i mysql-server-5.5_5.5.13-2_amd64.deb</pre>
</blockquote>
<p>Took me awhile of messing around to get the sequence right, hope this helps!</p>
<p>Reference/links from blog post/comments <a href="http://geek.co.il/wp/2011/03/02/mysql-5-5-on-ubuntu-10-10">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.siansiew.com/2011/08/30/installing-mysql-5-5-on-ubuntu-11-04-natty/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Redirect HTTP to HTTPS on IIS behind an AWS ELB</title>
		<link>http://blog.siansiew.com/2011/08/28/redirect-http-to-https-on-iis-behind-an-aws-elb/</link>
		<comments>http://blog.siansiew.com/2011/08/28/redirect-http-to-https-on-iis-behind-an-aws-elb/#comments</comments>
		<pubDate>Sun, 28 Aug 2011 01:40:33 +0000</pubDate>
		<dc:creator>Benny Chew</dc:creator>
				<category><![CDATA[Coding/Development]]></category>
		<category><![CDATA[Tips & Tweaks]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[elb]]></category>
		<category><![CDATA[iis]]></category>

		<guid isPermaLink="false">http://blog.siansiew.com/?p=281</guid>
		<description><![CDATA[In recent times I&#8217;ve had to handle the Microsoft stack (.NET) among other things. One of the things I&#8217;ve faced recently was redirecting traffic hitting the application running on IIS behind an AWS Elastic Load Balancer (ELB) from HTTP to HTTPS. Fairly easy on the Linux stacks which had nginx in front as a reverse [...]]]></description>
			<content:encoded><![CDATA[<p>In recent times I&#8217;ve had to handle the Microsoft stack (.NET) among other things. One of the things I&#8217;ve faced recently was redirecting traffic hitting the application running on IIS behind an <a href="http://aws.amazon.com/elasticloadbalancing/" target="_blank">AWS Elastic Load Balancer</a> (ELB) from HTTP to HTTPS. Fairly easy on the Linux stacks which had <a href="http://nginx.org/" target="_blank">nginx</a> in front as a reverse proxy (just add a rewrite rule on your HTTP host to HTTPS), but after tinkering around a bit, finally got the correct rewrite rule working (with the help of IIS7&#8242;s .htaccess conversion utility).</p>
<p>The transform code you would want to stick into your Web.&lt;transform&gt;.config (was for a ASP.NET MVC project):</p>
<pre>    &lt;rewrite xdt:Transform="Insert"&gt;
      &lt;rules&gt;
        &lt;rule name="HTTPS rewrite behind ELB rule" stopProcessing="true"&gt;
          &lt;match url="^(.*)$" ignoreCase="false" /&gt;
          &lt;conditions&gt;
            &lt;add input="{HTTP_X_FORWARDED_PROTO}" pattern="^http$" ignoreCase="false" /&gt;
          &lt;/conditions&gt;
          &lt;action type="Redirect" redirectType="Found" url="https://{SERVER_NAME}{URL}" /&gt;
        &lt;/rule&gt;
      &lt;/rules&gt;
    &lt;/rewrite&gt;</pre>
<p>This assumes you have the <a href="http://www.iis.net/download/urlrewrite" target="_blank">IIS URL Rewrite module</a> installed on your IIS server.</p>
<p>References:</p>
<p><a href="http://www.iis-aid.com/articles/how_to_guides/redirect_http_to_https_iis_7?page=1">http://www.iis-aid.com/articles/how_to_guides/redirect_http_to_https_iis_7?page=1<br />
</a><a href="http://serverfault.com/questions/304621/endless-redirect-loop-with-aws-elb-and-wordpress-site-using-wordpress-https-plugi">http://serverfault.com/questions/304621/endless-redirect-loop-with-aws-elb-and-wordpress-site-using-wordpress-https-plugi<br />
</a><a href="http://docs.amazonwebservices.com/ElasticLoadBalancing/latest/DeveloperGuide/index.html?SvcIntro.html">http://docs.amazonwebservices.com/ElasticLoadBalancing/latest/DeveloperGuide/index.html?SvcIntro.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.siansiew.com/2011/08/28/redirect-http-to-https-on-iis-behind-an-aws-elb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shrinking VMware VMDK files before distribution</title>
		<link>http://blog.siansiew.com/2007/10/29/shrinking-vmware-vmdk-files-before-distribution/</link>
		<comments>http://blog.siansiew.com/2007/10/29/shrinking-vmware-vmdk-files-before-distribution/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 11:55:30 +0000</pubDate>
		<dc:creator>Benny Chew</dc:creator>
				<category><![CDATA[Coding/Development]]></category>
		<category><![CDATA[Tips & Tweaks]]></category>
		<category><![CDATA[virtualisation]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://siansiew.com/2007/10/29/shrinking-vmware-vmdk-files-before-distribution/</guid>
		<description><![CDATA[Recently been researching and testing with VMware images for the deployment of our application at work which turned out to work pretty well (Ubuntu + Java 6 + MySQL + Glassfish). However, one thing which became bothersome was the overgrowing .vmdk images which didn&#8217;t seem to reduce in size even after file deletions were made [...]]]></description>
			<content:encoded><![CDATA[<p>Recently been researching and testing with <a href="http://www.vmware.com/" target="_blank">VMware </a>images for the deployment of our application at work which turned out to work pretty well (Ubuntu + Java 6 + MySQL + Glassfish). However, one thing which became bothersome was the overgrowing .vmdk images which didn&#8217;t seem to reduce in size even after file deletions were made in the virtual disk itself.</p>
<p>Again, Google came to the rescue for this, linking me to <a href="http://h0bbel.p0ggel.org/shrinking-vmdk-files" target="_blank">this site</a> which gave a 2 step process for doing the shrinking. Do note that the instructions are for those who are using Windows as their host OS.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.siansiew.com/2007/10/29/shrinking-vmware-vmdk-files-before-distribution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Obscure Java error</title>
		<link>http://blog.siansiew.com/2007/10/28/obscure-java-error/</link>
		<comments>http://blog.siansiew.com/2007/10/28/obscure-java-error/#comments</comments>
		<pubDate>Sun, 28 Oct 2007 08:45:09 +0000</pubDate>
		<dc:creator>Benny Chew</dc:creator>
				<category><![CDATA[Coding/Development]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Tips & Tweaks]]></category>

		<guid isPermaLink="false">http://siansiew.com/2007/10/28/obscure-java-error/</guid>
		<description><![CDATA[Got a &#8220;java.lang.InternalError:Can&#8217;t connect to window server&#8221; while trying to get Glassfish up and running on a Mac G5 running Mac OS X recently at work which was pretty odd as our application and Glassfish do not fire up any GUIs. After some googling, problem was fixed by adding a &#8216;-Djava.awt.headless=true&#8217; to the list of [...]]]></description>
			<content:encoded><![CDATA[<p>Got a &#8220;java.lang.InternalError:Can&#8217;t connect to window server&#8221; while trying to get <a href="https://glassfish.dev.java.net/" target="_blank">Glassfish</a> up and running on a Mac G5 running Mac OS X recently at work which was pretty odd as our application and Glassfish do not fire up any GUIs. After some <a href="http://jira.atlassian.com/browse/CONF-2075" target="_blank">googling</a>, problem was fixed by adding a &#8216;-Djava.awt.headless=true&#8217; to the list of system variables.</p>
<p>Although it was fixed relatively easily, it seems rather odd that Java would actually try to access the X server even though I was running it through a SSH terminal window (PuTTY)..</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.siansiew.com/2007/10/28/obscure-java-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse IDE 3.3 (Europa) released</title>
		<link>http://blog.siansiew.com/2007/07/02/eclipse-ide-33-europa-released/</link>
		<comments>http://blog.siansiew.com/2007/07/02/eclipse-ide-33-europa-released/#comments</comments>
		<pubDate>Mon, 02 Jul 2007 13:40:11 +0000</pubDate>
		<dc:creator>Benny Chew</dc:creator>
				<category><![CDATA[Coding/Development]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://siansiew.com/2007/07/02/eclipse-ide-33-europa-released/</guid>
		<description><![CDATA[If you&#8217;re developing in Java and have not used Eclipse before, you don&#8217;t know what you&#8217;re missing out. :) Probably would test out the Web Tools project of the Europa release as web services and distribution seems to be my domain at work in recent times..]]></description>
			<content:encoded><![CDATA[<p><img src="http://siansiew.com/wp-content/uploads/2007/07/eclipse_logo.gif" alt="Eclipse" />If you&#8217;re developing in <a href="http://java.sun.com/" target="_blank">Java</a> and have not used <a href="http://www.eclipse.org/" target="_blank">Eclipse</a> before, you don&#8217;t know what you&#8217;re missing out. :)</p>
<p>Probably would test out the <a href="http://www.eclipse.org/webtools/main.php" target="_blank">Web Tools</a> project of the <a href="http://www.eclipse.org/europa/" target="_blank">Europa</a> release as web services and distribution seems to be my domain at work in recent times..</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.siansiew.com/2007/07/02/eclipse-ide-33-europa-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript setInterval() issues</title>
		<link>http://blog.siansiew.com/2007/07/02/javascript-setinterval-issues/</link>
		<comments>http://blog.siansiew.com/2007/07/02/javascript-setinterval-issues/#comments</comments>
		<pubDate>Mon, 02 Jul 2007 13:27:26 +0000</pubDate>
		<dc:creator>Benny Chew</dc:creator>
				<category><![CDATA[Coding/Development]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://siansiew.com/2007/07/02/javascript-setinterval-issues/</guid>
		<description><![CDATA[I decided to use AJAX calls to get the browser to make keep-alive calls every 2 minutes (using setInterval) and somehow stumbled into an issue where it makes the call once, and then stops. After talking the Javascript and Flash god in the office, we found out that it was because the script goes out [...]]]></description>
			<content:encoded><![CDATA[<p>I decided to use AJAX calls to get the browser to make keep-alive calls every 2 minutes (using setInterval) and somehow stumbled into an issue where it makes the call once, and then stops. After talking the Javascript and Flash <em>god </em>in the office, we found out that it was because the script goes out of scope and thus stops looping as it should.</p>
<p>A quick fix for this can be found <a href="http://killustar.blogspot.com/2005/04/javascript-setinterval-problem.html" target="_blank">here</a>. It&#8217;s been working for me without any adverse effects since. ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.siansiew.com/2007/07/02/javascript-setinterval-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More geek humour</title>
		<link>http://blog.siansiew.com/2007/06/24/more-geek-humour/</link>
		<comments>http://blog.siansiew.com/2007/06/24/more-geek-humour/#comments</comments>
		<pubDate>Sat, 23 Jun 2007 15:16:08 +0000</pubDate>
		<dc:creator>Benny Chew</dc:creator>
				<category><![CDATA[Coding/Development]]></category>
		<category><![CDATA[Humour]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://siansiew.com/2007/06/24/more-geek-humour/</guid>
		<description><![CDATA[Came across quite a few recently.. Introduction to abject-oriented programming Linux funnies Asshole driven development]]></description>
			<content:encoded><![CDATA[<p>Came across quite a few recently..</p>
<ul>
<li><a href="http://typicalprogrammer.com/programming/abject-oriented/" target="_blank">Introduction to abject-oriented programming</a></li>
<li><a href="http://www.videotopic.com/linux.html" target="_blank">Linux funnies</a></li>
<li><a href="http://www.scottberkun.com/blog/2007/asshole-driven-development/" target="_blank">Asshole driven development</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.siansiew.com/2007/06/24/more-geek-humour/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error 1305</title>
		<link>http://blog.siansiew.com/2006/11/19/error-1305/</link>
		<comments>http://blog.siansiew.com/2006/11/19/error-1305/#comments</comments>
		<pubDate>Sun, 19 Nov 2006 08:33:21 +0000</pubDate>
		<dc:creator>Benny Chew</dc:creator>
				<category><![CDATA[Coding/Development]]></category>
		<category><![CDATA[General Tech]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://siansiew.com/2006/11/19/error-1305/</guid>
		<description><![CDATA[That was the error code which I encountered while trying to install Python on the server at work which ran on Windows Server 2003. The installer actually executed but threw that &#8216;setup file could not be found&#8217; error just after selecting the destination directory for the install. Initial googling for this gave results which were [...]]]></description>
			<content:encoded><![CDATA[<p>That was the error code which I encountered while trying to install <a target="_blank" href="http://www.python.org/">Python</a> on the server at work which ran on Windows Server 2003. The installer actually executed but threw that &#8216;setup file could not be found&#8217; error just after selecting the destination directory for the install. Initial <em>googling</em> for this gave results which were along the lines of &#8216;clean the CD as it may be dirty&#8217; didn&#8217;t make much sense since it was being installed from the hard disk itself!</p>
<p><a target="_blank" href="http://asendure.wordpress.com/">Mr sysadmin AsenDURE</a> didn&#8217;t have an answer for it either, so I went back to do more googling which one of them actually fixed it. Although the installer (<a target="_blank" href="http://en.wikipedia.org/wiki/Microsoft_Installer">msi</a>) file was on the hard disk locally, it was in a network share which Windows Server 2003 disapproves of. After moving the file to an unshared directory, the install process was completed without any issues. That&#8217;s Windows I guess. ;)</p>
<p>Another thing which I&#8217;ve learnt after the first week is not to run services/applications which were built for *nix on Windows. I had heaps of problems in migrating <a target="_blank" href="http://www.nongnu.org/cvs/">CVS</a> to <a target="_blank" href="htp://subversion.tigris.org/">SVN</a> which would never have been an issue had it been a *nix box.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.siansiew.com/2006/11/19/error-1305/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MozSearch plugin</title>
		<link>http://blog.siansiew.com/2006/09/30/mozsearch-plugin/</link>
		<comments>http://blog.siansiew.com/2006/09/30/mozsearch-plugin/#comments</comments>
		<pubDate>Sat, 30 Sep 2006 09:00:52 +0000</pubDate>
		<dc:creator>Benny Chew</dc:creator>
				<category><![CDATA[Coding/Development]]></category>
		<category><![CDATA[Tips & Tweaks]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://siansiew.com/2006/09/30/mozsearch-plugin/</guid>
		<description><![CDATA[AsenDURE messaged me on MSN yesterday about having a search plugin for any site integrated into Firefox. After having a look at it, I gave it a shot and now this site has a search plugin which you can install into Firefox 2.0 and search directly from the search bar. ;) Following the steps from [...]]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://asendure.wordpress.com/">AsenDURE</a> messaged me on MSN yesterday about having a search plugin for any site integrated into Firefox. After having a look at it, I gave it a shot and now this site has a search plugin which you can install into Firefox 2.0 and search directly from the search bar. ;)</p>
<p>Following the steps from <a target="_blank" href="http://developer.mozilla.org/en/docs/Creating_MozSearch_plugins">here</a>, your currently selected search plugin (by default Google) would glow blue when it automatically detects a search plugin. And the following screenshots on how to add and use it are rather self explanatory.</p>
<p>Adding it:<br />
<img id="image100" alt="MozSearch_1" src="http://siansiew.com/wp-content/uploads/2006/09/opensearch_1.png" /></p>
<p>Using it:<br />
<img id="image101" alt="MozSearch_2" src="http://siansiew.com/wp-content/uploads/2006/09/opensearch_2.png" /></p>
<p>There should be a 16&#215;16 icon image for it, but I don&#8217;t have one for it now though. ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.siansiew.com/2006/09/30/mozsearch-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
