<?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>waveneyavenue &#187; Reviews</title>
	<atom:link href="http://www.waveneyavenue.co.uk/blog/tags/reviews/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.waveneyavenue.co.uk/blog</link>
	<description>A Web developers and scuba divers blog</description>
	<lastBuildDate>Fri, 23 Jul 2010 23:25:20 +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>Google Reader takes the RSS crown</title>
		<link>http://www.waveneyavenue.co.uk/blog/2006/11/google-reader-takes-the-rss-crown/</link>
		<comments>http://www.waveneyavenue.co.uk/blog/2006/11/google-reader-takes-the-rss-crown/#comments</comments>
		<pubDate>Tue, 21 Nov 2006 01:48:24 +0000</pubDate>
		<dc:creator>dave</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://www.waveneyavenue.co.uk/2006/11/google-reader-takes-the-rss-crown/</guid>
		<description><![CDATA[Up until now I have been using Sage an extension of firefox and thunderbird&#8217;s built in RSS functionality. My main frustration was having to add feeds to different RSS readers and while all allow for OPML import and export it still can be a pain keeping multiple readers in sync. I loved the idea that [...]]]></description>
			<content:encoded><![CDATA[<p>Up until now I have been using Sage an extension of firefox and thunderbird&#8217;s built in RSS functionality. My main frustration was having to add feeds to different RSS readers and while all allow for OPML import and export it still can be a pain keeping multiple readers in sync. I loved the idea that sage was there when i was using Firefox and Thunderbird RSS Account when I was checking email and that both where cross platform. However I was still not totally happy with my set up so when Google Labs recently anounced the Google Reader, I thought I&#8217;d give it a try. Here is what I found.</p>
<p>Some great keyboard shortcuts to take advantage of for power users, but equally well driven using the mouse only. It is great to see software that is so obviously led by the usability issues rather than the programming logic. It is clear that it has been designed around how people actually use RSS feeds. I particularly like the list view which has just enough information to assist my decision as to whether I want to read anymore, keyboard shortcuts then allow me to toggle open and close the item, open it in a new tab, add tags, star it for future reference. I can mark all items read in a particular folder. Simply holding down the shift key allows me to navigate at a folder level rather than an item level. Its all powered by AJAX and uses common like yellow fade technique and some modal windows. Another great advantage is simply being able to access one list from any location and any machine. Just like social bookmarking like ma.gnolia and del.icio.us have made favourites and browser bookmarks archaic, google online hosted RSS reader has done the same thing for RSS readers.</p>
<p>I think some transparent messages (as seen on website URL) rather than the text message that appear currently would be a nice touch.To make it even better I would like to see drag and drop functionality for sorting and categorising your subscriptions.</p>
<p>Its integration with firefox as one of the options for manging RSS subscriptions seals the deal and Google Reader as far as I&#8217;m concerned takes the RSS Crown.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.waveneyavenue.co.uk/blog/2006/11/google-reader-takes-the-rss-crown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript Frameworks</title>
		<link>http://www.waveneyavenue.co.uk/blog/2006/11/javascript-frameworks/</link>
		<comments>http://www.waveneyavenue.co.uk/blog/2006/11/javascript-frameworks/#comments</comments>
		<pubDate>Sat, 04 Nov 2006 20:03:01 +0000</pubDate>
		<dc:creator>dave</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.waveneyavenue.co.uk/2006/11/javascript-frameworks/</guid>
		<description><![CDATA[What am I after Simplicity, easy to use and compact Platform/Browser compatibility Good documentation Extensive community &#8211; I need something with some longevity and plenty of resource driving it forward Readily available examples of implementations &#8211; again a large community helps Good range of plug-ins for day to day development requirements &#8211; remember why I [...]]]></description>
			<content:encoded><![CDATA[<h3>What am I after</h3>
<ul>
<li><strong>Simplicity</strong>, easy to use and compact</li>
<li><strong>Platform/Browser compatibility</strong></li>
<li><strong>Good documentation</strong></li>
<li><strong>Extensive community</strong> &#8211; I need something with some longevity and plenty of resource driving it forward</li>
<li><strong>Readily available examples of implementations</strong> &#8211; again a large community helps</li>
<li><strong>Good range of plug-ins</strong> for day to day development requirements &#8211; remember why I need it in the first place</li>
<li>Something that assists me in my job of <strong>creating better user experiences</strong> on websites &#8211; Is it used by people of like mind</li>
<li><strong>Unobtrusive</strong> &#8211; easy to implement in an unobtrusive fashion</li>
<li><strong>Easily updateable</strong> , preferably no maintenance on my part</li>
</ul>
<p>I am not an accomplished programmer, so I am less interested in whats under the hood and how it is all implemented behind the scenes and more interested in how these clever and talented programmers have provided me with a useful tool for web development. With this in mind I do hope that one day I will be able to grab the basics and use them to create my own useful components. The fear being that I become an accomplished googler and a magpie excelling at stealing other peoples work and not creating any of my own.</p>
<h3>Who are the contenders?</h3>
<p>For me I think it is between two, namely; <a href="http://www.jquery.com">jQuery</a> and <a href="http://mootools.net/">mootools</a></p>
<h4>jQuery</h4>
<p><a href="http://jquery.com/">jQuery</a> is a Javascript library that takes this motto to heart: Writing Javascript code should be fun. jQuery achieves this goal by taking common, repetitive, tasks, stripping out all the unnecessary markup, and leaving them short, smart and understandable.</p>
<h4>Mootools</h4>
<p><a href="http://mootools.net/"><strong>moo</strong>tools</a> is a very compact, modular, Object-Oriented javascript framework. Its unique design makes it extremely crossbrowser, easy to use, and a snap to extend with your own code. It comes with a choice of more than fifteen scripts, plugins and add-ons</p>
<h3>Whats my verdict</h3>
<p>I wouldn&#8217;t look beyond either of these two. Both have great documentation, I particularly like <a href="http://www.visualjquery.com/"> visualjquery </a>as a quick reference</p>
<p>I am currently in favour of JQuery and plan to stay so for the foreseeable future unless mootools pulls something out of the bag. I hope that jQuery integrates nicely with CakePHP which is to be my new endeavour&#8230;or one of them.</p>
<p>If anyone has any other suggestions I&#8217;d like to give them a look.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.waveneyavenue.co.uk/blog/2006/11/javascript-frameworks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Songbird, the new iTunes?</title>
		<link>http://www.waveneyavenue.co.uk/blog/2006/10/songbird-the-new-itunes/</link>
		<comments>http://www.waveneyavenue.co.uk/blog/2006/10/songbird-the-new-itunes/#comments</comments>
		<pubDate>Mon, 30 Oct 2006 04:57:54 +0000</pubDate>
		<dc:creator>dave</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.waveneyavenue.co.uk/2006/10/songbird-the-new-itunes/</guid>
		<description><![CDATA[Songbird is a desktop Web player, a digital jukebox and Web browser mash-up. It supports extensions and skins feathers. Like Firefox it is built from Mozilla cross-platform(Windows , OS X and Linux versions available) and open source. Definately worth trying this one out, particularly if you are into your music, a viable alternative to iTunes [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.songbirdnest.com">Songbird</a> is a desktop Web player, a digital jukebox and Web browser mash-up. It supports extensions and <strike>skins</strike> feathers. Like Firefox it is built from Mozilla cross-platform(Windows , OS X and Linux versions available) and open source. Definately worth trying this one out, particularly if you are into your music, a viable alternative to iTunes although not sure how it plays with iPods. I think there is an extension, can anyone verify? Have a wee watch at the <a href="http://www.songbirdnest.com/screencast">screencast </a>to get a good overview of what is on offer.</p>
<p> Anyway I haven&#8217;t yet decided to remove my aligience to Apples iTunes. From what I can see they are shaping up to become another Microsoft. I mean for goodness sake they are championing DRM. Whats that all about? For those of you who don&#8217;t know what I&#8217;m talking about have a read at this lot <a href="http://www.DefectiveByDesign.org ">DefectiveByDesign.org</a></p>
<p>So back to songbird. Well they really go to town with the metaphor as you have probably already noticed. It is a lovely piece of software. Functionally I can&#8217;t fault it. However I find the interface a little cluttered, it is always hard to beat Apple at interface design. It seems a bit cliquey with lots of links to &#8220;in&#8221; music site and unfortunately they have gone to town with the whole merchandising thing. I suppose they have to make there living somehow. </p>
<p>There is going to be a large community attached to this software just as there is for firefox, so I expect it will soon hit the media as an alternative to iTunes. If Apple moved away from DRM I think I would stay put with iTunes but until then I think I&#8217;m going to keep trying out Songbird with a view to swapping permantly. It brings the whole web to life musically speaking. Automatically identifying any playable media on a web page, and providing the user the ability to download it, listen to it, archive it, file it away for safe keeping, add it to a playlist and eventually no doubt the ability to burn it. All I have actually done is imported my iTunes library and listened to a few tunes with it, that and a brief whistlestop tour through the main features. This allows me the option to come back and write an update to this post with some useful imformation for my loyal readers ;( </p>
<p>I think on reflection as with all things I would prefer you to try it for yourself and make your own judgements. I merely want to draw your attention to it. My opinion is not particularly relevant to most people nor my experience of the software similar to everyone elses. We all use these things differently and have different perceptions of the various aspects of using software, so I&#8217;m going to leave it here safe in the knowledge that noone has read this far and steadfast in my determination to improve my writing style, structure, research and content of my blog posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.waveneyavenue.co.uk/blog/2006/10/songbird-the-new-itunes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>librarything.com for the bookworms amongst you</title>
		<link>http://www.waveneyavenue.co.uk/blog/2006/09/librarythingcom-for-the-bookworms-amongst-you/</link>
		<comments>http://www.waveneyavenue.co.uk/blog/2006/09/librarythingcom-for-the-bookworms-amongst-you/#comments</comments>
		<pubDate>Mon, 11 Sep 2006 07:35:56 +0000</pubDate>
		<dc:creator>dave</dc:creator>
				<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://www.waveneyavenue.co.uk/2006/09/librarythingcom-for-the-bookworms-amongst-you/</guid>
		<description><![CDATA[I came upon this little gem a few days ago. Now those of you who know me may know I am not a bookworm but I am blessed with a sibling who is so i thought it would come in handy for him. Essentially it is an on-line cataloguing system allowing people to create there [...]]]></description>
			<content:encoded><![CDATA[<p>I came upon this little gem a few days ago. Now those of you who know me may know I am not a bookworm but I am blessed with a sibling who is so i thought it would come in handy for him. Essentially it is an on-line cataloguing system allowing people to create there own library index of their book collections and access it from anywhere including a mobile phone or wireless laptop (good for the list freaks! M!) it also acts as a social bookmarking, sharing, recommending, reviewing tool. It has one of the simplest sign ups I have seen recently amongst the web 2.0 start-ups.(just pick username password and off you go) There is a three tier membership structure. FREE allowing up to 200 books a &#8217;1 YEAR&#8217; membership for $10 or a &#8216;lifetime membership&#8217; for $25. All sign up is simple with paypal</p>
<p>Is has an outstanding &#8216;<a href="http://www.librarything.com/buzz.php">buzz</a>&#8216; page, and while I am the first to be cynical about these things it really does appear to be impressing alot of people, deservedly so I think. Adding a book to your collection is a breeze too, just browse Amazon or other librarys a quick click of the mouse button and hey presto the book is added to your &#8216;bookshelf&#8217; I think the simplicity of the process will appeal to the not so experienced web users amongst us, like, say&#8230; the bookworms! It may also serve as a good teaching tool allowing them to benefit from other good social web apps like <a href="http://www.flickr.com">flickr</a>, <a href="http://mag.nolia.com">mag.nolia</a> <a href="http://del.icio.us">del.icio.us</a>. and could provide them with an introduction into the paradigm of tagging. There are a host of other things to learn about and experiment with (including groups), have a <a href="http://www.librarything.com/about.php">look for yourself.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.waveneyavenue.co.uk/blog/2006/09/librarythingcom-for-the-bookworms-amongst-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minimo 0.15 Mobile device browsing catching up</title>
		<link>http://www.waveneyavenue.co.uk/blog/2006/05/minimo-015-mobile-device-browsing-catching-up/</link>
		<comments>http://www.waveneyavenue.co.uk/blog/2006/05/minimo-015-mobile-device-browsing-catching-up/#comments</comments>
		<pubDate>Fri, 26 May 2006 07:53:24 +0000</pubDate>
		<dc:creator>dave</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://www.waveneyavenue.co.uk/2006/05/minimo-015-mobile-device-browsing-catching-up/</guid>
		<description><![CDATA[I was thrilled today to discover that after many months of patiently waiting I can at last have a reasonable browsing experience on my PDA (iPAQ). While I have not looked at versions 0.11 through to 0.14, the release of version 0.15 sees some fantastic improvements to earlier versions. As the version number indicates it [...]]]></description>
			<content:encoded><![CDATA[<p>I was thrilled today to discover that after many months of patiently waiting I can at last have a reasonable browsing experience on my PDA (iPAQ). While I have not looked at versions 0.11 through to 0.14, the release of version 0.15 sees some fantastic improvements to earlier versions. As the version number indicates it is still very much in its infancy, but, and this will be no surprise to the initiated amongst you, it blows IE for Windows Mobile 2003 out of the water.</p>
<p>We now have, and I&#8217;ll be brief, vastly improved CSS support including @import and media type. We have support for AJAX!, RSS and tabbed browsing with close icons, all the main stays of the modern browsing experience. Oh and did I mention automatic updates, CAB installer or exe via active sync. We have nice bookmarks management, Good useability features like text size switching, find on page feature,variuos layouts, single column, desktop layout and panning. So now I may actually try a little harder to do truely cross device versions of my websites, heck at this rate in a few more months it may be worth it. I will certainly be more inclined to use the iPAQ to casually surf the internet.</p>
<p>You can download the windows installer or the mobile cab installer <a href="http://www.mozilla.org/projects/minimo/" title="download this mobile browser" rel="external">here</a>.It just goes to show how far the project has come that it has its own page on Mozilla, I used to have to trawl server directories to find the nightly builds. You knwo I think this time next year it will be standard on all mobile devices&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.waveneyavenue.co.uk/blog/2006/05/minimo-015-mobile-device-browsing-catching-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New XPC Shuttle, whats the verdict?</title>
		<link>http://www.waveneyavenue.co.uk/blog/2006/04/new-xpc-shuttle-whats-the-verdict/</link>
		<comments>http://www.waveneyavenue.co.uk/blog/2006/04/new-xpc-shuttle-whats-the-verdict/#comments</comments>
		<pubDate>Sat, 22 Apr 2006 02:36:21 +0000</pubDate>
		<dc:creator>dave</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://www.waveneyavenue.co.uk/2006/04/new-xpc-shuttle-whats-the-verdict/</guid>
		<description><![CDATA[Its been about 1 month now since I had all my new hardware together(after a 3 week wait for the monitors), ample time to get it up and running, configured to my working preferences, and to form an opinion on the whole set up. The whole thing is set up wirelessly, connected to iBook, Server, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.waveneyavenue.co.uk/blog/wp-content/uploads/filearchive/Image/blog/newrig.jpg" alt="photo of my new computer rig" height="267" width="200" />Its been about 1 month now since I had all my new hardware together(after a 3 week wait for the monitors), ample time to get it up and running, configured to my working preferences, and to form an opinion on the whole set up. The whole thing is set up wirelessly, connected to iBook, Server, iPAQ and Canon Pixma 4000R. I have always been  more interested in function than aesthetic but I have to admit the whole thing does look good and is very economical in terms of space. So first of all what is the new PC set up, well heres a quick summary of the spec:</p>
<ul>
<li><a href="http://global.shuttle.com/Product/Barebone/ST20G5.asp" title="click to read about the Shuttle specification in detail" rel="external">XPC Shuttle ST20G5</a></li>
<li>AMD Dual Core 4200+</li>
<li>2GB RAM</li>
<li>300GB SATA 7200 HDD</li>
<li>Shuttle 22-1Card Reader</li>
<li>Shuttle DVD RW Dual Layer</li>
<li>2 X Samsung Syncmaster 770p Monitors</li>
<li>Logitech wireless keyboard and mouse</li>
<li>Countless periperhals</li>
<li>( D-link Bluetooth and USB Wireless)</li>
</ul>
<p>For all round performance I can&#8217;t fault it. it has handled everything I have done, with no complaining, freeze ups, not so much as a splutter. I have done no proper hardware and/or speed tests, but as a web developer I need a machine powerful enough to allow multi-tasking, lots of software open at the same time, in essence a reliable tool to assist me carry out my job. It has passed that test. The whole workspace is extremely good, the wireless keyboard and mouse are fantastic, wires really can get in the way of everything and knock things over etc. I&#8217;m loving the monitors but have yet to really see their full potential. I think I may experiment with the auto rotate function to browse websites in portrait aspect (to get more on the page above the fold)</p>
<h3>The Software</h3>
<ul>
<li>Adobe Studio CS2</li>
<li>Macromedia studio 8</li>
<li>Filezilla</li>
<li>Firefox</li>
<li>Thunderbird</li>
<li>Nero 7</li>
<li>Open Offfice 2.0 (yes MS office XP is also installed)</li>
<li>AVAST anti virus home edition</li>
<li>Kerio Firewall Home Edition</li>
<li>Spybot Search and destroy</li>
<li>iTunes</li>
<li>Object dock (to emulate the ibook! dock)</li>
<li>WinRAR</li>
<li>uTorrent</li>
<li>Textpad</li>
</ul>
<p>I think that&#8217;s all bases covered. This is a list of software refined over many years. All aspects of computer usage is covered. The majority of the software is open source with the exception of a few industry leaders I need for work.</p>
<h3>The glitches</h3>
<ol>
<li>Fast user switching causes melt down and memory dump! aghh</li>
<li>Sub woofer on on-board sound doesn&#8217;t seem to work properly, cold be speaker is worn out, but it worked OK on old system!</li>
<li>Hibernating the system resulted in losing the connection to wireless keyboard and mouse. After much frustration the only way to resolve the problem was take the batteries out of them , wait half an hour and reinitialise them. Oh and I don&#8217;t put the system to sleep any more!</li>
</ol>
<h3>Still to be tested</h3>
<ol>
<li>Dual layer dvd recording</li>
<li>Video Encoding , while dual layer disc recording, while performing batch operations in photoshop, while debugging code in dreamweaver, while blogging, googling ,socially sharing and anything else I can fit into my multitasking test.</li>
</ol>
<h3> Conclusion</h3>
<p>Having read back the post it all seems a bit too geeky for my liking. It is really here in case anyone stumbles upon a link in a search engine if looking for help with anything related to their own setups, It does appear to come across a bit like&#8230;look what I have, nah nah nah nah nah! trust me it wasn&#8217;t meant to. All in all I am very happy with the new hardware. It was a long time coming but worth the wait. Any updates concerning any of the setup will be posted here as and when. Now I can push for more &#8220;working from home&#8221;. I hope I have health to enjoy it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.waveneyavenue.co.uk/blog/2006/04/new-xpc-shuttle-whats-the-verdict/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web 2.0 No excuses for the title</title>
		<link>http://www.waveneyavenue.co.uk/blog/2006/01/web-20-no-excuses-for-the-title/</link>
		<comments>http://www.waveneyavenue.co.uk/blog/2006/01/web-20-no-excuses-for-the-title/#comments</comments>
		<pubDate>Wed, 18 Jan 2006 05:13:12 +0000</pubDate>
		<dc:creator>dave</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://www.waveneyavenue.co.uk/2006/01/web-20-no-excuses-for-the-title/</guid>
		<description><![CDATA[Part of the reason I posted this was to try and get some traffic. I make no apologies for this, heck I need to get this thing moving or I am destined to spend the year talking to myself! Never really though much of personality tests, but I must applaud the superb UI of personaldna [...]]]></description>
			<content:encoded><![CDATA[<p>Part of the reason I posted this was to try and get some traffic. I make no apologies for this, heck I need to get this thing moving or I am destined to spend the year talking to myself!</p>
<p>Never really though much of personality tests, but I must applaud the superb UI of <a href="http://www.personaldna.com">personaldna</a> by <a href="http://attap.com/">attap</a> who have put together some lovely web apps. I approve of their philosophy and outlook for the web. (They can all rest easier now!)</p>
<p>I think a short list of web 2.0 apps is in order, with or without a critique, depending on if anyone wishes to contribute. Before I start, for all the geeks out there, yes I will be mentioning all the usual stuff, but for some of you this may be new and exciting and worth a visit. Have a look anyway, see for yourself and be your own judge.</p>
<h3>The ones I use regularly at home</h3>
<ul>
<li><a href="http://www.flickr.com">Flickr </a>- no list would be complete without it, for all your photography sharing needs</li>
<li><a href="http://www.gmail.com">Gmail</a> &#8211; the new hotmail</li>
<li><a href="http://del.icio.us">Delicious</a> &#8211; online bookmarking, tagging app</li>
<li><a href="http://www.measuremap.com/">Measuremap</a> &#8211; fabulous tracking stats for blogs </li>
<li><a href="http://www.rollyo.com/">rollyo</a> &#8211; custom build search engines </li>
<li><a href="http://www.netvibes.com/">netvibes</a> &#8211; loving this combines loads of the others </li>
</ul>
<h3>The ones I use regularly at work</h3>
<ul>
<li><a href="http://www.basecamphq.com">Basecamp</a> &#8211; project management</li>
<li><a href="http://del.icio.us">Delicious</a> &#8211; online bookmarks</li>
</ul>
<h3>The ones I have used but not returned to</h3>
<ul>
<li><a href="http://web2.0validator.com/">web2.0validator</a> &#8211; a bit of fun </li>
<li><a href="http://www.writely.com/">writely</a> &#8211; an alternative to 37signals writeboards </li>
<li><a href="http://odeo.com/">odeo</a> &#8211; all things media </li>
<li><a href="http://www.backpackit.com/">backpackit</a> &#8211; little brother to basecamp, good for lists and organising </li>
<li><a href="http://www.shutterbook.com">shutterbook</a> &#8211; alternative to flickr </li>
<li><a href="http://www.digg.com/">digg</a> &#8211; social news aggregator </li>
<li><a href="http://www.rememberthemilk.com/">rememberthemilk</a> &#8211; another tada type list maker. Nelly take note! </li>
<li><a href="http://rojo.com">Rojo</a> &#8211; online RSS reader and sharing app</li>
</ul>
<h3>The ones I will be using regularly when the necessity arises</h3>
<ul>
<li><a href="http://attap.com">Anything by attap</a> &#8211; keeping my eye on these guys, great stuff </li>
<li><a href="http://script.aculo.us">script.aculo.us</a> &#8211; special effect javascript library </li>
<li><a href="https://www.linkedin.com/">linkedin</a> &#8211; networking tool </li>
</ul>
<h3>The ones I have yet to try</h3>
<ul>
<li><a href="http://www.sidejobtrack.com/">sidejobtrack</a> </li>
<li><a href="http://www.mypimp.com/">mypimp</a> &#8211; </li>
<li><a href="http://www.pxn8.com/">pxn8</a> &#8211; </li>
<li><a href="http://conversate.org/">conversate &#8211; </a></li>
<li><a href="http://www.mailchimp.com/">mailchimp &#8211; </a></li>
<li><a href="http://www.formassembly.com/time-tracker/">time-tracker</a> &#8211; </li>
<li><a href="http://www.listal.com/">listal</a> &#8211; </li>
<li><a href="http://youtube.com/">youtube</a> &#8211; </li>
<li><a href="http://www.vimeo.com/">vimeo</a> &#8211; </li>
<li><a href="http://www.goffice.com">goffice</a> &#8211; </li>
<li><a href="http://www.serversidewiki.com">serversidewiki</a> &#8211; </li>
<li><a href="http://www.meetup.com/">meetup</a> &#8211; </li>
<li><a href="http://www.goovite.com/">goovite</a> &#8211; </li>
<li><a href="http://joyent.com/">joyent</a> &#8211; </li>
<li><a href="http://www.merchboss.com">merchboss</a> &#8211; </li>
<li><a href="http://www.backbase.com">backbase</a> &#8211; </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.waveneyavenue.co.uk/blog/2006/01/web-20-no-excuses-for-the-title/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updated Web Developer Extension for Firefox</title>
		<link>http://www.waveneyavenue.co.uk/blog/2006/01/updated-web-developer-extension-for-firefox/</link>
		<comments>http://www.waveneyavenue.co.uk/blog/2006/01/updated-web-developer-extension-for-firefox/#comments</comments>
		<pubDate>Tue, 03 Jan 2006 08:58:16 +0000</pubDate>
		<dc:creator>dave</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://www.waveneyavenue.co.uk/2006/01/updated-web-developer-extension-for-firefox/</guid>
		<description><![CDATA[A ‘version 1’ release of every developers tried and trusted friend, Chris has really excelled himself with this upgrade. GET IT NOW, hit that ‘more extensions’ button. Improvements Better and more intuative organisation of features. Reimplementation of online and offline validation tools. Improvements to and more variety of outline capabilities. Miscellenous Goodies, including small screen [...]]]></description>
			<content:encoded><![CDATA[<p>A ‘version 1’ release of every developers tried and trusted friend, <a href="http://chrispederick.com/work/webdeveloper/ " rel="external">Chris</a> has really excelled himself with this upgrade. GET IT NOW, hit that ‘more extensions’ button.</p>
<h3>Improvements</h3>
<ul>
<li>Better and more intuative organisation of features.</li>
<li>Reimplementation of online and offline validation tools.</li>
<li>Improvements to and more variety of outline capabilities.</li>
<li>Miscellenous Goodies, including small screen rendering, linerize layout</li>
<li>Greater scope when displaying information, even more at your fingertips</li>
<li>Realtime editing of HTML and CSS </li>
<li>More complete manipulation of images</li>
<li>All the old favourites, mostly improved and optimised</li>
</ul>
<h3>Uses</h3>
<ul>
<li>Final Checks, Images, Accessibility, Validation.</li>
<li>Measuring and checking layouts.</li>
<li>Debugging CSS layouts.</li>
<li>Simulating test environments.</li>
<li>Gathering information and researching during web browsing.</li>
</ul>
<p>Just a quick note to say, perhaps ,<a rel="external" href="http://www.macromedia.com">dreamweaver</a> does a better job of these sitewide checks at development stage, but on a page by page basis perhaps after you have moved to staging server this takes the biscuit.</p>
<blockquote><p>A must for all web designers and developers. I couldn&#8217;t recommend it enough</p>
</blockquote>
<h3>Did Chris leave anything out?</h3>
<p>Well aside from a “create lovely website button using web standard techniques and wake me up when you are finished” button! I think he has it pretty much covered. Perhaps a generate lorum ipsum would have been useful, but with the likes of display line guides and display ruler he really has surpassed himself. Creating Web Standard sites is such a breeze with this extension in your arsenal.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.waveneyavenue.co.uk/blog/2006/01/updated-web-developer-extension-for-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

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

