<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>James Caws</title>
	
	<link>http://www.jamescaws.com</link>
	<description>PHP web developer // Melbourne, AU</description>
	<lastBuildDate>Sat, 04 Jul 2009 02:31:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<geo:lat>-37.812157</geo:lat><geo:long>144.96314</geo:long><xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/jamescaws" type="application/rss+xml" /><feedburner:emailServiceId>jamescaws</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item><title>Crown complex @ dawn [Flickr]</title><link>http://feedproxy.google.com/~r/jamescaws/~3/dCLVgZI7W4I/</link><category>night</category><category>river</category><category>dark</category><category>dawn</category><category>lights</category><category>illumination</category><category>australia</category><category>melbourne</category><category>casino</category><category>yarra</category><category>crown</category><category>complex</category><category>vistoria</category><dc:creator>James Caws</dc:creator><pubDate>Fri, 03 Jul 2009 16:21:10 PDT</pubDate><guid isPermaLink="false">tag:flickr.com,2005:/photo/3685884170</guid><description>&lt;p&gt;&lt;a href="http://www.flickr.com/people/jamescaws/"&gt;James Caws&lt;/a&gt; posted a photo:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.flickr.com/photos/jamescaws/3685884170/" title="Crown complex @ dawn"&gt;&lt;img src="http://farm3.static.flickr.com/2439/3685884170_892d980436_m.jpg" width="240" height="151" alt="Crown complex @ dawn" /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Popped into town after dropping Jacq off at the airport at 6AM today. Wanted to see what the city was like at such an hour. It was busier than I expected, more people spend their nights in strip clubs than I thought!&lt;br /&gt;
&lt;br /&gt;
If you look closely at the Crown hotel on the left, you might see Tom or Katie Cruise looking out. James Packer has given them the entire 37th floor whilst they are in town for the filming of a new movie starring Mrs Cruise. That said, I read it was Tom's 47th birthday yesterday, so he might still be sat in a bar somewhere.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jamescaws/~4/dCLVgZI7W4I" height="1" width="1"/&gt;</description><enclosure url="http://farm3.static.flickr.com/2439/3685884170_892d980436_m.jpg" length="0" type="image/jpeg" /><dc:date.Taken>2009-07-04T07:10:18-08:00</dc:date.Taken><feedburner:origLink>http://www.flickr.com/photos/jamescaws/3685884170/</feedburner:origLink></item><item>
		<title>Flickr Random Image Generating Tool – frigtool</title>
		<link>http://feedproxy.google.com/~r/jamescaws/~3/RlGW3MeKmv0/</link>
		<comments>http://www.jamescaws.com/2009/07/flickr-random-image-generating-tool-frigtool/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 07:55:32 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[random]]></category>

		<guid isPermaLink="false">http://www.jamescaws.com/?p=240</guid>
		<description><![CDATA[The random image generating tool that uses flickr images.]]></description>
			<content:encoded><![CDATA[<p>With the new look website, came the need to generate two images of differing dimensions for post listings on the homepage. Cranking them out by hand was not hard, but by the time I&#8217;d  faffed around trying to find a nice image, opened it in some photo manipulation software, scaled it and cropped it to size, twice over, I could easily have wasted 20 minutes or more.</p>
<p>This is what prompted me to write <a href="http://www.jamescaws.com/frigtool/" target="_blank">frigtool</a>, a little application that takes a desired image width and height, then searches out some random flickr photos, scales them randomly, then crops a random region matching the desired width and height, finally outputting the image for  saving. You&#8217;re unlikely to ever get the same image twice, even if the same source image is used.</p>
<p>To make it all a bit more interesting, I also wanted the ability to provide a few tags to refine the content of the images selected, as well as the ability to specify whether it should be my flickr photos that get used, or those from other flickr users who mark their photos with a suitable Creative Commons licence.</p>
<p>I have made it available for all to use via my website at <a title="Dummy image generator" href="/frigtool/">http://www.jamescaws.com/frigtool/</a>.</p>
<p>I envisage it being useful for designers who need to quickly obtain dummy filler images of a specific dimension to insert into a mock design. There are probably a heap of other uses for it too that I can&#8217;t think of &#8212; let me know in the comments below how and why you use it.</p>
<p>If you think the maximum image dimensions you can provide are a little on the tight side, this is because larger images would require a large original image to be obtained from flickr in the first place, which not only slows down the generation process, but also eats up my bandwidth. Depending on how much the utility gets used, I might eventually transfer it to another server with less bandwidth restrictions, at which point I&#8217;ll allow larger images to be generated.</p>
<p>Please use this post&#8217;s comment facility to report any bugs, provide suggestions or simply let me know how you find it performs.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/DghHSuZM7qb47WyPVgIs_myzidI/0/da"><img src="http://feedads.g.doubleclick.net/~a/DghHSuZM7qb47WyPVgIs_myzidI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/DghHSuZM7qb47WyPVgIs_myzidI/1/da"><img src="http://feedads.g.doubleclick.net/~a/DghHSuZM7qb47WyPVgIs_myzidI/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/jamescaws/~4/RlGW3MeKmv0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.jamescaws.com/2009/07/flickr-random-image-generating-tool-frigtool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.jamescaws.com/2009/07/flickr-random-image-generating-tool-frigtool/</feedburner:origLink></item>
		<item>
		<title>Rick Astley dead hoax – Google &amp; Wikipedia are onto it</title>
		<link>http://feedproxy.google.com/~r/jamescaws/~3/-ErMIS1sW3A/</link>
		<comments>http://www.jamescaws.com/2009/06/rick-astley-dead-hoax/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 07:27:37 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Musings]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.jamescaws.com/?p=238</guid>
		<description><![CDATA[Browsing twitter I noticed that their Top Trending topic as of 5PM AEST today was Rick Astley. Why would Rick Astley suddenly become such a hot topic on twitter, surely Never Gonna Give You Up hadn&#8217;t made it back into the Top 100?
I hit Google and searched on his name. The snippet returned in the [...]]]></description>
			<content:encoded><![CDATA[<p>Browsing twitter I noticed that their Top Trending topic as of 5PM AEST today was Rick Astley. Why would Rick Astley suddenly become such a hot topic on twitter, surely Never Gonna Give You Up hadn&#8217;t made it back into the Top 100?</p>
<p>I hit Google and searched on his name. The snippet returned in the search results read:</p>
<blockquote><p>Richard Paul &#8220;Rick&#8221; Astley (born 6 February 1966, Newton-le-Willows, Lancashire) was an English singer-songwriter and musician. Astley was married to&#8230;</p></blockquote>
<p>WAS an English singer-songwriter. WAS married to. Surely if Google had indexed the page then it must have been around for quite a while on Wikipedia and must therefore be true?</p>
<p>I clicked through to the Wikipedia page to find that there was no mention of his death, nor any mention of a return to the Top 100 either. The uncited update of his death in Germany clearly didn&#8217;t sit well amongst Wiki moderators and proved to be yet another celebrity death hoax, one of a number to come into fruition since Michael Jackson&#8217;s death just 4 days ago.</p>
<p>A couple of things that struck me about this rumour, as I am sure happened with previous such hoaxes as well as the real stories of celebrities passing, was the sheer virality of it (top trending topic on twitter within a short period of time) and most of all how quickly, unless it was just coincidence, Google indexed the Wiki page.</p>
<p>Was the quick visit from a Google indexing bot down to Google monitoring page interest in real time, or as a result of some collaboration with twitter where by trending topics are shared directly with Google on a frequent basis, prompting them to prioritise indexing of related pages? Sounds like the stuff of SEO dreams whatever the case if you ask me.</p>
<p>UPDATE: An hour on and a Rick Astley search now returns yet another updated Google snippet, this time reading:</p>
<blockquote><p>Richard Paul &#8220;Rick&#8221; Astley (born 6 February 1966, Newton-le-Willows, Lancashire) is an English singer-songwriter and musician. Astley is married to producer&#8230;</p></blockquote>
<p>Google really does love Wikipedia. Or Rick Astley.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/UTCqJ-sutWEpbM-crRMSxX9z0Os/0/da"><img src="http://feedads.g.doubleclick.net/~a/UTCqJ-sutWEpbM-crRMSxX9z0Os/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/UTCqJ-sutWEpbM-crRMSxX9z0Os/1/da"><img src="http://feedads.g.doubleclick.net/~a/UTCqJ-sutWEpbM-crRMSxX9z0Os/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/jamescaws/~4/-ErMIS1sW3A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.jamescaws.com/2009/06/rick-astley-dead-hoax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.jamescaws.com/2009/06/rick-astley-dead-hoax/</feedburner:origLink></item>
		<item>
		<title>Static job listing page to RSS feed</title>
		<link>http://feedproxy.google.com/~r/jamescaws/~3/QQ8knnlW_Lw/</link>
		<comments>http://www.jamescaws.com/2009/06/swansea-job-listing-rss-feed/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 06:29:51 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[generator]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[jobs]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[static]]></category>
		<category><![CDATA[swansea]]></category>

		<guid isPermaLink="false">http://www.jamescaws.com/?p=236</guid>
		<description><![CDATA[How I created a RSS feed of the Swansea council's static HTML job listing page.]]></description>
			<content:encoded><![CDATA[<p>Just under a year ago I wrote about three websites that allowed users to generate <a href="http://www.jamescaws.com/2008/07/generating-rss-feeds-from-static-html-web-pages/">RSS feeds from static web pages</a>. The most promising provider looked like Feed43, however I never really gave it a thorough test. After a couple of years of manually checking the City and County of Swansea jobs web page for updates, I finally decided to spend the 15 minutes required to create the RSS version of the page using the afore mentioned service. The result is available at:</p>
<p><a href="http://feeds.feedburner.com/SwanseaJobs" target="_blank">http://feeds.feedburner.com/SwanseaJobs</a></p>
<p>For a user without basic HTML experience, I think using the Feed43 system might prove a little tricky, however for those with some mark-up knowledge, they should find the pattern matching mechanism quite powerful, resulting in more accurate feeds than those generated by the other sites I listed, FeedYes and Feedmaker, if indeed they could even manage to produce a feed in the first place.</p>
<p>For those interested in how I set-up the RSS feed, the Swansea jobs page is located at http://www.swansea.gov.uk/jobs. Using this as the source page address at feed43.com, I set-up the following item (repeatable) search pattern to pull out each job listed on the page:</p>
<pre>&lt;p ALIGN="left"&gt;&lt;b&gt;{*}
&lt;a name="{%}"&gt;&lt;/a&gt; {*}
{%}&lt;br&gt;{*}
{%}&lt;br&gt;{*}
{%}&lt;br&gt;{*}
{%}&lt;br&gt;{*}
{%}&lt;/p&gt;{*}
&lt;p&gt;{*}</pre>
<p>The text matched and extracted using {%} is added to a list of per-item search results, whereas {*} matches are discarded. This therefore allowed me to set my RSS item titles as {%2} (the job title), the link template as http://www.swansea.gov.uk/jobs#{%1} and the content as</p>
<pre>{%5}&lt;br /&gt;
&lt;br /&gt;
{%6}</pre>
<p>Unfortunately the HTML mark-up of the jobs page is not perfect which results in an invalid portion of content in many cases. I know that Feedburner has an option to make feeds validate, so this is one of the reasons why I have piped the resulting feed through the Feedburner service.</p>
<p>Over all I found the Feed43 system quite straight forward to use and it also has some nice little extras too, such as being able to email a summary of the feed name, feed URL and URL for editing to a designated email address for reference. Well worth a go if you want to keep tabs on new jobs or other regularly updated items on a static web page that does not offer a RSS or Atom version to subscribe to.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/BcSMO-IPhCLvO30A6boXA58ZSVw/0/da"><img src="http://feedads.g.doubleclick.net/~a/BcSMO-IPhCLvO30A6boXA58ZSVw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/BcSMO-IPhCLvO30A6boXA58ZSVw/1/da"><img src="http://feedads.g.doubleclick.net/~a/BcSMO-IPhCLvO30A6boXA58ZSVw/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/jamescaws/~4/QQ8knnlW_Lw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.jamescaws.com/2009/06/swansea-job-listing-rss-feed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.jamescaws.com/2009/06/swansea-job-listing-rss-feed/</feedburner:origLink></item>
		<item><title>Belgian Spoil [Flickr]</title><link>http://feedproxy.google.com/~r/jamescaws/~3/kZl002inrKQ/</link><category>street</category><category>chocolate</category><category>australia</category><category>melbourne</category><category>victoria</category><category>lygon</category><dc:creator>James Caws</dc:creator><pubDate>Sun, 28 Jun 2009 17:49:00 PDT</pubDate><guid isPermaLink="false">tag:flickr.com,2005:/photo/3670267936</guid><description>&lt;p&gt;&lt;a href="http://www.flickr.com/people/jamescaws/"&gt;James Caws&lt;/a&gt; posted a photo:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.flickr.com/photos/jamescaws/3670267936/" title="Belgian Spoil"&gt;&lt;img src="http://farm4.static.flickr.com/3301/3670267936_809ff1d0ed_m.jpg" width="240" height="133" alt="Belgian Spoil" /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Delicious! As found at Koko Black - &lt;a href="http://www.kokoblack.com" rel="nofollow"&gt;www.kokoblack.com&lt;/a&gt; - on Lygon St, Melbourne. Stupidly I missed the icecream on the right.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jamescaws/~4/kZl002inrKQ" height="1" width="1"/&gt;</description><enclosure url="http://farm4.static.flickr.com/3301/3670267936_809ff1d0ed_m.jpg" length="0" type="image/jpeg" /><dc:date.Taken>2009-06-28T16:05:31-08:00</dc:date.Taken><feedburner:origLink>http://www.flickr.com/photos/jamescaws/3670267936/</feedburner:origLink></item><item><title>Reflections [Flickr]</title><link>http://feedproxy.google.com/~r/jamescaws/~3/Dn1iW0euy5U/</link><category>south</category><category>bank</category><category>australia</category><category>victoria</category><dc:creator>James Caws</dc:creator><pubDate>Sun, 28 Jun 2009 17:48:52 PDT</pubDate><guid isPermaLink="false">tag:flickr.com,2005:/photo/3669461471</guid><description>&lt;p&gt;&lt;a href="http://www.flickr.com/people/jamescaws/"&gt;James Caws&lt;/a&gt; posted a photo:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.flickr.com/photos/jamescaws/3669461471/" title="Reflections"&gt;&lt;img src="http://farm4.static.flickr.com/3335/3669461471_9b33c6613c_m.jpg" width="215" height="240" alt="Reflections" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jamescaws/~4/Dn1iW0euy5U" height="1" width="1"/&gt;</description><enclosure url="http://farm4.static.flickr.com/3335/3669461471_9b33c6613c_m.jpg" length="0" type="image/jpeg" /><dc:date.Taken>2009-06-28T14:18:42-08:00</dc:date.Taken><feedburner:origLink>http://www.flickr.com/photos/jamescaws/3669461471/</feedburner:origLink></item><item>
		<title>Fancy trying your hand at becoming a photojournalist?</title>
		<link>http://feedproxy.google.com/~r/jamescaws/~3/b1CUGlx1z5A/</link>
		<comments>http://www.jamescaws.com/2009/06/try-your-hand-at-becoming-photojournalist/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 02:42:54 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[photojournalism]]></category>

		<guid isPermaLink="false">http://www.jamescaws.com/?p=234</guid>
		<description><![CDATA[The Guardian and Observer photo department have launched a flickr based group for critique.]]></description>
			<content:encoded><![CDATA[<p>I was really excited to stumble across the <a href="http://www.flickr.com/groups/guardiancameraclub/" target="_blank">Guardian&#8217;s camera club</a> group on flickr the other day. If you struggle to come up with mini assignments to set yourself, then take some inspiration from the camera club. Each month the Guardian will set an assignment and they invite you to submit your photos to their group for on-line critique from other users and members of the Guardian and Observer&#8217;s photography department. If your work is interesting enough, it may even get featured on the Camera Club page, which would be great exposure and a great confidence boost too.</p>
<p>What I am most looking forward to is their monthly audio slideshow by one of their own photographers, explaining how they approached the assignment. As a person who enjoys taking photos, but who has never attended a class or fully interacted with a professional photographer, sometimes you wonder how the professionals would do it, what settings they might opt for, or what kind of lens they would use, and these monthly videos promise to give a good insight into how it&#8217;s done. Just as a result of watching their June <a href="http://www.guardian.co.uk/artanddesign/audioslideshow/2009/jun/15/photography" target="_blank">audio slideshow by Sarah Lee</a>, I have learnt a few interesting points.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/gcltk1bMTICXMMH8xXPuMECFyVk/0/da"><img src="http://feedads.g.doubleclick.net/~a/gcltk1bMTICXMMH8xXPuMECFyVk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/gcltk1bMTICXMMH8xXPuMECFyVk/1/da"><img src="http://feedads.g.doubleclick.net/~a/gcltk1bMTICXMMH8xXPuMECFyVk/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/jamescaws/~4/b1CUGlx1z5A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.jamescaws.com/2009/06/try-your-hand-at-becoming-photojournalist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.jamescaws.com/2009/06/try-your-hand-at-becoming-photojournalist/</feedburner:origLink></item>
		<item>
		<title>The multiple Xterm feel in Windows with PuTTY and WinTabber</title>
		<link>http://feedproxy.google.com/~r/jamescaws/~3/PmJ7eikmlQw/</link>
		<comments>http://www.jamescaws.com/2009/05/multiple-xterm-feel-in-windows-with-putty-and-wintabber/#comments</comments>
		<pubDate>Fri, 15 May 2009 07:39:43 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xterm]]></category>

		<guid isPermaLink="false">http://www.jamescaws.co.uk/?p=154</guid>
		<description><![CDATA[Utilising multiple PuTTY windows was getting messy and the default PuTTY font was not as cool as the standard Xterm font. Something needed to be done and here are the details of what I ended up with.]]></description>
			<content:encoded><![CDATA[<p>No matter how much I don&#8217;t like using Windows, I can&#8217;t seem to pull myself away from it, mainly because I don&#8217;t feel confident that the alternatives, I&#8217;m considering a Mac or something running <a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>, will provide me with suitable software alternatives to the programs I have come to use and love on a daily, or weekly basis. Having written that statement though and sat here thinking about it for a few minutes, that argument is now looking quite feeble, so I&#8217;ll use my other excuse: I just don&#8217;t have the money to change at the moment. Oh, but Ubuntu is free&#8230;</p>
<p>Anyway to the point of this post. I simply cannot stand trying to build websites on Windows and will always fight to get SSH access to a host when necessary. Having previously worked directly from and on a Linux based machine, I became quite attached to multiple desktops and Xterm. Being able to group Xterm windows on their own desktop was mighty handy. Xterms are so clean and simple in my opinion too, they make coding a pleasure.</p>
<p>For some time I have been using <a href="http://haanstra.eu/putty/" target="_blank">PuTTY Tray</a> to connect into remote servers in order to work. It got to the point a few weeks ago though where having several separate PuTTY windows open was making my Windows task bar a mess and alt-tabbing between them was a massive pain in the arse. I set out to find a decent program that would allow grouping of multiple windows or applications in the one frame. I found many possibilities, but most had their fair share of issues or down-sides. Eventually I came across <a href="http://www.wintabber.com" target="_blank">WinTabber</a>. It&#8217;s a relatively small application, nothing fancy and it also has native support for PuTTY. I&#8217;ve been using WinTabber to house all my active PuTTY connections for a couple of months now and I have to say I&#8217;m very happy with it.</p>
<p>So with my terminals grouped, the only other thing left to do to make my PuTTY interface seem more like Xterm was to find a suitable Xterm style font. Now, this might be an easy task for someone with access to a machine that has Xterm installed with its native font, but I don&#8217;t have such access at present and even if I did, I would struggle to find the font in the first place. I spent some time searching the Internet for the name and/or an actual copy of the Xterm font, wishing it to be in True Type Font format, but had no success. Eventually I discovered the font ProggyCleanTT which lead me to the developer&#8217;s website where there are a range of <a href="http://www.proggyfonts.com/index.php?menu=download" target="_blank">programmer&#8217;s fonts</a> to download. I&#8217;m very pleased to say, that set at 12-point, ProggyCleanTT is a darn good substitute for whatever the Xterm font is.</p>
<p>WinTabber + PuTTY + ProggyCleanTT = one very acceptable Windows based Xterm when you are working over SSH on a Linux based machine and can&#8217;t be bothered with all the extras of <a href="http://www.cygwin.com/" target="_blank">Cygwin</a>.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/fy1XqykbwiRSDlaCzriZXp-6UlQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/fy1XqykbwiRSDlaCzriZXp-6UlQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/fy1XqykbwiRSDlaCzriZXp-6UlQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/fy1XqykbwiRSDlaCzriZXp-6UlQ/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/jamescaws/~4/PmJ7eikmlQw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.jamescaws.com/2009/05/multiple-xterm-feel-in-windows-with-putty-and-wintabber/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.jamescaws.com/2009/05/multiple-xterm-feel-in-windows-with-putty-and-wintabber/</feedburner:origLink></item>
		<item>
		<title>PHP Open Source, automatic MySQL database backup</title>
		<link>http://feedproxy.google.com/~r/jamescaws/~3/f-R6reV3Jfk/</link>
		<comments>http://www.jamescaws.com/2009/04/php-open-source-automatic-mysql-database-backup/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 08:22:36 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.jamescaws.co.uk/?p=151</guid>
		<description><![CDATA[Whether you use phpMyAdmin, work on your database directly via command line or have access to other tools to manage your MySQL database, there's usually one thing missing for the times when things go horribly wrong: a quick and easy backup and restore feature.]]></description>
			<content:encoded><![CDATA[<p>Whether you use phpMyAdmin, work on your database directly via command line or have access to other tools to manage your MySQL database, there&#8217;s usually one thing missing for the times when things go horribly wrong: a quick and easy backup and restore feature.</p>
<p>There&#8217;s no predicting when something undesired may happen to the data stored in your MySQL database. It could be as a result of human error, such as updating a whole bunch of records with a value instead of just one, or it could come down to hardware or software issues resulting in corruption of data. Whatever the reason, whilst a lot of hosting companies provide automatic backups of your files and databases, some do not or they only provide you with the facility to do it manually. In terms of accessing automatic backups made by the host, sometimes they can only be retrieved through a support ticket or phone call which can delay getting things back to how they were.</p>
<p>With these issues at the forefront of my mind when I carried out a project recently, I set about searching for a PHP based, Open Source tool that would perform backups of multiple MySQL databases and allow the easy recovery of data if required. My research led me to phpMyBackupPro.</p>
<p><a title="PHP MySQL database backup software" href="http://www.phpmybackuppro.net/" target="_blank">phpMyBackupPro</a> is a feature rich solution that would probably satisfy the demands of the majority of those looking for a MySQL database backup tool. It allows the backup of multiple databases that do not necessarily have to be on the same machine. This is ideal for service providers who want to backup multiple MySQL databases on behalf of more than one client whose hosting is distributed. Generated backup files can automatically be FTP&#8217;d to a remote server or sent via email, a critical factor when performing backups to safeguard against data loss if the server itself breaks down completely. An easy to use interface is provided for browser based management, but there is also the option of administering it via command line which ultimately means that it can be scheduled in cron or as a system service to operate automatically, thus meaning you do not have to remember to set it off however often you wish to perform a backup.</p>
<p>For a full list of features and to download a copy, visit the <a href="http://www.phpmybackuppro.net/" target="_blank">phpMyBackupPro</a> web site.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/OFt8E9HdfeUbiSfz3O26bW1hVRg/0/da"><img src="http://feedads.g.doubleclick.net/~a/OFt8E9HdfeUbiSfz3O26bW1hVRg/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/OFt8E9HdfeUbiSfz3O26bW1hVRg/1/da"><img src="http://feedads.g.doubleclick.net/~a/OFt8E9HdfeUbiSfz3O26bW1hVRg/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/jamescaws/~4/f-R6reV3Jfk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.jamescaws.com/2009/04/php-open-source-automatic-mysql-database-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.jamescaws.com/2009/04/php-open-source-automatic-mysql-database-backup/</feedburner:origLink></item>
		<item>
		<title>Who is linking to you and your competitors?</title>
		<link>http://feedproxy.google.com/~r/jamescaws/~3/GIVH-Nar9Fs/</link>
		<comments>http://www.jamescaws.com/2009/04/who-is-linking-to-you-your-competitors/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 08:20:12 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.jamescaws.co.uk/?p=149</guid>
		<description><![CDATA[Every link to your site from an external web site is in its simplest form a vote in your sites favour. The context of the text that the link has been placed in may not always be positive, but from a SEO point of view, any inbound link to your web site from another web [...]]]></description>
			<content:encoded><![CDATA[<p>Every link to your site from an external web site is in its simplest form a vote in your sites favour. The context of the text that the link has been placed in may not always be positive, but from a <strong>SEO</strong> point of view, any inbound link to your web site from another web site is normally a good thing.</p>
<p>The search engine bots that crawl the Internet looking at web sites and analysing their content consider a link from one web site to another as a recommendation, much like in the real world when a person verbally tells another person about a product or service. The more people who talk about a company, their product or service, in essence the more important that company, product or service is deemed as being. Putting aside that in the real world a person could actually be bad-mouthing a company, the generated hype is seen as positive from the subject&#8217;s point of view as it generates interest in them and if you heard lots of people talking about something, you&#8217;d probably consider it interesting too. The job of the search engines is to promote links to web sites that are considered relevant and interesting, for good or bad reasons (within reason), to a topic. They see and interpret such cyber chit-chat (linking) much like us humans hear and appreciate buzz around a subject in day-to-day life.</p>
<p>Whether your site is ranking top of the search engine results pages or not, inbound links are good for a number of reasons, including:</p>
<ol>
<li>The vote system talked about above. Whether you are top of the pile or not, a link to your site is generally a vote in your favour. If you are top of the search engine results pages for a particular term, a link will simply help to reinforce your dominance. If you are some way down, the extra link should help to boost your position a little.</li>
<li>Even if the search engines don&#8217;t consider the vote very worthy, a link is a link and when it comes from another web site, it is extra exposure of your web site on another web site from a human perspective. You never know how well another page ranks for a particular search term and who is looking at it, so if that page is popular in its own right and a user sees your link they might click on it. <strong>SEO</strong> is not just about ranking high on search engine results pages, it is about increasing traffic to your site over all, never forget that.</li>
</ol>
<p>We know that inbound links from external web sites are important for at least two reasons, but just who is linking to you and more importantly, <strong>who is linking to your competitors</strong>?</p>
<p>A useful took that I use is the <a title="Yahoo! Site Explorer" href="http://siteexplorer.search.yahoo.com/" target="_blank">Yahoo! Site Explorer</a>. By entering in the URL of any web site on the Internet, be it yours or that of your competitors, you can quickly and easily get an idea of who is linking to the web site. By then visiting the sites that link to your competitors, you can gauge whether or not they are suitable sites to link to your site. It may be that some inbound links to a competitor&#8217;s site come from a subsidiary company web site or the web site of a friend. Naturally you&#8217;d be hard pressed to get a link from them, but this practice of link exploration often reveals suitable directories and on-topic web sites on the Internet that you may not previously have known about. Links from such new found sources are a great way of generating traffic to your site, either directly or indirectly. The more on-topic or respected the site linking to you is, the better.</p>
<p>Link building is not something that can be rushed. Not only can it take a long time to find suitable sources for links, but it may be the case that a sudden, sharp increase of links to your site may be considered by the search engines as a little suspicious, especially if you&#8217;re not receiving links from more of the well respected web sites on the Internet. Arousing such suspicion <em>may</em> result in a small penalisation, but that&#8217;s not a known. Nevertheless, a slow and steady approach should be adopted to keep things real.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/jJSfwrPZIYQckMe6USHBtaESy8U/0/da"><img src="http://feedads.g.doubleclick.net/~a/jJSfwrPZIYQckMe6USHBtaESy8U/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/jJSfwrPZIYQckMe6USHBtaESy8U/1/da"><img src="http://feedads.g.doubleclick.net/~a/jJSfwrPZIYQckMe6USHBtaESy8U/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/jamescaws/~4/GIVH-Nar9Fs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.jamescaws.com/2009/04/who-is-linking-to-you-your-competitors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.jamescaws.com/2009/04/who-is-linking-to-you-your-competitors/</feedburner:origLink></item>
		<item>
		<title>Free POP and IMAP domain based email service for small business</title>
		<link>http://feedproxy.google.com/~r/jamescaws/~3/WqdIawdyvdA/</link>
		<comments>http://www.jamescaws.com/2009/04/free-pop-and-imap-domain-based-email-service-for-small-business/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 08:17:07 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.jamescaws.co.uk/?p=147</guid>
		<description><![CDATA[Email is an integral part of any small business. Whilst the number of free email service providers for individuals grows by the week, finding a reliable host that offers ample storage, manageability, the option of POP or IMAP access and most importantly the option of sending emails from your business&#8217;s domain for free, can be [...]]]></description>
			<content:encoded><![CDATA[<p>Email is an integral part of any small business. Whilst the number of <strong>free email service providers</strong> for individuals grows by the week, finding a reliable host that offers ample storage, manageability, the option of POP or IMAP access and most importantly the option of sending emails from your business&#8217;s domain for free, can be a struggle.</p>
<p>Whilst many web site hosts and Internet Service Providers offer an email hosting service, businesses sometimes end up feeling tied to the provider even when things go bad because they know that if they change to another company, it could involve a lot of disruption and hassle, not just with their email but with their web site hosting or office Internet connection too. This is why many businesses choose to stay and suffer with their existing provider, even if it means sub-adequate service and higher costs. Using a quality, reliable and independent provider for your valuable email service is vital.</p>
<p>Enter Internet giant Google. You may or may not have heard about their offering called Google Apps. This solution can only be described as a God send for small businesses. Encompassing a selection of their most successful products, <a title="Google Apps for small business" href="http://www.google.com/apps/intl/en/business/editions.html" target="_blank">Google Apps</a> allows small businesses to easily carry out some of their most important IT  related tasks absolutely free of charge and with the option of using the business&#8217;s own domain name to maintain a professional appearance.</p>
<p>Included in the Google Apps suite of products are:</p>
<ul>
<li><strong>Gmail for email</strong></li>
<li>Google Docs for basic web browser based administration of common Office documents</li>
<li>Google Calendar</li>
<li>Google Sites for simple web site creation (it is very restrictive though)</li>
<li>Google Talk, for cheap phone calling via the Internet and instant messaging</li>
</ul>
<p>Two plans are available, a standard free edition and a paid-for premier edition. Unless your business is planning on expanding to dizzying heights, the features of the free edition should suffice even the slightly hectic of small businesses.</p>
<p>With the free edition you get the standard Gmail features that include:</p>
<ul>
<li> 6 &#8211; 7GB of storage space (a figure that is continually growing)</li>
<li>Ability to access email via POP or IMAP protocol, in addition to the very attractive and useful web based interface and Google Mobile site</li>
<li>Auto/vacation responders</li>
<li>The option of in turn downloading email from other POP email accounts</li>
<li>Google&#8217;s impressive reliability</li>
<li>Email filtering</li>
</ul>
<p>Whilst it is possible to define a business email address as the sender address of a standard Gmail account, the primary Gmail address still gets transmitted with the message and in some software the message then gets displayed as being sent by &#8220;you@yourbusiness.com on behalf of you@gmail.com&#8221;, which slightly defies the point of using an alternative sender address to preserve anonymity.</p>
<p>By signing up via Google Apps, Gmail works <strong>based on your domain</strong>, so when you send an email from you@yourbusiness.com, the email will be displayed to your recipient as being sent by you@yourbusiness.com.</p>
<p>I am inclined to say that Gmail from your own domain is by far the most useful feature of Google Apps for a small business. However, increasingly more users are coming round to the idea of also using Google Calendar and Google Docs for other business administrative tasks when comparing the cost of using them (free) to the cost of proprietary software such as Microsoft Office.</p>
<p>Migration to using Google Apps for your email, that is transferring all your existing email and contact lists, is relatively straight forward and help is provided via Google help pages.</p>
<p>Moving to use Google Apps is a move well made in my opinion. The extra freedom this gives you in the future to move ISP or web hosting company makes it all worth while, if the Gmail service alone isn&#8217;t enough of a benefit to your small business.</p>
<p>Whilst the move to using Google Apps for email is relatively straight forward, it does involve a certain degree of DNS configuration and in some cases a trick or two in order to transfer old emails to the new account. I have successfully set-up and configured Google Apps for a number of small businesses, so if you wish to make the move and require the assistance from someone who has experience with making the switch, please <a title="Contact independent Internet consultant, Melbourne" href="/contact">contact me</a>.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/ElaUfVMXCe86ZO1TryyL1HQ0kM4/0/da"><img src="http://feedads.g.doubleclick.net/~a/ElaUfVMXCe86ZO1TryyL1HQ0kM4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/ElaUfVMXCe86ZO1TryyL1HQ0kM4/1/da"><img src="http://feedads.g.doubleclick.net/~a/ElaUfVMXCe86ZO1TryyL1HQ0kM4/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/jamescaws/~4/WqdIawdyvdA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.jamescaws.com/2009/04/free-pop-and-imap-domain-based-email-service-for-small-business/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.jamescaws.com/2009/04/free-pop-and-imap-domain-based-email-service-for-small-business/</feedburner:origLink></item>
		<item>
		<title>Wordpress powered websites</title>
		<link>http://feedproxy.google.com/~r/jamescaws/~3/imDkWhEV1dU/</link>
		<comments>http://www.jamescaws.com/2009/04/wordpress-powered-websites/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 08:14:17 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.jamescaws.co.uk/?p=145</guid>
		<description><![CDATA[Wordpress is free and open source with a huge repository of plugins available to extend its functionality if required.]]></description>
			<content:encoded><![CDATA[<p>Small businesses and individuals looking to establish a presence on the web, with the ability to maintain full control over the content themselves without the need to call up a web designer each time a few words need adding, should give serious consideration to Wordpress.</p>
<p>Wordpress is open source, and therefore available free of charge, dramatically reducing web site development costs. Many of the features it provides are exactly the same as those you would find in top of the range paid-for solutions and the majority of most advanced features that are perhaps not included as standard, can be added with ease from the extensive repository of open source plug-ins that are again, free.</p>
<p>Wordpress initially started out as a dedicated blog platform. Whilst it now adapts and works very nicely as a generic web site content management system, it still retains the blog functionality as well, so it is perfect for making announcements and updating web site visitors with the latest news and developments.</p>
<p>This very web site is built on Wordpress.</p>
<p>If considering a new web site and it&#8217;s one that doesn&#8217;t need all the bells and whistles of an ASX50 company but does need to offer a level of content management, Wordpress is probably the solution. Despite the software itself being free of any price tag, there are a few ingredients that make up the whole Internet presence experience that do attract a cost, namely:</p>
<ul>
<li>A domain name so that the web site can be found, for example <em>joesbakerysupplies.com</em></li>
<li>A suitable place to store the web site so that it can be accessed publicly, most commonly referred to as web site hosting</li>
</ul>
<p>Neither of the above need be expensive. Domain names usually cost around AU$15 per year of registration, though that depends on the extension, for example .com/.com.au/.net and so forth. You may already have a domain name though, so no worries there. Hosting companies are ten-a-penny, but for those based in Australia you might like to consider <a href="http://www.gdwebhosting.com.au/support/aff.php?aff=023" target="_blank">GD Webhosting</a>, who currently host this website.</p>
<p>Wordpress is a PHP based system, so I am available to:</p>
<ul>
<li>Install and configure it</li>
<li>Modify and customise it for your needs</li>
<li>Create or modify Wordpress themes, also referred to as the web site design</li>
</ul>
<p>In addition, I can also obtain and register a suitable domain name, and source and set-up web hosting if required. You might say I can do it all for you.</p>
<p>Please <a title="PHP Wordpress developer, Melbourne" href="/contact">feel free to contact me</a> whatever your Wordpress or web site requirements are.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/tg6_xcTkNeSpnBvzX5FLbM6dgDQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/tg6_xcTkNeSpnBvzX5FLbM6dgDQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/tg6_xcTkNeSpnBvzX5FLbM6dgDQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/tg6_xcTkNeSpnBvzX5FLbM6dgDQ/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/jamescaws/~4/imDkWhEV1dU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.jamescaws.com/2009/04/wordpress-powered-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.jamescaws.com/2009/04/wordpress-powered-websites/</feedburner:origLink></item>
		<item>
		<title>Complete image management using Google Picasa 3</title>
		<link>http://feedproxy.google.com/~r/jamescaws/~3/9Z72scWGAK4/</link>
		<comments>http://www.jamescaws.com/2009/01/complete-image-management-using-google-picasa-3/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 04:34:08 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.jamescaws.co.uk/?p=138</guid>
		<description><![CDATA[I may be 5 months late on this one, but now I give my opinion on Google Picasa 3 in conjunction with Picasa Web Albums. In short, it's pretty cool.]]></description>
			<content:encoded><![CDATA[<p>Having been an avid <a href="http://www.flickr.com/photos/jamescaws/" target="_blank">Flickr</a> user since August 2005, I have been a little blinkered when it comes to other photo sharing sites and services. I do recall at one point during the last few years checking out Google Picasa web albums, or whatever it was officially called at the time, but left feeling a little underwhelmed. It felt clunky to say the least and nowhere as slick as Flickr. Using <a href="http://www.xnview.com" target="_blank">Xnview</a> coupled with Paintshop Pro, I&#8217;ve not really had too many issues managing my images and using the Flickr Uploadr software, putting my favourites on the Internet to share with friends, family and anyone else has been pretty simple.</p>
<p>Whilst looking for a suitable, cross-platform image manager the other day for a Linux project I am considering undertaking, I came across the Google quick-tour video for <a href="http://picasa.google.com/" target="_blank">Picasa 3</a>. I watched the whole 5 minute presentation with intrigue and excitement.</p>
<div style="text-align:center;"><object width="425" height="344" data="http://www.youtube.com/v/rskC6c_5L1M&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/rskC6c_5L1M&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></div>
<p>I immediately wanted to put it to the test and so downloaded and installed it on my Windows Vista machine.</p>
<p>I have photos scattered across a number of drives, primarily on my local hard disk and then backed up on a separate USB drive. I have traditionally stored photos in folders named after the day they were transferred, for example 2009-01-25, so that folders are ordered correctly when browsing. Of course this doesn&#8217;t make life very easy when trying to recall photos for a particular event where the date has been forgotten. As Picasa 3 scanned my system I was impressed to find it automatically grouping folders together by year and then ordering by most recent to oldest. In a few cases it got it wrong, but that&#8217;s presumably because I&#8217;ve moved files around and somehow file dates have been adjusted. Overall though, I was impressed with this grouping, ordering and presentation, so a big tick from me. I have since started to rename my folders with more meaningful titles.</p>
<p>With all my photos organised, I got about playing. The interface is pretty cool and I like the scroll-bar on the right and how it feels like it is attached to a piece of elastic, scrolling faster in either direction vertically the further you pull it. What I also like is how the main folder details and functions remain at the top of a folder whilst that folder is in view and then once you have scrolled on to the next folder, the details of that one take over (hard to explain, but try it and see).</p>
<p>Picasa 3 has a good selection of common image enhancement and editing features. We&#8217;re not talking Adobe Photoshop complex, but more than enough in my opinion for your point-and-shoot user, from basic fixes such as red-eye and straightening, through to tuning light levels and adding a few effects, all of which are very easy to apply. As mentioned in their quick tour video, original files are not modified, instead Picasa 3 logs changes in a text file and then when you view the photo through the software, it applies the appropriate changes at that time. It is possible to apply and save the changes to the actual file as well though, back-ups of the original are kept in a sub-directory.</p>
<p>Geo-tagging photos is done in conjunction with Google Earth. In my opinion it can be a little labour intensive, not just for the person doing it but for the computer as well, but it is relatively painless nonetheless.</p>
<p>Probably my favourite feature and service of Google Picasa 3 though, is the integration with <a href="http://picasaweb.google.com" target="_blank">Google Picasa Web Albums</a>. Directly from the software where you manage and organise your photos on your own machine, you can opt to synchronise any folder or folders you wish with their online service. Being obsessed with file backup as I am, I absolutely love this feature because it means that as well as having my original images locally, at the click of a button I have the folder backed up remotely. Should the worst ever happen and I somehow lose all my local copies, at least I know somewhere out there on the ether, Google has copies. There are a number of options when it comes to syncing, including folder privacy and image resolution. By default I currently have all my folders unlisted, i.e. only viewable to me and individuals I select, and I have also set the max resolution to 1600 pixels wide, this allows faster uploading and means I won&#8217;t be consuming my free 1GB storage allowance too soon, not least until I have saved up $20 to purchase 10GB of extra storage for a year!</p>
<p>For Windows Vista users who hate as I do the truly ridiculous slide-show feature that is so slow to operate, Google Picasa 3 can become your default image viewer, and trust me it works at light speed compared to the Windows version.</p>
<p>Picasa 3 in my opinion is a really cool piece of software, even more sweeter because of the usual Google price-tag of $0. The fact it is available for most common operating systems, including Mac and Linux, is excellent too.</p>
<p>For all the positives, I do have four gripes:</p>
<ul>
<li>If you have already sync&#8217;d a folder with Picasa Web Albums, if you move photos to another directory that is already sync&#8217;d, the Picasa software re-uploads the images to the new Web Album. It is my belief that it is not too difficult for Google to put something in place that knows when image_xyz.jpg is being moved from folder ABC to DEF, it is the same image and doesn&#8217;t require re-sending to the server. It&#8217;s not so bad for one image, but when you decide to combine a folder of several hundred images with another, it can be a little frustrating having to wait for the images to be re-sent to the new folder and then having to visit the Web Albums site to remove the old album.</li>
<li>When you decide to save edits to images (permanently), Picasa keeps a backup of the original files. I completely understand why and I think it is a good idea, but I would prefer it if it was optional, because personally in some situations if I am committing to saving my changes I don&#8217;t want a doubling up of files on my hard disk.</li>
<li>Whilst it is possible to set a directory as Public, Un-listed or Sign-in required to view, when it is uploaded to Web Albums, it doesn&#8217;t appear to be possible to set such privacy levels on a per-image basis. This is a shame and probably the main feature lacking that would if available convert me from Flickr to Web Albums. In some cases I have multiple hundreds of photos for an occasion, let&#8217;s say Christmas. I don&#8217;t want all my Christmas photos available to the public. I could create a public and a private directory for the purposes of Web Albums, but from the point of view of my local file system structure, it is a less favourable solution.</li>
</ul>
<p>My final gripe is not really a gripe I suppose, it is perhaps an inexplicable disappointment with myself though. Why is it that I suddenly become enamoured with almost anything and everything Google produces?!</p>

<p><a href="http://feedads.g.doubleclick.net/~a/V5p9YRVxR-chnc4EnXIKCmZM3uY/0/da"><img src="http://feedads.g.doubleclick.net/~a/V5p9YRVxR-chnc4EnXIKCmZM3uY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/V5p9YRVxR-chnc4EnXIKCmZM3uY/1/da"><img src="http://feedads.g.doubleclick.net/~a/V5p9YRVxR-chnc4EnXIKCmZM3uY/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/jamescaws/~4/9Z72scWGAK4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.jamescaws.com/2009/01/complete-image-management-using-google-picasa-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.jamescaws.com/2009/01/complete-image-management-using-google-picasa-3/</feedburner:origLink></item>
	</channel>
</rss>
