<?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>My Stuff &#187; Languages</title>
	<atom:link href="http://www.m-mad.com/playpen/category/languages/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.m-mad.com/playpen</link>
	<description>A general journal and / or notebook, containing ideas, links of interest, and so on. Mainly for me</description>
	<lastBuildDate>Wed, 25 Oct 2006 01:03:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cool Code v Working Code</title>
		<link>http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/</link>
		<comments>http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/#comments</comments>
		<pubDate>Wed, 25 Oct 2006 00:57:13 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[Languages]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[blogs / podcasts]]></category>

		<guid isPermaLink="false">http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/</guid>
		<description><![CDATA[Developers and Administrators under the age of thirty have no idea why old farts like me are sceptical of the productivity claims, why we roll our eyes at the hype and buzzwords that sell books and consulting engagements, about the amzing new programming language / technique / methodology du jour.  Occassionally, it&#8217;s because we&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>Developers and Administrators under the age of thirty have no idea why old farts like me are sceptical of the productivity claims, why we roll our eyes at the hype and buzzwords that sell books and consulting engagements, about the amzing new programming language / technique / methodology du jour.  Occassionally, it&#8217;s because we&#8217;ve seen it all before. <a href="http://www-306.ibm.com/software/success/cssdb.nsf/CS/DNSD-6K2KVW?OpenDocument&#038;Site=corp">IBM systems running multiple operating system instances ?</a> Sounds like good ole <a href="http://en.wikipedia.org/wiki/MVS">MVS</a> to me&#8230;.
</p>
<p>For example, the current state of play is that Sun&#8217;s JRuby team (Sun <a href="http://www.javalobby.org/java/forums/t78292.html">hired key Ruby developers</a> Thomas Enebo and Charles Nutter, back in September) has just released JRuby 0.9.1 for Java, with version 1.0 is expected in due course.</p>
<p>Apparently, going from JRuby 0.9.1 to 0.9.0 apparently brings a 50 to 60 per cent performance improvement (just how slow was it then ?), improves support for Ruby on Rails and for including Java classes in Ruby; delivers various design refactorings; and fixes some 86 Jira bugs.  According to <a href="http://www.bloglines.com/blog/ThomasEEnebo">Thomas Enebo</a>,<br />
JRuby is <a href="http://www.bloglines.com/blog/ThomasEEnebo?id=21">going really well</a>. </p>
<p>And Microsoft has just hired <a href="http://www.iunknown.com/articles/2006/10/20/dynamic-languages-microsoft-and-me">Ruby guru John Lam</a>, to help it add dynamic scripting languages to the Common Language Runtime platform.  Apparently, he created <a href="http://www.rubyclr.com/">RubyCLR </a>as an alternative to Microsoft&#8217;s C#, so this suggests that Microsoft could soon deliver Ruby as a complement to it&#8217;s release of <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=f9296971-f926-4be5-9870-f6ee3b1977a3&#038;DisplayLang=en">IronPython</a> (which is Python for .Net). There’s certainly a rich choice for dynamic programming enthusiasts these days.</p>
<p>The problem I have is that delivering systems fast is popular, until the business finds out:</p>
<ul>
<li>that what it gets doesn’t align with its requirements well,</li>
<li>that the cost of development pales into insignificance besides the cost of support,</li>
<li>there&#8217;s no traceability</li>
</ul>
<p>Of course, better dynamic languages may help but they’re still not really the real issue, as far as I can see.,  For example, customers and employers are thinking about <a href="http://www.itil.co.uk/">ITIL</a> and <a href="http://en.wikipedia.org/wiki/Information_technology_governance">IT governance</a>).</p>
<p>The real issue is that there&#8217;s <a href="http://www-inst.eecs.berkeley.edu/%7Emaratb/readings/NoSilverBullet.html">No Silver Bullet</a>.  It&#8217;s an important essay from way back in 1986, by Frederick P. Brooks (he of Mythical Man-Month) that has been repeatedly proven.</p>
<p>Programming consists of overcoming two things: <strong>accidental difficulties</strong>, things which are difficult because you happen to be using inadequate programming tools, and things which <strong>are difficult</strong>, which no programming tool or language is going to solve. An example of an accidental difficulty is manual memory management, e.g. “malloc” and “free,” or the singleton classes people create in Java because they don’t have top level functions. An example of something which is actually difficult is dealing with the subtle interactions between different parts of a program, for example, figuring out all the implications of a new feature that you just added.</p>
<p>Improvements in programming languages can eliminate accidental difficulties, but after you’ve done that, you’re left with the actual complexity of software development, so the No Silver Bullet theory basically warns us to expect diminishing returns from new technologies. I’m not really doing justice to Brooks’ argument, so if you haven’t read <a href="http://www-inst.eecs.berkeley.edu/%7Emaratb/readings/NoSilverBullet.html">No Silver Bullet</a> recently, I would highly recommend it.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d434').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d434" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Cool+Code+v+Working+Code&amp;Description=Cool+Code+v+Working+Code&amp;Url=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;title=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;title=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;title=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;title=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;title=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;title=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Cool+Code+v+Working+Code&amp;url=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;title=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;h=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;t=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;title=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;t=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;title=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100&amp;url=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;title=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;bm_description=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;T=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;title=Cool+Code+v+Working+Code&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;h=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;title=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;title=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;title=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;title=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;title=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;title=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;name=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;title=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=null&amp;r=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;u=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/&amp;t=Cool+Code+v+Working+Code" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d434').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d434').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.m-mad.com/playpen/2006/10/cool-code-v-working-code/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Free Language Courses » FSI Language Courses</title>
		<link>http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/</link>
		<comments>http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/#comments</comments>
		<pubDate>Wed, 23 Aug 2006 23:58:44 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[Family]]></category>
		<category><![CDATA[History]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[Politics (world)]]></category>
		<category><![CDATA[blogs / podcasts]]></category>

		<guid isPermaLink="false">http://m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/</guid>
		<description><![CDATA[Free Language Courses » FSI Language Courses
The United States Government&#8217;s Foreign Service Institute has created a website offering eleven different language courses for free. Languages included are: Cantonese, Chinese, French, German, Greek, Spanish, Portuguese, Serbo-Croatian and Turkish.
All courses consist of audio and text lessons divided into chapters and those are divided further into courses like [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://fsi-language-courses.com/default.aspx">Free Language Courses » FSI Language Courses</a><br />
The United States Government&#8217;s Foreign Service Institute has created a website offering eleven different language courses for free. Languages included are: Cantonese, Chinese, French, German, Greek, Spanish, Portuguese, Serbo-Croatian and Turkish.</p>
<p>All courses consist of audio and text lessons divided into chapters and those are divided further into courses like basic course volume 1 and  volume 2. Most units and audio files seem to be really big, the test mp3 files that I listened to had a size of about 10 megabytes each and lasted for about 20 minutes.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d376').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d376" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Free+Language+Courses+%C2%BB+FSI+Language+Courses&amp;Description=Free+Language+Courses+%C2%BB+FSI+Language+Courses&amp;Url=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;title=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;title=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;title=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;title=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;title=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;title=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Free+Language+Courses+%C2%BB+FSI+Language+Courses&amp;url=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;title=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;h=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;t=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;title=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;t=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;title=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100&amp;url=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;title=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;bm_description=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;T=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;title=Free+Language+Courses+%C2%BB+FSI+Language+Courses&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;h=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;title=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;title=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;title=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;title=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;title=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;title=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;name=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;title=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=null&amp;r=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;u=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/&amp;t=Free+Language+Courses+%C2%BB+FSI+Language+Courses" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d376').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d376').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.m-mad.com/playpen/2006/08/free-language-courses-%c2%bb-ghacks-tech-news/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>those cartoons</title>
		<link>http://www.m-mad.com/playpen/2006/02/those-cartoons/</link>
		<comments>http://www.m-mad.com/playpen/2006/02/those-cartoons/#comments</comments>
		<pubDate>Sun, 19 Feb 2006 03:36:42 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[History]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[Politics (world)]]></category>

		<guid isPermaLink="false">http://m-mad.com/playpen/2006/02/those-cartoons/</guid>
		<description><![CDATA[Surah 5:2-4]]></description>
			<content:encoded><![CDATA[<p>Surah 5:2-4 from the Koran:</p>
<blockquote dir="ltr" style="margin-right: 0px;">
<p><font color="#000000" face="Arial, Helvetica" size="2"><em>“And let not the hatred of some people in shutting you out of the Sacred Mosque lead you to transgression and hostility on your part. Help ye one another in righteousness and piety.”</em></font></p>
</blockquote>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d333').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d333" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=those+cartoons&amp;Description=those+cartoons&amp;Url=http://www.m-mad.com/playpen/2006/02/those-cartoons/" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.m-mad.com/playpen/2006/02/those-cartoons/" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.m-mad.com/playpen/2006/02/those-cartoons/&amp;title=those+cartoons" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://www.m-mad.com/playpen/2006/02/those-cartoons/&amp;title=those+cartoons" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.m-mad.com/playpen/2006/02/those-cartoons/&amp;title=those+cartoons" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http://www.m-mad.com/playpen/2006/02/those-cartoons/&amp;title=those+cartoons" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.m-mad.com/playpen/2006/02/those-cartoons/&amp;title=those+cartoons" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http://www.m-mad.com/playpen/2006/02/those-cartoons/&amp;title=those+cartoons" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=those+cartoons&amp;url=http://www.m-mad.com/playpen/2006/02/those-cartoons/&amp;title=those+cartoons" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.m-mad.com/playpen/2006/02/those-cartoons/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http://www.m-mad.com/playpen/2006/02/those-cartoons/&amp;h=those+cartoons" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http://www.m-mad.com/playpen/2006/02/those-cartoons/&amp;t=those+cartoons" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http://www.m-mad.com/playpen/2006/02/those-cartoons/&amp;title=those+cartoons" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http://www.m-mad.com/playpen/2006/02/those-cartoons/&amp;t=those+cartoons" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.m-mad.com/playpen/2006/02/those-cartoons/&amp;title=those+cartoons" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://www.m-mad.com/playpen/2006/02/those-cartoons/" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100&amp;url=http://www.m-mad.com/playpen/2006/02/those-cartoons/&amp;title=those+cartoons" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.m-mad.com/playpen/2006/02/those-cartoons/&amp;bm_description=those+cartoons" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.m-mad.com/playpen/2006/02/those-cartoons/&amp;T=those+cartoons" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http://www.m-mad.com/playpen/2006/02/those-cartoons/&amp;title=those+cartoons&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.m-mad.com/playpen/2006/02/those-cartoons/&amp;h=those+cartoons" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http://www.m-mad.com/playpen/2006/02/those-cartoons/&amp;title=those+cartoons" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.m-mad.com/playpen/2006/02/those-cartoons/&amp;title=those+cartoons" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http://www.m-mad.com/playpen/2006/02/those-cartoons/&amp;title=those+cartoons" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http://www.m-mad.com/playpen/2006/02/those-cartoons/" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://www.m-mad.com/playpen/2006/02/those-cartoons/&amp;title=those+cartoons" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.m-mad.com/playpen/2006/02/those-cartoons/&amp;title=those+cartoons" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http://www.m-mad.com/playpen/2006/02/those-cartoons/" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://www.m-mad.com/playpen/2006/02/those-cartoons/" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http://www.m-mad.com/playpen/2006/02/those-cartoons/" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http://www.m-mad.com/playpen/2006/02/those-cartoons/&amp;title=those+cartoons" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.m-mad.com/playpen/2006/02/those-cartoons/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http://www.m-mad.com/playpen/2006/02/those-cartoons/&amp;name=those+cartoons" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http://www.m-mad.com/playpen/2006/02/those-cartoons/&amp;title=those+cartoons" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=null&amp;r=http://www.m-mad.com/playpen/2006/02/those-cartoons/&amp;u=http://www.m-mad.com/playpen/2006/02/those-cartoons/&amp;title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.m-mad.com/playpen/2006/02/those-cartoons/&amp;t=those+cartoons" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d333').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d333').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.m-mad.com/playpen/2006/02/those-cartoons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fear of Writing</title>
		<link>http://www.m-mad.com/playpen/2006/02/fear-of-writing/</link>
		<comments>http://www.m-mad.com/playpen/2006/02/fear-of-writing/#comments</comments>
		<pubDate>Fri, 17 Feb 2006 00:29:08 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[Languages]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[Productivity]]></category>

		<guid isPermaLink="false">http://m-mad.com/playpen/2006/02/fear-of-writing/</guid>
		<description><![CDATA[It's like exercise. No matter how out of shape you are, if you exercise a few times a week, you'll inevitably get fitter.]]></description>
			<content:encoded><![CDATA[<p>From <a href="http://www.codinghorror.com/blog/">Coding Horror </a>:</p>
<blockquote><p>When I meet people that <a href="http://www.codinghorror.com/blog/archives/000297.html">have something to say, and an interesting way of saying it</a>, I encourage them to blog. But there&#8217;s one big hurdle many people simply never get past: the actual writing. I can respect that. <b>Writing is hard.</b> People spend their entire lives learning how to write effectively. It isn&#8217;t something you can fake. It isn&#8217;t something you can buy. You have to work at it.</p>
<p>
And that&#8217;s exactly why people who are afraid they can&#8217;t write <i>should</i> be blogging. It&#8217;s like exercise. No matter how out of shape you are, if you exercise a few times a week, you&#8217;ll inevitably get fitter. <b>And if you write a small blog entry a few times every week, you&#8217;re bound to become a better writer.</b> If you&#8217;re not writing because you&#8217;re intimidated by writing, well, you&#8217;re likely to stay that way forever.</p>
<p>If you&#8217;re still hesitant, I highly recommend John Scalzi&#8217;s <a href="http://www.scalzi.com/whatever/004023.html">Writing Tips for Non-Writers Who Don&#8217;t Want to Work at Writing</a>, and Brian Marick&#8217;s <a href="http://www.testing.com/cgi-bin/blog/2004/11/16">Hints for Revising</a>. They&#8217;re absolutely dead on with every point. <b>Consider your writing a natural extension of your spoken conversations</b>. If you aren&#8217;t comfortable reading it out loud, rewrite it until you are. In the words of <a href="http://www.elmoreleonard.com/index.php?/forums/viewthread/20">Elmore Leonard</a>:
</p>
</blockquote>
<blockquote><p><i> If it sounds like writing, I rewrite it. </i></p>
</blockquote>
<p> Blogging isn&#8217;t for everyone. But if you think it might be for you, <b>don&#8217;t let fear of writing keep you from doing it</b>. </p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d332').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d332" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Fear+of+Writing&amp;Description=Fear+of+Writing&amp;Url=http://www.m-mad.com/playpen/2006/02/fear-of-writing/" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.m-mad.com/playpen/2006/02/fear-of-writing/" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.m-mad.com/playpen/2006/02/fear-of-writing/&amp;title=Fear+of+Writing" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://www.m-mad.com/playpen/2006/02/fear-of-writing/&amp;title=Fear+of+Writing" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.m-mad.com/playpen/2006/02/fear-of-writing/&amp;title=Fear+of+Writing" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http://www.m-mad.com/playpen/2006/02/fear-of-writing/&amp;title=Fear+of+Writing" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.m-mad.com/playpen/2006/02/fear-of-writing/&amp;title=Fear+of+Writing" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http://www.m-mad.com/playpen/2006/02/fear-of-writing/&amp;title=Fear+of+Writing" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Fear+of+Writing&amp;url=http://www.m-mad.com/playpen/2006/02/fear-of-writing/&amp;title=Fear+of+Writing" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.m-mad.com/playpen/2006/02/fear-of-writing/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http://www.m-mad.com/playpen/2006/02/fear-of-writing/&amp;h=Fear+of+Writing" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http://www.m-mad.com/playpen/2006/02/fear-of-writing/&amp;t=Fear+of+Writing" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http://www.m-mad.com/playpen/2006/02/fear-of-writing/&amp;title=Fear+of+Writing" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http://www.m-mad.com/playpen/2006/02/fear-of-writing/&amp;t=Fear+of+Writing" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.m-mad.com/playpen/2006/02/fear-of-writing/&amp;title=Fear+of+Writing" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://www.m-mad.com/playpen/2006/02/fear-of-writing/" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100&amp;url=http://www.m-mad.com/playpen/2006/02/fear-of-writing/&amp;title=Fear+of+Writing" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.m-mad.com/playpen/2006/02/fear-of-writing/&amp;bm_description=Fear+of+Writing" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.m-mad.com/playpen/2006/02/fear-of-writing/&amp;T=Fear+of+Writing" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http://www.m-mad.com/playpen/2006/02/fear-of-writing/&amp;title=Fear+of+Writing&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.m-mad.com/playpen/2006/02/fear-of-writing/&amp;h=Fear+of+Writing" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http://www.m-mad.com/playpen/2006/02/fear-of-writing/&amp;title=Fear+of+Writing" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.m-mad.com/playpen/2006/02/fear-of-writing/&amp;title=Fear+of+Writing" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http://www.m-mad.com/playpen/2006/02/fear-of-writing/&amp;title=Fear+of+Writing" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http://www.m-mad.com/playpen/2006/02/fear-of-writing/" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://www.m-mad.com/playpen/2006/02/fear-of-writing/&amp;title=Fear+of+Writing" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.m-mad.com/playpen/2006/02/fear-of-writing/&amp;title=Fear+of+Writing" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http://www.m-mad.com/playpen/2006/02/fear-of-writing/" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://www.m-mad.com/playpen/2006/02/fear-of-writing/" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http://www.m-mad.com/playpen/2006/02/fear-of-writing/" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http://www.m-mad.com/playpen/2006/02/fear-of-writing/&amp;title=Fear+of+Writing" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.m-mad.com/playpen/2006/02/fear-of-writing/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http://www.m-mad.com/playpen/2006/02/fear-of-writing/&amp;name=Fear+of+Writing" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http://www.m-mad.com/playpen/2006/02/fear-of-writing/&amp;title=Fear+of+Writing" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=null&amp;r=http://www.m-mad.com/playpen/2006/02/fear-of-writing/&amp;u=http://www.m-mad.com/playpen/2006/02/fear-of-writing/&amp;title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.m-mad.com/playpen/2006/02/fear-of-writing/&amp;t=Fear+of+Writing" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d332').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d332').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.m-mad.com/playpen/2006/02/fear-of-writing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>www.techbooksforfree.com</title>
		<link>http://www.m-mad.com/playpen/2005/11/254/</link>
		<comments>http://www.m-mad.com/playpen/2005/11/254/#comments</comments>
		<pubDate>Mon, 28 Nov 2005 01:16:46 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://m-mad.com/playpen/2005/11/254/</guid>
		<description><![CDATA[Good Technical books for free download, includes
    * Linux
    * Java
    * Microsoft
    * C and C++
    * Perl/Python
    * Science in general
    * Networking
    * Database
    * [...]]]></description>
			<content:encoded><![CDATA[<p>Good Technical books for free <a href="http://www.techbooksforfree.com/">download</a>, includes<br />
    * Linux<br />
    * Java<br />
    * Microsoft<br />
    * C and C++<br />
    * Perl/Python<br />
    * Science in general<br />
    * Networking<br />
    * Database<br />
    * Security<br />
    * Assembly Programming<br />
It also has a link to the <a href="http://www.redbooks.ibm.com/">IBM redbooks site</a>.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d254').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d254" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=%3Ca+href%3D%22http%3A%2F%2Fwww.techbooksforfree.com%2F%22%3Ewww.techbooksforfree.com%3C%2FA%3E&amp;Description=%3Ca+href%3D%22http%3A%2F%2Fwww.techbooksforfree.com%2F%22%3Ewww.techbooksforfree.com%3C%2FA%3E&amp;Url=http://www.m-mad.com/playpen/2005/11/254/" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.m-mad.com/playpen/2005/11/254/" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.m-mad.com/playpen/2005/11/254/&amp;title=%3Ca+href%3D%22http%3A%2F%2Fwww.techbooksforfree.com%2F%22%3Ewww.techbooksforfree.com%3C%2FA%3E" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://www.m-mad.com/playpen/2005/11/254/&amp;title=%3Ca+href%3D%22http%3A%2F%2Fwww.techbooksforfree.com%2F%22%3Ewww.techbooksforfree.com%3C%2FA%3E" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.m-mad.com/playpen/2005/11/254/&amp;title=%3Ca+href%3D%22http%3A%2F%2Fwww.techbooksforfree.com%2F%22%3Ewww.techbooksforfree.com%3C%2FA%3E" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http://www.m-mad.com/playpen/2005/11/254/&amp;title=%3Ca+href%3D%22http%3A%2F%2Fwww.techbooksforfree.com%2F%22%3Ewww.techbooksforfree.com%3C%2FA%3E" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.m-mad.com/playpen/2005/11/254/&amp;title=%3Ca+href%3D%22http%3A%2F%2Fwww.techbooksforfree.com%2F%22%3Ewww.techbooksforfree.com%3C%2FA%3E" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http://www.m-mad.com/playpen/2005/11/254/&amp;title=%3Ca+href%3D%22http%3A%2F%2Fwww.techbooksforfree.com%2F%22%3Ewww.techbooksforfree.com%3C%2FA%3E" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=%3Ca+href%3D%22http%3A%2F%2Fwww.techbooksforfree.com%2F%22%3Ewww.techbooksforfree.com%3C%2FA%3E&amp;url=http://www.m-mad.com/playpen/2005/11/254/&amp;title=%3Ca+href%3D%22http%3A%2F%2Fwww.techbooksforfree.com%2F%22%3Ewww.techbooksforfree.com%3C%2FA%3E" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.m-mad.com/playpen/2005/11/254/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http://www.m-mad.com/playpen/2005/11/254/&amp;h=%3Ca+href%3D%22http%3A%2F%2Fwww.techbooksforfree.com%2F%22%3Ewww.techbooksforfree.com%3C%2FA%3E" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http://www.m-mad.com/playpen/2005/11/254/&amp;t=%3Ca+href%3D%22http%3A%2F%2Fwww.techbooksforfree.com%2F%22%3Ewww.techbooksforfree.com%3C%2FA%3E" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http://www.m-mad.com/playpen/2005/11/254/&amp;title=%3Ca+href%3D%22http%3A%2F%2Fwww.techbooksforfree.com%2F%22%3Ewww.techbooksforfree.com%3C%2FA%3E" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http://www.m-mad.com/playpen/2005/11/254/&amp;t=%3Ca+href%3D%22http%3A%2F%2Fwww.techbooksforfree.com%2F%22%3Ewww.techbooksforfree.com%3C%2FA%3E" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.m-mad.com/playpen/2005/11/254/&amp;title=%3Ca+href%3D%22http%3A%2F%2Fwww.techbooksforfree.com%2F%22%3Ewww.techbooksforfree.com%3C%2FA%3E" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://www.m-mad.com/playpen/2005/11/254/" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100&amp;url=http://www.m-mad.com/playpen/2005/11/254/&amp;title=%3Ca+href%3D%22http%3A%2F%2Fwww.techbooksforfree.com%2F%22%3Ewww.techbooksforfree.com%3C%2FA%3E" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.m-mad.com/playpen/2005/11/254/&amp;bm_description=%3Ca+href%3D%22http%3A%2F%2Fwww.techbooksforfree.com%2F%22%3Ewww.techbooksforfree.com%3C%2FA%3E" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.m-mad.com/playpen/2005/11/254/&amp;T=%3Ca+href%3D%22http%3A%2F%2Fwww.techbooksforfree.com%2F%22%3Ewww.techbooksforfree.com%3C%2FA%3E" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http://www.m-mad.com/playpen/2005/11/254/&amp;title=%3Ca+href%3D%22http%3A%2F%2Fwww.techbooksforfree.com%2F%22%3Ewww.techbooksforfree.com%3C%2FA%3E&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.m-mad.com/playpen/2005/11/254/&amp;h=%3Ca+href%3D%22http%3A%2F%2Fwww.techbooksforfree.com%2F%22%3Ewww.techbooksforfree.com%3C%2FA%3E" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http://www.m-mad.com/playpen/2005/11/254/&amp;title=%3Ca+href%3D%22http%3A%2F%2Fwww.techbooksforfree.com%2F%22%3Ewww.techbooksforfree.com%3C%2FA%3E" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.m-mad.com/playpen/2005/11/254/&amp;title=%3Ca+href%3D%22http%3A%2F%2Fwww.techbooksforfree.com%2F%22%3Ewww.techbooksforfree.com%3C%2FA%3E" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http://www.m-mad.com/playpen/2005/11/254/&amp;title=%3Ca+href%3D%22http%3A%2F%2Fwww.techbooksforfree.com%2F%22%3Ewww.techbooksforfree.com%3C%2FA%3E" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http://www.m-mad.com/playpen/2005/11/254/" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://www.m-mad.com/playpen/2005/11/254/&amp;title=%3Ca+href%3D%22http%3A%2F%2Fwww.techbooksforfree.com%2F%22%3Ewww.techbooksforfree.com%3C%2FA%3E" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.m-mad.com/playpen/2005/11/254/&amp;title=%3Ca+href%3D%22http%3A%2F%2Fwww.techbooksforfree.com%2F%22%3Ewww.techbooksforfree.com%3C%2FA%3E" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http://www.m-mad.com/playpen/2005/11/254/" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://www.m-mad.com/playpen/2005/11/254/" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http://www.m-mad.com/playpen/2005/11/254/" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http://www.m-mad.com/playpen/2005/11/254/&amp;title=%3Ca+href%3D%22http%3A%2F%2Fwww.techbooksforfree.com%2F%22%3Ewww.techbooksforfree.com%3C%2FA%3E" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.m-mad.com/playpen/2005/11/254/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http://www.m-mad.com/playpen/2005/11/254/&amp;name=%3Ca+href%3D%22http%3A%2F%2Fwww.techbooksforfree.com%2F%22%3Ewww.techbooksforfree.com%3C%2FA%3E" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http://www.m-mad.com/playpen/2005/11/254/&amp;title=%3Ca+href%3D%22http%3A%2F%2Fwww.techbooksforfree.com%2F%22%3Ewww.techbooksforfree.com%3C%2FA%3E" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=null&amp;r=http://www.m-mad.com/playpen/2005/11/254/&amp;u=http://www.m-mad.com/playpen/2005/11/254/&amp;title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.m-mad.com/playpen/2005/11/254/&amp;t=%3Ca+href%3D%22http%3A%2F%2Fwww.techbooksforfree.com%2F%22%3Ewww.techbooksforfree.com%3C%2FA%3E" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d254').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d254').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.m-mad.com/playpen/2005/11/254/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Who&#8217;ll mind the mainframes?</title>
		<link>http://www.m-mad.com/playpen/2005/08/wholl-mind-the-mainframes/</link>
		<comments>http://www.m-mad.com/playpen/2005/08/wholl-mind-the-mainframes/#comments</comments>
		<pubDate>Mon, 29 Aug 2005 08:27:49 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[Languages]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://m-mad.com/playpen/2005/08/wholl-mind-the-mainframes/</guid>
		<description><![CDATA[The Boston Globe has a running a story about the maintainers of the mainframes getting older and facing retirement. One of the problems is that many computer science programs don&#8217;t include mainframes in their curricula anymore. From the article:
&#8220;Amid concerns that America doesn&#8217;t produce enough technically trained young people, mainframe computer users and developers are [...]]]></description>
			<content:encoded><![CDATA[<p>The Boston Globe has a running a story about the <a href="http://www.boston.com/business/globe/articles/2005/08/26/wholl_mind_the_mainframes/">maintainers of the mainframes getting older and facing retirement</a>. One of the problems is that many computer science programs don&#8217;t include mainframes in their curricula anymore. From the article:<br />
<i>&#8220;Amid concerns that America doesn&#8217;t produce enough technically trained young people, mainframe computer users and developers are especially concerned. Most computer science students concentrate on small-computer technology, such as Microsoft Corp.&#8217;s Windows operating systems, or the popular alternatives Unix and Linux. Few have been trained on zOS, the operating system that runs IBM Corp.&#8217;s massive mainframes.&#8221;</i><br />
According to Forrester Research in Cambridge, the actual number of companies and organizations that use mainframes has declined.<br />
<em>&#8221;But the user organizations are increasingly large. The largest organizations are the ones that are most loyal to the platform.&#8221;</em><br />
For an Australian perspective on the issue and how it is being dealt with, look <a href="http://smh.com.au/news/perspectives/updating-history-for-use-today/2005/07/18/1121538895302.html">here.</a></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d214').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d214" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Who%26%238217%3Bll+mind+the+mainframes%3F&amp;Description=Who%26%238217%3Bll+mind+the+mainframes%3F&amp;Url=http://www.m-mad.com/playpen/2005/08/wholl-mind-the-mainframes/" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.m-mad.com/playpen/2005/08/wholl-mind-the-mainframes/" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.m-mad.com/playpen/2005/08/wholl-mind-the-mainframes/&amp;title=Who%26%238217%3Bll+mind+the+mainframes%3F" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://www.m-mad.com/playpen/2005/08/wholl-mind-the-mainframes/&amp;title=Who%26%238217%3Bll+mind+the+mainframes%3F" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.m-mad.com/playpen/2005/08/wholl-mind-the-mainframes/&amp;title=Who%26%238217%3Bll+mind+the+mainframes%3F" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http://www.m-mad.com/playpen/2005/08/wholl-mind-the-mainframes/&amp;title=Who%26%238217%3Bll+mind+the+mainframes%3F" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.m-mad.com/playpen/2005/08/wholl-mind-the-mainframes/&amp;title=Who%26%238217%3Bll+mind+the+mainframes%3F" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http://www.m-mad.com/playpen/2005/08/wholl-mind-the-mainframes/&amp;title=Who%26%238217%3Bll+mind+the+mainframes%3F" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Who%26%238217%3Bll+mind+the+mainframes%3F&amp;url=http://www.m-mad.com/playpen/2005/08/wholl-mind-the-mainframes/&amp;title=Who%26%238217%3Bll+mind+the+mainframes%3F" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.m-mad.com/playpen/2005/08/wholl-mind-the-mainframes/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http://www.m-mad.com/playpen/2005/08/wholl-mind-the-mainframes/&amp;h=Who%26%238217%3Bll+mind+the+mainframes%3F" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http://www.m-mad.com/playpen/2005/08/wholl-mind-the-mainframes/&amp;t=Who%26%238217%3Bll+mind+the+mainframes%3F" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http://www.m-mad.com/playpen/2005/08/wholl-mind-the-mainframes/&amp;title=Who%26%238217%3Bll+mind+the+mainframes%3F" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http://www.m-mad.com/playpen/2005/08/wholl-mind-the-mainframes/&amp;t=Who%26%238217%3Bll+mind+the+mainframes%3F" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.m-mad.com/playpen/2005/08/wholl-mind-the-mainframes/&amp;title=Who%26%238217%3Bll+mind+the+mainframes%3F" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://www.m-mad.com/playpen/2005/08/wholl-mind-the-mainframes/" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100&amp;url=http://www.m-mad.com/playpen/2005/08/wholl-mind-the-mainframes/&amp;title=Who%26%238217%3Bll+mind+the+mainframes%3F" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.m-mad.com/playpen/2005/08/wholl-mind-the-mainframes/&amp;bm_description=Who%26%238217%3Bll+mind+the+mainframes%3F" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.m-mad.com/playpen/2005/08/wholl-mind-the-mainframes/&amp;T=Who%26%238217%3Bll+mind+the+mainframes%3F" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http://www.m-mad.com/playpen/2005/08/wholl-mind-the-mainframes/&amp;title=Who%26%238217%3Bll+mind+the+mainframes%3F&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.m-mad.com/playpen/2005/08/wholl-mind-the-mainframes/&amp;h=Who%26%238217%3Bll+mind+the+mainframes%3F" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http://www.m-mad.com/playpen/2005/08/wholl-mind-the-mainframes/&amp;title=Who%26%238217%3Bll+mind+the+mainframes%3F" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.m-mad.com/playpen/2005/08/wholl-mind-the-mainframes/&amp;title=Who%26%238217%3Bll+mind+the+mainframes%3F" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http://www.m-mad.com/playpen/2005/08/wholl-mind-the-mainframes/&amp;title=Who%26%238217%3Bll+mind+the+mainframes%3F" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http://www.m-mad.com/playpen/2005/08/wholl-mind-the-mainframes/" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://www.m-mad.com/playpen/2005/08/wholl-mind-the-mainframes/&amp;title=Who%26%238217%3Bll+mind+the+mainframes%3F" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.m-mad.com/playpen/2005/08/wholl-mind-the-mainframes/&amp;title=Who%26%238217%3Bll+mind+the+mainframes%3F" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http://www.m-mad.com/playpen/2005/08/wholl-mind-the-mainframes/" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://www.m-mad.com/playpen/2005/08/wholl-mind-the-mainframes/" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http://www.m-mad.com/playpen/2005/08/wholl-mind-the-mainframes/" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http://www.m-mad.com/playpen/2005/08/wholl-mind-the-mainframes/&amp;title=Who%26%238217%3Bll+mind+the+mainframes%3F" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.m-mad.com/playpen/2005/08/wholl-mind-the-mainframes/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http://www.m-mad.com/playpen/2005/08/wholl-mind-the-mainframes/&amp;name=Who%26%238217%3Bll+mind+the+mainframes%3F" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http://www.m-mad.com/playpen/2005/08/wholl-mind-the-mainframes/&amp;title=Who%26%238217%3Bll+mind+the+mainframes%3F" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=null&amp;r=http://www.m-mad.com/playpen/2005/08/wholl-mind-the-mainframes/&amp;u=http://www.m-mad.com/playpen/2005/08/wholl-mind-the-mainframes/&amp;title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.m-mad.com/playpen/2005/08/wholl-mind-the-mainframes/&amp;t=Who%26%238217%3Bll+mind+the+mainframes%3F" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d214').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d214').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.m-mad.com/playpen/2005/08/wholl-mind-the-mainframes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Australia Linux trademark row</title>
		<link>http://www.m-mad.com/playpen/2005/08/207/</link>
		<comments>http://www.m-mad.com/playpen/2005/08/207/#comments</comments>
		<pubDate>Tue, 23 Aug 2005 15:29:10 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[Languages]]></category>
		<category><![CDATA[Politics (world)]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://m-mad.com/playpen/2005/08/207/</guid>
		<description><![CDATA[Some background on why the Linux mark institute (and more specifically Linus Torvalds) are attempting to licence the Linux trademark in Australia.
If you don&#8217;t protect a trademark, it becomes useless.  thats why Kimberly-Clark don&#8217;t like you using the term Kleenex if you mean any old generic paper tissue.  My understanding is that the [...]]]></description>
			<content:encoded><![CDATA[<p>Some <a href="http://news.com.com/Torvalds+weighs+in+on+Linux+trademark+row/2100-7344_3-5841222.html?tag=st.pop">background</a> on why the <a href="www.linuxmark.org/">Linux mark institute</a> (and more specifically <a href="http://www.google.com/search?q=%22linus+Torvalds%22">Linus Torvalds</a>) are attempting to licence the Linux trademark in Australia.<br />
If you don&#8217;t protect a trademark, it becomes useless.  thats why <a href="http://www.kimberly-clark.com">Kimberly-Clark</a> don&#8217;t like you using the term <a href="http://www.kleenex.com/us/">Kleenex</a> if you mean any old generic paper tissue.  My understanding is that the owners of specific trademarks don&#8217; twant their specific product confused with any other; they&#8217;ve got a lot of value invested in the <em>brand</em> and don&#8217;t want it devalued.<br />
PS See <a href="http://www.poynter.org/content/content_view.asp?id=64412">here</a> for a funny story related to the &#8220;.. for dummies&#8221; series.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d207').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d207" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Australia+Linux+trademark+row&amp;Description=Australia+Linux+trademark+row&amp;Url=http://www.m-mad.com/playpen/2005/08/207/" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.m-mad.com/playpen/2005/08/207/" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.m-mad.com/playpen/2005/08/207/&amp;title=Australia+Linux+trademark+row" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://www.m-mad.com/playpen/2005/08/207/&amp;title=Australia+Linux+trademark+row" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.m-mad.com/playpen/2005/08/207/&amp;title=Australia+Linux+trademark+row" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http://www.m-mad.com/playpen/2005/08/207/&amp;title=Australia+Linux+trademark+row" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.m-mad.com/playpen/2005/08/207/&amp;title=Australia+Linux+trademark+row" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http://www.m-mad.com/playpen/2005/08/207/&amp;title=Australia+Linux+trademark+row" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Australia+Linux+trademark+row&amp;url=http://www.m-mad.com/playpen/2005/08/207/&amp;title=Australia+Linux+trademark+row" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.m-mad.com/playpen/2005/08/207/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http://www.m-mad.com/playpen/2005/08/207/&amp;h=Australia+Linux+trademark+row" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http://www.m-mad.com/playpen/2005/08/207/&amp;t=Australia+Linux+trademark+row" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http://www.m-mad.com/playpen/2005/08/207/&amp;title=Australia+Linux+trademark+row" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http://www.m-mad.com/playpen/2005/08/207/&amp;t=Australia+Linux+trademark+row" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.m-mad.com/playpen/2005/08/207/&amp;title=Australia+Linux+trademark+row" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://www.m-mad.com/playpen/2005/08/207/" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100&amp;url=http://www.m-mad.com/playpen/2005/08/207/&amp;title=Australia+Linux+trademark+row" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.m-mad.com/playpen/2005/08/207/&amp;bm_description=Australia+Linux+trademark+row" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.m-mad.com/playpen/2005/08/207/&amp;T=Australia+Linux+trademark+row" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http://www.m-mad.com/playpen/2005/08/207/&amp;title=Australia+Linux+trademark+row&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.m-mad.com/playpen/2005/08/207/&amp;h=Australia+Linux+trademark+row" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http://www.m-mad.com/playpen/2005/08/207/&amp;title=Australia+Linux+trademark+row" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.m-mad.com/playpen/2005/08/207/&amp;title=Australia+Linux+trademark+row" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http://www.m-mad.com/playpen/2005/08/207/&amp;title=Australia+Linux+trademark+row" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http://www.m-mad.com/playpen/2005/08/207/" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://www.m-mad.com/playpen/2005/08/207/&amp;title=Australia+Linux+trademark+row" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.m-mad.com/playpen/2005/08/207/&amp;title=Australia+Linux+trademark+row" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http://www.m-mad.com/playpen/2005/08/207/" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://www.m-mad.com/playpen/2005/08/207/" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http://www.m-mad.com/playpen/2005/08/207/" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http://www.m-mad.com/playpen/2005/08/207/&amp;title=Australia+Linux+trademark+row" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.m-mad.com/playpen/2005/08/207/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http://www.m-mad.com/playpen/2005/08/207/&amp;name=Australia+Linux+trademark+row" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http://www.m-mad.com/playpen/2005/08/207/&amp;title=Australia+Linux+trademark+row" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=null&amp;r=http://www.m-mad.com/playpen/2005/08/207/&amp;u=http://www.m-mad.com/playpen/2005/08/207/&amp;title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.m-mad.com/playpen/2005/08/207/&amp;t=Australia+Linux+trademark+row" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d207').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d207').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.m-mad.com/playpen/2005/08/207/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>State of Ajax: Progress, Challenges, and Implications for SOAs</title>
		<link>http://www.m-mad.com/playpen/2005/08/state-of-ajax-progress-challenges-and-implications-for-soas/</link>
		<comments>http://www.m-mad.com/playpen/2005/08/state-of-ajax-progress-challenges-and-implications-for-soas/#comments</comments>
		<pubDate>Sun, 21 Aug 2005 09:55:03 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://m-mad.com/playpen/2005/08/state-of-ajax-progress-challenges-and-implications-for-soas/</guid>
		<description><![CDATA[Ajax hasn&#8217;t even been big a year yet and already open source development tools by the dozen are pouring out. Not to mention big names like TIBCO and Microsoft already have previews on the way of full-fledged IDEs for developing Ajax applications. Ajax may be the biggest software development story of 2005.
Dion Hinchcliffe has a [...]]]></description>
			<content:encoded><![CDATA[<p>Ajax hasn&#8217;t even been big a year yet and already open source development tools by the dozen are pouring out. Not to mention big names like TIBCO and Microsoft already have previews on the way of full-fledged IDEs for developing Ajax applications. Ajax may be the biggest software development story of 2005.<br />
Dion Hinchcliffe has a <a href="http://hinchcliffe.org/archive/2005/08/18/1675.aspx">detailed article</a> about how Ajax has evolved over the last six months and assesses the current state of tools, libraries, and mindshare.<br />
Something I&#8217;m picking up from watching stories about intranet AJAX developments is that since it requires high performance back-end XML services, it may inadvertently up being a driving force for Service-Oriented Architecture (SOA) for many organizations.<br />
Bear in mind, though, that the point of providing SOA services is to be able to combine them and use them in a manner that is consistent and abstracted from the source application(s).  SOA operates at the integration level&#8230; between apps.  To assume that services should be tied together at the browser assumes that architecturally significant web services are so fine-grained that they would be useful for driving a user interface.  That is nonsense.<br />
Another issue, vaguely related,  is the movement from &#8220;local&#8221; to &#8220;remote&#8221; data storage. In fact, it was going on before AJAX  &#8211; since people went from fat client software towards more streamlined C/S replacements, due mostly to convenience and easier features, server updates etc.  Examples include web mail (i.e. outlook v hotmail).</p>
<p><a href="http://en.wikipedia.org/wiki/Ajax_(programming)">Ajax (programming)</a><br />
<a href="http://blog.codedread.com/archives/2005/04/21/ajax-gotchas/">Ajaz gotchas</a><br />
<a href="http://www.ajaxmatters.com/">Ajax matters</a></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d203').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d203" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=State+of+Ajax%3A+Progress%2C+Challenges%2C+and+Implications+for+SOAs&amp;Description=State+of+Ajax%3A+Progress%2C+Challenges%2C+and+Implications+for+SOAs&amp;Url=http://www.m-mad.com/playpen/2005/08/state-of-ajax-progress-challenges-and-implications-for-soas/" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.m-mad.com/playpen/2005/08/state-of-ajax-progress-challenges-and-implications-for-soas/" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.m-mad.com/playpen/2005/08/state-of-ajax-progress-challenges-and-implications-for-soas/&amp;title=State+of+Ajax%3A+Progress%2C+Challenges%2C+and+Implications+for+SOAs" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://www.m-mad.com/playpen/2005/08/state-of-ajax-progress-challenges-and-implications-for-soas/&amp;title=State+of+Ajax%3A+Progress%2C+Challenges%2C+and+Implications+for+SOAs" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.m-mad.com/playpen/2005/08/state-of-ajax-progress-challenges-and-implications-for-soas/&amp;title=State+of+Ajax%3A+Progress%2C+Challenges%2C+and+Implications+for+SOAs" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http://www.m-mad.com/playpen/2005/08/state-of-ajax-progress-challenges-and-implications-for-soas/&amp;title=State+of+Ajax%3A+Progress%2C+Challenges%2C+and+Implications+for+SOAs" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.m-mad.com/playpen/2005/08/state-of-ajax-progress-challenges-and-implications-for-soas/&amp;title=State+of+Ajax%3A+Progress%2C+Challenges%2C+and+Implications+for+SOAs" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http://www.m-mad.com/playpen/2005/08/state-of-ajax-progress-challenges-and-implications-for-soas/&amp;title=State+of+Ajax%3A+Progress%2C+Challenges%2C+and+Implications+for+SOAs" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=State+of+Ajax%3A+Progress%2C+Challenges%2C+and+Implications+for+SOAs&amp;url=http://www.m-mad.com/playpen/2005/08/state-of-ajax-progress-challenges-and-implications-for-soas/&amp;title=State+of+Ajax%3A+Progress%2C+Challenges%2C+and+Implications+for+SOAs" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.m-mad.com/playpen/2005/08/state-of-ajax-progress-challenges-and-implications-for-soas/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http://www.m-mad.com/playpen/2005/08/state-of-ajax-progress-challenges-and-implications-for-soas/&amp;h=State+of+Ajax%3A+Progress%2C+Challenges%2C+and+Implications+for+SOAs" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http://www.m-mad.com/playpen/2005/08/state-of-ajax-progress-challenges-and-implications-for-soas/&amp;t=State+of+Ajax%3A+Progress%2C+Challenges%2C+and+Implications+for+SOAs" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http://www.m-mad.com/playpen/2005/08/state-of-ajax-progress-challenges-and-implications-for-soas/&amp;title=State+of+Ajax%3A+Progress%2C+Challenges%2C+and+Implications+for+SOAs" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http://www.m-mad.com/playpen/2005/08/state-of-ajax-progress-challenges-and-implications-for-soas/&amp;t=State+of+Ajax%3A+Progress%2C+Challenges%2C+and+Implications+for+SOAs" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.m-mad.com/playpen/2005/08/state-of-ajax-progress-challenges-and-implications-for-soas/&amp;title=State+of+Ajax%3A+Progress%2C+Challenges%2C+and+Implications+for+SOAs" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://www.m-mad.com/playpen/2005/08/state-of-ajax-progress-challenges-and-implications-for-soas/" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100&amp;url=http://www.m-mad.com/playpen/2005/08/state-of-ajax-progress-challenges-and-implications-for-soas/&amp;title=State+of+Ajax%3A+Progress%2C+Challenges%2C+and+Implications+for+SOAs" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.m-mad.com/playpen/2005/08/state-of-ajax-progress-challenges-and-implications-for-soas/&amp;bm_description=State+of+Ajax%3A+Progress%2C+Challenges%2C+and+Implications+for+SOAs" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.m-mad.com/playpen/2005/08/state-of-ajax-progress-challenges-and-implications-for-soas/&amp;T=State+of+Ajax%3A+Progress%2C+Challenges%2C+and+Implications+for+SOAs" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http://www.m-mad.com/playpen/2005/08/state-of-ajax-progress-challenges-and-implications-for-soas/&amp;title=State+of+Ajax%3A+Progress%2C+Challenges%2C+and+Implications+for+SOAs&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.m-mad.com/playpen/2005/08/state-of-ajax-progress-challenges-and-implications-for-soas/&amp;h=State+of+Ajax%3A+Progress%2C+Challenges%2C+and+Implications+for+SOAs" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http://www.m-mad.com/playpen/2005/08/state-of-ajax-progress-challenges-and-implications-for-soas/&amp;title=State+of+Ajax%3A+Progress%2C+Challenges%2C+and+Implications+for+SOAs" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.m-mad.com/playpen/2005/08/state-of-ajax-progress-challenges-and-implications-for-soas/&amp;title=State+of+Ajax%3A+Progress%2C+Challenges%2C+and+Implications+for+SOAs" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http://www.m-mad.com/playpen/2005/08/state-of-ajax-progress-challenges-and-implications-for-soas/&amp;title=State+of+Ajax%3A+Progress%2C+Challenges%2C+and+Implications+for+SOAs" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http://www.m-mad.com/playpen/2005/08/state-of-ajax-progress-challenges-and-implications-for-soas/" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://www.m-mad.com/playpen/2005/08/state-of-ajax-progress-challenges-and-implications-for-soas/&amp;title=State+of+Ajax%3A+Progress%2C+Challenges%2C+and+Implications+for+SOAs" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.m-mad.com/playpen/2005/08/state-of-ajax-progress-challenges-and-implications-for-soas/&amp;title=State+of+Ajax%3A+Progress%2C+Challenges%2C+and+Implications+for+SOAs" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http://www.m-mad.com/playpen/2005/08/state-of-ajax-progress-challenges-and-implications-for-soas/" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://www.m-mad.com/playpen/2005/08/state-of-ajax-progress-challenges-and-implications-for-soas/" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http://www.m-mad.com/playpen/2005/08/state-of-ajax-progress-challenges-and-implications-for-soas/" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http://www.m-mad.com/playpen/2005/08/state-of-ajax-progress-challenges-and-implications-for-soas/&amp;title=State+of+Ajax%3A+Progress%2C+Challenges%2C+and+Implications+for+SOAs" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.m-mad.com/playpen/2005/08/state-of-ajax-progress-challenges-and-implications-for-soas/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http://www.m-mad.com/playpen/2005/08/state-of-ajax-progress-challenges-and-implications-for-soas/&amp;name=State+of+Ajax%3A+Progress%2C+Challenges%2C+and+Implications+for+SOAs" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http://www.m-mad.com/playpen/2005/08/state-of-ajax-progress-challenges-and-implications-for-soas/&amp;title=State+of+Ajax%3A+Progress%2C+Challenges%2C+and+Implications+for+SOAs" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=null&amp;r=http://www.m-mad.com/playpen/2005/08/state-of-ajax-progress-challenges-and-implications-for-soas/&amp;u=http://www.m-mad.com/playpen/2005/08/state-of-ajax-progress-challenges-and-implications-for-soas/&amp;title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.m-mad.com/playpen/2005/08/state-of-ajax-progress-challenges-and-implications-for-soas/&amp;t=State+of+Ajax%3A+Progress%2C+Challenges%2C+and+Implications+for+SOAs" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d203').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d203').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.m-mad.com/playpen/2005/08/state-of-ajax-progress-challenges-and-implications-for-soas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Agile Web Development with Ruby on Rails</title>
		<link>http://www.m-mad.com/playpen/2005/06/my-stuff-tech-agile-web-development-with-ruby-on-rails/</link>
		<comments>http://www.m-mad.com/playpen/2005/06/my-stuff-tech-agile-web-development-with-ruby-on-rails/#comments</comments>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://m-mad.com/playpen/?p=166</guid>
		<description><![CDATA[Learning to develop web applications with Ruby on Rails has gained a huge amount of interest lately, but for people wanting to learn Rails there are no books on the subject.  That&#8217;s changed now with the pre-release of  Agile Web Development with Ruby on Rails , the latest book from Dave Thomas and [...]]]></description>
			<content:encoded><![CDATA[<p>Learning to develop web applications with <a href="http://www.rubyonrails.com/">Ruby on Rails</a> has gained a <a href="//developers.slashdot.org/article.pl?sid=05/01/21/1514234&amp;tid=156">huge</a> <a href="//developers.slashdot.org/article.pl?sid=05/03/04/1319242&amp;tid=156">amount</a> <a href="//developers.slashdot.org/article.pl?sid=05/04/04/1520227&amp;tid=156">of</a> <a href="//developers.slashdot.org/article.pl?sid=05/06/06/1135222&amp;tid=156">interest</a> <a href="//developers.slashdot.org/article.pl?sid=05/06/11/1317218&amp;tid=156">lately</a>, but for people wanting to learn Rails there are no books on the subject.  That&#8217;s changed now with the pre-release of <a href="http://www.pragmaticprogrammer.com/titles/rails/"> <cite>Agile Web Development with Ruby on Rails</cite> </a>, the latest book from Dave Thomas and the author of <cite>Ruby on Rails</cite> David Heinemeier Hansson. It&#8217;s really 3 books in one: a full Rails tutorial, an in depth guide to the components that make up Rails, and an introduction to developing applications using the Agile development model. There&#8217;s even a quick introduction to <a href="http://www.rubyonrails.com/">Ruby, the language Rails is built with</a>.</p>
<p><a href="http://radar.oreilly.com/archives/2005/04/on_conferences.html">http://radar.oreilly.com/archives/2005/04/on_conferences.html</a><br />
<blockquote>&#8220;Ruby on Rails is astounding. Using it is like watching a kung-fu movie, where a dozen bad-ass frameworks prepare to beat up the little newcomer only to be handed their asses in a variety of imaginative ways. I&#8217;ve got David Heinemeier Hanson giving a session, tutorial, and keynote. That&#8217;s how much I love &#8220;convention over configuration&#8221; and the other philosophies behind Rails. Rails shows us a very interesting future for web applications, and is a great example of innovation from within the open source community.&#8221;</p></blockquote>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d166').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d166" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Agile+Web+Development+with+Ruby+on+Rails&amp;Description=Agile+Web+Development+with+Ruby+on+Rails&amp;Url=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-agile-web-development-with-ruby-on-rails/" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.m-mad.com/playpen/2005/06/my-stuff-tech-agile-web-development-with-ruby-on-rails/" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-agile-web-development-with-ruby-on-rails/&amp;title=Agile+Web+Development+with+Ruby+on+Rails" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-agile-web-development-with-ruby-on-rails/&amp;title=Agile+Web+Development+with+Ruby+on+Rails" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-agile-web-development-with-ruby-on-rails/&amp;title=Agile+Web+Development+with+Ruby+on+Rails" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-agile-web-development-with-ruby-on-rails/&amp;title=Agile+Web+Development+with+Ruby+on+Rails" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-agile-web-development-with-ruby-on-rails/&amp;title=Agile+Web+Development+with+Ruby+on+Rails" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-agile-web-development-with-ruby-on-rails/&amp;title=Agile+Web+Development+with+Ruby+on+Rails" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Agile+Web+Development+with+Ruby+on+Rails&amp;url=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-agile-web-development-with-ruby-on-rails/&amp;title=Agile+Web+Development+with+Ruby+on+Rails" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-agile-web-development-with-ruby-on-rails/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-agile-web-development-with-ruby-on-rails/&amp;h=Agile+Web+Development+with+Ruby+on+Rails" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-agile-web-development-with-ruby-on-rails/&amp;t=Agile+Web+Development+with+Ruby+on+Rails" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-agile-web-development-with-ruby-on-rails/&amp;title=Agile+Web+Development+with+Ruby+on+Rails" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-agile-web-development-with-ruby-on-rails/&amp;t=Agile+Web+Development+with+Ruby+on+Rails" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-agile-web-development-with-ruby-on-rails/&amp;title=Agile+Web+Development+with+Ruby+on+Rails" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-agile-web-development-with-ruby-on-rails/" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100&amp;url=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-agile-web-development-with-ruby-on-rails/&amp;title=Agile+Web+Development+with+Ruby+on+Rails" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-agile-web-development-with-ruby-on-rails/&amp;bm_description=Agile+Web+Development+with+Ruby+on+Rails" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-agile-web-development-with-ruby-on-rails/&amp;T=Agile+Web+Development+with+Ruby+on+Rails" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-agile-web-development-with-ruby-on-rails/&amp;title=Agile+Web+Development+with+Ruby+on+Rails&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-agile-web-development-with-ruby-on-rails/&amp;h=Agile+Web+Development+with+Ruby+on+Rails" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-agile-web-development-with-ruby-on-rails/&amp;title=Agile+Web+Development+with+Ruby+on+Rails" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-agile-web-development-with-ruby-on-rails/&amp;title=Agile+Web+Development+with+Ruby+on+Rails" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-agile-web-development-with-ruby-on-rails/&amp;title=Agile+Web+Development+with+Ruby+on+Rails" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-agile-web-development-with-ruby-on-rails/" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-agile-web-development-with-ruby-on-rails/&amp;title=Agile+Web+Development+with+Ruby+on+Rails" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-agile-web-development-with-ruby-on-rails/&amp;title=Agile+Web+Development+with+Ruby+on+Rails" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-agile-web-development-with-ruby-on-rails/" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://www.m-mad.com/playpen/2005/06/my-stuff-tech-agile-web-development-with-ruby-on-rails/" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http://www.m-mad.com/playpen/2005/06/my-stuff-tech-agile-web-development-with-ruby-on-rails/" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-agile-web-development-with-ruby-on-rails/&amp;title=Agile+Web+Development+with+Ruby+on+Rails" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-agile-web-development-with-ruby-on-rails/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-agile-web-development-with-ruby-on-rails/&amp;name=Agile+Web+Development+with+Ruby+on+Rails" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-agile-web-development-with-ruby-on-rails/&amp;title=Agile+Web+Development+with+Ruby+on+Rails" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=null&amp;r=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-agile-web-development-with-ruby-on-rails/&amp;u=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-agile-web-development-with-ruby-on-rails/&amp;title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-agile-web-development-with-ruby-on-rails/&amp;t=Agile+Web+Development+with+Ruby+on+Rails" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d166').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d166').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.m-mad.com/playpen/2005/06/my-stuff-tech-agile-web-development-with-ruby-on-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP date &#8212; Format a local time/date</title>
		<link>http://www.m-mad.com/playpen/2005/06/my-stuff-tech-php-date-format-a-local-timedate/</link>
		<comments>http://www.m-mad.com/playpen/2005/06/my-stuff-tech-php-date-format-a-local-timedate/#comments</comments>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://m-mad.com/playpen/?p=168</guid>
		<description><![CDATA[string date ( string format [, int timestamp] )$hh = date(&#8220;H&#8221;);if ($hh > &#8220;11&#8243;) { after_midday() };
Fmt DescriptionDAY ===========================================================d    Day of the month, 2 digits with leading zerosD    A textual representation of a day, three lettersj    Day of the month without leading zerosl    [...]]]></description>
			<content:encoded><![CDATA[<p>string date ( string format [, int timestamp] )<br />$hh = date(&#8220;H&#8221;);<br />if ($hh > &#8220;11&#8243;) { after_midday() };</p>
<p><code><br />Fmt Description<br />DAY ===========================================================<br />d    Day of the month, 2 digits with leading zeros<br />D    A textual representation of a day, three letters<br />j    Day of the month without leading zeros<br />l    A full textual representation of the day of the week<br />S    English ordinal suffix for the day of the month, 2 characters<br />w    Numeric representation of the day of the week<br />z    The day of the year (starting from 0)</p>
<p>WEEK ==========================================================<br />W    ISO-8601 week number of year, weeks starting on Monday (added in PHP 4.1.0)</p>
<p>MONTH =========================================================<br />F    A full textual representation of a month, such as January or March<br />m    Numeric representation of a month, with leading zeros<br />M    A short textual representation of a month, three letters<br />n    Numeric representation of a month, without leading zeros<br />t    Number of days in the given month</p>
<p>YEAR ==========================================================<br />L    Whether it's a leap year<br />Y    A full numeric representation of a year, 4 digits<br />y    A two digit representation of a year</p>
<p>TIME ==========================================================<br />a    Lowercase Ante meridiem and Post meridiem<br />A    Uppercase Ante meridiem and Post meridiem<br />B    Swatch Internet time<br />g    12-hour format of an hour without leading zeros<br />G    24-hour format of an hour without leading zeros<br />h    12-hour format of an hour with leading zeros<br />H    24-hour format of an hour with leading zeros<br />i    Minutes with leading zeros<br />s    Seconds, with leading zeros</p>
<p>TIMEZONE ======================================================<br />I    Whether or not the date is in daylights savings time<br />O    Difference to Greenwich time (GMT) in hours<br />T    Timezone setting of this machine<br />Z    Timezone offset in seconds. Zones west of UTC are negative, east are positive.</p>
<p>FULL DATETIME =================================================<br />c    ISO 8601 date (added in PHP 5)<br />r    RFC 2822 formatted date<br />U    Seconds since the Unix Epoch (January 1 1970 00:00:00 GMT)<br /></code> </p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d168').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d168" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=PHP+date+%26%238212%3B+Format+a+local+time%2Fdate&amp;Description=PHP+date+%26%238212%3B+Format+a+local+time%2Fdate&amp;Url=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-php-date-format-a-local-timedate/" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.m-mad.com/playpen/2005/06/my-stuff-tech-php-date-format-a-local-timedate/" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-php-date-format-a-local-timedate/&amp;title=PHP+date+%26%238212%3B+Format+a+local+time%2Fdate" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-php-date-format-a-local-timedate/&amp;title=PHP+date+%26%238212%3B+Format+a+local+time%2Fdate" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-php-date-format-a-local-timedate/&amp;title=PHP+date+%26%238212%3B+Format+a+local+time%2Fdate" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-php-date-format-a-local-timedate/&amp;title=PHP+date+%26%238212%3B+Format+a+local+time%2Fdate" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-php-date-format-a-local-timedate/&amp;title=PHP+date+%26%238212%3B+Format+a+local+time%2Fdate" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-php-date-format-a-local-timedate/&amp;title=PHP+date+%26%238212%3B+Format+a+local+time%2Fdate" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=PHP+date+%26%238212%3B+Format+a+local+time%2Fdate&amp;url=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-php-date-format-a-local-timedate/&amp;title=PHP+date+%26%238212%3B+Format+a+local+time%2Fdate" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-php-date-format-a-local-timedate/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-php-date-format-a-local-timedate/&amp;h=PHP+date+%26%238212%3B+Format+a+local+time%2Fdate" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-php-date-format-a-local-timedate/&amp;t=PHP+date+%26%238212%3B+Format+a+local+time%2Fdate" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-php-date-format-a-local-timedate/&amp;title=PHP+date+%26%238212%3B+Format+a+local+time%2Fdate" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-php-date-format-a-local-timedate/&amp;t=PHP+date+%26%238212%3B+Format+a+local+time%2Fdate" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-php-date-format-a-local-timedate/&amp;title=PHP+date+%26%238212%3B+Format+a+local+time%2Fdate" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-php-date-format-a-local-timedate/" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100&amp;url=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-php-date-format-a-local-timedate/&amp;title=PHP+date+%26%238212%3B+Format+a+local+time%2Fdate" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-php-date-format-a-local-timedate/&amp;bm_description=PHP+date+%26%238212%3B+Format+a+local+time%2Fdate" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-php-date-format-a-local-timedate/&amp;T=PHP+date+%26%238212%3B+Format+a+local+time%2Fdate" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-php-date-format-a-local-timedate/&amp;title=PHP+date+%26%238212%3B+Format+a+local+time%2Fdate&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-php-date-format-a-local-timedate/&amp;h=PHP+date+%26%238212%3B+Format+a+local+time%2Fdate" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-php-date-format-a-local-timedate/&amp;title=PHP+date+%26%238212%3B+Format+a+local+time%2Fdate" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-php-date-format-a-local-timedate/&amp;title=PHP+date+%26%238212%3B+Format+a+local+time%2Fdate" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-php-date-format-a-local-timedate/&amp;title=PHP+date+%26%238212%3B+Format+a+local+time%2Fdate" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-php-date-format-a-local-timedate/" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-php-date-format-a-local-timedate/&amp;title=PHP+date+%26%238212%3B+Format+a+local+time%2Fdate" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-php-date-format-a-local-timedate/&amp;title=PHP+date+%26%238212%3B+Format+a+local+time%2Fdate" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-php-date-format-a-local-timedate/" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://www.m-mad.com/playpen/2005/06/my-stuff-tech-php-date-format-a-local-timedate/" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http://www.m-mad.com/playpen/2005/06/my-stuff-tech-php-date-format-a-local-timedate/" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-php-date-format-a-local-timedate/&amp;title=PHP+date+%26%238212%3B+Format+a+local+time%2Fdate" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-php-date-format-a-local-timedate/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-php-date-format-a-local-timedate/&amp;name=PHP+date+%26%238212%3B+Format+a+local+time%2Fdate" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-php-date-format-a-local-timedate/&amp;title=PHP+date+%26%238212%3B+Format+a+local+time%2Fdate" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=null&amp;r=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-php-date-format-a-local-timedate/&amp;u=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-php-date-format-a-local-timedate/&amp;title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.m-mad.com/playpen/2005/06/my-stuff-tech-php-date-format-a-local-timedate/&amp;t=PHP+date+%26%238212%3B+Format+a+local+time%2Fdate" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d168').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d168').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.m-mad.com/playpen/2005/06/my-stuff-tech-php-date-format-a-local-timedate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ajax: a new approach to web applications</title>
		<link>http://www.m-mad.com/playpen/2005/05/my-stuff-tech-ajax-a-new-approach-to-web-applications/</link>
		<comments>http://www.m-mad.com/playpen/2005/05/my-stuff-tech-ajax-a-new-approach-to-web-applications/#comments</comments>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://m-mad.com/playpen/?p=156</guid>
		<description><![CDATA[Historicaly, there&#8217;s a big gap between the richness and responsiveness of Desktop applications and that of Web technologies. The same simplicity that enabled the Web’s rapid proliferation also creates a gap between the experiences it provides compared to the experiences users can get from a desktop application. That gap is closing. Take a look at [...]]]></description>
			<content:encoded><![CDATA[<p>Historicaly, there&#8217;s a big gap between the richness and responsiveness of Desktop applications and that of Web technologies. The same simplicity that enabled the Web’s rapid proliferation also creates a gap between the experiences it provides compared to the experiences users can get from a desktop application. <br />That gap is closing. Take a look at <a href="http://www.google.com/webhp?complete=1&#038;hl=en">Google Suggest</a>. Watch the way the suggested terms update as you type, almost instantly. Now look at <a href="http://maps.google.com/">Google Maps</a>. Zoom in. Use your cursor to grab the map and scroll around a bit. Again, everything happens almost instantly, with no waiting for pages to reload. <br />Google Suggest and Google Maps are two examples of a new approach to web applications that <a href="http://www.adaptivepath.com">Adaptive Path</a> have been calling Ajax. The name is shorthand for Asynchronous JavaScript   XML, and it represents a fundamental shift in what’s possible on the Web. <br />Ajax isn’t a technology. It’s really several technologies, each flourishing in its own right, coming together in powerful new ways. Ajax incorporates: <br />    * <a href="http://www.adaptivepath.com/publications/essays/archives/000266.php">standards-based presentation</a> using XHTML and CSS; <br />    * dynamic display and interaction using the <a href="http://www.scottandrew.com/weblog/articles/dom_1">Document Object Model</a>; <br />    * data interchange and manipulation using <a href="http://www-106.ibm.com/developerworks/xml/library/x-xslt/?article=xr">XML and XSLT</a>; <br />    * asynchronous data retrieval using <a href="http://www.xml.com/pub/a/2005/02/09/xml-http-request.html">XMLHttpRequest</a>; <br />    * and <a href="http://www.crockford.com/javascript/javascript.html">JavaScript</a> binding everything together. <br />read more at <a href="http://www.adaptivepath.com/publications/essays/archives/000385.php">adaptive path � ajax: a new approach to web applications</a>. </p>
<p></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d156').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d156" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=ajax%3A+a+new+approach+to+web+applications&amp;Description=ajax%3A+a+new+approach+to+web+applications&amp;Url=http://www.m-mad.com/playpen/2005/05/my-stuff-tech-ajax-a-new-approach-to-web-applications/" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.m-mad.com/playpen/2005/05/my-stuff-tech-ajax-a-new-approach-to-web-applications/" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.m-mad.com/playpen/2005/05/my-stuff-tech-ajax-a-new-approach-to-web-applications/&amp;title=ajax%3A+a+new+approach+to+web+applications" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://www.m-mad.com/playpen/2005/05/my-stuff-tech-ajax-a-new-approach-to-web-applications/&amp;title=ajax%3A+a+new+approach+to+web+applications" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.m-mad.com/playpen/2005/05/my-stuff-tech-ajax-a-new-approach-to-web-applications/&amp;title=ajax%3A+a+new+approach+to+web+applications" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http://www.m-mad.com/playpen/2005/05/my-stuff-tech-ajax-a-new-approach-to-web-applications/&amp;title=ajax%3A+a+new+approach+to+web+applications" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.m-mad.com/playpen/2005/05/my-stuff-tech-ajax-a-new-approach-to-web-applications/&amp;title=ajax%3A+a+new+approach+to+web+applications" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http://www.m-mad.com/playpen/2005/05/my-stuff-tech-ajax-a-new-approach-to-web-applications/&amp;title=ajax%3A+a+new+approach+to+web+applications" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=ajax%3A+a+new+approach+to+web+applications&amp;url=http://www.m-mad.com/playpen/2005/05/my-stuff-tech-ajax-a-new-approach-to-web-applications/&amp;title=ajax%3A+a+new+approach+to+web+applications" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.m-mad.com/playpen/2005/05/my-stuff-tech-ajax-a-new-approach-to-web-applications/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http://www.m-mad.com/playpen/2005/05/my-stuff-tech-ajax-a-new-approach-to-web-applications/&amp;h=ajax%3A+a+new+approach+to+web+applications" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http://www.m-mad.com/playpen/2005/05/my-stuff-tech-ajax-a-new-approach-to-web-applications/&amp;t=ajax%3A+a+new+approach+to+web+applications" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http://www.m-mad.com/playpen/2005/05/my-stuff-tech-ajax-a-new-approach-to-web-applications/&amp;title=ajax%3A+a+new+approach+to+web+applications" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http://www.m-mad.com/playpen/2005/05/my-stuff-tech-ajax-a-new-approach-to-web-applications/&amp;t=ajax%3A+a+new+approach+to+web+applications" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.m-mad.com/playpen/2005/05/my-stuff-tech-ajax-a-new-approach-to-web-applications/&amp;title=ajax%3A+a+new+approach+to+web+applications" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://www.m-mad.com/playpen/2005/05/my-stuff-tech-ajax-a-new-approach-to-web-applications/" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100&amp;url=http://www.m-mad.com/playpen/2005/05/my-stuff-tech-ajax-a-new-approach-to-web-applications/&amp;title=ajax%3A+a+new+approach+to+web+applications" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.m-mad.com/playpen/2005/05/my-stuff-tech-ajax-a-new-approach-to-web-applications/&amp;bm_description=ajax%3A+a+new+approach+to+web+applications" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.m-mad.com/playpen/2005/05/my-stuff-tech-ajax-a-new-approach-to-web-applications/&amp;T=ajax%3A+a+new+approach+to+web+applications" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http://www.m-mad.com/playpen/2005/05/my-stuff-tech-ajax-a-new-approach-to-web-applications/&amp;title=ajax%3A+a+new+approach+to+web+applications&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.m-mad.com/playpen/2005/05/my-stuff-tech-ajax-a-new-approach-to-web-applications/&amp;h=ajax%3A+a+new+approach+to+web+applications" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http://www.m-mad.com/playpen/2005/05/my-stuff-tech-ajax-a-new-approach-to-web-applications/&amp;title=ajax%3A+a+new+approach+to+web+applications" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.m-mad.com/playpen/2005/05/my-stuff-tech-ajax-a-new-approach-to-web-applications/&amp;title=ajax%3A+a+new+approach+to+web+applications" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http://www.m-mad.com/playpen/2005/05/my-stuff-tech-ajax-a-new-approach-to-web-applications/&amp;title=ajax%3A+a+new+approach+to+web+applications" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http://www.m-mad.com/playpen/2005/05/my-stuff-tech-ajax-a-new-approach-to-web-applications/" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://www.m-mad.com/playpen/2005/05/my-stuff-tech-ajax-a-new-approach-to-web-applications/&amp;title=ajax%3A+a+new+approach+to+web+applications" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.m-mad.com/playpen/2005/05/my-stuff-tech-ajax-a-new-approach-to-web-applications/&amp;title=ajax%3A+a+new+approach+to+web+applications" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http://www.m-mad.com/playpen/2005/05/my-stuff-tech-ajax-a-new-approach-to-web-applications/" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://www.m-mad.com/playpen/2005/05/my-stuff-tech-ajax-a-new-approach-to-web-applications/" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http://www.m-mad.com/playpen/2005/05/my-stuff-tech-ajax-a-new-approach-to-web-applications/" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http://www.m-mad.com/playpen/2005/05/my-stuff-tech-ajax-a-new-approach-to-web-applications/&amp;title=ajax%3A+a+new+approach+to+web+applications" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.m-mad.com/playpen/2005/05/my-stuff-tech-ajax-a-new-approach-to-web-applications/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http://www.m-mad.com/playpen/2005/05/my-stuff-tech-ajax-a-new-approach-to-web-applications/&amp;name=ajax%3A+a+new+approach+to+web+applications" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http://www.m-mad.com/playpen/2005/05/my-stuff-tech-ajax-a-new-approach-to-web-applications/&amp;title=ajax%3A+a+new+approach+to+web+applications" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=null&amp;r=http://www.m-mad.com/playpen/2005/05/my-stuff-tech-ajax-a-new-approach-to-web-applications/&amp;u=http://www.m-mad.com/playpen/2005/05/my-stuff-tech-ajax-a-new-approach-to-web-applications/&amp;title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.m-mad.com/playpen/2005/05/my-stuff-tech-ajax-a-new-approach-to-web-applications/&amp;t=ajax%3A+a+new+approach+to+web+applications" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d156').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d156').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.m-mad.com/playpen/2005/05/my-stuff-tech-ajax-a-new-approach-to-web-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Old PC Operating Systems</title>
		<link>http://www.m-mad.com/playpen/2005/03/my-stuff-tech-old-pc-operating-systems/</link>
		<comments>http://www.m-mad.com/playpen/2005/03/my-stuff-tech-old-pc-operating-systems/#comments</comments>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://m-mad.com/playpen/?p=135</guid>
		<description><![CDATA[Software doesn&#8217;t wear out
The Washington Post has an article on how aging operating systems are still widely used. The article states that &#8220;The research firm IDC estimates that of the roughly 514 million paid-for copies of Windows on desktops and laptops worldwide at the end of 2004, almost 21 percent were the aging Win 95, [...]]]></description>
			<content:encoded><![CDATA[<blockquote class="pullquote"><p>Software doesn&#8217;t wear out</p></blockquote>
<p>The Washington Post has an article on how <a HREF="http://www.washingtonpost.com/wp-dyn/articles/A55207-2005Feb26.html">aging operating systems are still widely used</a>. The article states that &#8220;The research firm IDC estimates that of the roughly 514 million paid-for copies of Windows on desktops and laptops worldwide at the end of 2004, almost 21 percent were the aging Win 95, 98 and Millennium Edition releases.&#8221; <br />Cars wear out. Clothes wear out. My computer hardware will eventually wear out. But my software and the OS that works best to run it on, wont wear out. Why is everyone so hung up on the latest version of stuff _if_ the old version is doing the job? For a home user, Office2003 (or whatever the latest version is) doesn&#8217;t provide any extra functionality over, say, Office97.<br />This sounds like a message for the users, but maybe it is a wakeup for the OS manufacturers. So many people that still see their OS as viable and are willing to use it&#8230; The OS companies have to provide a real and justifiable reason to sell a new release.  Especially when the changes that make a new feature possible often times bring instability, data corruption, or regressive preformance issues.<br />In fact, your kid will do wonderfully on their schoolwork with Office 97. It&#8217;ll look great when printed on that old Laserjet 4. You run almost zero virus risk if you have a cheap hardware firewall on your cable connection and limit where your kids can surf. Just to make sure you&#8217;re not exceeding the limits of the hardware.  As secondary or tertiary boxes, there is no problem whatsoever with old versions of Windows.<br />Btw, most of the users referred to in the arcticle are not candidates for a Linux system&#8230;  The default footprint of a modern Linux distributions is too bloated for the sort of hardware that can get away with win98 or or earlier.<br />Links:<br /><a href="http://www.majorgeeks.com/download4131.html">UNOFFICIAL Windows98 SE SP1 1.6.2</a><br /><a href="http://www.litepc.com/98lite.html">98 Lite</a><br /><a href="http://www.litepc.com/xplite.html">XP Lite and 2000 Lite</a><br /><a href="http://www.nu2.nu/pebuilder/">Live Windows CD</a><br /><a href="www.usbman.com/win98seusbguide.htm">Win98 USB details</a><br /><a href="http://www.computing.net/windowsnt/wwwboard/forum/22296.html">NT 4 USB Fix</a> </p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d135').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d135" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Old+PC+Operating+Systems&amp;Description=Old+PC+Operating+Systems&amp;Url=http://www.m-mad.com/playpen/2005/03/my-stuff-tech-old-pc-operating-systems/" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.m-mad.com/playpen/2005/03/my-stuff-tech-old-pc-operating-systems/" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.m-mad.com/playpen/2005/03/my-stuff-tech-old-pc-operating-systems/&amp;title=Old+PC+Operating+Systems" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://www.m-mad.com/playpen/2005/03/my-stuff-tech-old-pc-operating-systems/&amp;title=Old+PC+Operating+Systems" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.m-mad.com/playpen/2005/03/my-stuff-tech-old-pc-operating-systems/&amp;title=Old+PC+Operating+Systems" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http://www.m-mad.com/playpen/2005/03/my-stuff-tech-old-pc-operating-systems/&amp;title=Old+PC+Operating+Systems" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.m-mad.com/playpen/2005/03/my-stuff-tech-old-pc-operating-systems/&amp;title=Old+PC+Operating+Systems" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http://www.m-mad.com/playpen/2005/03/my-stuff-tech-old-pc-operating-systems/&amp;title=Old+PC+Operating+Systems" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Old+PC+Operating+Systems&amp;url=http://www.m-mad.com/playpen/2005/03/my-stuff-tech-old-pc-operating-systems/&amp;title=Old+PC+Operating+Systems" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.m-mad.com/playpen/2005/03/my-stuff-tech-old-pc-operating-systems/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http://www.m-mad.com/playpen/2005/03/my-stuff-tech-old-pc-operating-systems/&amp;h=Old+PC+Operating+Systems" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http://www.m-mad.com/playpen/2005/03/my-stuff-tech-old-pc-operating-systems/&amp;t=Old+PC+Operating+Systems" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http://www.m-mad.com/playpen/2005/03/my-stuff-tech-old-pc-operating-systems/&amp;title=Old+PC+Operating+Systems" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http://www.m-mad.com/playpen/2005/03/my-stuff-tech-old-pc-operating-systems/&amp;t=Old+PC+Operating+Systems" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.m-mad.com/playpen/2005/03/my-stuff-tech-old-pc-operating-systems/&amp;title=Old+PC+Operating+Systems" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://www.m-mad.com/playpen/2005/03/my-stuff-tech-old-pc-operating-systems/" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100&amp;url=http://www.m-mad.com/playpen/2005/03/my-stuff-tech-old-pc-operating-systems/&amp;title=Old+PC+Operating+Systems" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.m-mad.com/playpen/2005/03/my-stuff-tech-old-pc-operating-systems/&amp;bm_description=Old+PC+Operating+Systems" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.m-mad.com/playpen/2005/03/my-stuff-tech-old-pc-operating-systems/&amp;T=Old+PC+Operating+Systems" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http://www.m-mad.com/playpen/2005/03/my-stuff-tech-old-pc-operating-systems/&amp;title=Old+PC+Operating+Systems&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.m-mad.com/playpen/2005/03/my-stuff-tech-old-pc-operating-systems/&amp;h=Old+PC+Operating+Systems" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http://www.m-mad.com/playpen/2005/03/my-stuff-tech-old-pc-operating-systems/&amp;title=Old+PC+Operating+Systems" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.m-mad.com/playpen/2005/03/my-stuff-tech-old-pc-operating-systems/&amp;title=Old+PC+Operating+Systems" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http://www.m-mad.com/playpen/2005/03/my-stuff-tech-old-pc-operating-systems/&amp;title=Old+PC+Operating+Systems" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http://www.m-mad.com/playpen/2005/03/my-stuff-tech-old-pc-operating-systems/" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://www.m-mad.com/playpen/2005/03/my-stuff-tech-old-pc-operating-systems/&amp;title=Old+PC+Operating+Systems" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.m-mad.com/playpen/2005/03/my-stuff-tech-old-pc-operating-systems/&amp;title=Old+PC+Operating+Systems" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http://www.m-mad.com/playpen/2005/03/my-stuff-tech-old-pc-operating-systems/" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://www.m-mad.com/playpen/2005/03/my-stuff-tech-old-pc-operating-systems/" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http://www.m-mad.com/playpen/2005/03/my-stuff-tech-old-pc-operating-systems/" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http://www.m-mad.com/playpen/2005/03/my-stuff-tech-old-pc-operating-systems/&amp;title=Old+PC+Operating+Systems" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.m-mad.com/playpen/2005/03/my-stuff-tech-old-pc-operating-systems/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http://www.m-mad.com/playpen/2005/03/my-stuff-tech-old-pc-operating-systems/&amp;name=Old+PC+Operating+Systems" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http://www.m-mad.com/playpen/2005/03/my-stuff-tech-old-pc-operating-systems/&amp;title=Old+PC+Operating+Systems" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=null&amp;r=http://www.m-mad.com/playpen/2005/03/my-stuff-tech-old-pc-operating-systems/&amp;u=http://www.m-mad.com/playpen/2005/03/my-stuff-tech-old-pc-operating-systems/&amp;title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.m-mad.com/playpen/2005/03/my-stuff-tech-old-pc-operating-systems/&amp;t=Old+PC+Operating+Systems" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.m-mad.com/playpen/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d135').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d135').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.m-mad.com/playpen/2005/03/my-stuff-tech-old-pc-operating-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
