<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>Melrose Solutions Blog - book review</title>
			<link>http://melrosesolutions.com/blog/index.cfm</link>
			<description>This is the Melrose Solutions blog.</description>
			<language>en-gb</language>
			<pubDate>Sat, 31 Jul 2010 15:20:21 +0100</pubDate>
			<lastBuildDate>Tue, 04 Aug 2009 08:47: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>Book Review: Regular Expressions in 10 minutes</title>
				<link>http://melrosesolutions.com/blog/index.cfm/2009/8/4/Book-Review-Regular-Expressions-in-10-minutes</link>
				<description>
				
				&lt;p&gt;Regular expressions have always been a bit of a mystery to me. I knew they were very powerful, but they&apos;ve never been very intuitive. In the past, I&apos;ve been fortunate to work with developers who could build them for me. I also have the book &lt;a href=&quot;http://www.amazon.co.uk/gp/product/159059441X?ie=UTF8&amp;tag=melrosesoluti-21&amp;linkCode=as2&amp;camp=1634&amp;creative=6738&amp;creativeASIN=159059441X&quot;&gt;Regular Expression Recipes: A Problem-Solution Approach&lt;/a&gt;&lt;img src=&quot;http://www.assoc-amazon.co.uk/e/ir?t=melrosesoluti-21&amp;l=as2&amp;o=2&amp;a=159059441X&quot; width=&quot;1&quot; height=&quot;1&quot; border=&quot;0&quot; alt=&quot;&quot; style=&quot;border:none !important; margin:0px !important;&quot; /&gt;, and as a last resort, I&apos;ve used &lt;a href=&quot;http://regexlib.com/&quot; target=&quot;_blank&quot;&gt;RegExLib.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Eventually, I realised that I needed to learn Regex properly, so I bought &lt;strong&gt;Regular Expressions in 10 minutes&lt;/strong&gt; by &lt;strong&gt;Ben Forta&lt;/strong&gt;&lt;/p&gt;
				 [More]
				</description>
						
				
				<category>regex</category>				
				
				<category>book review</category>				
				
				<pubDate>Tue, 04 Aug 2009 08:47:00 +0100</pubDate>
				<guid>http://melrosesolutions.com/blog/index.cfm/2009/8/4/Book-Review-Regular-Expressions-in-10-minutes</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Book Review: Lucene In Action</title>
				<link>http://melrosesolutions.com/blog/index.cfm/2008/8/15/Book-Review-Lucene-In-Action</link>
				<description>
				
				&lt;p&gt;I first heard about Lucene a few years ago, as it&apos;s used to power the search functionality in &lt;em&gt;BlueDragon&lt;/em&gt;. Although that makes it sound like an open-source version of the &lt;em&gt;Verity Search Engine&lt;/em&gt; software, it is so much more. I&apos;ve been using Lucene on my current project and have turned into a big fan. I bought the book &lt;em&gt;Lucene In Action&lt;/em&gt; to help, and I&apos;ve been equally impressed with the book.&lt;/p&gt;
				 [More]
				</description>
						
				
				<category>lucene</category>				
				
				<category>java</category>				
				
				<category>book review</category>				
				
				<pubDate>Fri, 15 Aug 2008 16:08:00 +0100</pubDate>
				<guid>http://melrosesolutions.com/blog/index.cfm/2008/8/15/Book-Review-Lucene-In-Action</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Book Review: Java Phrasebook</title>
				<link>http://melrosesolutions.com/blog/index.cfm/2008/8/13/Book-Review-Java-Phrasebook</link>
				<description>
				
				&lt;p&gt;I&apos;ve recently been using a Java for a project, which I hope to blog about later. I haven&apos;t done any Java development since version 1.2 back in 2002, so I had a a bit of catching up to do. I also needed to update my library with some Java material.&lt;/p&gt;
				 [More]
				</description>
						
				
				<category>java</category>				
				
				<category>book review</category>				
				
				<pubDate>Wed, 13 Aug 2008 08:44:00 +0100</pubDate>
				<guid>http://melrosesolutions.com/blog/index.cfm/2008/8/13/Book-Review-Java-Phrasebook</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Book Review: AdvancED DOM Scripting</title>
				<link>http://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://melrosesolutions.com/blog/index.cfm/2008/5/29/advanced-dom-scripting</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Book Review: High Performance Web Sites</title>
				<link>http://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://melrosesolutions.com/blog/index.cfm/2008/5/25/high-performance-web-sites</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Book Review: Trac and Subversion</title>
				<link>http://melrosesolutions.com/blog/index.cfm/2008/4/27/Book-Review-Trac-and-Subversion</link>
				<description>
				
				&lt;p&gt;I&apos;ve been using subversion (svn) for several years now, and love it. I&apos;m relativiely new to Trac though, and it was only on a recent contract that I got to try it.&lt;/p&gt;

&lt;p&gt;From my brief experience with Trac, it&apos;s obvious that (like many other good software applications) it can be used in many different ways. However, sometimes you can miss out on the better ways to do things and conventions. I bought this book, as I wanted to see how Trac is normally used.&lt;/p&gt;
				 [More]
				</description>
						
				
				<category>trac</category>				
				
				<category>svn</category>				
				
				<category>book review</category>				
				
				<pubDate>Sun, 27 Apr 2008 16:29:00 +0100</pubDate>
				<guid>http://melrosesolutions.com/blog/index.cfm/2008/4/27/Book-Review-Trac-and-Subversion</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Book Review: How to Start and run an Internet Business</title>
				<link>http://melrosesolutions.com/blog/index.cfm/2008/4/23/Book-Review-How-to-Start-and-run-an-Internet-Business</link>
				<description>
				
				&lt;p&gt;10 years ago, there were barely any books on building websites, let alone running an internet business.&lt;/p&gt;

&lt;p&gt;Back then, as a veteran of the first dot.com bubble, I witnessed directors insisting that the Internet was a totally new way of doing business. Many people believed this, and the bubble grew. Eventually though, people started looking at a very old business element - profit - and it soon became apparent that age-old business rules still applied...&lt;/p&gt;
				 [More]
				</description>
						
				
				<category>book review</category>				
				
				<pubDate>Wed, 23 Apr 2008 11:56:00 +0100</pubDate>
				<guid>http://melrosesolutions.com/blog/index.cfm/2008/4/23/Book-Review-How-to-Start-and-run-an-Internet-Business</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Book Review: JavaScript Phrasebook</title>
				<link>http://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://melrosesolutions.com/blog/index.cfm/2008/4/18/javascript-phrasebook</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Book Review: JavaScript -The Definitive Guide</title>
				<link>http://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://melrosesolutions.com/blog/index.cfm/2005/9/6/Book-Review-JavaScript--The-Definitive-Guide</guid>
				
			</item>
			
		 	
			</channel></rss>