<?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>The Rhyme of Sim'</title>
	<atom:link href="http://www.simonhampel.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.simonhampel.com</link>
	<description>Sim' Hampel (aka Simon Hampel)</description>
	<lastBuildDate>Sun, 18 Dec 2011 23:38:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Where did the sun go?</title>
		<link>http://www.simonhampel.com/where-did-the-sun-go/</link>
		<comments>http://www.simonhampel.com/where-did-the-sun-go/#comments</comments>
		<pubDate>Sun, 18 Dec 2011 23:38:37 +0000</pubDate>
		<dc:creator>Sim'</dc:creator>
				<category><![CDATA[Sydney]]></category>

		<guid isPermaLink="false">http://www.simonhampel.com/?p=19861</guid>
		<description><![CDATA[I spend my nights with the quilt on, Trying to keep warm. Summer should be here right now, But it&#8217;s not been at all. It&#8217;s supposed to be, Hot and sunny every day. We should be at the beach, Or sweating, or sweating, in the shade. Where did the sun go? Did you put it [...]]]></description>
			<content:encoded><![CDATA[<p>I spend my nights with the quilt on,<br />
Trying to keep warm.<br />
Summer should be here right now,<br />
But it&#8217;s not been at all.</p>
<p>It&#8217;s supposed to be,<br />
Hot and sunny every day.<br />
We should be at the beach,<br />
Or sweating, or sweating, in the shade.</p>
<p>Where did the sun go?<br />
Did you put it on a train?<br />
Did you leave it in Bris-bane?<br />
Or down in Mexico?<br />
<em>(repeat)</em></p>
<p>I wanted to go for a walk,<br />
Or maybe a bike ride.<br />
It&#8217;s raining once again,<br />
Another day inside.</p>
<p>Sometimes the beach it calls me,<br />
And the park it calls my name.<br />
Says &#8220;don&#8217;t forget your brolly&#8221;,<br />
&#8216;Cause it will prob&#8217;ly rain!</p>
<p><em>(saxophone solo)</em></p>
<p>And the kids are going crazy,<br />
Stuck inside all day.<br />
I wish it would stop raining,<br />
And let them run and play.</p>
<p>Where did the sun go?<br />
Did you put it on a train?<br />
Did you leave it in Bris-bane?<br />
Or down in Mexico?<br />
<em>(repeat)</em></p>
<p>(sung to the tune of Wham&#8217;s &#8220;Where did your heart go?&#8221; &#8211; originally by &#8220;Was (Not Was)&#8221;)<br />
(for anyone not in Sydney, Mexico = Melbourne)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonhampel.com/where-did-the-sun-go/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to delete a Windows volume mount point for an invalid drive</title>
		<link>http://www.simonhampel.com/how-to-delete-a-windows-volume-mount-point-for-an-invalid-drive/</link>
		<comments>http://www.simonhampel.com/how-to-delete-a-windows-volume-mount-point-for-an-invalid-drive/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 23:19:56 +0000</pubDate>
		<dc:creator>Sim'</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.simonhampel.com/?p=19856</guid>
		<description><![CDATA[When I rebuilt my server earlier this year to run Windows 7 (rather than Windows Home Server), I decided to use Windows mount points to expand the storage rather than using separate drive letters or something like RAID to span disks. The structure I use is similar to this: C:\   - Backup   - [...]]]></description>
			<content:encoded><![CDATA[<p>When I rebuilt my server earlier this year to run Windows 7 (rather than Windows Home Server), I decided to use Windows mount points to expand the storage rather than using separate drive letters or something like RAID to span disks.</p>
<p>The structure I use is similar to this:</p>
<pre>C:\
  - Backup
    - <span style="text-decoration: underline;"><strong>PCBackups</strong></span>
      - <span style="text-decoration: underline;"><strong>T510</strong></span>
      - T60
      - Server
    - <span style="text-decoration: underline;"><strong>Photos</strong></span>
    - <span style="text-decoration: underline;"><strong>Video</strong></span>
- Data
    - <span style="text-decoration: underline;"><strong>Photos</strong></span>
    - <span style="text-decoration: underline;"><strong>Video</strong></span></pre>
<p>Each bold entry is a mount point &#8211; an empty directory on my C: drive to which I &#8220;mount&#8221; an external drive (using Windows Disk Management). So every bold entry above corresponds to a separate hard drive (indeed, it could relate to a specific partition on a drive with multiple partitions). Yes, I have a lot of hard drives in my server.</p>
<p>This means that, rather than accessing an additional drive in my server using a new drive letter, I can instead access it through a path such as C:\Data\Photos.</p>
<p>This gives incredible flexibility to add and remove drives &#8211; since you can easily change mount points, or use a new drive at a mount point if you run out of space. Any empty folder can be used as a mount point.</p>
<p>An example of this flexibility is from my PCBackups folder, where I store backup archives from my various laptops and computers. I created the C:\Backup\PCBackups folder on my system drive, then mounted a large hard drive at this point to give me plenty of space to store my backups. However, over time I eventually filled this drive and needed to expand the capacity. My laptop backups were taking the most space, so I renamed my laptop backup directory temporarily (C:\Backup\PCBackups\_T510), created a new empty folder (C:\Backup\PCBackups\T510) and then mounted another new drive at this point, greatly increasing the capacity of my PCBackups folder. I moved all the old T510 backups into the new folder, which moved them to the new drive, also freeing up space on the existing drive for other backups at the same time.</p>
<p>One of the nice things about this structure is that Windows remembers the mount points, so if you remove a drive temporarily &#8211; it will automatically remount the drive when it is reconnected.</p>
<p>The downside of this is that if your drive dies, or you remove it and use it else-where, the folder where the drive was mounted is not available for mounting of a new drive because Windows is still looking for the old drive to mount there.</p>
<p>Unfortunately, Windows Disk Management doesn&#8217;t give you any way of dealing with this &#8211; I had a drive die, but could not mount a replacement drive in its place because Windows was reserving that mount point for the old drive. I couldn&#8217;t connect the old drive to remove the mount point, because Windows no longer recognised the dead drive.</p>
<p>A bit of Googling found a simple solution &#8211; there is a command line tool (at least in Windows 7 &#8211; not sure about earlier versions), called &#8220;mountvol&#8221;, which allows you to manage volume mount points.</p>
<p>Using a command prompt running as Administrator (Start &gt; All Programs &gt; Accessories &gt; right-click on Command Prompt and select &#8220;Run as administrator&#8221;), I was able to use the &#8220;/d&#8221; switch to remove a volume mount point from the folder where the dead drive was previously mounted, and then re-create the mount point for the replacement drive using Windows Disk Management. Easy as.</p>
<p>There are <a title="Mountvol" href="http://technet.microsoft.com/en-us/library/cc772671(WS.10).aspx" target="_blank">instructions on how to use Mountvol</a> on the Microsoft TechNet site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonhampel.com/how-to-delete-a-windows-volume-mount-point-for-an-invalid-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to configure PEAR for Zend Server Community Edition on Windows 7</title>
		<link>http://www.simonhampel.com/how-to-configure-pear-for-zend-server-community-edition-on-windows-7/</link>
		<comments>http://www.simonhampel.com/how-to-configure-pear-for-zend-server-community-edition-on-windows-7/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 00:17:24 +0000</pubDate>
		<dc:creator>Sim'</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.simonhampel.com/?p=19060</guid>
		<description><![CDATA[I decided to try running Zend Server CE (PHP v5.3) for my local development environment on my Windows 7 (64-bit) machine. After discovering that I needed to explicitly choose to install MySQL and phpMyAdmin (simply fixed by running the installer again and modifying the installation), I found that the PEAR libraries some of my existing [...]]]></description>
			<content:encoded><![CDATA[<p>I decided to try running Zend Server CE (PHP v5.3) for my local development environment on my Windows 7 (64-bit) machine.</p>
<p>After discovering that I needed to explicitly choose to install MySQL and phpMyAdmin (simply fixed by running the installer again and modifying the installation), I found that the PEAR libraries some of my existing code relied on, was missing.</p>
<p>After a bit of research, I learned that I needed to run the PEAR installer:</p>
<pre>C:\Program Files (x86)\Zend\ZendServer\bin\go-pear.bat</pre>
<p>&#8230; however, this resulted in some very confusing error messages:</p>
<pre>phar "C:\Program Files (x86)\Zend\ZendServer\bin\PEAR\go-pear.phar" does not have a signature
PHP Warning:  require_once(phar://go-pear.phar/index.php): failed to open stream: phar error: 
invalid url or non-existent phar "phar://go-pear.phar/index.php" in
C:\Program Files (x86)\Zend\ZendServer\bin\PEAR\go-pear.phar on line 1236</pre>
<p>After a bit more Googling, I finally came across a suggestion on the PEAR blog: <a href="http://blog.pear.php.net/2009/07/01/php-53-windows-and-pear/">PHP 5.3 Windows and PEAR (go-pear.phar) | PEAR Blog</a></p>
<p>I ran the following command from the PEAR directory, which worked:</p>
<pre>C:\Program Files (x86)\Zend\ZendServer\bin\PEAR&gt;php -d phar.require_hash=0 go-pear.phar</pre>
<p>&#8230; all that was then required was to follow the instructions (I needed to enter the path to the CLI php.exe, which is C:\Program Files (x86)\Zend\ZendServer\bin), and it worked.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonhampel.com/how-to-configure-pear-for-zend-server-community-edition-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Profile privacy on meetup.com</title>
		<link>http://www.simonhampel.com/profile-privacy-on-meetup-com/</link>
		<comments>http://www.simonhampel.com/profile-privacy-on-meetup-com/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 06:23:55 +0000</pubDate>
		<dc:creator>Sim'</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Online]]></category>

		<guid isPermaLink="false">http://www.simonhampel.com/?p=19052</guid>
		<description><![CDATA[My wife and I run a private meetup.com group and I was asked by someone about what information is displayed publicly on meetup.com and what information is private. While investigating, I discovered some things I didn&#8217;t know before &#8211; so I thought it would be a good idea to share them with everyone. There are two sets of [...]]]></description>
			<content:encoded><![CDATA[<p>My wife and I run a private meetup.com group and I was asked by someone about what information is displayed publicly on meetup.com and what information is private. While investigating, I discovered some things I didn&#8217;t know before &#8211; so I thought it would be a good idea to share them with everyone.</p>
<p>There are two sets of profile information maintained by meetup.com for each user &#8230;</p>
<p>1. a personal profile specific to yourself and related to meetup.com in general and not to any specific meetup group.</p>
<p>2. a &#8220;meetup group profile&#8221;, specific to each group you are a member of.</p>
<p>Some of the information in your personal profile is made public (some you can hide), so be careful what you post on your personal profile. Some information on your personal profile might be indexed by Google and show up in search results for your name.</p>
<p>We made our meetup group private, so any profile information posted as part of our group, including introductions, discussions and meetup gatherings, is only visible to other approved members of the group. None of this information is visible to other users, nor is it visible to Google, so it won&#8217;t show up in search results.</p>
<p>Members of private groups should check their meetup.com personal profile to make sure that nothing they have posted there is visible to the public / Google. There are a few settings which are enabled by default which you might want to hide.</p>
<ol>
<li>Make sure you are logged in to meetup.com</li>
<li>Click on the &#8220;My Groups&#8221; link at the top of the page (not on the groups in the drop-down list, click on &#8220;My Groups&#8221; itself).</li>
<li>Click on &#8220;Hide my Meetup Groups&#8221; at the top of the list of groups if you don&#8217;t want people to know which groups you belong to</li>
<li>Click on the &#8220;Intro&#8221; tab</li>
<li>Under your bio, click on &#8220;Hide this&#8221; to hide your bio information</li>
<li>If you have added interest profiles listing other topics you are interested in joining meetup groups for, you can click on &#8220;Hide this&#8221; below the list of interest groups on the Intro tab too.</li>
<li>Click on the &#8220;Photos&#8221; tab</li>
<li>You might want to click on &#8220;Hide profile photos&#8221; to hide any additional photos you have uploaded to your profile. Note that your main public profile photo is still displayed on your public profile page &#8211; this only hides additional photos.</li>
<li>Click on the &#8220;Greetings&#8221; tab</li>
<li>If you have had people leave greetings on your profile, you might want to delete them if they contain personal information you don&#8217;t want Google to see.</li>
</ol>
<p>Note that none of these actions impact on what you have displayed in your private meetup group pages &#8211; you&#8217;ll need to edit that separately if you want to &#8211; but it&#8217;s not visible to Google, so you might not need to worry.</p>
<p>You should also be aware that anything you post to your profile page for a specific meetup group (including answers to profile questions) is visible to other members of that meetup group. If you want to change any of that, go to your meetup group profile page <img src="http://img1.meetupstatic.com/img/clear.gif" alt="" width="0" />and edit your profile information &#8211; from your meetup group home page click on &#8220;My Profile&#8221; under the &#8220;Members&#8221; menu.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonhampel.com/profile-privacy-on-meetup-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to convert scheduled tasks from Windows XP to Windows 7</title>
		<link>http://www.simonhampel.com/how-to-convert-scheduled-tasks-from-windows-xp-to-windows-7/</link>
		<comments>http://www.simonhampel.com/how-to-convert-scheduled-tasks-from-windows-xp-to-windows-7/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 20:05:19 +0000</pubDate>
		<dc:creator>Sim'</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.simonhampel.com/?p=16381</guid>
		<description><![CDATA[When I decommissioned my Windows Home Server recently, I decided to replace it with Windows 7. However, I had over 20 scheduled tasks running on the WHS box to do things like back up my websites and backup files on the server and such. I wanted to recreate these scheduled tasks on the new Windows [...]]]></description>
			<content:encoded><![CDATA[<p>When I decommissioned my Windows Home Server recently, I decided to replace it with Windows 7. However, I had over 20 scheduled tasks running on the WHS box to do things like back up my websites and backup files on the server and such.</p>
<p>I wanted to recreate these scheduled tasks on the new Windows 7 install, but discovered that Microsoft had changed the format for scheduled tasks in Win7 and provided no mechanism for importing the old .job files from Windows XP / Windows 2003. Windows 7 now uses XML files for import and exporting task definitions &#8211; but no conversion tool from the old .job format.</p>
<p>I really didn&#8217;t want to be spending the time manually recreating all of these tasks, but a bit of Google research found a possible solution involving remote invocation of the <em>schtasks</em> command line tool. Here&#8217;s what I did.</p>
<p>The first issue was that I had already decommissioned the WHS install, although I did save the C &amp; D partitions on the system drive so I could have theoretically booted it up again. However, I had already changed some of the machine&#8217;s hardware (new MoBo, new SATA controller, etc), so that was always going to be a last resort and fraught with potential boot-up issues.</p>
<p>Fortunately I still had an old laptop running Windows XP, so I was able to copy the .job files I had backed up from the WHS box over to the XP machine and have them recognised by Task Scheduler there.</p>
<p>Next, I ran the following command on my Windows 7 laptop from an &#8220;elevated&#8221; command prompt (Start -&gt; All Programs -&gt; Accessories -&gt; right mouse click on &#8220;Command Prompt&#8221; and select &#8220;Run as administrator&#8221;):</p>
<p><strong>schtasks /Query /S </strong><em>remote_computer_name</em><strong> /U </strong><em>remote_username</em><strong> /P </strong><em>remote_password</em><strong> /XML &gt; </strong><em>output_file.xml</em></p>
<p>&#8230; where the &#8220;remote_computer_name&#8221; was the name of my Windows XP machine, and &#8220;remote_username&#8221; and &#8220;remote_password&#8221; were for a valid administration user on that machine.</p>
<p>This command tells the remote machine to dump a list of all parameters for all scheduled tasks and send it to my console and the /XML flag tells the Windows 7 box to convert that information to the new XML format, and then I piped the output to a new file, &#8220;output_file.xml&#8221;.</p>
<p>The output was a concatenated list of all XML task data (which itself is not a valid file to import into Windows 7 task scheduler), so I used a text editor to copy and paste the individual tasks that I wanted to recreate and then used the &#8220;import&#8221; feature in Windows 7 task scheduler to import the new task. I believe there is a flag you can set to have the combined output XML for all the tasks  be valid to import directly, but I didn&#8217;t try that, preferring to manually select which of the tasks to import and doing them one at a time so I could then check the settings each time.</p>
<p>There are a plethora of new features and settings in Windows 7 task scheduler, so it does pay to verify and tweak any settings after importing them. I really am quite impressed with the new functionality in Windows 7 task scheduler!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonhampel.com/how-to-convert-scheduled-tasks-from-windows-xp-to-windows-7/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Loath vs Loathe</title>
		<link>http://www.simonhampel.com/loath-vs-loathe/</link>
		<comments>http://www.simonhampel.com/loath-vs-loathe/#comments</comments>
		<pubDate>Wed, 08 Dec 2010 01:39:05 +0000</pubDate>
		<dc:creator>Sim'</dc:creator>
				<category><![CDATA[Words]]></category>

		<guid isPermaLink="false">http://www.simonhampel.com/?p=16379</guid>
		<description><![CDATA[I learned something new today &#8211; I have been using the word &#8220;loathe&#8221; incorrectly! I have used the word &#8220;loathe&#8221; as an adjective: &#8220;I am loathe to try bungee jumping&#8220;, which is incorrect! The word should only be used as a verb  as in &#8220;I loathe bungee jumping&#8220;. It turns out that there are actually [...]]]></description>
			<content:encoded><![CDATA[<p>I learned something new today &#8211; I have been using the word &#8220;loathe&#8221; incorrectly!</p>
<p>I have used the word &#8220;loathe&#8221; as an adjective: &#8220;<em>I am <strong>loathe </strong>to try bungee jumping</em>&#8220;, which is incorrect! The word should only be used as a verb  as in &#8220;<em>I <strong>loathe </strong>bungee jumping</em>&#8220;.</p>
<p>It turns out that there are actually two different words: <strong>loathe</strong>, a verb which means &#8220;<em>to hate intensely</em>&#8220;; and <strong>loath</strong>, an adjective which means &#8220;<em>unwilling</em>&#8220;.</p>
<p>So my original example should have been written &#8220;<em>I am <strong>loath </strong>to try bungee jumping</em>&#8220;.</p>
<p>The pronunciation is also different: loathe as in smooth or breathe; loath as in growth or both.</p>
<p>So there you go.</p>
<p>And I really am.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonhampel.com/loath-vs-loathe/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to turn on/off Keyboard NumLock on bootup in Windows</title>
		<link>http://www.simonhampel.com/how-to-turn-onoff-keyboard-numlock-on-bootup-in-windows/</link>
		<comments>http://www.simonhampel.com/how-to-turn-onoff-keyboard-numlock-on-bootup-in-windows/#comments</comments>
		<pubDate>Tue, 07 Dec 2010 05:31:42 +0000</pubDate>
		<dc:creator>Sim'</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.simonhampel.com/?p=16375</guid>
		<description><![CDATA[I recently rebuilt my home server machine to run Windows 7. I attached my ThinkPad USB Keyboard with TrackPoint to the machine (love these keyboards &#8211; the feel and usability of a ThinkPad keyboard on a desktop!!), but after setup, I found that I was having difficulty logging in with the username and password I [...]]]></description>
			<content:encoded><![CDATA[<p>I recently rebuilt my home server machine to run Windows 7.</p>
<p>I attached my ThinkPad USB Keyboard with TrackPoint to the machine (love these keyboards &#8211; the feel and usability of a ThinkPad keyboard on a desktop!!), but after setup, I found that I was having difficulty logging in with the username and password I had specified.</p>
<p>I did also notice at one point that I was getting strange characters when I typed, which I quickly realised was the NumLock on the keyboard being activated. Unfortunately, there is no NumLock indicator light on the keyboard (designed to be used with a ThinkPad, which displays NumLock status on the screen), so I couldn&#8217;t tell whether it was active or not.</p>
<p>A bit of experimentation at login and I found that the NumLock was being enabled by default on my new box &#8211; and a search of the BIOS settings didn&#8217;t turn up any options there for disabling it.</p>
<p>A quick Google search found some discussions about the issue, which identified a registry setting you can set to adjust this.</p>
<p>Steps to adjust:</p>
<p>A) run regedit</p>
<p>B) navigate to: <strong>HKEY_USERS\.Default\Control Panel\Keyboard</strong></p>
<p>C) Adjust the value of <strong>InitialKeyboardIndicators</strong> to one of the following values:</p>
<p><strong>0</strong> &#8211; Turn all indicators Off (NumLock, CapsLock, ScrollLock)<br />
<strong>1</strong> &#8211; Turn CapsLock On<br />
<strong>2</strong> &#8211; Turn NumLock On<br />
<strong>3</strong> &#8211; Turn CapsLock and NumLock On<br />
<strong>4</strong> &#8211; Turn ScrollLock On<br />
<strong>5</strong> &#8211; Turn CapsLock and ScrollLock On<br />
<strong>6</strong> &#8211; Turn NumLock and ScrollLock On<br />
<strong>7</strong> &#8211; Turn all indicators On (NumLock, CapsLock, ScrollLock)</p>
<p>D) reboot</p>
<p>In my case, the registry entry was set to some high value, which seems to have triggered NumLock on. I reset it to 0 and it now works as expected &#8211; no NumLock at bootup.</p>
<p>Note that this entry can also be set on a per-user basis.</p>
<p>References:</p>
<ul>
<li><a href="http://social.answers.microsoft.com/Forums/en-US/w7hardware/thread/7b48ae6f-fa9c-4bc2-8359-81e0c5e5d6a2">Want to set &#8216;num lock&#8217; to be on and active at Windows 7 Log-in screen on new HP G60-530US laptop</a></li>
<li><a href="http://support.microsoft.com/kb/154529">How do I enable the NUM LOCK key for the logon screen?</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.simonhampel.com/how-to-turn-onoff-keyboard-numlock-on-bootup-in-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to find the end of a line in Xara Photo and Graphics Designer</title>
		<link>http://www.simonhampel.com/how-to-find-the-end-of-a-line-in-xara-photo-and-graphics-designer/</link>
		<comments>http://www.simonhampel.com/how-to-find-the-end-of-a-line-in-xara-photo-and-graphics-designer/#comments</comments>
		<pubDate>Wed, 29 Sep 2010 22:36:55 +0000</pubDate>
		<dc:creator>Sim'</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.simonhampel.com/?p=16350</guid>
		<description><![CDATA[After spending nearly an hour checking hundreds (thousands?) of line points in a rather complex line in Xara Photo and Graphics Designer and still not being able to find where the line was broken &#8211; I turned to Google for help and within a minute came up with a 2 second solution! If you go [...]]]></description>
			<content:encoded><![CDATA[<p>After spending nearly an hour checking hundreds (thousands?) of line points in a rather complex line in Xara Photo and Graphics Designer and still not being able to find where the line was broken &#8211; I turned to Google for help and within a minute came up with a 2 second solution!</p>
<p>If you go in to Shape Editor mode, select any control point on your line and then hit HOME or END on your keyboard, it will take you immediately to the end of the line. If I had just thought to ask Google in the first place, it would have saved me a lot of time.</p>
<p>Thanks to the <a href="http://www.xaraxone.com/html/tip_of_the_week_9.html" target="_blank">Xara Xone Tip of the Week</a> for the answer.</p>
<p>I must say I am loving the simplicity of Xara Photo and Graphics Designer for many basic web graphics design tasks (gradients, buttons, logos, etc), and also appreciate some of the more complex capabilities (masks, photo manipulation, etc). I&#8217;m using Photoshop less and less these days and have no reason at all to fire up Illustrator. This should save me a lot in software upgrade costs in the future!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonhampel.com/how-to-find-the-end-of-a-line-in-xara-photo-and-graphics-designer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sydney Harbour Bridge</title>
		<link>http://www.simonhampel.com/sydney-harbour-bridge/</link>
		<comments>http://www.simonhampel.com/sydney-harbour-bridge/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 05:49:40 +0000</pubDate>
		<dc:creator>Sim'</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.simonhampel.com/sydney-harbour-bridge/</guid>
		<description><![CDATA[As seen from Kirribilli This was posted directly from my Nokia N900 using the Pixelpipe photo sharing service. This note added later using WordPress for N900.]]></description>
			<content:encoded><![CDATA[<div class="pp_items">
<div class="pp_item" align="center"><img src="http://static.pixelpipe.com/eacb734b-dca6-4755-8e41-4ebe2530c196_b.jpg" style="max-width: 100%;" />
<p>As seen from Kirribilli</p>
</div>
</div>
<p>This was posted directly from my Nokia N900 using the Pixelpipe photo sharing service. This note added later using WordPress for N900.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonhampel.com/sydney-harbour-bridge/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Nokia N900</title>
		<link>http://www.simonhampel.com/nokia-n900/</link>
		<comments>http://www.simonhampel.com/nokia-n900/#comments</comments>
		<pubDate>Tue, 11 May 2010 01:05:20 +0000</pubDate>
		<dc:creator>Sim'</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.simonhampel.com/nokia-n900/</guid>
		<description><![CDATA[Just bought myself a Nokia N900 mobile computer. This blog post was written using the MaStory application on the N900. Works well!]]></description>
			<content:encoded><![CDATA[<p>Just bought myself a Nokia N900 mobile computer.</p>
<p>This blog post was written using the MaStory application on the N900.</p>
<p>Works well!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonhampel.com/nokia-n900/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

