<?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>James P Farrell</title>
	<atom:link href="http://jamespfarrell.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://jamespfarrell.com/blog</link>
	<description>Freelance web designer blog</description>
	<lastBuildDate>Wed, 07 Mar 2012 11:34:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Save Time with Git &#8211; Add &#8220;Open in Git Bash&#8221; to any folder</title>
		<link>http://jamespfarrell.com/blog/save-time-with-git-add-open-in-git-bash-to-any-folder/202/</link>
		<comments>http://jamespfarrell.com/blog/save-time-with-git-add-open-in-git-bash-to-any-folder/202/#comments</comments>
		<pubDate>Wed, 07 Mar 2012 11:34:21 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jamespfarrell.com/blog/?p=202</guid>
		<description><![CDATA[I was sick of navigating from folder to folder in Git bash, so I went searching for how to add &#8220;Open in Git Bash&#8221; to the right click menu of any folder.
I found what I was looking for over here, and it didn&#8217;t take 5 minutes to implement.
Really glad I did, and highly recommended!
]]></description>
			<content:encoded><![CDATA[<p>I was sick of navigating from folder to folder in Git bash, so I went searching for <strong>how to add &#8220;Open in Git Bash&#8221; to the right click menu of any folder</strong>.</p>
<p>I found what I was <a href="http://pieces.elyscape.com/51/adding-open-in-git-bash-to-the-context-menu/">looking for over here</a>, and it didn&#8217;t take 5 minutes to implement.</p>
<p>Really glad I did, and highly recommended!</p>
]]></content:encoded>
			<wfw:commentRss>http://jamespfarrell.com/blog/save-time-with-git-add-open-in-git-bash-to-any-folder/202/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>“The underlying provider failed on Open” error message</title>
		<link>http://jamespfarrell.com/blog/%e2%80%9cthe-underlying-provider-failed-on-open%e2%80%9d-error-message/197/</link>
		<comments>http://jamespfarrell.com/blog/%e2%80%9cthe-underlying-provider-failed-on-open%e2%80%9d-error-message/197/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 10:35:24 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[ASP.net]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[wcf]]></category>

		<guid isPermaLink="false">http://jamespfarrell.com/blog/?p=197</guid>
		<description><![CDATA[I recently had this common error message while working with WCF, entity frame work and SQL server.
Experienced asp.net developers maybe recognise this straight away as a connection string problem, but to me it wasn&#8217;t that obvious. On my travels I can across a great resource about connection strings, that is worth checking out if you&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had this common error message while working with WCF, entity frame work and SQL server.</p>
<p>Experienced asp.net developers maybe recognise this straight away as a connection string problem, but to me it wasn&#8217;t that obvious. On my travels I can across a great resource about <a href="http://www.connectionstrings.com/">connection strings</a>, that is worth checking out if you&#8217;re new to microsoft development, or of you&#8217;re stuck on a possible connection string problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamespfarrell.com/blog/%e2%80%9cthe-underlying-provider-failed-on-open%e2%80%9d-error-message/197/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Git bash folder navigation</title>
		<link>http://jamespfarrell.com/blog/git-bash-folder-navigation/194/</link>
		<comments>http://jamespfarrell.com/blog/git-bash-folder-navigation/194/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 14:51:53 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[GIT]]></category>

		<guid isPermaLink="false">http://jamespfarrell.com/blog/?p=194</guid>
		<description><![CDATA[Wondering how to navigate folders and more in the Git bash tool?
I was too. I could do basic commands, but couldn&#8217;t figure out how to go up a folder. In windows it&#8217;d be &#8220;cd..&#8221;, but that didn&#8217;t work.
Turns out that Git follows standard unix commands. Here&#8217;s  a quick reference that contains all you need to [...]]]></description>
			<content:encoded><![CDATA[<p>Wondering how to navigate folders and more in the Git bash tool?</p>
<p>I was too. I could do basic commands, but couldn&#8217;t figure out how to go up a folder. In windows it&#8217;d be &#8220;cd..&#8221;, but that didn&#8217;t work.</p>
<p>Turns out that Git follows standard unix commands. <a href="http://ss64.com/bash/cd.html">Here&#8217;s  a quick reference</a> that contains all you need to know&#8230;</p>
<p>The answer how to navigate up a folder:</p>
<p>&#8220;cd ..&#8221; &#8211; slaps forehead <img src='http://jamespfarrell.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://jamespfarrell.com/blog/git-bash-folder-navigation/194/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Classic ASP &#8211; ActiveX component can&#8217;t create object</title>
		<link>http://jamespfarrell.com/blog/classic-asp-activex-component-cant-create-object/189/</link>
		<comments>http://jamespfarrell.com/blog/classic-asp-activex-component-cant-create-object/189/#comments</comments>
		<pubDate>Thu, 16 Jun 2011 14:20:30 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[ASP.net]]></category>
		<category><![CDATA[Classic ASP]]></category>
		<category><![CDATA[com]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://jamespfarrell.com/blog/?p=189</guid>
		<description><![CDATA[Today I've been trying to instantiate an asp.net component from classic ASP using a Server.CreateObject, but I kept getting an error:

Microsoft VBScript runtime error '800a01ad'

ActiveX component can't create object

This ranks up there with some of my most frustrating times, so I have to share this in case anyone else has this problem. I'm running iis 7 and the solution is to select advanced properties of your application pool and set Enable 32-Bit Applications to True. Some people had suggested that Managed Pipeline might need to be changed to 'Classic', so that might be another thing to try should your problem persist.]]></description>
			<content:encoded><![CDATA[<p>Today I&#8217;ve been trying to instantiate an asp.net component from classic ASP using a Server.CreateObject, but I kept getting an error:</p>
<p><em> Microsoft VBScript runtime error &#8216;800a01ad&#8217; </em></p>
<p><em>ActiveX component can&#8217;t create object</em></p>
<p>This ranks up there with some of my most frustrating times, so I have to share this in case anyone else has this problem.  I&#8217;m running iis 7 and the solution is to select advanced properties of your application pool and set Enable 32-Bit Applications to True.  Some people had suggested that Managed Pipeline might need to be changed to &#8216;Classic&#8217;, so that might be another thing to try should your problem persist.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamespfarrell.com/blog/classic-asp-activex-component-cant-create-object/189/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add a contact form to a sidebar in Wordpress 3</title>
		<link>http://jamespfarrell.com/blog/add-a-contact-form-to-a-sidebar-in-wordpress-3/186/</link>
		<comments>http://jamespfarrell.com/blog/add-a-contact-form-to-a-sidebar-in-wordpress-3/186/#comments</comments>
		<pubDate>Wed, 04 May 2011 18:35:07 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://jamespfarrell.com/blog/?p=186</guid>
		<description><![CDATA[I recently wanted to add a contact form to a sidebar in wordpress as quicly as possible and I think the solution I found was great, so here you go.
First install this great Wordpress contact form. Then create a new text widget and add your text/html and then [contact-form].
One gotcha, I came across is that [...]]]></description>
			<content:encoded><![CDATA[<p>I recently wanted to add a contact form to a sidebar in wordpress as quicly as possible and I think the solution I found was great, so here you go.</p>
<p>First install this <a href="http://wordpress.org/extend/plugins/grunion-contact-form/">great Wordpress contact form</a>. Then create a new text widget and add your text/html and then [contact-form].</p>
<p>One gotcha, I came across is that Wordpress didn&#8217;t parse the short codes, but thanks to this thread about <a href="http://wordpress.org/support/topic/plugin-grunion-contact-form-shortcodes-broken-in-text-widgets">short codes broken in text widgets</a>, I just added:</p>
<pre><code>add_filter('widget_text', 'do_shortcode'); </code></pre>
<pre><span style="font-family: monospace;">I just added...to the functions.php file and was in business.</span></pre>
]]></content:encoded>
			<wfw:commentRss>http://jamespfarrell.com/blog/add-a-contact-form-to-a-sidebar-in-wordpress-3/186/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Toilet Usability &#8211; Not designed by Apple!</title>
		<link>http://jamespfarrell.com/blog/toilet-usability-not-designed-by-apple/173/</link>
		<comments>http://jamespfarrell.com/blog/toilet-usability-not-designed-by-apple/173/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 14:18:02 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Usability]]></category>
		<category><![CDATA[random]]></category>

		<guid isPermaLink="false">http://jamespfarrell.com/blog/?p=173</guid>
		<description><![CDATA[On my last day at work, I decided to finally find out about something that had been bugging me for a while.
Which button was the big flush and which was the small flush. The size of each seemed indistinguishable, so I reasoned that I mustn&#8217;t be the only person who&#8217;s unsure about this.
Sure enough everyone [...]]]></description>
			<content:encoded><![CDATA[<p>On my last day at work, I decided to finally find out about something that had been bugging me for a while.</p>
<p>Which button was the big flush and which was the small flush. The size of each seemed indistinguishable, so I reasoned that I mustn&#8217;t be the only person who&#8217;s unsure about this.</p>
<p>Sure enough everyone was sure they knew the right answer, but not everybody agreed on what that answer was.</p>
<p>Anyway, <a href="http://jamesfarrell.polldaddy.com/s/which-button-is-for-the-small-flush">here&#8217;s the poll</a>.</p>
<p>And here&#8217;s the results after 72 responses:</p>
<p><a href="http://jamespfarrell.com/blog/wp-content/uploads/2011/03/results1.jpg"><img class="aligncenter size-full wp-image-178" title="results" src="http://jamespfarrell.com/blog/wp-content/uploads/2011/03/results1.jpg" alt="" width="600" /></a></p>
<p>Now if I understand correctly the purpose of this is to save water, but if people don&#8217;t know which button they should be pressing, it kinda defeats the purpose?</p>
<p>I declare this toilet &#8220;Not designed by Apple&#8221;.</p>
<p>For more random fun, please <a href="http://twitter.com/james_farrell">follow me on twitter</a>.</p>
<p>If you enjoyed this, please share it.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamespfarrell.com/blog/toilet-usability-not-designed-by-apple/173/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programs I use everyday</title>
		<link>http://jamespfarrell.com/blog/programs-i-use-everyday/147/</link>
		<comments>http://jamespfarrell.com/blog/programs-i-use-everyday/147/#comments</comments>
		<pubDate>Sat, 26 Mar 2011 15:37:46 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://jamespfarrell.com/blog/?p=147</guid>
		<description><![CDATA[I just bought a new computer, and have installed windows 7 (having to write ASP and ASP.net code). So I&#8217;m in the process of putting all the software on, that I need to use for my daily work. As a result I thought I&#8217;d keep track of the software I have to use on a [...]]]></description>
			<content:encoded><![CDATA[<p>I just bought a new computer, and have installed windows 7 (having to write ASP and ASP.net code). So I&#8217;m in the process of putting all the software on, that I need to use for my daily work. As a result I thought I&#8217;d keep track of the software I have to use on a daily basis to do my job as a web designer / web developer.</p>
<p><strong><a href="http://db.tt/CgxUkQx">Dropbox</a></strong><br />
I have to say, I absolutely love it. I can&#8217;t wait until cloud storage is so cheap that we can store everything there. Until then, we have Dropbox.</p>
<p><strong>Chrome</strong><br />
Because it&#8217;s fast and it translates French websites into English for me automatically.</p>
<p><strong>Firefox</strong><br />
To developer Javascript and CSS, I&#8217;m not one of those who have dropped FF for Chrome yet <img src='http://jamespfarrell.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><strong>Smart FTP</strong><br />
To connect to servers and give and get things.</p>
<p><strong>Eclipse</strong><br />
For PHP, Java, Javascript.</p>
<p><strong>Visual Studio</strong><br />
For ASP, ASP.net</p>
<p><strong>Photoshop</strong><br />
For photos / buttons, visual drafts / prototyping etc.</p>
<p>Notepad ++ (notepad on steroids)<br />
For code, keeping notes and reading files.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamespfarrell.com/blog/programs-i-use-everyday/147/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Radiation kits</title>
		<link>http://jamespfarrell.com/blog/radiation-kits/145/</link>
		<comments>http://jamespfarrell.com/blog/radiation-kits/145/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 10:02:18 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://jamespfarrell.com/blog/?p=145</guid>
		<description><![CDATA[As a wise man once said:
During a gold rush you should be selling shovels.
A few days ago a friend of mine left me a voice mail saying that the French government is down playing the risks of radiation on our health.
Apparently this information comes from criirad.
I&#8217;m still not quite sure what to make of reports [...]]]></description>
			<content:encoded><![CDATA[<p>As a wise man once said:</p>
<blockquote><p>During a gold rush you should be selling shovels.</p></blockquote>
<p>A few days ago a friend of mine left me a voice mail saying that the French government is down playing the risks of radiation on our health.</p>
<p>Apparently this information comes from <strong><a href="http://criirad.org">criirad</a>.</strong></p>
<p>I&#8217;m still not quite sure what to make of reports like this but I&#8217;m sure that washing with bottled water would be inconvenient at least.</p>
<p>I think that this plus the fact that my french isn&#8217;t strong enough to understand all the material has meant that I&#8217;ve chosen to ignore</p>
<p>My logic is that people would be reporting dangerous <a href="http://geigerdetector.com">Geiger detector</a> readings, especially in places much closer to Japan.</p>
<p>Anyway, it occured to me that it might pose a couple of opportunities (not sure if this is the bad kind of opportunistic, please let me know what you think).</p>
<p>So I toddled over to Google trends to check out some stats:</p>
<p><a href="http://jamespfarrell.com/blog/wp-content/uploads/2011/03/GoogleTrends.jpg"><img class="size-full wp-image-159 alignleft" title="GoogleTrends" src="http://jamespfarrell.com/blog/wp-content/uploads/2011/03/GoogleTrends.jpg" alt="" width="654" height="336" /></a></p>
<p>As you can see people are suddenly searching for the phrase <a href="http://GeigerDetector.com">Geiger Detector</a> nearly 400 times more than a couple weeks ago.</p>
<p>After some research I realised that the phrase &#8216;<strong>geiger detector</strong>&#8216; is searched for ?33,000 times a month. So I decided as an experiment on online marketing, to buy the domain name geigerdetector.com and set up a blog on it, and keep track of some of the latest nuclear news.</p>
<p>I&#8217;ll let you know the results.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamespfarrell.com/blog/radiation-kits/145/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A beautiful site design</title>
		<link>http://jamespfarrell.com/blog/links-for-2011-03-17/144/</link>
		<comments>http://jamespfarrell.com/blog/links-for-2011-03-17/144/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 01:04:17 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://jamespfarrell.com/blog/links-for-2011-03-17/144/</guid>
		<description><![CDATA[I came across this website the other day while looking for design inspiration.
I really love the photography, the feel and the emotion behind this design. It&#8217;s really worth checking out Keren Ann&#8217;s website.
Oh and her music is pretty cool too:
]]></description>
			<content:encoded><![CDATA[<p>I came across this website the other day while looking for design inspiration.</p>
<p>I really love the photography, the feel and the emotion behind this design. It&#8217;s really worth checking out <a href="http://www.kerenann.com/home">Keren Ann</a>&#8217;s website.</p>
<p>Oh and her music is pretty cool too:</p>
]]></content:encoded>
			<wfw:commentRss>http://jamespfarrell.com/blog/links-for-2011-03-17/144/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>links for 2011-03-15</title>
		<link>http://jamespfarrell.com/blog/links-for-2011-03-15/142/</link>
		<comments>http://jamespfarrell.com/blog/links-for-2011-03-15/142/#comments</comments>
		<pubDate>Wed, 16 Mar 2011 01:04:30 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jamespfarrell.com/blog/links-for-2011-03-15/142/</guid>
		<description><![CDATA[

Wooden design &#8211; wood
(tags: design nicedesign wood)


]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://www.webdesignerdepot.com/2011/03/common-elements-used-in-wooden-ui-design/">Wooden design &#8211; wood</a></div>
<div class="delicious-tags">(tags: <a href="http://www.delicious.com/Jaymey/design">design</a> <a href="http://www.delicious.com/Jaymey/nicedesign">nicedesign</a> <a href="http://www.delicious.com/Jaymey/wood">wood</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jamespfarrell.com/blog/links-for-2011-03-15/142/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

