<?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>Straw Dogs&#187; Category List @ Straw Dogs</title>
	<atom:link href="http://www.straw-dogs.co.uk/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.straw-dogs.co.uk</link>
	<description>The Tao of Ruby, Python, and....Straw Dogs?</description>
	<lastBuildDate>Thu, 22 Apr 2010 22:10:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Chrome Extension: Shiny MPs</title>
		<link>http://www.straw-dogs.co.uk/01/03/chrome-extension-shiny-mps/</link>
		<comments>http://www.straw-dogs.co.uk/01/03/chrome-extension-shiny-mps/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 17:23:21 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[web technologies]]></category>
		<category><![CDATA[chrome]]></category>

		<guid isPermaLink="false">http://www.straw-dogs.co.uk/?p=558</guid>
		<description><![CDATA[Writing extensions for Chrome is so refreshingly simple it&#8217;s exciting. So as a result I produced another one and this time for a slightly more specialised use. If you&#8217;re UK-based and interested in politics then this plugin will enable you to keep tabs on your MP with their latest parliamentary updates and links to further [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_559" class="wp-caption alignright" style="width: 210px"><img class="size-medium wp-image-559" title="Shiny MPs Screenshot" src="http://www.straw-dogs.co.uk/wp-content/uploads/2010/01/shinymps-screenshot-200x300.png" alt="Chrome Extension Screenshot - Shiny MPs" width="200" height="300" /><p class="wp-caption-text">Chrome Extension Screenshot - Shiny MPs</p></div>
<p>Writing extensions for Chrome is so refreshingly simple it&#8217;s exciting. So as a result I produced another one and this time for a slightly more specialised use. If you&#8217;re UK-based and interested in politics then this plugin will enable you to keep tabs on your MP with their latest parliamentary updates and links to further info.</p>
<p>If anyone had suggestions I&#8217;d love to hear them.</p>
<p>The extension: <a href="https://chrome.google.com/extensions/detail/dckoinedbaenajnndhmdigdgcnhpedco"><strong>Shiny MPs</strong></a></p>
<p>The Source: <strong><a href="http://bitbucket.org/ashiro/chromeext-shinymps/">Bitbucket Hg Repo</a></strong></p>
<p>The API used is developed by the great<strong> <a href="http://www.theyworkforyou.com"><strong>TheyWorkForYou.com</strong></a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.straw-dogs.co.uk/01/03/chrome-extension-shiny-mps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Netvibes Plugin</title>
		<link>http://www.straw-dogs.co.uk/01/01/first-netvibes-plugin/</link>
		<comments>http://www.straw-dogs.co.uk/01/01/first-netvibes-plugin/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 02:50:45 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[netvibes]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[uwa]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://www.straw-dogs.co.uk/01/01/first-netvibes-plugin/</guid>
		<description><![CDATA[Just finished my first Netvibes plugin.  Hopefully it&#8217;ll be the first of many to come as I&#8217;ve now got the hang of the Universal Widget API (UWA) now.
My first widget is mainly for UK users who take a lot of flights.  Its a Lastminute.com flight checker widget so you can find the latest pricing info [...]]]></description>
			<content:encoded><![CDATA[<p><img style="max-width: 800px; float: right; margin-top: 10px; margin-bottom: 10px; margin-left: 10px;" src="http://www.straw-dogs.co.uk/wp-content/uploads/2009/01/netvibes-plugin-logo.gif" alt="" />Just finished my first Netvibes plugin.  Hopefully it&#8217;ll be the first of many to come as I&#8217;ve now got the hang of the Universal Widget API (UWA) now.</p>
<p>My first widget is mainly for UK users who take a lot of flights.  Its a Lastminute.com flight checker widget so you can find the latest pricing info for a given date.</p>
<p>You can <a href="http://eco.netvibes.com/widgets/298821/lastminute-com-flight-search">view it and install it here</a>.</p>
<p><a href="http://eco.netvibes.com/widgets/298821/lastminute-com-flight-search"><img class="aligncenter size-full wp-image-392" title="lastminute_logo_368x701" src="http://www.straw-dogs.co.uk/wp-content/uploads/2009/01/lastminute_logo_368x701.gif" alt="lastminute_logo_368x701" width="368" height="70" /></a></p>
<h3>How the UWA Widgets Work</h3>
<p>They&#8217;re dead simple in principle.  So simple a widget is nothing more than a specifically formatted HTML document.  You have to make sure you&#8217;ve got a few things in there like a UTF-8 encoding attribute at the top and a few other bits but the skeleton document helps a lot.  Other than that you can use Javascript and style it with CSS all like a regular HTML document.  <a href="http://dev.netvibes.com/doc/uwa/documentation/anatomy_of_a_uwa_widget">More about UWA</a>.</p>
<h3>Forms</h3>
<p>This was a serious pain in the arse.  The form documentation for Netvibes is rubbish and the forum had little of use &#8211; although I was helped by Xavier and managed to get round my problem.<br />
Basically in Netvibes &#8211; don&#8217;t use a form.  Or at least don&#8217;t submit a form in the traditional sense.  It won&#8217;t work, and even if you manage to get it working it&#8217;ll die on Mac.  You need to emulate the behviour of the form by packaging the variables up and executing the widget.openURL() function.  Thats for GET forms.  POST forms will need to use the Ajax API Netvibes includes.</p>
<h3>Packaging Up Your Form to Get</h3>
<p>Someone else may find this useful&#8230;</p>
<pre name="code" class="javascript">var formElements = document.lmfForm.elements;
var qString = '?';
for (el in formElements) {
  if(formElements[el].name != undefined &amp;&amp; formElements[el].value != undefined){
    qString += formElements[el].name + '=' + formElements[el].value + '&amp;';
  }
}
widget.openURL('http://www.example.com/script.php' + qString);
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.straw-dogs.co.uk/01/01/first-netvibes-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updated: YourMP Google Desktop Gadget</title>
		<link>http://www.straw-dogs.co.uk/12/23/updated-yourmp-google-desktop-gadget/</link>
		<comments>http://www.straw-dogs.co.uk/12/23/updated-yourmp-google-desktop-gadget/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 16:06:00 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[gds]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://www.straw-dogs.co.uk/12/23/updated-yourmp-google-desktop-gadget/</guid>
		<description><![CDATA[Quick post to say my Google Gadget, YourMP, has been updated.&#160; Its now a lot more efficient, cleaner, working and just overall better.
Quick rundown:

MP details: Name,Constituency,Party and Expenses
Optionally show MP photo next to details.
Debates listing now includes the date given.

You know what would be REALLY useful?
Feedback!
Its been broken for the past 3 months and no [...]]]></description>
			<content:encoded><![CDATA[<p><img style="max-width: 800px; float: right; margin-top: 10px; margin-bottom: 10px; margin-left: 10px;" src="http://www.straw-dogs.co.uk/wp-content/uploads/2008/12/portcullis-sml.jpg" />Quick post to say my Google Gadget, <a href="http://code.google.com/p/yourmp-gds/">YourMP</a>, has been updated.&nbsp; Its now a lot more efficient, cleaner, <i><b>working</b></i> and just overall better.</p>
<p><b>Quick rundown:</b>
<ul>
<li>MP details: Name,Constituency,Party and Expenses</li>
<li>Optionally show MP photo next to details.</li>
<li>Debates listing now includes the date given.</li>
</ul>
<p>You know what would be REALLY useful?</p>
<p><b>Feedback!</b></p>
<p>Its been broken for the past 3 months and no one thought to tell me!</p>
<p>So feedback would be most welcome. <img src='http://www.straw-dogs.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.straw-dogs.co.uk/12/23/updated-yourmp-google-desktop-gadget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Ways: Documenting Javascript</title>
		<link>http://www.straw-dogs.co.uk/12/22/5-ways-documenting-javascript/</link>
		<comments>http://www.straw-dogs.co.uk/12/22/5-ways-documenting-javascript/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 22:08:53 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>

		<guid isPermaLink="false">http://www.straw-dogs.co.uk/12/22/5-ways-documenting-javascript/</guid>
		<description><![CDATA[I stumbled across a need for this while I was doing some updates to my Google Desktop Plugin (YourMP).&#160; If you&#8217;ve ever done any coding for GDS gadgets then you&#8217;ll know it uses JS.&#160; Now my documenting was pretty poor so I wanted to tidy it up and went hunting for the usual format.
It wasn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p><img style="max-width: 800px; float: right; margin-top: 10px; margin-bottom: 10px; margin-left: 10px;" src="http://www.movejutsu.com/wp-content/uploads/javascript.jpg" />I stumbled across a need for this while I was doing some updates to my Google Desktop Plugin (<a href="http://code.google.com/p/yourmp-gds/">YourMP</a>).&nbsp; If you&#8217;ve ever done any coding for GDS gadgets then you&#8217;ll know it uses JS.&nbsp; Now my documenting was pretty poor so I wanted to tidy it up and went hunting for the usual format.</p>
<p>It wasn&#8217;t good.&nbsp; Javascript source documentation is still in the dark ages as JS is still trying to be taken seriously not many people seem interested in documenting it nicely.</p>
<p>But I did eventually find a nice selection of 5&#8230;</p>
<h3>JSDoc</h3>
<p>This is based on the great JavaDoc and is a simple Perl script you run against your Javascript files and it outputs HTML, XML or XMI (UML diagram data).&nbsp; I liked this a lot as a lot of the tags happen to coincide with the tags used in PHP (my &#8216;father&#8217; language &#8211; please don&#8217;t hate me! <img src='http://www.straw-dogs.co.uk/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  ).&nbsp; So it had virtually no learning curve and I would have settled if it wasn&#8217;t for my incessant curiosity&#8230;<br /><b><a href="http://jsdoc.sourceforge.net/">Get JSDoc</a></b><br />
<h3>HeaderDoc</h3>
<p>If you&#8217;re a Mac fanboy I&#8217;ll probably lose you at this point as you go running off to use this Mac-made open source project.&nbsp; Unfortunately its sh*t.&nbsp; Although Mac made it they don&#8217;t make their documentation as nice and easy as their systems.&nbsp; It reminded me of the heinous Amazon developer docs with excessive wordiness and fluff.&nbsp; JSDoc above told me everything on a single page &#8211; done.&nbsp; This spanned several pages going into minute detail on every possible usage.&nbsp; It does cover a lot more languages like Obj-C, Java, C, etc but although its also based on JavaDoc I don&#8217;t like its unusual syntax which is just slightly different to JSDoc and the likes.&nbsp; Why the &#8220;/*!&#8221; instead of &#8220;/**&#8221;?<br />It only exports HTML format too&#8230;<br /><a href="http://developer.apple.com/opensource/tools/headerdoc.html"><b>Get HeaderDoc (needs a login)</b></a></p>
<h3>Natural Docs</h3>
<p>This looks nice &#8211; both the output and the formatting of the source document tags.&nbsp; It uses a more natural formatting rather than the usual tag method.&nbsp; Although it does support JavaDoc style tags its much nicer to use the Natural way of doing it.&nbsp; It supports a large number of languages such as C++, Python, Ruby, Java, etc.<br />Again it only exports in HTML or framed HTML formats but if thats all you&#8217;re after then its great.<br /><a href="http://www.naturaldocs.org/"><b>Get Natural Docs</b></a></p>
<h3>jGrouseDoc</h3>
<p>This is onto a winner already with a name like that!&nbsp; This project seems to understand the inherent difficulty of documenting Javascript code and so uses source comments as its only way of documenting.&nbsp; Its heavily influenced by JavaDoc in its tags and output &#8211; which unfortunately isn&#8217;t great.&nbsp; Does anyone else think the JavaDoc template looks utter tripe?&nbsp; Thankfully it does come with <a href="http://jgrouse.com/jgdoc/sample-noframes/">other templates available</a> and it is very easy to customise the output.&nbsp; This is built very differently to the others as an ANT task.<br /><b><a href="http://jgrouse.com/#http%3A//jgrouse.com/jgdoc/jGrouseDoc.html">Get jGrouseDoc</a></b></p>
<h3>ScriptDoc</h3>
<p>This is more of a specification and as such has no parsing utilities to output niceley formatted HTML.&nbsp; Its an interesting idea but its s similar to JSDoc that you wonder why they&#8217;re even bothering.</p>
<h3>Microsoft<br /></h3>
<p><i>Yes</i> &#8211; they&#8217;ve been building XML-based JS documentation for their new VisualStudio when it comes out.&nbsp; But as its Microsoft I&#8217;m sure we&#8217;ll all collectively not give a shit.</p>
<table border="1">
<tbody>
<tr>
<th>Feature</th>
<th>JSDoc</th>
<th>HeaderDoc</th>
<th>Natural Docs</th>
<th>ScriptDoc</th>
<th>jGrouseDoc</th>
</tr>
<tr>
<th>Export</th>
<td>HTML, XML, XMI</td>
<td>HTML</td>
<td>HTML</td>
<td>None</td>
<td>HTML</td>
</tr>
<tr>
<th>Build</th>
<td>Perl</td>
<td>Perl</td>
<td>Perl</td>
<td>None</td>
<td>ANT</td>
</tr>
<tr>
<th>Platform</th>
<td>All</td>
<td>All</td>
<td>All</td>
<td>N/A</td>
<td>All</td>
</tr>
<tr>
<th>Influence</th>
<td>JavaDoc</td>
<td>JavaDoc</td>
<td>Natural &amp; JavaDoc</td>
<td>JavaDoc</td>
<td>JavaDoc</td>
</tr>
<tr>
<th>Format</th>
<td align="center">*</td>
<td align="center">**</td>
<td align="center">*****</td>
<td align="center">N/A</td>
<td align="center">***</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.straw-dogs.co.uk/12/22/5-ways-documenting-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>6 Ajax Frameworks in Seconds</title>
		<link>http://www.straw-dogs.co.uk/04/08/6-ajax-frameworks-in-seconds/</link>
		<comments>http://www.straw-dogs.co.uk/04/08/6-ajax-frameworks-in-seconds/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 09:52:41 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[dojo]]></category>
		<category><![CDATA[ext]]></category>
		<category><![CDATA[frameworks]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://www.straw-dogs.co.uk/?p=125</guid>
		<description><![CDATA[Lets skip the big comparisons here and get to brass tacks.  Here&#8217;s the rapid review of Ajax frameworks:

YUI -Stable and comprehensive but a little verbose.
jQuery &#8211; Clean, fresh and perky but plenty of hacked, cruddy plugins to be wary of.
Ext &#8211; Beautiful to look at but agonising to use.
Prototype/Scriptaculous &#8211; Only popular because its [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.straw-dogs.co.uk/wp-content/uploads/2008/04/javascript2.png"><img class="alignright size-full wp-image-124" style="float: right; border: 1px solid black;" title="javascript" src="http://www.straw-dogs.co.uk/wp-content/uploads/2008/04/javascript2.png" alt="Javascript" width="150" height="150" /></a>Lets skip the big comparisons here and get to brass tacks.  Here&#8217;s the rapid review of Ajax frameworks:</p>
<ul>
<li><strong><a href="http://developer.yahoo.com/yui">YUI</a></strong> -Stable and comprehensive but a little verbose.</li>
<li><strong><a href="http://www.jquery.org">jQuery</a></strong> &#8211; Clean, fresh and perky but plenty of hacked, cruddy plugins to be wary of.</li>
<li><strong><a href="http://www.extjs.com">Ext</a></strong> &#8211; Beautiful to look at but agonising to use.</li>
<li><strong><a href="http://www.prototypejs.org/">Prototype/Scriptaculous</a></strong> &#8211; Only popular because its used by Rails and CakePHP, but you can do better with jQuery.</li>
<li><strong><a href="http://dojotoolkit.org/">Dojo</a></strong> &#8211; Meh.</li>
<li><strong><a href="http://mootools.net/">MooTools</a></strong> &#8211; Trying to be like Prototype, little realising its picked thewrong one to copy.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.straw-dogs.co.uk/04/08/6-ajax-frameworks-in-seconds/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Your MP &#8211; Google Desktop Gadget</title>
		<link>http://www.straw-dogs.co.uk/10/15/your-mp-google-desktop-gadget/</link>
		<comments>http://www.straw-dogs.co.uk/10/15/your-mp-google-desktop-gadget/#comments</comments>
		<pubDate>Mon, 15 Oct 2007 02:05:30 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[web technologies]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[gadget]]></category>
		<category><![CDATA[gds]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://www.straw-dogs.co.uk/10/15/your-mp-google-desktop-gadget/</guid>
		<description><![CDATA[I was playing around with the Google Desktop Search API again at the weekend and threw together a gadget that queries the TheyWorkForYou.com UK MP database.  It basically enables you to gather all sorts of interesting info about various MPs, Peers, debates and committees.
This gadget is just a simple interface so you can enter [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.straw-dogs.co.uk/wp-content/uploads/2007/10/yourmp-small.gif" alt="Your MP Small Logo" align="left" border="0" />I was playing around with the <a href="http://desktop.google.com/dev/index.html">Google Desktop Search API</a> again at the weekend and threw together a gadget that queries the <a href="http://www.TheyWorkForYou.com">TheyWorkForYou.com</a> <acronym title="United Kingdom">UK</acronym> <acronym title="Member of Parliament">MP</acronym> database.  It basically enables you to gather all sorts of interesting info about various MPs, Peers, debates and committees.</p>
<p>This gadget is just a simple interface so you can enter your postcode and the panel then shows your local MP with links to their profiles (BBC, Wikipedia and the Guardian) with the list of the most recent debates they&#8217;ve been involved in.  All of this is done with three requests to their server resulting in three seperate JSON responses.  The first response is used to get the &#8220;person_id&#8221; which is necessary for the next two which retrieve further info and debates listings.</p>
<p>The gadget is hosted on <a href="http://code.google.com/p/yourmp-gds">Google&#8217;s Code Project Hosting</a> site and released under GPL 3 so anyones free to tinker if they wish.</p>
<p><a href="http://code.google.com/p/yourmp-gds">Download Your MP Gadget</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.straw-dogs.co.uk/10/15/your-mp-google-desktop-gadget/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>More Great Videos: YUI Theatre</title>
		<link>http://www.straw-dogs.co.uk/10/14/more-great-videos-yui-theatre/</link>
		<comments>http://www.straw-dogs.co.uk/10/14/more-great-videos-yui-theatre/#comments</comments>
		<pubDate>Sun, 14 Oct 2007 02:34:19 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[screencasts]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.straw-dogs.co.uk/10/14/more-great-videos-yui-theatre/</guid>
		<description><![CDATA[Inline with a previous post about the Google Tech talks I thought I&#8217;d mention Yahoo&#8217;s Javascript focused selection over at the YUI Theatre.  With over 17 screencasts from the likes of John Resig, Grady Booch and Douglas Crockford its a great resource for everyone.

Tags: video, javascript,  ajax

]]></description>
			<content:encoded><![CDATA[<p>Inline with a previous post about the <a href="http://www.straw-dogs.co.uk/09/15/google-tech-talks/">Google Tech talks</a> I thought I&#8217;d mention Yahoo&#8217;s Javascript focused selection over at the <a href="http://developer.yahoo.com/yui/theater/">YUI Theatre</a>.  With over 17 screencasts from the likes of <a href="http://video.yahoo.com/video/play?vid=410472">John Resig</a>, <a href="http://video.yahoo.com/video/play?vid=577305">Grady Booch</a> and <a href="http://video.yahoo.com/video/play?vid=529579">Douglas Crockford</a> its a great resource for everyone.<br />
<!-- technorati tags begin --></p>
<p style="font-size: 10px; text-align: right">Tags: <a href="http://technorati.com/tag/video" rel="tag">video</a>, <a href="http://technorati.com/tag/javascript" rel="tag">javascript</a>, <a href="http://technorati.com/tag/%20ajax" rel="tag"> ajax</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.straw-dogs.co.uk/10/14/more-great-videos-yui-theatre/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Free SVN &amp; Project Hosting Services</title>
		<link>http://www.straw-dogs.co.uk/09/20/6-free-svn-project-hosting-services/</link>
		<comments>http://www.straw-dogs.co.uk/09/20/6-free-svn-project-hosting-services/#comments</comments>
		<pubDate>Thu, 20 Sep 2007 13:42:48 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[project management]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[web technologies]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[webapps]]></category>

		<guid isPermaLink="false">http://www.straw-dogs.co.uk/index.php/09/20/6-free-svn-project-hosting-services/</guid>
		<description><![CDATA[
UPDATED: As of Jul 10th 2009

Open Source seems to be exploding all over the place at the moment and with online services increasingly jumping on the free offerings its been fantastic for developers wanting to host, manage, flaunt and communicate their projects online.  Here’s a rundown of 6 free SVN hosting and project management [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Gears" href="http://www.straw-dogs.co.uk/wp-content/uploads/2007/10/gear.png"><img src="http://www.straw-dogs.co.uk/wp-content/uploads/2007/10/gear.png" border="0" alt="Gears" align="left" /></a></p>
<p><strong>UPDATED: As of Jul 10th 2009</strong><strong><br />
</strong></p>
<p>Open Source seems to be exploding all over the place at the moment and with online services increasingly jumping on the free offerings its been fantastic for developers wanting to host, manage, flaunt and communicate their projects online.  Here’s a rundown of 6 free SVN hosting and project management offerings I like the look of.</p>
<h3><strong><a href="http://unfuddle.com/home">Unfuddle</a></strong></h3>
<p>Nice name and nice site.  Very web 2.0 and slick with project tracking such as issue tickets, source control, time tracking, milestones, etc.  The free package only comes with 200Mb and restrictive user allowances (1 per account) and only one project. This makes them the stingiest of the group. This is reflected in their price-resources on paid plans with $99 only getting you 10Gb and 50 projects. Compare this to $59.99 at Codespaces for the same space but unlimited projects.</p>
<p><strong>Pros:</strong> best interface, great features, Git support.</p>
<p><strong>Cons:</strong> high price, low resources, tiny free account.</p>
<h3><a href="http://www.codespaces.com"><strong>CodeSpaces</strong></a></h3>
<p>They have a hefty 500Mb for 2 free users per account and they have a good range of prices starting from $9 per month for 4-man teams upto $59 for unlimited.</p>
<p><strong>Pros: </strong>nice interface, good pricing, active and involved developers.</p>
<p><strong>Cons: </strong>Not as many features as the &#8216;big-beast&#8217; Assembla.</p>
<h3><strong><a href="http://www.assembla.com/">Assembla</a></strong></h3>
<p>Part of a large and feature-packed service full of project management features as well as basic 200Mb of SVN hosting.  It even has a jobs board but the project hosting comes with wiki pages, blogs, etc.  The free package has all of this but lacks phone supports and is only for open source projects.  They have VERY competitive prices starting from $3.</p>
<p><strong>Pros: </strong>packed with features, reliable, supports Mercurial.</p>
<p><strong>Cons: </strong>pricey in the higher plans.</p>
<h3><strong><a href="https://opensvn.csie.org/">OpenSVN</a></strong></h3>
<p>One of the first to release free SVN hosting and starting to show its age with very barebones features. They had a major failure in backup and restore last year which causes some worry about their reliability. So when I say “free SVN hosting” I really mean just that!</p>
<p><strong>Pros:</strong> unlimited space, unlimited projects.</p>
<p><strong>Cons: </strong>very unreliable, no features!</p>
<h3><a href="http://xp-dev.com"><strong>XP-Dev</strong></a></h3>
<p><a href="http://xp-dev.com"><strong></strong></a>This is a very no-frills setup but they have one killer feature: Private SVN repo hosting &#8211; FOR FREE!!  Made for agile and extreme programmers this doesn&#8217;t have a lot of the features inherent in other services but thats just fine.  Its also got an unlimited repo limit.</p>
<p><strong>Pros:</strong> unlimited repos, free private hosting</p>
<p><strong>Cons:</strong> Only one paid option, very few features.</p>
<h3><strong><a href="https://www.bountysource.com/">Bounty Source</a></strong></h3>
<p>Still going strong after I <a href="http://www.straw-dogs.co.uk/06/08/free-svn-hosting/">first mentioned it back in June</a> Bounty Source offer your basic SVN along with a wiki and CMS for managing your projects online presence as well as a task tracker.  Bounty Source have a unique feature though that enables a developer to be paid for the work they carry out on user feature requests.  Something I really like the look of &#8211; all I need now is an open source project people are going to pay me to finish!</p>
<p><strong>Pros: </strong>bounty system helps devs get paid to work.</p>
<p><strong>Cons: </strong>no paid option, looking old, falling behind in features.<strong></strong></p>
<h3><strong><a href="http://sourceforge.net/">SourceForge</a></strong></h3>
<p>Like an old grandfather clock this has been around years and although very reliable its showing its age.  They tried to spruce it up with some Web2.0 gradients and curves but you can’t scrub out the moldy smell from that interface and features-set.</p>
<p><strong>Pros:</strong> reliable, well established.</p>
<p><strong>Cons: </strong>very intrusive ads, pain to use.</p>
<h3><strong><a href="http://code.google.com/hosting/"> Google Project Hosting</a></strong></h3>
<p>They seem to have taken a lot of the old school methods of project hosting from SourceForge.  Unfortunately as mentioned earlier they’re looking old and although Google looks much cleaner its features still lack the richness that the smaller providers have who’ve gone all out on innovation while Google remains formulaic. Google also don&#8217;t provide paid private hosting. Its all open source here.</p>
<p><strong>Pros:</strong> reliable, clean interface, good features, supports mercurial</p>
<p><strong>Cons:</strong> no private paid options, open source only</p>
<h3>Comparison Table &#8211; Free Accounts</h3>
<table border="0" class="comp_table" cellspacing="0" width="100%">
<tbody>
<tr class="odd">
<th>Metric</th>
<th>Unfuddle</th>
<th>Code Spaces</th>
<th>OpenSVN</th>
<th>Bounty Source</th>
<th>XP-Dev</th>
<th>Google</th>
<th>SourceForge</th>
</tr>
<tr>
<td><strong>Project/Repo</strong></td>
<td>1/Unlimited[1]</td>
<td>Unlimited/Unlimited</td>
<td>1</td>
<td>Unlimited</td>
<td>5</td>
<td>Unlimited[4]</td>
<td>Unlimited</td>
</tr>
<tr class="odd">
<td><strong>Space</strong></td>
<td>200Mb</td>
<td>50Mb</td>
<td>Unlimited</td>
<td>N/A[3]</td>
<td>300Mb</td>
<td>Unlimited[4]</td>
<td>Unlimited</td>
</tr>
<tr>
<td><strong>Wiki</strong></td>
<td>Yes</td>
<td>Yes</td>
<td>No</td>
<td>Yes</td>
<td>No</td>
<td>Yes</td>
<td>Yes</td>
</tr>
<tr class="odd">
<td><strong>Tracking</strong></td>
<td>Yes</td>
<td>Yes</td>
<td>No</td>
<td>Yes</td>
<td>No</td>
<td>Yes</td>
<td>Yes</td>
</tr>
<tr>
<td><strong>Browser</strong></td>
<td>Yes</td>
<td>Yes</td>
<td>No</td>
<td>Yes</td>
<td>No</td>
<td>Yes</td>
<td>Yes</td>
</tr>
</tbody>
</table>
<ul>
<li>[1]<em> Unfuddle allow one active project but unlimited numbers of repos within it.</em></li>
<li>[3]<em> They state nowhere on their site about limits to project size.</em></li>
<li>[4]<em> Google claim in their <a href="http://code.google.com/tos.html">terms</a> that there&#8217;s no upper limit but they reserve the right to impose one.</em></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.straw-dogs.co.uk/09/20/6-free-svn-project-hosting-services/feed/</wfw:commentRss>
		<slash:comments>69</slash:comments>
		</item>
		<item>
		<title>Firebug for the Impatient</title>
		<link>http://www.straw-dogs.co.uk/08/05/firebug-for-the-inpatient/</link>
		<comments>http://www.straw-dogs.co.uk/08/05/firebug-for-the-inpatient/#comments</comments>
		<pubDate>Sun, 05 Aug 2007 14:06:06 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[web technologies]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://www.straw-dogs.co.uk/index.php/08/05/firebug-for-the-inpatient/</guid>
		<description><![CDATA[I installed Firebug a long while back and didn’t think much of it.  Granted I never read the docs or even the description.  I like to just try things out and if I don’t figure it in 10 seconds flat it normally gets ignored.  Unfortunately that meant I missed an absolute goldmine [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.straw-dogs.co.uk/wp-content/uploads/2007/10/bug.jpg" title="Firebug Logo"><img src="http://www.straw-dogs.co.uk/wp-content/uploads/2007/10/bug.jpg" alt="Firebug Logo" align="left" border="0" /></a>I installed <a href="http://www.getfirebug.com/">Firebug</a> a long while back and didn’t think much of it.  Granted I never read the docs or even the description.  I like to just try things out and if I don’t figure it in 10 seconds flat it normally gets ignored.  Unfortunately that meant I missed an absolute goldmine and <a href="http://www.straw-dogs.co.uk/01/24/debugging-rails-ajax/#comment-8734">looked a prat</a> in the process.I’ve since attained ‘Firebug Enlightenment’ and so I thought I’d throw together a ripspeed post on Firebug for the un-initiated and un-convinced:</p>
<p><span style="font-weight: bold">See the response of Ajax calls</span><br />
This was what really hit me when I delved a bit deeper into Firebug.  Its a shame its so hidden away but by opening up your Firebug console and selecting the “Net” tab before clicking “XHR” you will get a listing of all the Ajax calls made so far since the last full page load.  If you click on a particular listing then it’ll expand to give you information on the headers sent and any server response.  This is invaluable to debugging your Ajax apps!</p>
<p><span style="font-weight: bold">Edit HTML and CSS live</span><br />
When you eventually get out of the habit of pressing F5 for every change you make to your page and start using this feature you’ll become a whizz.  You can inspect and modify the entire DOM on the fly with all changes appearing live.</p>
<p><span style="font-weight: bold">Debug Javascript</span><br />
Not only will Firebug notify you with a statusbar area the number of errors in your document but you can open the Firebug console to get further detailed information on any errors, including their location and debug messages.<br />
You can even execute any javascript commands from the Firebug console allowing you to tweak and experiment with the page on the fly.</p>
<p><a href="http://www.getfirebug.com/errors.html">More info…</a></p>
<p class="de1"><span style="font-weight: bold">Logging</span><br />
You can enter anywhere in your javascript code the logging commands to get information on a variety of variables and objects as your code runs.  Which is so much more freindly and efficient than the old school “alert()” method.</p>
<pre lang="javascript">
console.log(myVar); //echos the var to the console
console.dir(myObject); //echos all the variables and methods of the supplied object
</pre>
<p><a href="http://www.getfirebug.com/logging.html">More info…</a><br />
<br style="font-weight: bold" /><span style="font-weight: bold">Getting info on objects and variables</span><br />
On the console you can type a variety of commands but my most heavily used is:</p>
<pre lang="javascript">
dir(myObject);
</pre>
<p>It doesn’t look like much but its incredibly useful as it allows you to see all the methods, values and state of the object you pass to it.  You can do it with anything in your document, including the document itself.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.straw-dogs.co.uk/08/05/firebug-for-the-inpatient/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Y Your Pages Are Slow</title>
		<link>http://www.straw-dogs.co.uk/08/04/y-your-pages-are-slow/</link>
		<comments>http://www.straw-dogs.co.uk/08/04/y-your-pages-are-slow/#comments</comments>
		<pubDate>Sat, 04 Aug 2007 14:07:46 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[yslow]]></category>

		<guid isPermaLink="false">http://www.straw-dogs.co.uk/index.php/08/04/y-your-pages-are-slow/</guid>
		<description><![CDATA[Firebug already comes with solid profiling built in showing times, averages and call frequency for files but Yahoo have now released a plugin for Firebug (yes Firebug) that gives even greater detail on page performance and rates it based on Yahoo’s own performance criteria.You can grab the addon from the Firefox addons site (you’ll need [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.getfirebug.com/">Firebug </a>already comes with solid profiling built in showing times, averages and call frequency for files but <a href="https://addons.mozilla.org/en-US/firefox/addon/5369">Yahoo have now released a plugin for Firebug</a> (yes Firebug) that gives even greater detail on page performance and rates it based on Yahoo’s own performance criteria.You can grab the addon from the <a href="https://addons.mozilla.org/en-US/firefox/addon/5369">Firefox addons site</a> (you’ll need Firebug first) and you can see Yahoo’s info over at <a href="http://developer.yahoo.com/yslow/">their development site</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.straw-dogs.co.uk/08/04/y-your-pages-are-slow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
