<?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>Jim Wild's Blog &#187; software</title>
	<atom:link href="http://jimwild.net/index.php/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://jimwild.net</link>
	<description>General thoughts, work &#38; music of a creative dev guy working in mobile social media.</description>
	<lastBuildDate>Sun, 08 Aug 2010 18:08:02 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Asp echo()</title>
		<link>http://jimwild.net/index.php/2008/10/03/asp-echo/</link>
		<comments>http://jimwild.net/index.php/2008/10/03/asp-echo/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 23:02:46 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[asp]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://jimwild.net/?p=111</guid>
		<description><![CDATA[This could be seen as a slightly lazy piece of classic asp code but it works for me.
Php coders should understand this one.
sub echo(input)
response.write(replace(input,"'",""""))
end sub
The single quote is now essentially being used an escape character similar to php echo which saves having to do double quotes when using response.write to output html.
Enjoy
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fjimwild.net%2Findex.php%2F2008%2F10%2F03%2Fasp-echo%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fjimwild.net%2Findex.php%2F2008%2F10%2F03%2Fasp-echo%2F" height="61" width="51" /></a></div><p>This could be seen as a slightly lazy piece of classic asp code but it works for me.</p>
<p>Php coders should understand this one.</p>
<p><code>sub echo(input)<br />
response.write(replace(input,"'",""""))<br />
end sub</code></p>
<p>The single quote is now essentially being used an escape character similar to php echo which saves having to do double quotes when using response.write to output html.</p>
<p>Enjoy</p>
]]></content:encoded>
			<wfw:commentRss>http://jimwild.net/index.php/2008/10/03/asp-echo/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tortoise SVN Extension for Dreamweaver</title>
		<link>http://jimwild.net/index.php/2008/09/09/tortoise-svn-extension-for-dreamweaver/</link>
		<comments>http://jimwild.net/index.php/2008/09/09/tortoise-svn-extension-for-dreamweaver/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 21:02:51 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://jimwild.net/?p=95</guid>
		<description><![CDATA[I use this loads but can never seem to find it on the internet. It allows you to commit and update direct from the Dreamweaver context menu. The old URL it was hosted at (nearlygeek.com) is no more.
You do need to have Tortoise SVN installed and it only seems to work with Windows.
Enjoy
Click here to [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fjimwild.net%2Findex.php%2F2008%2F09%2F09%2Ftortoise-svn-extension-for-dreamweaver%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fjimwild.net%2Findex.php%2F2008%2F09%2F09%2Ftortoise-svn-extension-for-dreamweaver%2F" height="61" width="51" /></a></div><p>I use this loads but can never seem to find it on the internet. It allows you to commit and update direct from the Dreamweaver context menu. The old URL it was hosted at (nearlygeek.com) is no more.</p>
<p>You do need to have Tortoise SVN installed and it only seems to work with Windows.</p>
<p>Enjoy</p>
<p><a href="http://jimwild.net/wp-content/uploads/2008/09/svn4dw.zip">Click here to download</a></p>
<p>03/10/08 &#8211; UPDATE:</p>
<p>Thanks to my work buddy Dave I have now found a much better and equally as free extension called SubWeaver which is available from here: <a href="http://sourceforge.net/projects/subweaver/" target="_blank">http://sourceforge.net/projects/subweaver/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jimwild.net/index.php/2008/09/09/tortoise-svn-extension-for-dreamweaver/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>OSX Terminal / Command Colouring</title>
		<link>http://jimwild.net/index.php/2008/09/06/osx-command-prompt-colouring/</link>
		<comments>http://jimwild.net/index.php/2008/09/06/osx-command-prompt-colouring/#comments</comments>
		<pubDate>Sat, 06 Sep 2008 22:39:29 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://jimwild.net/?p=68</guid>
		<description><![CDATA[Essential tip for OSX users. Not just pretty on the eyes but bloody useful.
Just add the following lines to ~/.bash_profile
export CLICOLOR=1
export LSCOLORS=ExFxCxDxBxegedabagacad

http://www.mactips.org/archives/2005/08/02/color-your-os-x-command-prompt/
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fjimwild.net%2Findex.php%2F2008%2F09%2F06%2Fosx-command-prompt-colouring%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fjimwild.net%2Findex.php%2F2008%2F09%2F06%2Fosx-command-prompt-colouring%2F" height="61" width="51" /></a></div><p>Essential tip for OSX users. Not just pretty on the eyes but bloody useful.</p>
<p>Just add the following lines to <code>~/.bash_profile</code></p>
<p><code class="terminal">export CLICOLOR=1<br />
export LSCOLORS=ExFxCxDxBxegedabagacad</code></p>
<p><a href="http://jimwild.net/wp-content/uploads/2008/09/picture-1.png"><img class="alignnone size-full wp-image-71" title="picture-1" src="http://jimwild.net/wp-content/uploads/2008/09/picture-1.png" alt="" width="500" height="343" /></a><a href="http://www.mactips.org/archives/2005/08/02/color-your-os-x-command-prompt/"></a></p>
<p><a href="http://www.mactips.org/archives/2005/08/02/color-your-os-x-command-prompt/">http://www.mactips.org/archives/2005/08/02/color-your-os-x-command-prompt/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jimwild.net/index.php/2008/09/06/osx-command-prompt-colouring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chrome First Impressions</title>
		<link>http://jimwild.net/index.php/2008/09/03/chrome-first-impressions/</link>
		<comments>http://jimwild.net/index.php/2008/09/03/chrome-first-impressions/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 13:11:04 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://jimwild.net/?p=48</guid>
		<description><![CDATA[A few us have been using Chrome here in the office today a and first impressions are generally good.
I&#8217;m not going to run down the whole feature list, only what was obvious to me right away.

Pages render at lightening speed, it feels faster than FireFox.
Element inspector &#8211; a firebug style debug tool built in.
Omnibox &#8211; makes [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fjimwild.net%2Findex.php%2F2008%2F09%2F03%2Fchrome-first-impressions%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fjimwild.net%2Findex.php%2F2008%2F09%2F03%2Fchrome-first-impressions%2F" height="61" width="51" /></a></div><p><a href="http://jimwild.net/wp-content/uploads/2008/09/2008-09-03-141427.png"><img class="size-medium wp-image-52 alignright" title="2008-09-03-141427" src="http://jimwild.net/wp-content/uploads/2008/09/2008-09-03-141427.png" alt="Chrome" width="126" height="85" /></a>A few us have been using Chrome here in the office today a and first impressions are generally good.</p>
<p>I&#8217;m not going to run down the whole feature list, only what was obvious to me right away.</p>
<ul>
<li>Pages render at lightening speed, it feels faster than FireFox.</li>
<li>Element inspector &#8211; a <a href="http://getfirebug.com/">firebug</a> style debug tool built in.</li>
<li>Omnibox &#8211; makes sense to just have one input box in the top bar although I do keep entering URL&#8217;s without the HTTP:// which returns a google search. Habit I guess.</li>
<li>Ability to drag tabs to a new or existing instance of Chrome.</li>
<li>Crashes don&#8217;t kill the whole app, only the current tab.</li>
<li>Easy install, imported bookmarks &amp; history effortlessly.</li>
<li>Speed dial &#8211; loved this in opera, nuff said.</li>
<li>I haven&#8217;t come across any sites it has broken yet although I know there are some found by others.</li>
<li>Bookmarking functions seem a little basic (thanks Rich).</li>
<li>It looks and feels great!</li>
</ul>
<p>Interestingly, it identifies itself as &#8220;Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US)  AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.27  <strong><em>Safari/525.13</em></strong>&#8220; </p>
<p>I&#8217;m curious about the Safari bit, wonder if this matches the Chrome render engine most closely.</p>
<p>I have set it as my default Windows browser for now, will report how I get on.</p>
]]></content:encoded>
			<wfw:commentRss>http://jimwild.net/index.php/2008/09/03/chrome-first-impressions/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Google Chrome Imminent</title>
		<link>http://jimwild.net/index.php/2008/09/02/google-chrome-imminent/</link>
		<comments>http://jimwild.net/index.php/2008/09/02/google-chrome-imminent/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 12:27:52 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://jimwild.net/?p=30</guid>
		<description><![CDATA[Following on from yesturdays web comic teaser the world is eagerly awaiting the full release of Google&#8217;s (Open Source) Chrome browser, which according to the Google Blog should be at some point today. There are already some screenshots floating around the web and I&#8217;m as interested hell to get my hands on it.
From a web developers point [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fjimwild.net%2Findex.php%2F2008%2F09%2F02%2Fgoogle-chrome-imminent%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fjimwild.net%2Findex.php%2F2008%2F09%2F02%2Fgoogle-chrome-imminent%2F" height="61" width="51" /></a></div><p><a href="http://jimwild.net/wp-content/uploads/2008/09/chromologo.jpg"><img class="size-full wp-image-32 alignright" title="chromologo" src="http://jimwild.net/wp-content/uploads/2008/09/chromologo.jpg" alt="" width="150" height="55" /></a>Following on from yesturdays <a href="http://www.google.com/googlebooks/chrome/" target="_blank">web comic</a> teaser the world is eagerly awaiting the full release of Google&#8217;s (Open Source) Chrome browser, which according to the <a href="http://googleblog.blogspot.com/2008/09/fresh-take-on-browser.html" target="_blank">Google Blog</a> should be at some point today. There are already some <a href="http://blogoscoped.com/archive/2008-09-02-n72.html" target="_blank">screenshots</a> floating around the web and I&#8217;m as interested hell to get my hands on it.</p>
<p>From a web developers point of view I&#8217;m fascinated by the potential impact this could have on browsing and the Internet. Google don&#8217;t have a habit of doing things by halves and from the initial information, Chrome is no exception. Only time will tell.</p>
<p><a href="http://jimwild.net/wp-content/uploads/2008/09/dlpage_lg.jpg"><img class="alignnone size-medium wp-image-31" title="Google Chrome" src="http://jimwild.net/wp-content/uploads/2008/09/dlpage_lg.jpg" alt="" width="300" height="244" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://jimwild.net/index.php/2008/09/02/google-chrome-imminent/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Evernote review now on Mobile Industry Review</title>
		<link>http://jimwild.net/index.php/2008/08/28/evernote-review-now-on-mobile-industry-review/</link>
		<comments>http://jimwild.net/index.php/2008/08/28/evernote-review-now-on-mobile-industry-review/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 12:49:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://jimwild.net/?p=3</guid>
		<description><![CDATA[My first iPhone application review is now online. Check it out here.
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fjimwild.net%2Findex.php%2F2008%2F08%2F28%2Fevernote-review-now-on-mobile-industry-review%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fjimwild.net%2Findex.php%2F2008%2F08%2F28%2Fevernote-review-now-on-mobile-industry-review%2F" height="61" width="51" /></a></div><p>My first iPhone application review is now online. Check it out <a href="http://www.smstextnews.com/2008/08/iphone_app_review_-_evernote.html">here</a>.<a href="http://jimwild.net/wp-content/uploads/2008/09/2801678490_b2bcdc9112_m.jpg"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://jimwild.net/index.php/2008/08/28/evernote-review-now-on-mobile-industry-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
