<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>The Devign Path</title>
	<link>http://thedevignpath.com</link>
	<description>design + development = devign</description>
	<lastBuildDate>Sat, 21 Jan 2012 14:29:21 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.1.2" -->

	<item>
		<title>Mercurial tips</title>
		<description><![CDATA[I have been using Mercurial as my version control system for a while now. Here are some pointers I picked up along the way. Mercurial won&#8217;t forget files! &#8216;hg forget &#60;filename&#62;&#8217; returns &#8216;No such file or directory&#8217; Although Mercurial can (&#8230;)</p><p><a href="http://thedevignpath.com/archives/172">Read the rest of this entry &#187;</a></p>]]></description>
		<link>http://thedevignpath.com/archives/172</link>
			</item>
	<item>
		<title>How to deploy an iOS application using an ad hoc distribution</title>
		<description><![CDATA[Go into www.developer.apple.com &#62; Login &#62; iOS dev centre &#62; Provisioning portal In Provision &#62; Distribution generate a new profile using &#34;ad hoc&#34; distribution Download the provisioning profile. Add it to iTunes using drag and drop or File &#62; Add (&#8230;)</p><p><a href="http://thedevignpath.com/archives/170">Read the rest of this entry &#187;</a></p>]]></description>
		<link>http://thedevignpath.com/archives/170</link>
			</item>
	<item>
		<title>Test Driving TDD</title>
		<description><![CDATA[I have become inspired and convinced by the idea of test driven development. Kent Beck said it best when he said - We write code because that is our work and we write tests so that we know when we (&#8230;)</p><p><a href="http://thedevignpath.com/archives/169">Read the rest of this entry &#187;</a></p>]]></description>
		<link>http://thedevignpath.com/archives/169</link>
			</item>
	<item>
		<title>Forbidden words in JavaScript</title>
		<description><![CDATA[JavaScript has 3 forbidden words - With In Eval Eval is generally understood to perform poorly and to be unsafe. But what&#8217;s so bad about &#8216;with&#8217; and &#8216;in&#8217;? With It is sort of a quirk with JavaScript where the scope (&#8230;)</p><p><a href="http://thedevignpath.com/archives/168">Read the rest of this entry &#187;</a></p>]]></description>
		<link>http://thedevignpath.com/archives/168</link>
			</item>
	<item>
		<title>Internet World &#8211; Earls Court, London</title>
		<description><![CDATA[It has a cheesy name but there is a trade show event in London next week called – Internet World. The site doesn’t use comic sans anywhere and the speakers include Google, eBay, Microsoft and other trend setters. I won’t (&#8230;)</p><p><a href="http://thedevignpath.com/archives/160">Read the rest of this entry &#187;</a></p>]]></description>
		<link>http://thedevignpath.com/archives/160</link>
			</item>
	<item>
		<title>Synchronize vim using Dropbox</title>
		<description><![CDATA[If you don’t know what Dropbox is, where have you been? Here’s how I use Dropbox to synchronize my vim installation on Windows XP at work and Windows 7 at home. If you don’t know what vim is, don’t worry (&#8230;)</p><p><a href="http://thedevignpath.com/archives/145">Read the rest of this entry &#187;</a></p>]]></description>
		<link>http://thedevignpath.com/archives/145</link>
			</item>
	<item>
		<title>Wrangling with SQL regular expressions</title>
		<description><![CDATA[I have been doing some data wrangling recently. One problem I worked through was how to find all the instances of a new line character that had made it&#8217;s way into our database. After some researching the query looked like (&#8230;)</p><p><a href="http://thedevignpath.com/archives/124">Read the rest of this entry &#187;</a></p>]]></description>
		<link>http://thedevignpath.com/archives/124</link>
			</item>
	<item>
		<title>404 Errors on your WordPress blog posts</title>
		<description><![CDATA[If you start getting 404 errors when you click your posts in your WordPress blog try this Log into the dashboard Go to settings Change the permalink structure. Try those links. They should be working now. Change the permalink structure back (&#8230;)</p><p><a href="http://thedevignpath.com/archives/125">Read the rest of this entry &#187;</a></p>]]></description>
		<link>http://thedevignpath.com/archives/125</link>
			</item>
	<item>
		<title>AJAX cross-domain request using iframes</title>
		<description><![CDATA[I had a situation where I had to send a form to a 3rd party email subscription management thingy. But every time I posted the form using jQuery the browser was killing it because of cross-domain restrictions. I asked around (&#8230;)</p><p><a href="http://thedevignpath.com/archives/118">Read the rest of this entry &#187;</a></p>]]></description>
		<link>http://thedevignpath.com/archives/118</link>
			</item>
	<item>
		<title>Google Chrome Extensions&#8211;short development primer</title>
		<description><![CDATA[I think a browser extension is the best place to get started because it&#8217;s easier to see immediately how an extension ties together. To create a &#8220;hello world&#8221; browser extension we&#8217;ll need - manifest.json The properties of our extension are (&#8230;)</p><p><a href="http://thedevignpath.com/archives/110">Read the rest of this entry &#187;</a></p>]]></description>
		<link>http://thedevignpath.com/archives/110</link>
			</item>
</channel>
</rss>

