<?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>iandevlin.com - blog &#187; javascript</title>
	<atom:link href="http://www.iandevlin.com/blog/category/javascript/feed" rel="self" type="application/rss+xml" />
	<link>http://www.iandevlin.com/blog</link>
	<description>A mixture of musings on web design &#38; development, history, and life</description>
	<lastBuildDate>Sat, 14 Jan 2012 11:57:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Getting device filters, add this and .net to work together</title>
		<link>http://www.iandevlin.com/blog/2011/02/javascript/getting-device-filters-add-this-and-dot-net-to-work-together</link>
		<comments>http://www.iandevlin.com/blog/2011/02/javascript/getting-device-filters-add-this-and-dot-net-to-work-together#comments</comments>
		<pubDate>Wed, 02 Feb 2011 09:00:55 +0000</pubDate>
		<dc:creator>Ian Devlin</dc:creator>
				<category><![CDATA[c#]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false">http://www.iandevlin.com/blog/?p=1305</guid>
		<description><![CDATA[An issue I&#8217;ve come across a few times when adding an Add This button to any .net application is that the following error message is thrown: The string &#039;fb:like:layout&#039; contains too many device filters. There can be only one. There&#8217;s something about the Highlander with that one, and it&#8217;s a bit irritating to say the [...]]]></description>
		<wfw:commentRss>http://www.iandevlin.com/blog/2011/02/javascript/getting-device-filters-add-this-and-dot-net-to-work-together/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Marking an OS Grid Reference position on a Google Map</title>
		<link>http://www.iandevlin.com/blog/2010/12/javascript/marking-an-os-grid-reference-position-on-a-google-map</link>
		<comments>http://www.iandevlin.com/blog/2010/12/javascript/marking-an-os-grid-reference-position-on-a-google-map#comments</comments>
		<pubDate>Mon, 27 Dec 2010 19:55:49 +0000</pubDate>
		<dc:creator>Ian Devlin</dc:creator>
				<category><![CDATA[api]]></category>
		<category><![CDATA[Google maps]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[os grid reference]]></category>

		<guid isPermaLink="false">http://www.iandevlin.com/blog/?p=1218</guid>
		<description><![CDATA[Last week I blogged over at PC Pro on how to display a location marker on a Google Map. This assumes that you either enter a standard address and/or postcode/zipcode and relies on Google&#8217;s Geocoder to perform the transformation from the entered details into a latitude and longitude value. All good. But I received one [...]]]></description>
		<wfw:commentRss>http://www.iandevlin.com/blog/2010/12/javascript/marking-an-os-grid-reference-position-on-a-google-map/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Displaying a location marker on a Google Map</title>
		<link>http://www.iandevlin.com/blog/2010/12/javascript/displaying-a-location-marker-on-a-google-map</link>
		<comments>http://www.iandevlin.com/blog/2010/12/javascript/displaying-a-location-marker-on-a-google-map#comments</comments>
		<pubDate>Fri, 24 Dec 2010 08:15:11 +0000</pubDate>
		<dc:creator>Ian Devlin</dc:creator>
				<category><![CDATA[api]]></category>
		<category><![CDATA[Google maps]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[pcpro]]></category>

		<guid isPermaLink="false">http://www.iandevlin.com/blog/?p=1213</guid>
		<description><![CDATA[After a bit of an enforced break (due to being quite busy!), my latest blog post is now up on PC Pro where I explain how to display a location marker on a Google Map. As usual there are some examples, one simple one and another more complex one which allows you to enter an [...]]]></description>
		<wfw:commentRss>http://www.iandevlin.com/blog/2010/12/javascript/displaying-a-location-marker-on-a-google-map/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shadowbox &#8211; preventing the window underneath from scrolling</title>
		<link>http://www.iandevlin.com/blog/2010/06/webdev/shadowbox-preventing-the-window-underneath-from-scrolling</link>
		<comments>http://www.iandevlin.com/blog/2010/06/webdev/shadowbox-preventing-the-window-underneath-from-scrolling#comments</comments>
		<pubDate>Wed, 16 Jun 2010 16:20:48 +0000</pubDate>
		<dc:creator>Ian Devlin</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[shadowbox javascript]]></category>

		<guid isPermaLink="false">http://www.iandevlin.com/blog/?p=927</guid>
		<description><![CDATA[I&#8217;m a big fan of the web-based media viewer application Shadowbox and use it where necessary. However in a recent project I noticed that the contents of the window over which the shadowbox overlay opens, remains scrollable using the mouse wheel. I wanted to prevent this behaviour and as usual I performed a Google search. [...]]]></description>
		<wfw:commentRss>http://www.iandevlin.com/blog/2010/06/webdev/shadowbox-preventing-the-window-underneath-from-scrolling/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>html5 laboratory &#8211; the drag and drop API</title>
		<link>http://www.iandevlin.com/blog/2010/06/javascript/html5-laboratory-the-drag-and-drop-api</link>
		<comments>http://www.iandevlin.com/blog/2010/06/javascript/html5-laboratory-the-drag-and-drop-api#comments</comments>
		<pubDate>Sun, 06 Jun 2010 16:38:54 +0000</pubDate>
		<dc:creator>Ian Devlin</dc:creator>
				<category><![CDATA[api]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[html5laboratory]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.iandevlin.com/blog/?p=921</guid>
		<description><![CDATA[I&#8217;ve just written a simple post over at HTML5 Laboratory all about the HTML5 drag and drop API. It&#8217;s by no means a complete explanation of the contents of this API, but it does give a sample of what can be done with this useful new feature that&#8217;s part of HTML5. Related Posts:html5 laboratory: Creating [...]]]></description>
		<wfw:commentRss>http://www.iandevlin.com/blog/2010/06/javascript/html5-laboratory-the-drag-and-drop-api/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamically changing the background image applied with the DD_belatedPNG IE6 script</title>
		<link>http://www.iandevlin.com/blog/2010/04/webdev/dynamically-changing-the-background-image-applied-with-the-dd_belatedpng-ie6-script</link>
		<comments>http://www.iandevlin.com/blog/2010/04/webdev/dynamically-changing-the-background-image-applied-with-the-dd_belatedpng-ie6-script#comments</comments>
		<pubDate>Wed, 14 Apr 2010 11:21:03 +0000</pubDate>
		<dc:creator>Ian Devlin</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[background-image]]></category>
		<category><![CDATA[ie6 png javascript DD_belatedPNG]]></category>

		<guid isPermaLink="false">http://www.iandevlin.com/blog/?p=715</guid>
		<description><![CDATA[As with most web developers, the usage of PNGs within Internet Explorer 6 has always caused a headache, and whilst there are many JavaScript fixes out there, one of the best so far is DD_belatedPNG by Drew Diller. Unlike most of the other IE6 PNG fix scripts out there, this one makes use of Microsoft&#8217;s [...]]]></description>
		<wfw:commentRss>http://www.iandevlin.com/blog/2010/04/webdev/dynamically-changing-the-background-image-applied-with-the-dd_belatedpng-ie6-script/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Converting decimal numbers to Roman numerals in JavaScript</title>
		<link>http://www.iandevlin.com/blog/2010/03/javascript/converting-decimal-numbers-to-roman-numerals-in-javascript</link>
		<comments>http://www.iandevlin.com/blog/2010/03/javascript/converting-decimal-numbers-to-roman-numerals-in-javascript#comments</comments>
		<pubDate>Tue, 30 Mar 2010 11:01:03 +0000</pubDate>
		<dc:creator>Ian Devlin</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[roman numerals]]></category>

		<guid isPermaLink="false">http://www.iandevlin.com/blog/?p=649</guid>
		<description><![CDATA[Recently I decided to provide all the copyright dates on my sites in Roman numerals rather than decimal, just for something different. It&#8217;s not a major change I know, but it was something I wanted to do. First of all I had to find out how the conversions were actually made. I went to Google, [...]]]></description>
		<wfw:commentRss>http://www.iandevlin.com/blog/2010/03/javascript/converting-decimal-numbers-to-roman-numerals-in-javascript/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Javascript: checking what a string starts with</title>
		<link>http://www.iandevlin.com/blog/2009/11/webdev/javascript-checking-what-a-string-starts-with</link>
		<comments>http://www.iandevlin.com/blog/2009/11/webdev/javascript-checking-what-a-string-starts-with#comments</comments>
		<pubDate>Wed, 11 Nov 2009 15:26:08 +0000</pubDate>
		<dc:creator>Ian Devlin</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.iandevlin.net/blog/?p=127</guid>
		<description><![CDATA[Just a quick and simple post, that&#8217;s possibly nothing new to you, but it might be useful to others. If you want to perform a check on what a string starts with in Javascript, you can use the substring(startpos, endpos) method, startpos is a required parameter and indicates where in the string to start the [...]]]></description>
		<wfw:commentRss>http://www.iandevlin.com/blog/2009/11/webdev/javascript-checking-what-a-string-starts-with/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

