<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>wekadesign</title>
	<link>http://www.wekadesign.co.nz</link>
	<description>web apps that solve problems</description>
	<lastBuildDate>Thu, 21 Jan 2010 18:56:11 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Outlook Hates Line Breaks</title>
		<description><![CDATA[If you&#8217;ve ever wondered why your plain text email message is randomly ignoring line breaks like \n or \r\n then you&#8217;re not alone. I regularly use PHPMailer to send off automated emails and usually in plain text to keep it simple.
What Outlook 2003 (and 2002 and 2007 versions apparently) likes to do is be super [...]]]></description>
		<link>http://www.wekadesign.co.nz/2010/01/22/outlook-hates-line-breaks/</link>
			</item>
	<item>
		<title>MySQL Replication on Ubuntu with DRBD</title>
		<description><![CDATA[I&#8217;ve been looking around for some easy and open-source ways to handle database replication for a handful of small but important MySQL databases. A few options were viable but usually included too many config changes for things like creating a new database. DRDB on a Linux server seems to be one of the fastest and [...]]]></description>
		<link>http://www.wekadesign.co.nz/2010/01/15/mysql-replication-on-ubuntu-with-drbd/</link>
			</item>
	<item>
		<title>Using a WordPress Page for your Main Site Content</title>
		<description><![CDATA[I thought I&#8217;d make more use of WordPress on wekadesign.co.nz since it&#8217;s very powerful and apparently was recently voted top PHP based CMS ahead of Joomla and many other top-notch products. It&#8217;s ease-of-use and interface are all excellent and the massive user base and huge number of plugins make it very attractive for almost any [...]]]></description>
		<link>http://www.wekadesign.co.nz/2010/01/04/using-a-wordpress-page-for-your-main-site-content/</link>
			</item>
	<item>
		<title>MS Exchange Local vs Hosted vs Google for 10,000 Users</title>
		<description><![CDATA[After looking at some comments around Exchange Hosted Services, I thought I might do a quick (and very dirty) comparison between that and Google for 10,000 users. (This is no way reflects on the three options and may not resemble your reality).
MS Exchange Hosted Services would cost US$90k/month for company with 10k email users and [...]]]></description>
		<link>http://www.wekadesign.co.nz/2009/12/06/ms-exchange-local-vs-hosted-vs-google-for-10000-users/</link>
			</item>
	<item>
		<title>Google Wave Invites</title>
		<description><![CDATA[I have 10 Google Wave invites to give away. If anybody would like one, please leave a comment below or DM @mikemcmurray on Twitter. First in first served.
]]></description>
		<link>http://www.wekadesign.co.nz/2009/11/14/google-wave-invites/</link>
			</item>
	<item>
		<title>New Version of Kisimi Wiki is Available</title>
		<description><![CDATA[I&#8217;m happy to announce that a new version of Weka Design&#8217;s free wiki software called Kisimi is available. There are a huge number of improvements in the 20091025 release. Here are some of the more important ones.


Page security allows you to dictate exactly who can view and edit your pages. Some people can edit your [...]]]></description>
		<link>http://www.wekadesign.co.nz/2009/10/27/new-version-of-kisimi-wiki-is-available/</link>
			</item>
	<item>
		<title>Upgrading to VMware Server 2 on Ubuntu 8.04</title>
		<description><![CDATA[After downloading the latest Windows 7 RC I loaded it into VMware Server 1.06 that I installed on Ubuntu Server a while back. All going well until the Windows 7 installer wouldn&#8217;t see the disk I had created. It seems that Windows 7 doesn&#8217;t like the SCSI virtual disk, so I removed that and created [...]]]></description>
		<link>http://www.wekadesign.co.nz/2009/05/23/upgrading-to-vmware-server-2-on-ubuntu-804/</link>
			</item>
	<item>
		<title>Enable WakeUp from PS2 Keyboard in Ubuntu 8.10</title>
		<description><![CDATA[One of the annoying &#8220;missing features&#8221; I&#8217;ve struggled with under Ubuntu is that I was unable to wakeup the PC from suspend or hibernate with my keyboard. Of course, Windows just does it &#8211; tap the keyboard and the PC starts up again. I could press the power button on the front of the PC, [...]]]></description>
		<link>http://www.wekadesign.co.nz/2009/03/08/enable-wakeup-from-ps2-keyboard-in-ubuntu-810/</link>
			</item>
	<item>
		<title>Adding up Rows with JQuery</title>
		<description><![CDATA[Simple and sometimes unnecessary function to add table cells together and populate another with the total. Using jQuery because its easy and it works and we all love it.
$(document).ready(function() {
    var x = 0;
    $("td.num").each(function() {
        x += parseInt($(this).html());
    })
    $("td#total").html(x);
});
Where your table cells to add up are &#60;td class=&#8217;num&#8217;&#62; and the table cell [...]]]></description>
		<link>http://www.wekadesign.co.nz/2009/02/26/adding-up-rows-with-jquery/</link>
			</item>
	<item>
		<title>Print Processor Updates for Windows Queues</title>
		<description><![CDATA[A while back I wrote about a few little tools from Microsoft that allowed an easy way to create remote print queues. One of the things I didn&#8217;t realise then was that another handy tool exists (in the Server 2003 Resource Kit) called setprinter.exe that opens up a few more options.
We use a non-standard print [...]]]></description>
		<link>http://www.wekadesign.co.nz/2009/02/14/print-processor-updates-for-windows-queues/</link>
			</item>
</channel>
</rss>
