<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.3" -->
<rss version="0.92">
<channel>
	<title>Cornerstone Software Ltd</title>
	<link>http://www.cornerstone.co.nz</link>
	<description>DESIGN * BUILD * SUPPORT</description>
	<lastBuildDate>Sun, 23 Nov 2008 22:51:28 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Internet explorer does not recognise &#8220;apos&#8221; entity in XHTML</title>
		<description><![CDATA[In short: wanted an apostrophe in a website, so coded it with the &#38;apos; entity. 
Looks correct in Firefox, Konqueror, Safari &#8230; but Internet Explorer shows the text &#8220;&#38;apos;&#8221; not the apostrophe.
Actually, the &#38;apos; entity is not defined in HTML, but it is one of the standard XML character entities, and the website is clearly [...]]]></description>
		<link>http://www.cornerstone.co.nz/archives/78</link>
			</item>
	<item>
		<title>Linux on a WinDev’s Laptop Part3 - CDArgs</title>
		<description><![CDATA[CDArgs is an essential tool for me to aid navigating directories in a command shell (terminal) window. I used to have my own little utility on Windows, but this is waaay better.

I&#8217;m a bit of a command-line freak - probably because of developing my programming skills when DOS was at version 2.0, and working with [...]]]></description>
		<link>http://www.cornerstone.co.nz/archives/76</link>
			</item>
	<item>
		<title>Linux on a WinDev&#8217;s Laptop Part2 - File system</title>
		<description><![CDATA[I used a lot of cross-platform software already, so moving this off Windows to Linux was easier than it might have been.  I pity anyone trying to migrate from Outlook on a dead Windows machine to anything else, for example.
I may have broken a few rules in how I&#8217;ve set up my Linux computer, [...]]]></description>
		<link>http://www.cornerstone.co.nz/archives/73</link>
			</item>
	<item>
		<title>Linux on a Windows developer&#8217;s laptop - Part 1 of N</title>
		<description><![CDATA[Well, I have a new laptop computer (Asus M51sn) as my primary machine, and finally I get to use Linux as my personal operating system - something the rest of my household has done for years.  A reversal of the usual story where the geek uses Linux (or BSD or&#8230;) and has a partner [...]]]></description>
		<link>http://www.cornerstone.co.nz/archives/69</link>
			</item>
	<item>
		<title>What does &#8220;landlgme&#8221; mean?</title>
		<description><![CDATA[My Nokia cellphone has &#8220;predictive texting&#8221; - where the phone attempts to match the best word for the sequence of digits pressed.  For example, if I type in 74663 if comes up with &#8220;Phone&#8221;  (5 button pushes instead of 10, often the improvement is better).  This is quite good for clumsy texters [...]]]></description>
		<link>http://www.cornerstone.co.nz/archives/68</link>
			</item>
	<item>
		<title>Configure svnserve password file with absolute path on Windows</title>
		<description><![CDATA[Here&#8217;s one for Subversion administrators.  If you set up the svnserve daemon you&#8217;ll usually need two configuration files.  svnserve.conf lives in the repository&#8217;s conf/ directory, and has a setting pointing to a second file containing usernames and passwords, like so:

[general]
password-db = users.txt

According to the Subversion book,
 The value of password-db can be an [...]]]></description>
		<link>http://www.cornerstone.co.nz/archives/67</link>
			</item>
	<item>
		<title>Get IP Address that your PC presents to the world (C#)</title>
		<description><![CDATA[Here&#8217;s a question, posed on the Universal Thread - how do you find out the IP address that your PC presents to the world?
This is something that your PC cannot answer for itself.  For example, my PC currently is aware of at least three IP addresses - 127.0.01 is the &#8220;loopback&#8221; or &#8220;localhost&#8221; address [...]]]></description>
		<link>http://www.cornerstone.co.nz/archives/66</link>
			</item>
	<item>
		<title>Install Net::DNS perl module to make SpamAssassin blacklisting go</title>
		<description><![CDATA[This was very frustrating - so I&#8217;m writing this in case someone else uses Google to find the answer, and finds me. My problem: RBL checks in my mail gateway weren&#8217;t working, and a missing Net::DNS turned out to be the cause.
I had been for a while wondering why our mail gateway (a Debian server [...]]]></description>
		<link>http://www.cornerstone.co.nz/archives/64</link>
			</item>
	<item>
		<title>Enabling sound for non-root Linux users</title>
		<description><![CDATA[A few weeks ago I let my kids loose on a newly-setup computer running Kubuntu (a flavour of Linux). This is a shared computer between the two of them, and unlike any previous linux desktop I&#8217;ve configured, the primary users are not logging in with the account name entered into the nice Kubuntu setup program.
The [...]]]></description>
		<link>http://www.cornerstone.co.nz/archives/63</link>
			</item>
	<item>
		<title>Transmogrifying colours (or, gradients the hard way)</title>
		<description><![CDATA[I found myself needing a way to convert a colour some of the way toward another colour.  Possible use cases include

Lightening or darkening a shade
Recolouring a palette to match a colour scheme
Gradients and blends

Now, this is probably a specialised sort of function. With GDI+ (or the .NET System.Drawing) there are better ways to do [...]]]></description>
		<link>http://www.cornerstone.co.nz/archives/61</link>
			</item>
</channel>
</rss>
