<?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>Random Drake &#187; javascript</title>
	<atom:link href="http://randomdrake.com/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://randomdrake.com</link>
	<description>David Drake Covers Programming, Technology and Turbulence in Life</description>
	<lastBuildDate>Mon, 30 Jan 2012 21:15:09 +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>Creating Elements with jQuery and Internet Explorer</title>
		<link>http://randomdrake.com/2011/10/13/creating-elements-with-jquery-and-internet-explorer/</link>
		<comments>http://randomdrake.com/2011/10/13/creating-elements-with-jquery-and-internet-explorer/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 14:43:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://randomdrake.com/?p=566</guid>
		<description><![CDATA[And if I had a gun, with two bullets, and I was in a room with Hitler, Bin Laden and Internet Explorer, I would shoot Internet Explorer twice. When creating HTML elements with jQuery, there is an elegant syntax that was introduced quite a few versions ago. $&#40;&#34;&#60;div/&#62;&#34;, &#123; id: 'someDiv', class: 'someClass', text: 'Some [...]]]></description>
		<wfw:commentRss>http://randomdrake.com/2011/10/13/creating-elements-with-jquery-and-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Add Row Classes to Get Striped Tables With sorttable.js</title>
		<link>http://randomdrake.com/2010/06/15/how-to-add-row-classes-to-get-striped-tables-with-sorttable-js/</link>
		<comments>http://randomdrake.com/2010/06/15/how-to-add-row-classes-to-get-striped-tables-with-sorttable-js/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 06:00:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.ilovebonnie.net/?p=424</guid>
		<description><![CDATA[If you&#8217;ve ever explored sorting tables, you might&#8217;ve come across a nice little library called sorttable. It&#8217;s functional, lightweight, and easy to add to just about any table. If you&#8217;ve got a table with alternating colors for the rows, this little library will mess that up for you. From the looks of the results in [...]]]></description>
		<wfw:commentRss>http://randomdrake.com/2010/06/15/how-to-add-row-classes-to-get-striped-tables-with-sorttable-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Use onbeforeunload with Form Submit Buttons</title>
		<link>http://randomdrake.com/2009/09/23/how-to-use-onbeforeunload-with-form-submit-buttons/</link>
		<comments>http://randomdrake.com/2009/09/23/how-to-use-onbeforeunload-with-form-submit-buttons/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 17:12:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Geekery]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.ilovebonnie.net/?p=345</guid>
		<description><![CDATA[While doing some programming I came across an interesting predicament. While I understand it&#8217;s evil to make it hard for a user to leave a page, I&#8217;m not here to argue the merits (or lack thereof) of onbeforeunload. On a particular form, we are forcing the browser to not cache the information to avoid potential [...]]]></description>
		<wfw:commentRss>http://randomdrake.com/2009/09/23/how-to-use-onbeforeunload-with-form-submit-buttons/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>PHP Solution for AJAX/XHTML Entities Problem with Chrome and Safari</title>
		<link>http://randomdrake.com/2009/03/30/php-solution-for-ajaxxhtml-entities-problem-with-chrome-and-safari/</link>
		<comments>http://randomdrake.com/2009/03/30/php-solution-for-ajaxxhtml-entities-problem-with-chrome-and-safari/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 18:17:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Geekery]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.ilovebonnie.net/?p=206</guid>
		<description><![CDATA[If you&#8217;re having issues with getting some AJAX to work in Chrome or the newer Safari versions, then I hope this post will hope you. This issue arose when one of our designers was testing some of the new AJAX I had written in Chrome. It worked fine in Firefox and IE, but Chrome was [...]]]></description>
		<wfw:commentRss>http://randomdrake.com/2009/03/30/php-solution-for-ajaxxhtml-entities-problem-with-chrome-and-safari/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Javascript &#8211; Removing All Select (Drop-Down) Elements from a Page</title>
		<link>http://randomdrake.com/2008/05/05/javascript-removing-all-select-drop-down-elements-from-a-page/</link>
		<comments>http://randomdrake.com/2008/05/05/javascript-removing-all-select-drop-down-elements-from-a-page/#comments</comments>
		<pubDate>Mon, 05 May 2008 20:35:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Geekery]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.ilovebonnie.net/?p=41</guid>
		<description><![CDATA[The greybox effect that we use for our images in the project that I was working on had a small flaw. Unfortunately, in IE6 (go figure), drop-down menus were showing through whenever a user had expanded the image on the screen. This was obviously not desirable. I couldn&#8217;t find exactly what I was looking for [...]]]></description>
		<wfw:commentRss>http://randomdrake.com/2008/05/05/javascript-removing-all-select-drop-down-elements-from-a-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.610 seconds -->

