<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>DickBlog - Not much original comment, but lots of great resources - JavaScript</title>
			<link>http://www.dickblog.com/index.cfm</link>
			<description>DickBlog.com</description>
			<language>en-us</language>
			<pubDate>Mon, 06 Sep 2010 00:48:33 +0100</pubDate>
			<lastBuildDate>Sat, 16 Feb 2008 13:58:00 +0100</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>dick@dickblog.com</managingEditor>
			<webMaster>dick@dickblog.com</webMaster>
			
			<item>
				<title>Datejs</title>
				<link>http://www.dickblog.com/index.cfm/2008/2/16/Datejs</link>
				<description>
				
				&lt;p&gt;&lt;a href=&quot;http://www.datejs.com/&quot; target=&quot;_blank&quot;&gt;Datejs&lt;/a&gt; looks like a powerful JavaScript date library.&lt;/p&gt; 
				</description>
				
				<category>JavaScript</category>				
				
				<pubDate>Sat, 16 Feb 2008 13:58:00 +0100</pubDate>
				<guid>http://www.dickblog.com/index.cfm/2008/2/16/Datejs</guid>
				
			</item>
			
			<item>
				<title>AutoComplete with jQuery</title>
				<link>http://www.dickblog.com/index.cfm/2008/1/31/AutoComplete-with-jQuery</link>
				<description>
				
				&lt;p&gt;I&apos;m starting to look at jQuery as an alternative to the AJAX stuff in CF8 which I&apos;ve found to be less than satisfactory.&lt;/p&gt;
&lt;p&gt;Here&apos;s an alternative &lt;a href=&quot;http://www.pengoworks.com/workshop/jquery/autocomplete.htm&quot; target=&quot;_blank&quot;&gt;AutoComplete solution&lt;/a&gt;.&lt;/p&gt; 
				</description>
				
				<category>jQuery</category>				
				
				<category>JavaScript</category>				
				
				<pubDate>Thu, 31 Jan 2008 09:30:00 +0100</pubDate>
				<guid>http://www.dickblog.com/index.cfm/2008/1/31/AutoComplete-with-jQuery</guid>
				
			</item>
			
			<item>
				<title>thepeoplestoolbox</title>
				<link>http://www.dickblog.com/index.cfm/2007/2/23/thepeoplestoolbox</link>
				<description>
				
				&lt;a href=&quot;http://www.thepeoplestoolbox.com/programmers/&quot; target=&quot;_blank&quot;&gt;thePeoplesToolbox&lt;/a&gt; is a nice repository of bookmarks for popular programming and design sites. 
				</description>
				
				<category>Design</category>				
				
				<category>Web Stuff</category>				
				
				<category>Programming</category>				
				
				<category>JavaScript</category>				
				
				<category>RSS &amp;amp; XML</category>				
				
				<category>HTML</category>				
				
				<category>CSS</category>				
				
				<pubDate>Fri, 23 Feb 2007 11:56:00 +0100</pubDate>
				<guid>http://www.dickblog.com/index.cfm/2007/2/23/thepeoplestoolbox</guid>
				
			</item>
			
			<item>
				<title>CFDUMP for JavaScript</title>
				<link>http://www.dickblog.com/index.cfm/2006/11/13/CFDUMP-in-JavaScript</link>
				<description>
				
				Here&apos;s an interesting idea, &lt;a href=&quot;http://www.netgrow.com.au/files/javascript_dump.cfm&quot; target=&quot;_blank&quot;&gt;CFDUMP for JavaScript&lt;/a&gt;! 
				</description>
				
				<category>JavaScript</category>				
				
				<category>ColdFusion MX 7</category>				
				
				<pubDate>Mon, 13 Nov 2006 07:28:00 +0100</pubDate>
				<guid>http://www.dickblog.com/index.cfm/2006/11/13/CFDUMP-in-JavaScript</guid>
				
			</item>
			
			<item>
				<title>Compress JavaScript Files with ColdFusion</title>
				<link>http://www.dickblog.com/index.cfm/2006/6/12/Compress-JavaScript-Files-with-ColdFusion</link>
				<description>
				
				Darryl Lyons has a cool JavaScript Compressor. &quot;&lt;a href=&quot;http://www.acheron.org/darryl/2006/06/08/cfjsmin-javascript-compressor/&quot; target=&quot;_blank&quot;&gt;CFjsmin&lt;/a&gt; (beta) is a ColdFusion component that compresses JavaScript files too a fraction of their original size (sometimes more than 50%). It achieves this by removing all non-essential whitespace and comments.&quot; 
				</description>
				
				<category>JavaScript</category>				
				
				<category>ColdFusion MX 7</category>				
				
				<pubDate>Mon, 12 Jun 2006 14:03:00 +0100</pubDate>
				<guid>http://www.dickblog.com/index.cfm/2006/6/12/Compress-JavaScript-Files-with-ColdFusion</guid>
				
			</item>
			
			<item>
				<title>jQuery</title>
				<link>http://www.dickblog.com/index.cfm/2006/6/12/jQuery</link>
				<description>
				
				&quot;&lt;a href=&quot;http://jquery.com/&quot; target=&quot;_blank&quot;&gt;jQuery&lt;/a&gt; is a new type of Javascript library. It is not a huge, bloated, framework promising the best in AJAX - nor is just a set of needlessly complex enhancements - jQuery is designed to change the way that you write Javascript.
What is jQuery?

jQuery is a Javascript library that takes this motto to heart: Writing Javascript code should be fun. jQuery acheives this goal by taking common, repetitive, tasks, stripping out all the unnecessary markup, and leaving them short, smart and understandable.&quot; 
				</description>
				
				<category>JavaScript</category>				
				
				<category>UI Design</category>				
				
				<pubDate>Mon, 12 Jun 2006 14:01:00 +0100</pubDate>
				<guid>http://www.dickblog.com/index.cfm/2006/6/12/jQuery</guid>
				
			</item>
			
			<item>
				<title>Firebug the JavaScript Debugger</title>
				<link>http://www.dickblog.com/index.cfm/2006/6/1/Firebug-the-JavaScript-Debugger</link>
				<description>
				
				Firebug is a great &lt;a href=&quot;http://www.joehewitt.com/software/firebug/&quot; target=&quot;_blank&quot;&gt;JavaScript debugger for Firefox&lt;/a&gt;. There&apos;s also an interesting &lt;a href=&quot;http://www.digitalmediaminute.com/screencast/firebug-js/&quot; target=&quot;_blank&quot;&gt;screencast of how to use it&lt;/a&gt;. 
				</description>
				
				<category>JavaScript</category>				
				
				<category>Firefox</category>				
				
				<pubDate>Thu, 01 Jun 2006 19:36:00 +0100</pubDate>
				<guid>http://www.dickblog.com/index.cfm/2006/6/1/Firebug-the-JavaScript-Debugger</guid>
				
			</item>
			
			<item>
				<title>Flash Detection</title>
				<link>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=980AB87B-DD4A-70BC-F8503915C19D3374</link>
				<description>
				
				Good old Ray Camden has &lt;a href=&quot;http://ray.camdenfamily.com/index.cfm/2006/2/21/Ask-a-Jedi-Flash-Detection&quot; target=&quot;_blank&quot;&gt;blogged about Flash detection&lt;/a&gt; and has prompted an alternative to the &lt;a href=&quot;http://www.macromedia.com/software/flashplayer/download/detection_kit/&quot; target=&quot;_blank&quot;&gt;Macromedia/Adobe solution&lt;/a&gt;. It&apos;s called &lt;a href=&quot;http://blog.deconcept.com/flashobject/&quot; target=&quot;_blank&quot;&gt;FlashObject&lt;/a&gt;.&lt;br/&gt; 
				</description>
				
				<category>Web Stuff</category>				
				
				<category>JavaScript</category>				
				
				<category>HTML</category>				
				
				<category>Flash</category>				
				
				<category>UI Design</category>				
				
				<pubDate>Thu, 23 Feb 2006 17:49:00 +0100</pubDate>
				<guid>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=980AB87B-DD4A-70BC-F8503915C19D3374</guid>
				
			</item>
			
			<item>
				<title>Ajax (XmlHTTPRequest Object)</title>
				<link>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=157AB0E2-7E97-F825-5495DE9F1E8805C2</link>
				<description>
				
				There have been a lot of posts recently on the XmlHTTPRequest object since Google released their &lt;a target=&quot;_blank&quot; href=&quot;http://www.google.com/webhp?complete=1&amp;amp;hl=en&quot;&gt;Google Suggest&lt;/a&gt; application in the Google labs. Here are a few links describing this method that I thought I would throw together: &lt;div&gt;&lt;ul&gt;&lt;li&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.forta.com/blog/index.cfm?mode=e&amp;amp;entry=1638&quot;&gt;Ben Forta&apos;s blog&lt;/a&gt;&lt;br type=&quot;_moz&quot;/&gt;&lt;/li&gt;&lt;li&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.indiankey.com/cfajax/&quot;&gt;CFAjax&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.robgonda.com/blog/projects/ajaxcfc/&quot; target=&quot;_blank&quot;&gt;AjaxCFC&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.petefreitag.com/item/515.cfm&quot; target=&quot;_blank&quot;&gt;AJAX Tutorial with Prototype&lt;/a&gt;&lt;br type=&quot;_moz&quot;/&gt;&lt;/li&gt;&lt;li&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://raibledesigns.com/page/rd/20041211#xmlhttprequest&quot;&gt;Many links, explanation&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://developer.apple.com/internet/webcontent/xmlhttpreq.html&quot;&gt;Apple Developer Connection article&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.mozilla.org/xmlextras/&quot;&gt;Mozilla Information&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.google.com/ac.js&quot;&gt;Google&amp;rsquo;s Javascript&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.webpasties.com/xmlHttpRequest/index.html&quot;&gt;Guide to Using XMLHttpRequest (with Baby Steps)&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.baekdal.com/articles/Usability/XMLHttpRequest-guidelines/&quot;&gt;XMLHttpRequest Usability Guidelines&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.fiftyfoureleven.com/resources/programming/xmlhttprequest/examples&quot;&gt;XMLHttpRequest &amp;amp; Ajax Working Examples&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.javalobby.org/articles/ajax/&quot; target=&quot;_blank&quot;&gt;Ajax: A New Approach to Web Applications&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.ajaxmatters.com/&quot;&gt;Ajax Matters&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.xml.com/pub/a/2005/02/09/xml-http-request.html&quot; target=&quot;_blank&quot;&gt;Very Dynamic Web Interfaces&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://bluedragon.blog-city.com/ajaxlibraries.htm&quot; target=&quot;_blank&quot;&gt;Various Ajax libraries, for CFML and others&lt;/a&gt;&lt;/li&gt;&lt;li&gt;
       &lt;a href=&quot;http://www.lukew.com/resources/articles/ajax_design.asp&quot; target=&quot;_blank&quot;&gt;&lt;span class=&quot;title&quot;&gt;AJAX &amp;amp; Interface 
          Design&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;span class=&quot;title&quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.petefreitag.com/item/446.cfm&quot;&gt;AJAX on IE - back to the IFRAME&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;Found some new stuff here on the &lt;a href=&quot;http://www.fusebox.org/forums/messageview.cfm?catid=27&amp;amp;threadid=4869&quot; target=&quot;_blank&quot;&gt;Fusebox forum&lt;/a&gt; which led me to &lt;a href=&quot;http://www.jsmx.org/&quot; target=&quot;_blank&quot;&gt;JSMX &lt;/a&gt;which looks really simple to implement. I like that!&lt;br/&gt;&lt;br/&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.ajaxcf.com/blog/&quot;&gt;AjaxCF&lt;/a&gt; is another blog out there that is specialising in AJAX. it has some good ideas and links to other resources.&lt;br type=&quot;_moz&quot;/&gt;&lt;/div&gt; 
				</description>
				
				<category>Web Stuff</category>				
				
				<category>JavaScript</category>				
				
				<category>HTML</category>				
				
				<pubDate>Tue, 03 Jan 2006 10:04:00 +0100</pubDate>
				<guid>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=157AB0E2-7E97-F825-5495DE9F1E8805C2</guid>
				
			</item>
			
			<item>
				<title>NTP for Javascript</title>
				<link>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=31031A16-DC46-69AF-0B4891A7E39E6002</link>
				<description>
				
				Here an interesting article on getting an accurate time inJavaScript...&lt;br/&gt;&lt;br/&gt;http://jehiah.com/archive/ntp-for-javascript&lt;br/&gt; 
				</description>
				
				<category>JavaScript</category>				
				
				<pubDate>Thu, 27 Oct 2005 08:36:00 +0100</pubDate>
				<guid>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=31031A16-DC46-69AF-0B4891A7E39E6002</guid>
				
			</item>
			
			<item>
				<title>JavaScript Editing with Eclipse</title>
				<link>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=B6059AFA-F7CF-D4DB-3FBB6884B9954ED6</link>
				<description>
				
				&lt;div style=&quot;width: 390px; line-height: 18px; font-size: 12px;&quot;&gt;
		&lt;p&gt;&lt;a href=&quot;http://www.interaktonline.com/Products/Eclipse/JSEclipse/Overview/&quot; target=&quot;_blank&quot;&gt;JSEclipse&lt;/a&gt;
is a freeware&amp;nbsp;Javascript&amp;nbsp;plug-in for the Eclipse environment.&amp;nbsp;Designed&amp;nbsp;
to help web developers edit JavaScript files with ease, it has built
in&amp;nbsp;support for:&lt;/p&gt;
&lt;ul&gt;&lt;li class=&quot;kadov-p&quot;&gt;Code completion for &lt;span class=&quot;hcp3&quot;&gt;&lt;strong&gt;JavaScript&lt;/strong&gt;&lt;/span&gt; function and classes. 
&lt;/li&gt;&lt;li class=&quot;kadov-p&quot;&gt;Code completion for &lt;span class=&quot;hcp3&quot;&gt;&lt;strong&gt;JavaDoc&lt;/strong&gt;&lt;/span&gt;. 
&lt;/li&gt;&lt;li class=&quot;kadov-p&quot;&gt;Function and class names are displayed in the &lt;span class=&quot;hcp3&quot;&gt;&lt;strong&gt;Outline&lt;/strong&gt;&lt;/span&gt; panel for the currently open file. 
&lt;/li&gt;&lt;li class=&quot;kadov-p&quot;&gt;Open declaration 
&lt;/li&gt;&lt;li class=&quot;kadov-p&quot;&gt;Error reporting 
&lt;/li&gt;&lt;li class=&quot;kadov-p&quot;&gt;Warning reporting&lt;/li&gt;&lt;li class=&quot;kadov-p&quot;&gt;Code wrap&lt;/li&gt;&lt;/ul&gt;		&lt;/div&gt; 
				</description>
				
				<category>Eclipse</category>				
				
				<category>JavaScript</category>				
				
				<pubDate>Mon, 03 Oct 2005 11:25:00 +0100</pubDate>
				<guid>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=B6059AFA-F7CF-D4DB-3FBB6884B9954ED6</guid>
				
			</item>
			
			<item>
				<title>How to Code for Popup</title>
				<link>http://www.dickblog.com/index.cfm/2005/9/12/How-to-Code-for-Popup</link>
				<description>
				
				Rather than code ...&lt;br/&gt;&lt;br/&gt;

&lt;code&gt;
&lt;a href=&quot;#&quot; onclick=&quot;javascript:window.open(&apos;path/to/page&apos;,pagename)&quot;&gt;link title&lt;/a&gt;
&lt;/code&gt;

...use this...

&lt;code&gt;
&lt;a href=&quot;path/to/page.html&quot; onclick=&quot;return popupWindow(this.href,&apos;winPopup&apos;,&apos;height=400,width=200&apos;);&quot;&gt;link title&lt;/a&gt;
&lt;/code&gt;

..and this JavaScript function...

&lt;code&gt;
function popupWindow(strURL,strName,strWindowFeature) {
	objWindow = window.open(strURL,strName,strWindowFeature);
	
	if (window.focus) {
		window.objWindow.focus();
	}

	return false;
}
&lt;/code&gt;

Got this idea from &lt;a target=&quot;_blank&quot; href=&quot;http://jehiah.com/archive/how-to-open-popups&quot;&gt;here&lt;/a&gt; and there are more ideas &lt;a href=&quot;http://www.contentwithstyle.co.uk/Articles/6/dom-scripting-or-how-to-keep-the-code-clean/&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt; and &lt;a href=&quot;http://www.quirksmode.org/js/popup.html&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;. 
				</description>
				
				<category>JavaScript</category>				
				
				<category>HTML</category>				
				
				<pubDate>Mon, 12 Sep 2005 09:55:00 +0100</pubDate>
				<guid>http://www.dickblog.com/index.cfm/2005/9/12/How-to-Code-for-Popup</guid>
				
			</item>
			
			<item>
				<title>Cheat Sheet Roundup</title>
				<link>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=26985A67-90E6-DAD1-EABA40F699B783E1</link>
				<description>
				
				&lt;a href=&quot;http://www.petefreitag.com/item/455.cfm&quot; target=&quot;_blank&quot;&gt;Over 30 Cheatsheets for developers&lt;/a&gt; 
				</description>
				
				<category>Database</category>				
				
				<category>Programming</category>				
				
				<category>JavaScript</category>				
				
				<category>HTML</category>				
				
				<category>CSS</category>				
				
				<category>ColdFusion MX 7</category>				
				
				<pubDate>Mon, 05 Sep 2005 15:00:00 +0100</pubDate>
				<guid>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=26985A67-90E6-DAD1-EABA40F699B783E1</guid>
				
			</item>
			
			<item>
				<title>Upload multiple files with a single file element</title>
				<link>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=52699BC5-FCCA-2FAC-52621E30F5B6D0C7</link>
				<description>
				
				Here&apos;s a neat way to only show a &lt;a href=&quot;http://the-stickman.com/web-development/javascript/upload-multiple-files-with-a-single-file-element/&quot; target=&quot;_blank&quot;&gt;single upload form element&lt;/a&gt; when you want to upload many files.&lt;br/&gt; 
				</description>
				
				<category>JavaScript</category>				
				
				<category>CSS</category>				
				
				<category>UI Design</category>				
				
				<pubDate>Tue, 26 Jul 2005 10:09:00 +0100</pubDate>
				<guid>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=52699BC5-FCCA-2FAC-52621E30F5B6D0C7</guid>
				
			</item>
			
			<item>
				<title>Drag and Drop Boxes</title>
				<link>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=399CC18E-9E12-E781-FF187D321A9E06EB</link>
				<description>
				
				Here&apos;s a neat method of &lt;a href=&quot;http://brothercake.com/site/resources/scripts/dbx/&quot; target=&quot;_blank&quot;&gt;drag and dropping boxes&lt;/a&gt; around the screen.&lt;br/&gt; 
				</description>
				
				<category>Design</category>				
				
				<category>JavaScript</category>				
				
				<category>CSS</category>				
				
				<category>UI Design</category>				
				
				<pubDate>Thu, 21 Jul 2005 14:35:00 +0100</pubDate>
				<guid>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=399CC18E-9E12-E781-FF187D321A9E06EB</guid>
				
			</item>
			</channel></rss>