<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>Melrose Solutions Blog - javascript</title>
			<link>http://www.melrosesolutions.com/blog/index.cfm</link>
			<description>This is the Melrose Solutions blog.</description>
			<language>en-gb</language>
			<pubDate>Sat, 04 Sep 2010 12:49:27 +0100</pubDate>
			<lastBuildDate>Fri, 16 Jul 2010 15:08:00 +0100</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>gareth.cole@melrosesolutions.com</managingEditor>
			<webMaster>gareth.cole@melrosesolutions.com</webMaster>
			
			
			
			
			
			<item>
				<title>Turn SELECTs into Comboboxes with jQuery UI Autocomplete</title>
				<link>http://www.melrosesolutions.com/blog/index.cfm/2010/7/16/Turn-SELECTs-into-Comboboxes-with-jQuery-UI-Autocomplete</link>
				<description>
				
				&lt;p&gt;This entry is about a script I&apos;ve written using jQuery, that turns ordinary html select elements into comboboxes. You don&apos;t need to re-write any of your code, and users without JavaScript will still have fully functioning select boxes.&lt;/p&gt;
				 [More]
				</description>
						
				
				<category>javascript</category>				
				
				<category>jQuery</category>				
				
				<pubDate>Fri, 16 Jul 2010 15:08:00 +0100</pubDate>
				<guid>http://www.melrosesolutions.com/blog/index.cfm/2010/7/16/Turn-SELECTs-into-Comboboxes-with-jQuery-UI-Autocomplete</guid>
				
				<enclosure url="http://www.melrosesolutions.com/blog/enclosures/combobox.js" length="3917" type="application/x-javascript"/>
				
			</item>
			
		 	
			
			
			<item>
				<title>Browser Bugs in IIS Logs</title>
				<link>http://www.melrosesolutions.com/blog/index.cfm/2008/6/25/Browser-Bugs-in-IIS-Logs</link>
				<description>
				
				&lt;p&gt;I spent several hours today wading through IIS access logs. Not the most fun part to my job, but sometimes necessary. During the course of it though, I found a subtle difference with the way clients (browsers) pass the information that goes into these logs. Hopefully it will be of use to someone else.&lt;/p&gt;
				 [More]
				</description>
						
				
				<category>javascript</category>				
				
				<category>iis</category>				
				
				<category>coldfusion</category>				
				
				<pubDate>Wed, 25 Jun 2008 22:43:00 +0100</pubDate>
				<guid>http://www.melrosesolutions.com/blog/index.cfm/2008/6/25/Browser-Bugs-in-IIS-Logs</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Book Review: AdvancED DOM Scripting</title>
				<link>http://www.melrosesolutions.com/blog/index.cfm/2008/5/29/advanced-dom-scripting</link>
				<description>
				
				&lt;p&gt;The last few years have seen a huge shift towards building Rich Internet Applications, with technologies such as AJAX and DOM scripting to the fore. Unfortunately, the web is littered with bad examples. This book shows you how to do it properly.&lt;/p&gt;
				 [More]
				</description>
						
				
				<category>javascript</category>				
				
				<category>book review</category>				
				
				<pubDate>Thu, 29 May 2008 22:46:00 +0100</pubDate>
				<guid>http://www.melrosesolutions.com/blog/index.cfm/2008/5/29/advanced-dom-scripting</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>How to tweak IIS to improve your coldfusion sites&apos; performance</title>
				<link>http://www.melrosesolutions.com/blog/index.cfm/2008/5/26/How-to-tweak-IIS-to-improve-your-coldfusion-sites-performance</link>
				<description>
				
				&lt;p&gt;Following on from yesterday&apos;s review of &lt;a href=&quot;/blog/index.cfm/2008/5/25/high-performance-web-sites&quot;&gt;High Performance Web Sites&lt;/a&gt;, I had a quick go with &lt;a href=&quot;http://developer.yahoo.com/yslow/&quot; target=&quot;_blank&quot;&gt;YSlow&lt;/a&gt;, to see where I could optimise this site.&lt;/p&gt;

&lt;p&gt;The starting point was a respectable score of C(71) for the home-page. The first rule that didn&apos;t score well was number 2: Use a Content Delivery Network. A CDN is over-kill for a blog, so that left me looking at the following rules 3 (Add Expires Header), 4 (Gzip components) and 13 (Configure Etags).&lt;/p&gt;
				 [More]
				</description>
						
				
				<category>javascript</category>				
				
				<category>iis</category>				
				
				<category>coldfusion</category>				
				
				<pubDate>Mon, 26 May 2008 17:36:00 +0100</pubDate>
				<guid>http://www.melrosesolutions.com/blog/index.cfm/2008/5/26/How-to-tweak-IIS-to-improve-your-coldfusion-sites-performance</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Book Review: High Performance Web Sites</title>
				<link>http://www.melrosesolutions.com/blog/index.cfm/2008/5/25/high-performance-web-sites</link>
				<description>
				
				&lt;p&gt;When a website is running slow, the traditional response has been to look at optimising the application code. In fact, 90% of the response time is taken downloading and rendering the page and it&apos;s constituent elements. In the book &lt;em&gt;High Performance Web Sites&lt;/em&gt;, Steve Souders describes 14 rules for improving front-end performance.&lt;/p&gt;
				 [More]
				</description>
						
				
				<category>javascript</category>				
				
				<category>iis</category>				
				
				<category>book review</category>				
				
				<pubDate>Sun, 25 May 2008 22:59:00 +0100</pubDate>
				<guid>http://www.melrosesolutions.com/blog/index.cfm/2008/5/25/high-performance-web-sites</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Book Review: JavaScript Phrasebook</title>
				<link>http://www.melrosesolutions.com/blog/index.cfm/2008/4/18/javascript-phrasebook</link>
				<description>
				
				&lt;p&gt;Up until recently, most of my JavaScript work has been fairly minimal. Most javascript form validation is dealt with by cfform, and the main other uses have been for simple things like pop-ups. There&apos;s been a few more complex development tasks, but nothing of considerable scale.&lt;/p&gt;

&lt;p&gt;Recently though, I&apos;ve started looking at the new Ajax functionality with coldfusion 8. Although a lot of this is already in place &lt;em&gt;out of the box&lt;/em&gt;, I realised that I needed to brush up on things.&lt;/p&gt;
				 [More]
				</description>
						
				
				<category>javascript</category>				
				
				<category>book review</category>				
				
				<pubDate>Fri, 18 Apr 2008 19:16:00 +0100</pubDate>
				<guid>http://www.melrosesolutions.com/blog/index.cfm/2008/4/18/javascript-phrasebook</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Book Review: JavaScript -The Definitive Guide</title>
				<link>http://www.melrosesolutions.com/blog/index.cfm/2005/9/6/Book-Review-JavaScript--The-Definitive-Guide</link>
				<description>
				
				&lt;p&gt;As the owner of over 50 IT related books, I&apos;ve come to realise that the majority will fit into one of three categories:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Beginners Guides&lt;/strong&gt;
These are for people new to the specific subject, and are there to get them up to speed quickly. They&apos;re usually first spotted by the traditional &apos;Hello World&apos; example, although some will start off with the very basics and give you a history on computing.&lt;/li&gt;

&lt;li&gt;&lt;strong&gt;Cook Books&lt;/strong&gt;
These books are for people with plenty of experience in the subject, but are just too lazy to figure out things from scratch. As such, they are invaluable. They provide solutions to common problems, so the weary programmer doesn&apos;t have to re-invent the wheel.&lt;/li&gt;

&lt;li&gt;&lt;strong&gt;Reference Books&lt;/strong&gt;
The goal here is too document every single feature of the subject.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;It&apos;s this last category that &lt;em&gt;JavaScript &amp;#8212; The Definitive Guide&lt;/em&gt; (JSTDG) very definitely comes under.&lt;/p&gt;
				 [More]
				</description>
						
				
				<category>javascript</category>				
				
				<category>book review</category>				
				
				<pubDate>Tue, 06 Sep 2005 17:10:00 +0100</pubDate>
				<guid>http://www.melrosesolutions.com/blog/index.cfm/2005/9/6/Book-Review-JavaScript--The-Definitive-Guide</guid>
				
			</item>
			
		 	
			</channel></rss>