<?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</title>
	<atom:link href="http://www.m-mad.com/playpen/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>Cluetrain manifesto</title>
		<link>http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/</link>
		<comments>http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/#comments</comments>
		<pubDate>Mon, 23 Oct 2006 23:54:19 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[People]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[blogs / podcasts]]></category>

		<guid isPermaLink="false">http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/</guid>
		<description><![CDATA[The entire text of The Cluetrain Manifesto  is now available online.


Bookmark It










































Hide Sites



$$('div.d433').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cluetrain.com/book/">The entire text of The Cluetrain Manifesto</a>  is now available online.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d433').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d433" 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=Cluetrain+manifesto&amp;Description=Cluetrain+manifesto&amp;Url=http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/" 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/cluetrain-manifesto/" 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/cluetrain-manifesto/&amp;title=Cluetrain+manifesto" 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/cluetrain-manifesto/&amp;title=Cluetrain+manifesto" 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/cluetrain-manifesto/&amp;title=Cluetrain+manifesto" 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/cluetrain-manifesto/&amp;title=Cluetrain+manifesto" 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/cluetrain-manifesto/&amp;title=Cluetrain+manifesto" 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/cluetrain-manifesto/&amp;title=Cluetrain+manifesto" 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=Cluetrain+manifesto&amp;url=http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/&amp;title=Cluetrain+manifesto" 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/cluetrain-manifesto/" 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/cluetrain-manifesto/&amp;h=Cluetrain+manifesto" 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/cluetrain-manifesto/&amp;t=Cluetrain+manifesto" 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/cluetrain-manifesto/&amp;title=Cluetrain+manifesto" 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/cluetrain-manifesto/&amp;t=Cluetrain+manifesto" 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/cluetrain-manifesto/&amp;title=Cluetrain+manifesto" 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/cluetrain-manifesto/" 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/cluetrain-manifesto/&amp;title=Cluetrain+manifesto" 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/cluetrain-manifesto/&amp;bm_description=Cluetrain+manifesto" 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/cluetrain-manifesto/&amp;T=Cluetrain+manifesto" 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/cluetrain-manifesto/&amp;title=Cluetrain+manifesto&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/cluetrain-manifesto/&amp;h=Cluetrain+manifesto" 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/cluetrain-manifesto/&amp;title=Cluetrain+manifesto" 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/cluetrain-manifesto/&amp;title=Cluetrain+manifesto" 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/cluetrain-manifesto/&amp;title=Cluetrain+manifesto" 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/cluetrain-manifesto/" 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/cluetrain-manifesto/&amp;title=Cluetrain+manifesto" 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/cluetrain-manifesto/&amp;title=Cluetrain+manifesto" 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/cluetrain-manifesto/" 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/cluetrain-manifesto/" 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/cluetrain-manifesto/" 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/cluetrain-manifesto/&amp;title=Cluetrain+manifesto" 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/cluetrain-manifesto/" 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/cluetrain-manifesto/&amp;name=Cluetrain+manifesto" 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/cluetrain-manifesto/&amp;title=Cluetrain+manifesto" 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/cluetrain-manifesto/&amp;u=http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/&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/cluetrain-manifesto/&amp;t=Cluetrain+manifesto" 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.d433').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.d433').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.m-mad.com/playpen/2006/10/cluetrain-manifesto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facts, Dangerous Half-Truths, and Total Nonsense</title>
		<link>http://www.m-mad.com/playpen/2006/10/facts/</link>
		<comments>http://www.m-mad.com/playpen/2006/10/facts/#comments</comments>
		<pubDate>Sun, 15 Oct 2006 23:46:51 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[People]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[blogs / podcasts]]></category>

		<guid isPermaLink="false">http://www.m-mad.com/playpen/2006/10/430/</guid>
		<description><![CDATA[Heroic leaders are a disaster. Seventy per cent of mergers fail. In most organisations, financial incentives cause more problems than they solve. There is no connection between high executive pay and company performance (well, there is &#8211; the wider the pay differentials, the lower the commitment of the less well paid). The main result of [...]]]></description>
			<content:encoded><![CDATA[<p>Heroic leaders are a disaster. Seventy per cent of mergers fail. In most organisations, financial incentives cause more problems than they solve. There is no connection between high executive pay and company performance (well, there is &#8211; the wider the pay differentials, the lower the commitment of the less well paid). The main result of many consultancy assignments is another consultancy assignment. All &#8217;silver bullet&#8217; or &#8216;big ideas&#8217; on their own are wrong.</p>
<p>These are not theories, but facts. Yet companies trip over themselves to buy others, launch change initiatives, introduce pay for performance, flit from one big idea to the next &#8211; and pay their CEOs stratospherically. It&#8217;s hardly surprising so many go belly up. If doctors were as cavalier with the evidence, a lot of their patients would be dead and many medics would be behind bars.</p>
<p><a href="http://observer.guardian.co.uk/business/story/0,,1728801,00.html">Bosses in love with claptrap and blinded by ideologies  Bosses in love with claptrap and blinded by ideologies<br />
</a></p>
<p>Amazon link &#8211; <a href="http://www.amazon.com/Facts-Dangerous-Half-Truths-Total-Nonsense/dp/1591398622/sr=8-1/qid=1160955900/ref=pd_bbs_sr_1/104-6469566-3895900?ie=UTF8">no referrer code !!</a></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d430').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d430" 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=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense&amp;Description=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense&amp;Url=http://www.m-mad.com/playpen/2006/10/facts/" 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/facts/" 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/facts/&amp;title=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" 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/facts/&amp;title=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" 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/facts/&amp;title=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" 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/facts/&amp;title=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" 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/facts/&amp;title=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" 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/facts/&amp;title=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" 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=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense&amp;url=http://www.m-mad.com/playpen/2006/10/facts/&amp;title=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" 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/facts/" 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/facts/&amp;h=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" 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/facts/&amp;t=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" 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/facts/&amp;title=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" 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/facts/&amp;t=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" 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/facts/&amp;title=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" 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/facts/" 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/facts/&amp;title=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" 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/facts/&amp;bm_description=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" 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/facts/&amp;T=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" 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/facts/&amp;title=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense&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/facts/&amp;h=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" 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/facts/&amp;title=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" 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/facts/&amp;title=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" 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/facts/&amp;title=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" 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/facts/" 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/facts/&amp;title=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" 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/facts/&amp;title=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" 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/facts/" 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/facts/" 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/facts/" 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/facts/&amp;title=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" 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/facts/" 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/facts/&amp;name=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" 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/facts/&amp;title=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" 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/facts/&amp;u=http://www.m-mad.com/playpen/2006/10/facts/&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/facts/&amp;t=Facts%2C+Dangerous+Half-Truths%2C+and+Total+Nonsense" 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.d430').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.d430').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.m-mad.com/playpen/2006/10/facts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Set up a personal, home SSH server</title>
		<link>http://www.m-mad.com/playpen/2006/10/set-up-a-personal-home-ssh-server/</link>
		<comments>http://www.m-mad.com/playpen/2006/10/set-up-a-personal-home-ssh-server/#comments</comments>
		<pubDate>Tue, 10 Oct 2006 23:53:34 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.m-mad.com/playpen/2006/10/set-up-a-personal-home-ssh-server/</guid>
		<description><![CDATA[How to set up a personal, home SSH server
Why SSH?

Unlike a home web server, SSH is read/write, meaning you can get and put files on a server with it.
Unlike a home FTP server, SSH is secure. All the transactions are encrypted and cannot be sniffed.
Unlike a VNC server, SSH alone doesnt let you drive your [...]]]></description>
			<content:encoded><![CDATA[<p>How to <a href="http://www.lifehacker.com/software/home-server/geek-to-live--set-up-a-personal-home-ssh-server-205090.php">set up a personal, home SSH server</a><br />
Why SSH?</p>
<ul>
<li>Unlike a home web server, SSH is read/write, meaning you can get and put files on a server with it.</li>
<li>Unlike a home FTP server, SSH is secure. All the transactions are encrypted and cannot be sniffed.</li>
<li>Unlike a VNC server, SSH alone doesnt let you drive your computer remotely, and it is also secure and encrypted while VNC is not.</li>
</ul>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d425').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d425" 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=Set+up+a+personal%2C+home+SSH+server&amp;Description=Set+up+a+personal%2C+home+SSH+server&amp;Url=http://www.m-mad.com/playpen/2006/10/set-up-a-personal-home-ssh-server/" 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/set-up-a-personal-home-ssh-server/" 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/set-up-a-personal-home-ssh-server/&amp;title=Set+up+a+personal%2C+home+SSH+server" 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/set-up-a-personal-home-ssh-server/&amp;title=Set+up+a+personal%2C+home+SSH+server" 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/set-up-a-personal-home-ssh-server/&amp;title=Set+up+a+personal%2C+home+SSH+server" 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/set-up-a-personal-home-ssh-server/&amp;title=Set+up+a+personal%2C+home+SSH+server" 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/set-up-a-personal-home-ssh-server/&amp;title=Set+up+a+personal%2C+home+SSH+server" 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/set-up-a-personal-home-ssh-server/&amp;title=Set+up+a+personal%2C+home+SSH+server" 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=Set+up+a+personal%2C+home+SSH+server&amp;url=http://www.m-mad.com/playpen/2006/10/set-up-a-personal-home-ssh-server/&amp;title=Set+up+a+personal%2C+home+SSH+server" 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/set-up-a-personal-home-ssh-server/" 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/set-up-a-personal-home-ssh-server/&amp;h=Set+up+a+personal%2C+home+SSH+server" 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/set-up-a-personal-home-ssh-server/&amp;t=Set+up+a+personal%2C+home+SSH+server" 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/set-up-a-personal-home-ssh-server/&amp;title=Set+up+a+personal%2C+home+SSH+server" 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/set-up-a-personal-home-ssh-server/&amp;t=Set+up+a+personal%2C+home+SSH+server" 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/set-up-a-personal-home-ssh-server/&amp;title=Set+up+a+personal%2C+home+SSH+server" 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/set-up-a-personal-home-ssh-server/" 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/set-up-a-personal-home-ssh-server/&amp;title=Set+up+a+personal%2C+home+SSH+server" 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/set-up-a-personal-home-ssh-server/&amp;bm_description=Set+up+a+personal%2C+home+SSH+server" 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/set-up-a-personal-home-ssh-server/&amp;T=Set+up+a+personal%2C+home+SSH+server" 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/set-up-a-personal-home-ssh-server/&amp;title=Set+up+a+personal%2C+home+SSH+server&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/set-up-a-personal-home-ssh-server/&amp;h=Set+up+a+personal%2C+home+SSH+server" 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/set-up-a-personal-home-ssh-server/&amp;title=Set+up+a+personal%2C+home+SSH+server" 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/set-up-a-personal-home-ssh-server/&amp;title=Set+up+a+personal%2C+home+SSH+server" 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/set-up-a-personal-home-ssh-server/&amp;title=Set+up+a+personal%2C+home+SSH+server" 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/set-up-a-personal-home-ssh-server/" 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/set-up-a-personal-home-ssh-server/&amp;title=Set+up+a+personal%2C+home+SSH+server" 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/set-up-a-personal-home-ssh-server/&amp;title=Set+up+a+personal%2C+home+SSH+server" 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/set-up-a-personal-home-ssh-server/" 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/set-up-a-personal-home-ssh-server/" 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/set-up-a-personal-home-ssh-server/" 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/set-up-a-personal-home-ssh-server/&amp;title=Set+up+a+personal%2C+home+SSH+server" 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/set-up-a-personal-home-ssh-server/" 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/set-up-a-personal-home-ssh-server/&amp;name=Set+up+a+personal%2C+home+SSH+server" 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/set-up-a-personal-home-ssh-server/&amp;title=Set+up+a+personal%2C+home+SSH+server" 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/set-up-a-personal-home-ssh-server/&amp;u=http://www.m-mad.com/playpen/2006/10/set-up-a-personal-home-ssh-server/&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/set-up-a-personal-home-ssh-server/&amp;t=Set+up+a+personal%2C+home+SSH+server" 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.d425').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.d425').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.m-mad.com/playpen/2006/10/set-up-a-personal-home-ssh-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opensource CMS blogs e-commerce groupware Forums etc</title>
		<link>http://www.m-mad.com/playpen/2006/10/opensource-cms-blogs-e-commerce-groupware-forums-etc/</link>
		<comments>http://www.m-mad.com/playpen/2006/10/opensource-cms-blogs-e-commerce-groupware-forums-etc/#comments</comments>
		<pubDate>Sat, 07 Oct 2006 10:24:59 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[blogs / podcasts]]></category>

		<guid isPermaLink="false">http://www.m-mad.com/playpen/2006/10/opensource-cms-blogs-e-commerce-groupware-forums-etc/</guid>
		<description><![CDATA[www.opensourcecms.com is designed to give you the opportunity to &#8220;try out&#8221; some of the best php/mysql based free and open source software systems in the world. 
The site provides an administrator username and password for every system which allows you to to add and delete content, change the way things look, basically be the admin [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.opensourcecms.com/">www.opensourcecms.com</a> is designed to give you the opportunity to &#8220;try out&#8221; some of the best php/mysql based free and open source software systems in the world. </p>
<p>The site provides an administrator username and password for every system which allows you to to add and delete content, change the way things look, basically be the admin of any system here without fear of breaking anything.   Each system is deleted and re-installed every two hours. </p>
<p>At the upper left hand side of your screen you will see a clock that is counting down. What it shows is how much time is left in this two hour demo window. Once the clock hits 00:00:00, opensourceCMS.com will shut down and the demos are completely refreshed.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d400').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d400" 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=Opensource+CMS+blogs+e-commerce+groupware+Forums+etc&amp;Description=Opensource+CMS+blogs+e-commerce+groupware+Forums+etc&amp;Url=http://www.m-mad.com/playpen/2006/10/opensource-cms-blogs-e-commerce-groupware-forums-etc/" 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/opensource-cms-blogs-e-commerce-groupware-forums-etc/" 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/opensource-cms-blogs-e-commerce-groupware-forums-etc/&amp;title=Opensource+CMS+blogs+e-commerce+groupware+Forums+etc" 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/opensource-cms-blogs-e-commerce-groupware-forums-etc/&amp;title=Opensource+CMS+blogs+e-commerce+groupware+Forums+etc" 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/opensource-cms-blogs-e-commerce-groupware-forums-etc/&amp;title=Opensource+CMS+blogs+e-commerce+groupware+Forums+etc" 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/opensource-cms-blogs-e-commerce-groupware-forums-etc/&amp;title=Opensource+CMS+blogs+e-commerce+groupware+Forums+etc" 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/opensource-cms-blogs-e-commerce-groupware-forums-etc/&amp;title=Opensource+CMS+blogs+e-commerce+groupware+Forums+etc" 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/opensource-cms-blogs-e-commerce-groupware-forums-etc/&amp;title=Opensource+CMS+blogs+e-commerce+groupware+Forums+etc" 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=Opensource+CMS+blogs+e-commerce+groupware+Forums+etc&amp;url=http://www.m-mad.com/playpen/2006/10/opensource-cms-blogs-e-commerce-groupware-forums-etc/&amp;title=Opensource+CMS+blogs+e-commerce+groupware+Forums+etc" 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/opensource-cms-blogs-e-commerce-groupware-forums-etc/" 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/opensource-cms-blogs-e-commerce-groupware-forums-etc/&amp;h=Opensource+CMS+blogs+e-commerce+groupware+Forums+etc" 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/opensource-cms-blogs-e-commerce-groupware-forums-etc/&amp;t=Opensource+CMS+blogs+e-commerce+groupware+Forums+etc" 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/opensource-cms-blogs-e-commerce-groupware-forums-etc/&amp;title=Opensource+CMS+blogs+e-commerce+groupware+Forums+etc" 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/opensource-cms-blogs-e-commerce-groupware-forums-etc/&amp;t=Opensource+CMS+blogs+e-commerce+groupware+Forums+etc" 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/opensource-cms-blogs-e-commerce-groupware-forums-etc/&amp;title=Opensource+CMS+blogs+e-commerce+groupware+Forums+etc" 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/opensource-cms-blogs-e-commerce-groupware-forums-etc/" 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/opensource-cms-blogs-e-commerce-groupware-forums-etc/&amp;title=Opensource+CMS+blogs+e-commerce+groupware+Forums+etc" 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/opensource-cms-blogs-e-commerce-groupware-forums-etc/&amp;bm_description=Opensource+CMS+blogs+e-commerce+groupware+Forums+etc" 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/opensource-cms-blogs-e-commerce-groupware-forums-etc/&amp;T=Opensource+CMS+blogs+e-commerce+groupware+Forums+etc" 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/opensource-cms-blogs-e-commerce-groupware-forums-etc/&amp;title=Opensource+CMS+blogs+e-commerce+groupware+Forums+etc&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/opensource-cms-blogs-e-commerce-groupware-forums-etc/&amp;h=Opensource+CMS+blogs+e-commerce+groupware+Forums+etc" 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/opensource-cms-blogs-e-commerce-groupware-forums-etc/&amp;title=Opensource+CMS+blogs+e-commerce+groupware+Forums+etc" 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/opensource-cms-blogs-e-commerce-groupware-forums-etc/&amp;title=Opensource+CMS+blogs+e-commerce+groupware+Forums+etc" 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/opensource-cms-blogs-e-commerce-groupware-forums-etc/&amp;title=Opensource+CMS+blogs+e-commerce+groupware+Forums+etc" 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/opensource-cms-blogs-e-commerce-groupware-forums-etc/" 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/opensource-cms-blogs-e-commerce-groupware-forums-etc/&amp;title=Opensource+CMS+blogs+e-commerce+groupware+Forums+etc" 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/opensource-cms-blogs-e-commerce-groupware-forums-etc/&amp;title=Opensource+CMS+blogs+e-commerce+groupware+Forums+etc" 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/opensource-cms-blogs-e-commerce-groupware-forums-etc/" 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/opensource-cms-blogs-e-commerce-groupware-forums-etc/" 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/opensource-cms-blogs-e-commerce-groupware-forums-etc/" 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/opensource-cms-blogs-e-commerce-groupware-forums-etc/&amp;title=Opensource+CMS+blogs+e-commerce+groupware+Forums+etc" 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/opensource-cms-blogs-e-commerce-groupware-forums-etc/" 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/opensource-cms-blogs-e-commerce-groupware-forums-etc/&amp;name=Opensource+CMS+blogs+e-commerce+groupware+Forums+etc" 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/opensource-cms-blogs-e-commerce-groupware-forums-etc/&amp;title=Opensource+CMS+blogs+e-commerce+groupware+Forums+etc" 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/opensource-cms-blogs-e-commerce-groupware-forums-etc/&amp;u=http://www.m-mad.com/playpen/2006/10/opensource-cms-blogs-e-commerce-groupware-forums-etc/&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/opensource-cms-blogs-e-commerce-groupware-forums-etc/&amp;t=Opensource+CMS+blogs+e-commerce+groupware+Forums+etc" 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.d400').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.d400').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.m-mad.com/playpen/2006/10/opensource-cms-blogs-e-commerce-groupware-forums-etc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web-Developer Server Suite: WAMP [Windows, Apache, PHP, MySQL], ASP, JSP, Perl, SSL &#8211; DeveloperSide.NET</title>
		<link>http://www.m-mad.com/playpen/2006/10/web-developer-server-suite-wamp-windows-apache-php-mysql-asp-jsp-perl-ssl-developersidenet/</link>
		<comments>http://www.m-mad.com/playpen/2006/10/web-developer-server-suite-wamp-windows-apache-php-mysql-asp-jsp-perl-ssl-developersidenet/#comments</comments>
		<pubDate>Thu, 05 Oct 2006 08:04:27 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[blogs / podcasts]]></category>

		<guid isPermaLink="false">http://www.m-mad.com/playpen/2006/10/web-developer-server-suite-wamp-windows-apache-php-mysql-asp-jsp-perl-ssl-developersidenet/</guid>
		<description><![CDATA[DeveloperSide have a comprehensive set of install packages for building WAMP [Windows, Apache, PHP/perl, MySQL] systems, including guides to making wordpress and phpBB work.


Bookmark It










































Hide Sites



$$('div.d399').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.devside.net/server/webdeveloper">DeveloperSide</a> have a comprehensive set of install packages for building WAMP [Windows, Apache, PHP/perl, MySQL] systems, including guides to making wordpress and phpBB work.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d399').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d399" 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=Web-Developer+Server+Suite%3A+WAMP+%5BWindows%2C+Apache%2C+PHP%2C+MySQL%5D%2C+ASP%2C+JSP%2C+Perl%2C+SSL+%26%238211%3B+DeveloperSide.NET&amp;Description=Web-Developer+Server+Suite%3A+WAMP+%5BWindows%2C+Apache%2C+PHP%2C+MySQL%5D%2C+ASP%2C+JSP%2C+Perl%2C+SSL+%26%238211%3B+DeveloperSide.NET&amp;Url=http://www.m-mad.com/playpen/2006/10/web-developer-server-suite-wamp-windows-apache-php-mysql-asp-jsp-perl-ssl-developersidenet/" 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/web-developer-server-suite-wamp-windows-apache-php-mysql-asp-jsp-perl-ssl-developersidenet/" 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/web-developer-server-suite-wamp-windows-apache-php-mysql-asp-jsp-perl-ssl-developersidenet/&amp;title=Web-Developer+Server+Suite%3A+WAMP+%5BWindows%2C+Apache%2C+PHP%2C+MySQL%5D%2C+ASP%2C+JSP%2C+Perl%2C+SSL+%26%238211%3B+DeveloperSide.NET" 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/web-developer-server-suite-wamp-windows-apache-php-mysql-asp-jsp-perl-ssl-developersidenet/&amp;title=Web-Developer+Server+Suite%3A+WAMP+%5BWindows%2C+Apache%2C+PHP%2C+MySQL%5D%2C+ASP%2C+JSP%2C+Perl%2C+SSL+%26%238211%3B+DeveloperSide.NET" 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/web-developer-server-suite-wamp-windows-apache-php-mysql-asp-jsp-perl-ssl-developersidenet/&amp;title=Web-Developer+Server+Suite%3A+WAMP+%5BWindows%2C+Apache%2C+PHP%2C+MySQL%5D%2C+ASP%2C+JSP%2C+Perl%2C+SSL+%26%238211%3B+DeveloperSide.NET" 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/web-developer-server-suite-wamp-windows-apache-php-mysql-asp-jsp-perl-ssl-developersidenet/&amp;title=Web-Developer+Server+Suite%3A+WAMP+%5BWindows%2C+Apache%2C+PHP%2C+MySQL%5D%2C+ASP%2C+JSP%2C+Perl%2C+SSL+%26%238211%3B+DeveloperSide.NET" 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/web-developer-server-suite-wamp-windows-apache-php-mysql-asp-jsp-perl-ssl-developersidenet/&amp;title=Web-Developer+Server+Suite%3A+WAMP+%5BWindows%2C+Apache%2C+PHP%2C+MySQL%5D%2C+ASP%2C+JSP%2C+Perl%2C+SSL+%26%238211%3B+DeveloperSide.NET" 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/web-developer-server-suite-wamp-windows-apache-php-mysql-asp-jsp-perl-ssl-developersidenet/&amp;title=Web-Developer+Server+Suite%3A+WAMP+%5BWindows%2C+Apache%2C+PHP%2C+MySQL%5D%2C+ASP%2C+JSP%2C+Perl%2C+SSL+%26%238211%3B+DeveloperSide.NET" 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=Web-Developer+Server+Suite%3A+WAMP+%5BWindows%2C+Apache%2C+PHP%2C+MySQL%5D%2C+ASP%2C+JSP%2C+Perl%2C+SSL+%26%238211%3B+DeveloperSide.NET&amp;url=http://www.m-mad.com/playpen/2006/10/web-developer-server-suite-wamp-windows-apache-php-mysql-asp-jsp-perl-ssl-developersidenet/&amp;title=Web-Developer+Server+Suite%3A+WAMP+%5BWindows%2C+Apache%2C+PHP%2C+MySQL%5D%2C+ASP%2C+JSP%2C+Perl%2C+SSL+%26%238211%3B+DeveloperSide.NET" 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/web-developer-server-suite-wamp-windows-apache-php-mysql-asp-jsp-perl-ssl-developersidenet/" 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/web-developer-server-suite-wamp-windows-apache-php-mysql-asp-jsp-perl-ssl-developersidenet/&amp;h=Web-Developer+Server+Suite%3A+WAMP+%5BWindows%2C+Apache%2C+PHP%2C+MySQL%5D%2C+ASP%2C+JSP%2C+Perl%2C+SSL+%26%238211%3B+DeveloperSide.NET" 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/web-developer-server-suite-wamp-windows-apache-php-mysql-asp-jsp-perl-ssl-developersidenet/&amp;t=Web-Developer+Server+Suite%3A+WAMP+%5BWindows%2C+Apache%2C+PHP%2C+MySQL%5D%2C+ASP%2C+JSP%2C+Perl%2C+SSL+%26%238211%3B+DeveloperSide.NET" 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/web-developer-server-suite-wamp-windows-apache-php-mysql-asp-jsp-perl-ssl-developersidenet/&amp;title=Web-Developer+Server+Suite%3A+WAMP+%5BWindows%2C+Apache%2C+PHP%2C+MySQL%5D%2C+ASP%2C+JSP%2C+Perl%2C+SSL+%26%238211%3B+DeveloperSide.NET" 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/web-developer-server-suite-wamp-windows-apache-php-mysql-asp-jsp-perl-ssl-developersidenet/&amp;t=Web-Developer+Server+Suite%3A+WAMP+%5BWindows%2C+Apache%2C+PHP%2C+MySQL%5D%2C+ASP%2C+JSP%2C+Perl%2C+SSL+%26%238211%3B+DeveloperSide.NET" 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/web-developer-server-suite-wamp-windows-apache-php-mysql-asp-jsp-perl-ssl-developersidenet/&amp;title=Web-Developer+Server+Suite%3A+WAMP+%5BWindows%2C+Apache%2C+PHP%2C+MySQL%5D%2C+ASP%2C+JSP%2C+Perl%2C+SSL+%26%238211%3B+DeveloperSide.NET" 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/web-developer-server-suite-wamp-windows-apache-php-mysql-asp-jsp-perl-ssl-developersidenet/" 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/web-developer-server-suite-wamp-windows-apache-php-mysql-asp-jsp-perl-ssl-developersidenet/&amp;title=Web-Developer+Server+Suite%3A+WAMP+%5BWindows%2C+Apache%2C+PHP%2C+MySQL%5D%2C+ASP%2C+JSP%2C+Perl%2C+SSL+%26%238211%3B+DeveloperSide.NET" 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/web-developer-server-suite-wamp-windows-apache-php-mysql-asp-jsp-perl-ssl-developersidenet/&amp;bm_description=Web-Developer+Server+Suite%3A+WAMP+%5BWindows%2C+Apache%2C+PHP%2C+MySQL%5D%2C+ASP%2C+JSP%2C+Perl%2C+SSL+%26%238211%3B+DeveloperSide.NET" 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/web-developer-server-suite-wamp-windows-apache-php-mysql-asp-jsp-perl-ssl-developersidenet/&amp;T=Web-Developer+Server+Suite%3A+WAMP+%5BWindows%2C+Apache%2C+PHP%2C+MySQL%5D%2C+ASP%2C+JSP%2C+Perl%2C+SSL+%26%238211%3B+DeveloperSide.NET" 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/web-developer-server-suite-wamp-windows-apache-php-mysql-asp-jsp-perl-ssl-developersidenet/&amp;title=Web-Developer+Server+Suite%3A+WAMP+%5BWindows%2C+Apache%2C+PHP%2C+MySQL%5D%2C+ASP%2C+JSP%2C+Perl%2C+SSL+%26%238211%3B+DeveloperSide.NET&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/web-developer-server-suite-wamp-windows-apache-php-mysql-asp-jsp-perl-ssl-developersidenet/&amp;h=Web-Developer+Server+Suite%3A+WAMP+%5BWindows%2C+Apache%2C+PHP%2C+MySQL%5D%2C+ASP%2C+JSP%2C+Perl%2C+SSL+%26%238211%3B+DeveloperSide.NET" 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/web-developer-server-suite-wamp-windows-apache-php-mysql-asp-jsp-perl-ssl-developersidenet/&amp;title=Web-Developer+Server+Suite%3A+WAMP+%5BWindows%2C+Apache%2C+PHP%2C+MySQL%5D%2C+ASP%2C+JSP%2C+Perl%2C+SSL+%26%238211%3B+DeveloperSide.NET" 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/web-developer-server-suite-wamp-windows-apache-php-mysql-asp-jsp-perl-ssl-developersidenet/&amp;title=Web-Developer+Server+Suite%3A+WAMP+%5BWindows%2C+Apache%2C+PHP%2C+MySQL%5D%2C+ASP%2C+JSP%2C+Perl%2C+SSL+%26%238211%3B+DeveloperSide.NET" 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/web-developer-server-suite-wamp-windows-apache-php-mysql-asp-jsp-perl-ssl-developersidenet/&amp;title=Web-Developer+Server+Suite%3A+WAMP+%5BWindows%2C+Apache%2C+PHP%2C+MySQL%5D%2C+ASP%2C+JSP%2C+Perl%2C+SSL+%26%238211%3B+DeveloperSide.NET" 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/web-developer-server-suite-wamp-windows-apache-php-mysql-asp-jsp-perl-ssl-developersidenet/" 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/web-developer-server-suite-wamp-windows-apache-php-mysql-asp-jsp-perl-ssl-developersidenet/&amp;title=Web-Developer+Server+Suite%3A+WAMP+%5BWindows%2C+Apache%2C+PHP%2C+MySQL%5D%2C+ASP%2C+JSP%2C+Perl%2C+SSL+%26%238211%3B+DeveloperSide.NET" 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/web-developer-server-suite-wamp-windows-apache-php-mysql-asp-jsp-perl-ssl-developersidenet/&amp;title=Web-Developer+Server+Suite%3A+WAMP+%5BWindows%2C+Apache%2C+PHP%2C+MySQL%5D%2C+ASP%2C+JSP%2C+Perl%2C+SSL+%26%238211%3B+DeveloperSide.NET" 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/web-developer-server-suite-wamp-windows-apache-php-mysql-asp-jsp-perl-ssl-developersidenet/" 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/web-developer-server-suite-wamp-windows-apache-php-mysql-asp-jsp-perl-ssl-developersidenet/" 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/web-developer-server-suite-wamp-windows-apache-php-mysql-asp-jsp-perl-ssl-developersidenet/" 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/web-developer-server-suite-wamp-windows-apache-php-mysql-asp-jsp-perl-ssl-developersidenet/&amp;title=Web-Developer+Server+Suite%3A+WAMP+%5BWindows%2C+Apache%2C+PHP%2C+MySQL%5D%2C+ASP%2C+JSP%2C+Perl%2C+SSL+%26%238211%3B+DeveloperSide.NET" 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/web-developer-server-suite-wamp-windows-apache-php-mysql-asp-jsp-perl-ssl-developersidenet/" 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/web-developer-server-suite-wamp-windows-apache-php-mysql-asp-jsp-perl-ssl-developersidenet/&amp;name=Web-Developer+Server+Suite%3A+WAMP+%5BWindows%2C+Apache%2C+PHP%2C+MySQL%5D%2C+ASP%2C+JSP%2C+Perl%2C+SSL+%26%238211%3B+DeveloperSide.NET" 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/web-developer-server-suite-wamp-windows-apache-php-mysql-asp-jsp-perl-ssl-developersidenet/&amp;title=Web-Developer+Server+Suite%3A+WAMP+%5BWindows%2C+Apache%2C+PHP%2C+MySQL%5D%2C+ASP%2C+JSP%2C+Perl%2C+SSL+%26%238211%3B+DeveloperSide.NET" 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/web-developer-server-suite-wamp-windows-apache-php-mysql-asp-jsp-perl-ssl-developersidenet/&amp;u=http://www.m-mad.com/playpen/2006/10/web-developer-server-suite-wamp-windows-apache-php-mysql-asp-jsp-perl-ssl-developersidenet/&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/web-developer-server-suite-wamp-windows-apache-php-mysql-asp-jsp-perl-ssl-developersidenet/&amp;t=Web-Developer+Server+Suite%3A+WAMP+%5BWindows%2C+Apache%2C+PHP%2C+MySQL%5D%2C+ASP%2C+JSP%2C+Perl%2C+SSL+%26%238211%3B+DeveloperSide.NET" 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.d399').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.d399').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.m-mad.com/playpen/2006/10/web-developer-server-suite-wamp-windows-apache-php-mysql-asp-jsp-perl-ssl-developersidenet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Include SOME Google Gadgets Into Any Page</title>
		<link>http://www.m-mad.com/playpen/2006/10/include-some-google-gadgets-into-any-page/</link>
		<comments>http://www.m-mad.com/playpen/2006/10/include-some-google-gadgets-into-any-page/#comments</comments>
		<pubDate>Thu, 05 Oct 2006 01:58:47 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Toys]]></category>
		<category><![CDATA[blogs / podcasts]]></category>

		<guid isPermaLink="false">http://www.m-mad.com/playpen/2006/10/include-some-google-gadgets-into-any-page/</guid>
		<description><![CDATA[Google has announced that some of the gadgets available for Google Personalized Homepage can be embedded into any web page. The list of the gadgets includes: Google Calendar Viewer, Google Calculator, US Traffic Information, Moon Phase, Picasa Album Viewer and more. This way, you can enrich your web page with live information. 
Google gives an [...]]]></description>
			<content:encoded><![CDATA[<p>Google has <a href="http://www.google.com/press/annc/synd_gadgets.html">announced</a> that some of the gadgets available for Google Personalized Homepage can be embedded into any web page. <a href="http://www.google.com/ig/directory?synd=open">The list of the gadgets</a> includes: Google Calendar Viewer, Google Calculator, US Traffic Information, Moon Phase, Picasa Album Viewer and more. This way, you can enrich your web page with live information. </p>
<p>Google gives an example of usage:<br />
<em>&#8220;For example, lets say you are in charge of your club soccer teams website, and you want to add a current weather forecast so your fans can plan for your games or you want to include a daily brainteaser on your site without having to come up with something new everyday. Google Gadgets lets you do this easily. Just visit the directory of &#8220;Google Gadgets for your webpage&#8221; to find gadgets that youd like to add to your own page and select your preferences for how the gadget will appear on your page. Then, copy and paste the HTML from the window into the HTML code for your own website. Its an easy way to get the content you need and want without spending hours writing code&#8221;</em></p>
<p>Previously, some gadgets could be included in Google Page Creator if you selected the experimental features.<br />
Here&#8217;s an example (called <a href="http://www.google.com/ig/directory?synd=open&#038;num=24&#038;url=http://ginorenardus.googlepages.com/babelfish.xml&#038;q=&#038;start=0">babelfish</a>):</p>
<p><script src="http://gmodules.com/ig/ifr?url=http://ginorenardus.googlepages.com/babelfish.xml&#038;synd=open&#038;w=320&#038;h=320&#038;title=Babelfish+Gadget&#038;border=%23ffffff%7C0px%2C1px+solid+%23998899%7C0px%2C1px+solid+%23aa99aa%7C0px%2C2px+solid+%23bbaabb%7C0px%2C2px+solid+%23ccbbcc&#038;output=js"></script></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d396').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d396" 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=Include+SOME+Google+Gadgets+Into+Any+Page&amp;Description=Include+SOME+Google+Gadgets+Into+Any+Page&amp;Url=http://www.m-mad.com/playpen/2006/10/include-some-google-gadgets-into-any-page/" 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/include-some-google-gadgets-into-any-page/" 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/include-some-google-gadgets-into-any-page/&amp;title=Include+SOME+Google+Gadgets+Into+Any+Page" 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/include-some-google-gadgets-into-any-page/&amp;title=Include+SOME+Google+Gadgets+Into+Any+Page" 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/include-some-google-gadgets-into-any-page/&amp;title=Include+SOME+Google+Gadgets+Into+Any+Page" 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/include-some-google-gadgets-into-any-page/&amp;title=Include+SOME+Google+Gadgets+Into+Any+Page" 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/include-some-google-gadgets-into-any-page/&amp;title=Include+SOME+Google+Gadgets+Into+Any+Page" 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/include-some-google-gadgets-into-any-page/&amp;title=Include+SOME+Google+Gadgets+Into+Any+Page" 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=Include+SOME+Google+Gadgets+Into+Any+Page&amp;url=http://www.m-mad.com/playpen/2006/10/include-some-google-gadgets-into-any-page/&amp;title=Include+SOME+Google+Gadgets+Into+Any+Page" 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/include-some-google-gadgets-into-any-page/" 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/include-some-google-gadgets-into-any-page/&amp;h=Include+SOME+Google+Gadgets+Into+Any+Page" 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/include-some-google-gadgets-into-any-page/&amp;t=Include+SOME+Google+Gadgets+Into+Any+Page" 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/include-some-google-gadgets-into-any-page/&amp;title=Include+SOME+Google+Gadgets+Into+Any+Page" 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/include-some-google-gadgets-into-any-page/&amp;t=Include+SOME+Google+Gadgets+Into+Any+Page" 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/include-some-google-gadgets-into-any-page/&amp;title=Include+SOME+Google+Gadgets+Into+Any+Page" 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/include-some-google-gadgets-into-any-page/" 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/include-some-google-gadgets-into-any-page/&amp;title=Include+SOME+Google+Gadgets+Into+Any+Page" 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/include-some-google-gadgets-into-any-page/&amp;bm_description=Include+SOME+Google+Gadgets+Into+Any+Page" 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/include-some-google-gadgets-into-any-page/&amp;T=Include+SOME+Google+Gadgets+Into+Any+Page" 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/include-some-google-gadgets-into-any-page/&amp;title=Include+SOME+Google+Gadgets+Into+Any+Page&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/include-some-google-gadgets-into-any-page/&amp;h=Include+SOME+Google+Gadgets+Into+Any+Page" 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/include-some-google-gadgets-into-any-page/&amp;title=Include+SOME+Google+Gadgets+Into+Any+Page" 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/include-some-google-gadgets-into-any-page/&amp;title=Include+SOME+Google+Gadgets+Into+Any+Page" 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/include-some-google-gadgets-into-any-page/&amp;title=Include+SOME+Google+Gadgets+Into+Any+Page" 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/include-some-google-gadgets-into-any-page/" 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/include-some-google-gadgets-into-any-page/&amp;title=Include+SOME+Google+Gadgets+Into+Any+Page" 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/include-some-google-gadgets-into-any-page/&amp;title=Include+SOME+Google+Gadgets+Into+Any+Page" 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/include-some-google-gadgets-into-any-page/" 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/include-some-google-gadgets-into-any-page/" 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/include-some-google-gadgets-into-any-page/" 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/include-some-google-gadgets-into-any-page/&amp;title=Include+SOME+Google+Gadgets+Into+Any+Page" 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/include-some-google-gadgets-into-any-page/" 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/include-some-google-gadgets-into-any-page/&amp;name=Include+SOME+Google+Gadgets+Into+Any+Page" 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/include-some-google-gadgets-into-any-page/&amp;title=Include+SOME+Google+Gadgets+Into+Any+Page" 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/include-some-google-gadgets-into-any-page/&amp;u=http://www.m-mad.com/playpen/2006/10/include-some-google-gadgets-into-any-page/&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/include-some-google-gadgets-into-any-page/&amp;t=Include+SOME+Google+Gadgets+Into+Any+Page" 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.d396').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.d396').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.m-mad.com/playpen/2006/10/include-some-google-gadgets-into-any-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 10 Lies told to the Naive</title>
		<link>http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/</link>
		<comments>http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/#comments</comments>
		<pubDate>Thu, 05 Oct 2006 01:34:02 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[People]]></category>
		<category><![CDATA[blogs / podcasts]]></category>

		<guid isPermaLink="false">http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/</guid>
		<description><![CDATA[For freelancers / contractors, in the end, working commercially, being a terrific artist, designer or technician is about half the task.  The other half is &#8220;the business&#8221;, chasing work, chasing money, chasing client commitment, keeping up to date &#8230;..  Sure, you can outsource some of that to an agency, but then you have [...]]]></description>
			<content:encoded><![CDATA[<p>For freelancers / contractors, in the end, working commercially, being a terrific artist, designer or technician is about half the task.  The other half is &#8220;the business&#8221;, chasing work, chasing money, chasing client commitment, keeping up to date &#8230;..  Sure, you can outsource some of that to an agency, but then you have to manage the Agency &#8211; finding an agent you can work with, sending you to interviews you&#8217;re not suitable for, etc.</p>
<p>Along those lines, here&#8217;s a link to <a href="http://www.paintercreativity.com/articles/top-10-lies.html">Top 10 Lies told to Naive Artists and Designers</a>.  It&#8217;s written from the perspective of a graphic designer, but can be applied to the people who post those threads about starting a hosting company, starting an at home IT service company, or even going contracting.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d395').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d395" 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=Top+10+Lies+told+to+the+Naive&amp;Description=Top+10+Lies+told+to+the+Naive&amp;Url=http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/" 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/top-10-lies-told-to-the-naive/" 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/top-10-lies-told-to-the-naive/&amp;title=Top+10+Lies+told+to+the+Naive" 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/top-10-lies-told-to-the-naive/&amp;title=Top+10+Lies+told+to+the+Naive" 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/top-10-lies-told-to-the-naive/&amp;title=Top+10+Lies+told+to+the+Naive" 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/top-10-lies-told-to-the-naive/&amp;title=Top+10+Lies+told+to+the+Naive" 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/top-10-lies-told-to-the-naive/&amp;title=Top+10+Lies+told+to+the+Naive" 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/top-10-lies-told-to-the-naive/&amp;title=Top+10+Lies+told+to+the+Naive" 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=Top+10+Lies+told+to+the+Naive&amp;url=http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/&amp;title=Top+10+Lies+told+to+the+Naive" 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/top-10-lies-told-to-the-naive/" 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/top-10-lies-told-to-the-naive/&amp;h=Top+10+Lies+told+to+the+Naive" 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/top-10-lies-told-to-the-naive/&amp;t=Top+10+Lies+told+to+the+Naive" 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/top-10-lies-told-to-the-naive/&amp;title=Top+10+Lies+told+to+the+Naive" 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/top-10-lies-told-to-the-naive/&amp;t=Top+10+Lies+told+to+the+Naive" 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/top-10-lies-told-to-the-naive/&amp;title=Top+10+Lies+told+to+the+Naive" 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/top-10-lies-told-to-the-naive/" 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/top-10-lies-told-to-the-naive/&amp;title=Top+10+Lies+told+to+the+Naive" 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/top-10-lies-told-to-the-naive/&amp;bm_description=Top+10+Lies+told+to+the+Naive" 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/top-10-lies-told-to-the-naive/&amp;T=Top+10+Lies+told+to+the+Naive" 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/top-10-lies-told-to-the-naive/&amp;title=Top+10+Lies+told+to+the+Naive&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/top-10-lies-told-to-the-naive/&amp;h=Top+10+Lies+told+to+the+Naive" 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/top-10-lies-told-to-the-naive/&amp;title=Top+10+Lies+told+to+the+Naive" 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/top-10-lies-told-to-the-naive/&amp;title=Top+10+Lies+told+to+the+Naive" 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/top-10-lies-told-to-the-naive/&amp;title=Top+10+Lies+told+to+the+Naive" 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/top-10-lies-told-to-the-naive/" 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/top-10-lies-told-to-the-naive/&amp;title=Top+10+Lies+told+to+the+Naive" 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/top-10-lies-told-to-the-naive/&amp;title=Top+10+Lies+told+to+the+Naive" 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/top-10-lies-told-to-the-naive/" 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/top-10-lies-told-to-the-naive/" 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/top-10-lies-told-to-the-naive/" 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/top-10-lies-told-to-the-naive/&amp;title=Top+10+Lies+told+to+the+Naive" 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/top-10-lies-told-to-the-naive/" 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/top-10-lies-told-to-the-naive/&amp;name=Top+10+Lies+told+to+the+Naive" 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/top-10-lies-told-to-the-naive/&amp;title=Top+10+Lies+told+to+the+Naive" 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/top-10-lies-told-to-the-naive/&amp;u=http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/&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/top-10-lies-told-to-the-naive/&amp;t=Top+10+Lies+told+to+the+Naive" 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.d395').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.d395').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.m-mad.com/playpen/2006/10/top-10-lies-told-to-the-naive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a Static Front Page in Word Press</title>
		<link>http://www.m-mad.com/playpen/2006/10/creating-a-static-front-page-in-word-press/</link>
		<comments>http://www.m-mad.com/playpen/2006/10/creating-a-static-front-page-in-word-press/#comments</comments>
		<pubDate>Wed, 04 Oct 2006 07:21:52 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[blogs / podcasts]]></category>

		<guid isPermaLink="false">http://www.m-mad.com/playpen/2006/10/creating-a-static-front-page-in-word-press/</guid>
		<description><![CDATA[For various reasons, you may want to present users with a static page, but still use your word press themes etc.  Happily, there’s a WordPress plugin, Filosofo Home-Page Control, that does easily, without manipulating your code or editing.

Install plugin.
Choose which page to be the home page.

Thats the functionality I&#8217;m using at the moment.
I&#8217;m also [...]]]></description>
			<content:encoded><![CDATA[<p>For various reasons, you may want to present users with a static page, but still use your <a href="http://www.wordpress.org">word press</a> themes etc.  Happily, there’s a WordPress plugin, <a href="http://www.ilfilosofo.com/blog/home-page-control">Filosofo Home-Page Control</a>, that does easily, without manipulating your code or editing.</p>
<ol>
<li>Install plugin.</li>
<li>Choose which page to be the home page.</li>
</ol>
<p>Thats the functionality I&#8217;m using at the moment.<br />
I&#8217;m also experimenting with the appearance of a subdirectory &#8211; not really much use for me as this blog appears under the playpen directory anyway, but for the sake of science and to while away another SAP install&#8230;</p>
<ol>
<li>Install plugin.</li>
<li>Choose which page to be the home page.</li>
<li>Declare the directory you wish for your blog.</li>
</ol>
<p>OK so that&#8217;s a tiny bit more complicated&#8230;  It even double checks the structure for permalinks, and tells you how to create a home page template.</p>
<p>BTW, doing this without a plugin is covered in the wordpress documentation at <a href="http://codex.wordpress.org/Creating_a_Static_Front_Page">Creating a Static Front Page</a>.</p>
<p>EDIT: as it turned out, the virtual subdirectory link <em>is</em> usefull&#8230;  It lets me put a link to ../playpen/blog over in the sidebar, so that every page can go straight back to the latest posts.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d393').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d393" 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=Creating+a+Static+Front+Page+in+Word+Press&amp;Description=Creating+a+Static+Front+Page+in+Word+Press&amp;Url=http://www.m-mad.com/playpen/2006/10/creating-a-static-front-page-in-word-press/" 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/creating-a-static-front-page-in-word-press/" 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/creating-a-static-front-page-in-word-press/&amp;title=Creating+a+Static+Front+Page+in+Word+Press" 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/creating-a-static-front-page-in-word-press/&amp;title=Creating+a+Static+Front+Page+in+Word+Press" 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/creating-a-static-front-page-in-word-press/&amp;title=Creating+a+Static+Front+Page+in+Word+Press" 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/creating-a-static-front-page-in-word-press/&amp;title=Creating+a+Static+Front+Page+in+Word+Press" 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/creating-a-static-front-page-in-word-press/&amp;title=Creating+a+Static+Front+Page+in+Word+Press" 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/creating-a-static-front-page-in-word-press/&amp;title=Creating+a+Static+Front+Page+in+Word+Press" 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=Creating+a+Static+Front+Page+in+Word+Press&amp;url=http://www.m-mad.com/playpen/2006/10/creating-a-static-front-page-in-word-press/&amp;title=Creating+a+Static+Front+Page+in+Word+Press" 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/creating-a-static-front-page-in-word-press/" 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/creating-a-static-front-page-in-word-press/&amp;h=Creating+a+Static+Front+Page+in+Word+Press" 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/creating-a-static-front-page-in-word-press/&amp;t=Creating+a+Static+Front+Page+in+Word+Press" 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/creating-a-static-front-page-in-word-press/&amp;title=Creating+a+Static+Front+Page+in+Word+Press" 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/creating-a-static-front-page-in-word-press/&amp;t=Creating+a+Static+Front+Page+in+Word+Press" 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/creating-a-static-front-page-in-word-press/&amp;title=Creating+a+Static+Front+Page+in+Word+Press" 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/creating-a-static-front-page-in-word-press/" 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/creating-a-static-front-page-in-word-press/&amp;title=Creating+a+Static+Front+Page+in+Word+Press" 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/creating-a-static-front-page-in-word-press/&amp;bm_description=Creating+a+Static+Front+Page+in+Word+Press" 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/creating-a-static-front-page-in-word-press/&amp;T=Creating+a+Static+Front+Page+in+Word+Press" 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/creating-a-static-front-page-in-word-press/&amp;title=Creating+a+Static+Front+Page+in+Word+Press&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/creating-a-static-front-page-in-word-press/&amp;h=Creating+a+Static+Front+Page+in+Word+Press" 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/creating-a-static-front-page-in-word-press/&amp;title=Creating+a+Static+Front+Page+in+Word+Press" 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/creating-a-static-front-page-in-word-press/&amp;title=Creating+a+Static+Front+Page+in+Word+Press" 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/creating-a-static-front-page-in-word-press/&amp;title=Creating+a+Static+Front+Page+in+Word+Press" 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/creating-a-static-front-page-in-word-press/" 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/creating-a-static-front-page-in-word-press/&amp;title=Creating+a+Static+Front+Page+in+Word+Press" 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/creating-a-static-front-page-in-word-press/&amp;title=Creating+a+Static+Front+Page+in+Word+Press" 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/creating-a-static-front-page-in-word-press/" 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/creating-a-static-front-page-in-word-press/" 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/creating-a-static-front-page-in-word-press/" 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/creating-a-static-front-page-in-word-press/&amp;title=Creating+a+Static+Front+Page+in+Word+Press" 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/creating-a-static-front-page-in-word-press/" 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/creating-a-static-front-page-in-word-press/&amp;name=Creating+a+Static+Front+Page+in+Word+Press" 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/creating-a-static-front-page-in-word-press/&amp;title=Creating+a+Static+Front+Page+in+Word+Press" 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/creating-a-static-front-page-in-word-press/&amp;u=http://www.m-mad.com/playpen/2006/10/creating-a-static-front-page-in-word-press/&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/creating-a-static-front-page-in-word-press/&amp;t=Creating+a+Static+Front+Page+in+Word+Press" 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.d393').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.d393').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.m-mad.com/playpen/2006/10/creating-a-static-front-page-in-word-press/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ten Business Myths</title>
		<link>http://www.m-mad.com/playpen/2006/10/ten-business-myths/</link>
		<comments>http://www.m-mad.com/playpen/2006/10/ten-business-myths/#comments</comments>
		<pubDate>Tue, 03 Oct 2006 06:31:00 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[People]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[blogs / podcasts]]></category>

		<guid isPermaLink="false">http://www.m-mad.com/playpen/2006/10/ten-business-myths/</guid>
		<description><![CDATA[Venture capitalist Ron Garret has posted a list of eleven (despite the title) common mistakes entrepreneurs with a technology background make. A common theme is that good ideas sell; in reality, what a customer wants sells. By extension, having a Ph.D. and holding a patent are not particularly helpful if the intended end-user does not [...]]]></description>
			<content:encoded><![CDATA[<p>Venture capitalist Ron Garret has posted a list of eleven (despite the title) <a href="http://rondam.blogspot.com/2006/10/top-ten-geek-business-myths.html">common mistakes</a> entrepreneurs with a technology background make. A common theme is that good ideas sell; in reality, what a customer wants sells. By extension, having a Ph.D. and holding a patent are not particularly helpful if the intended end-user does not have the same level of understanding of the widget as the creator does.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d386').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d386" 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=Ten+Business+Myths&amp;Description=Ten+Business+Myths&amp;Url=http://www.m-mad.com/playpen/2006/10/ten-business-myths/" 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/ten-business-myths/" 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/ten-business-myths/&amp;title=Ten+Business+Myths" 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/ten-business-myths/&amp;title=Ten+Business+Myths" 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/ten-business-myths/&amp;title=Ten+Business+Myths" 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/ten-business-myths/&amp;title=Ten+Business+Myths" 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/ten-business-myths/&amp;title=Ten+Business+Myths" 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/ten-business-myths/&amp;title=Ten+Business+Myths" 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=Ten+Business+Myths&amp;url=http://www.m-mad.com/playpen/2006/10/ten-business-myths/&amp;title=Ten+Business+Myths" 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/ten-business-myths/" 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/ten-business-myths/&amp;h=Ten+Business+Myths" 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/ten-business-myths/&amp;t=Ten+Business+Myths" 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/ten-business-myths/&amp;title=Ten+Business+Myths" 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/ten-business-myths/&amp;t=Ten+Business+Myths" 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/ten-business-myths/&amp;title=Ten+Business+Myths" 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/ten-business-myths/" 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/ten-business-myths/&amp;title=Ten+Business+Myths" 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/ten-business-myths/&amp;bm_description=Ten+Business+Myths" 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/ten-business-myths/&amp;T=Ten+Business+Myths" 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/ten-business-myths/&amp;title=Ten+Business+Myths&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/ten-business-myths/&amp;h=Ten+Business+Myths" 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/ten-business-myths/&amp;title=Ten+Business+Myths" 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/ten-business-myths/&amp;title=Ten+Business+Myths" 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/ten-business-myths/&amp;title=Ten+Business+Myths" 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/ten-business-myths/" 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/ten-business-myths/&amp;title=Ten+Business+Myths" 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/ten-business-myths/&amp;title=Ten+Business+Myths" 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/ten-business-myths/" 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/ten-business-myths/" 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/ten-business-myths/" 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/ten-business-myths/&amp;title=Ten+Business+Myths" 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/ten-business-myths/" 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/ten-business-myths/&amp;name=Ten+Business+Myths" 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/ten-business-myths/&amp;title=Ten+Business+Myths" 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/ten-business-myths/&amp;u=http://www.m-mad.com/playpen/2006/10/ten-business-myths/&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/ten-business-myths/&amp;t=Ten+Business+Myths" 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.d386').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.d386').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.m-mad.com/playpen/2006/10/ten-business-myths/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>incoming RSS feeds on wp</title>
		<link>http://www.m-mad.com/playpen/2006/09/incoming-rss-feeds-on-wp/</link>
		<comments>http://www.m-mad.com/playpen/2006/09/incoming-rss-feeds-on-wp/#comments</comments>
		<pubDate>Fri, 29 Sep 2006 01:35:35 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[blogs / podcasts]]></category>

		<guid isPermaLink="false">http://www.m-mad.com/playpen/2006/09/incoming-rss-feeds-on-wp/</guid>
		<description><![CDATA[Shaolin Tiger’s “How to Use RSS Feeds on Your WordPress Site”
from Adding RSS Feeds to WordPress
One issue I did come up against is that although you can put Template Tags and PHP code into a Page Template, you cannot put these into the content of a Page and expect them to run. This meant I [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Shaolin Tiger - How to Use RSS Feeds on Your WordPress Site" href="http://www.shaolintiger.com/2006/01/19/how-to-use-rss-feeds-on-your-wordpress-site/">Shaolin Tiger’s “How to Use RSS Feeds on Your WordPress Site”</a><br />
from <a title="Adding RSS Feeds to WordPress" href="http://lorelle.wordpress.com/2006/03/16/adding-rss-feeds-to-wordpress/">Adding RSS Feeds to WordPress</a></p>
<p>One issue I did come up against is that although you can put Template Tags and PHP code into a Page Template, you cannot put these into the <strong>content</strong> of a Page and expect them to run. This meant I had to use a PHP evaluating Plugin (example:  <a title="http://dev.wp-plugins.org/wiki/RunPHP" href="http://dev.wp-plugins.org/wiki/RunPHP">RunPHP</a>) to enable the <em>< ?php randomFeedList() ?> </em>feature of the <a title="Visit plugin homepage" href="http://rawlinson.us/blog/?p=212">Feed List</a> plugin.</p>
<p>EDIT: October 10<br />
I&#8217;ve completely revamped how I use this plugin.  </p>
<ul>
<li>I have a <a href="http://www.m-mad.com/playpen/?page_id=423">WordPress Page </a>with it&#8217;s own template (page_rss_parent), that is an exact replica of my standard Page template except it incldues the <a href="http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm">Dynamic Ajax Content</a> from <a href="http://www.dynamicdrive.com">www.dynamicdrive.com</a>.  As you select a link to a particular RSS feed, this Page loads it dynamically.</li>
<li>The RSS feeds are each in their own page, using the <a href="http://rawlinson.us/blog/articles/feedlist-plugin/">FeedList plugin </a>.  These pages have their own template ( page_rss) that has no call to sidebar or footer.  This is because these pages will be loaded into a DIV on already already existing  page, with the header, sidebar footer etc already present.</li>
<li>I have another page that is the parent of the pages with the RSS feeds.  This means I can exclude this page (and therefore the underlying RSS Feed pages) when using <a href="http://codex.wordpress.org/Template_Tags/wp_list_pages#Exclude_Pages_from_List">wp_list_pages</a> in my header.</li>
<li>I don&#8217;t need the <a href="http://dev.wp-plugins.org/wiki/RunPHP">runPHP</a> plugin.</li>
</ul>
<p>Next step is to write it up as a plugin.  The big issue is where to store the RSS feeds:
<ul>
<li>If I store them in WordPress as Pages, you&#8217;ll need to do the wp_list_pages hack described above.</li>
<li>If I store them in another table, it raises issues of tidiness and compatibility with later versions</li>
<li>If I store them as a text file in the plugin directory, there&#8217;s issues around the read/write permissions</li>
</ul>
<p>from <a href="http://arstechnica.com">http://arstechnica.com &#8211; arstechnica</a>.</p>
<ol><li><span class="rssLinkListItemTitle"><a href="http://feeds.arstechnica.com/~r/arstechnica/index/~3/8MRxiiGIKY8/week-in-apple-new-macs-magic-trackpad-blood-between-apple-and-intel.ars" title="                How long have you been waiting for new iMacs or Mac Pros? What about the Cinema Display? How about free iPhone 4 cases? For Apple to acknowledge the sad, sad performance of iOS 4 on the iPhone 3G? We covered all of that and more this last week. Read on for the roundup.&nbsp;Magic Tra">Week in Apple: new Macs, Magic Trackpad, and a possible Intel clash</a></span> - <a href="http://arstechnica.com/apple/news/2010/07/week-in-apple-new-macs-magic-trackpad-blood-between-apple-and-intel.ars?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss">
  <img vspace="4" hspace="4" border="0" align="right" width="230" height="129" src="http://static.arstechnica.com/assets/2010/07/magictrackpad_thumb-thumb-230x130-15637-f.jpg" />
  </a>

		        <!--body-->
    <p>How long have you been waiting for new iMacs or Mac Pros? What about the Cinema Display? How about free iPhone 4 cases? For Apple to acknowledge the sad, sad performance of iOS 4 on the iPhone 3G? We covered all of that and more this last week. Read on for the roundup.&nbsp;</p>
<p><a href="http://arstechnica.com/apple/reviews/2010/07/magic-trackpad.ars"><b>Magic Trackpad or tragic Mac pad? A review</b></a>: External trackpads have come a long way over the years, and Apple's Magic Trackpad aims to bring its portable line's multitouch gestures to the desktop. We took a look to find out whether it's worth the $70.</p>
<p><a href="http://arstechnica.com/apple/news/2010/07/imacs-with-i7-ssd-and-magic-trackpad-make-their-debut.ars"><b>iMacs with i7, SSD, and Magic Trackpad make their debut</b></a>: The rumors about new iMacs were true! The updated machines now sport faster processors and newer graphics cards, as well as the Magic Trackpad&#8212;that is, if you want to add $70 onto your bill.</p>    
          <p><a href="http://arstechnica.com/apple/news/2010/07/week-in-apple-new-macs-magic-trackpad-blood-between-apple-and-intel.ars?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss" title="Click here to continue reading this article"><img src="http://static.arstechnica.com/mt-static/plugins/ArsTheme/images/read-more.jpg" alt="Read the rest of this article..."></a></p>      
        
    


      <p><a href="http://arstechnica.com/apple/news/2010/07/week-in-apple-new-macs-magic-trackpad-blood-between-apple-and-intel.ars?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss&comments=1#comments-bar">Read the comments on this post</a></p>
<p><a href="http://feedads.g.doubleclick.net/~at/7saLAlzA2DUGNiBSMtz-7TBqfsU/0/da"><img src="http://feedads.g.doubleclick.net/~at/7saLAlzA2DUGNiBSMtz-7TBqfsU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~at/7saLAlzA2DUGNiBSMtz-7TBqfsU/1/da"><img src="http://feedads.g.doubleclick.net/~at/7saLAlzA2DUGNiBSMtz-7TBqfsU/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.arstechnica.com/~ff/arstechnica/index?a=8MRxiiGIKY8:rgdv0Vjv-Zs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/arstechnica/index?i=8MRxiiGIKY8:rgdv0Vjv-Zs:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.arstechnica.com/~ff/arstechnica/index?a=8MRxiiGIKY8:rgdv0Vjv-Zs:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/arstechnica/index?i=8MRxiiGIKY8:rgdv0Vjv-Zs:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.arstechnica.com/~ff/arstechnica/index?a=8MRxiiGIKY8:rgdv0Vjv-Zs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/arstechnica/index?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.arstechnica.com/~ff/arstechnica/index?a=8MRxiiGIKY8:rgdv0Vjv-Zs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/arstechnica/index?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/arstechnica/index/~4/8MRxiiGIKY8" height="1" width="1"/></li><li><span class="rssLinkListItemTitle"><a href="http://feeds.arstechnica.com/~r/arstechnica/index/~3/c0Or52zuRJQ/week-in-tech-jailbreaks-ahoy-mechamice-comedians-and-copyright.ars" title="                We're approaching the dog days of summer in the northern hemisphere, and tech news shows no signs of cooling down.Apple loses big in DRM ruling: jailbreaks are 'fair use': Every three years, the Library of Congress approves a handful of exemptions to the DMCA, allowing consumers to b">Week in tech: jailbreaks ahoy, mechamice, comedians, and copyright</a></span> - <a href="http://arstechnica.com/tech-policy/news/2010/07/week-in-tech-jailbreaks-ahoy-mechamice-comedians-and-copyright.ars?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss">
  <img vspace="4" hspace="4" border="0" align="right" width="230" height="129" src="http://static.arstechnica.com/assets/2009/08/jail_hands_ars-thumb-230x130-8023-f.jpg" />
  </a>

		        <!--body-->
    <p>We're approaching the dog days of summer in the northern hemisphere, and tech news shows no signs of cooling down.</p>
<p><a href="http://arstechnica.com/tech-policy/news/2010/07/apple-loses-big-in-drm-ruling-jailbreaks-are-fair-use.ars"><b>Apple loses big in DRM ruling: jailbreaks are "fair use"</b></a>: Every three years, the Library of Congress approves a handful of exemptions to the DMCA, allowing consumers to break or bypass DRM in particular instances. On the list this time: jailbreaking an iPhone, ripping clips from a DVD, and investigating SecuROM on computer games. </p>
<p><a href="http://arstechnica.com/gadgets/reviews/2010/07/overkill-as-art-ars-reviews-the-cyborg-rat-7.ars"><b>Overkill as art: Ars reviews the Cyborg R.A.T. 7</b></a>: It's not easy to justify a $100 price tag for a gaming mouse, but the R.A.T. 7 is adjustable in both size and shape, features multiple levels of DPI control, and offers more options than anything else on the market.</p>    
          <p><a href="http://arstechnica.com/tech-policy/news/2010/07/week-in-tech-jailbreaks-ahoy-mechamice-comedians-and-copyright.ars?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss" title="Click here to continue reading this article"><img src="http://static.arstechnica.com/mt-static/plugins/ArsTheme/images/read-more.jpg" alt="Read the rest of this article..."></a></p>      
        
    


      <p><a href="http://arstechnica.com/tech-policy/news/2010/07/week-in-tech-jailbreaks-ahoy-mechamice-comedians-and-copyright.ars?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss&comments=1#comments-bar">Read the comments on this post</a></p>
<p><a href="http://feedads.g.doubleclick.net/~at/A84_MenhpuD2EBfZAQkF_mXf5Zk/0/da"><img src="http://feedads.g.doubleclick.net/~at/A84_MenhpuD2EBfZAQkF_mXf5Zk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~at/A84_MenhpuD2EBfZAQkF_mXf5Zk/1/da"><img src="http://feedads.g.doubleclick.net/~at/A84_MenhpuD2EBfZAQkF_mXf5Zk/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.arstechnica.com/~ff/arstechnica/index?a=c0Or52zuRJQ:JESF3Zotl1U:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/arstechnica/index?i=c0Or52zuRJQ:JESF3Zotl1U:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.arstechnica.com/~ff/arstechnica/index?a=c0Or52zuRJQ:JESF3Zotl1U:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/arstechnica/index?i=c0Or52zuRJQ:JESF3Zotl1U:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.arstechnica.com/~ff/arstechnica/index?a=c0Or52zuRJQ:JESF3Zotl1U:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/arstechnica/index?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.arstechnica.com/~ff/arstechnica/index?a=c0Or52zuRJQ:JESF3Zotl1U:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/arstechnica/index?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/arstechnica/index/~4/c0Or52zuRJQ" height="1" width="1"/></li><li><span class="rssLinkListItemTitle"><a href="http://feeds.arstechnica.com/~r/arstechnica/index/~3/CI3rT7uPjXo/is-the-us-copyright-group-a-dirty-pirate.ars" title="                Have the copyright enforcers been caught with their hands in the cookie jar? The blog TorrentFreak today published its claim that the US Copyright Group, which has filed more than 14,000 lawsuits against anonymous P2P movie sharers, ripped off another copyright settlement group in cr">Anti-P2P lawyers accused of copyright hypocrisy</a></span> - <a href="http://arstechnica.com/tech-policy/news/2010/07/is-the-us-copyright-group-a-dirty-pirate.ars?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss">
  <img vspace="4" hspace="4" border="0" align="right" width="230" height="129" src="http://static.arstechnica.com/assets/2010/05/jolly-roger-pirate-cubicle-thumb-230x130-14269-f.jpg" />
  </a>

		        <!--body-->
    

<p>Have the copyright enforcers been caught with their hands in the cookie jar? The blog TorrentFreak today published its claim that the US Copyright Group, which has <a href="http://arstechnica.com/tech-policy/news/2010/06/the-riaa-amateurs-heres-how-you-sue-p2p-users.ars">filed more than 14,000 lawsuits</a> against anonymous P2P movie sharers, <a href="http://torrentfreak.com/u-s-copyright-group-steal-competitors-website-100730/">ripped off <em>another copyright settlement group</em></a> in crafting its <a href="http://dglegal.force.com/SiteLogindglegal">own settlement website</a>.</p>

<p>The site was tipped off by a reader, who claimed that US Copyright Group had jacked code and visual elements from <a href="http://www.copyrightsettlements.com/index.php">Copyright Settlements</a>, which is in a similar business: sue P2P users, then send them letters demanding a settlement to avoid trial.</p>    
          <p><a href="http://arstechnica.com/tech-policy/news/2010/07/is-the-us-copyright-group-a-dirty-pirate.ars?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss" title="Click here to continue reading this article"><img src="http://static.arstechnica.com/mt-static/plugins/ArsTheme/images/read-more.jpg" alt="Read the rest of this article..."></a></p>      
        
    


      <p><a href="http://arstechnica.com/tech-policy/news/2010/07/is-the-us-copyright-group-a-dirty-pirate.ars?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss&comments=1#comments-bar">Read the comments on this post</a></p>
<p><a href="http://feedads.g.doubleclick.net/~at/NHSDjIY5KSTY7bKK05YfCB20Jmc/0/da"><img src="http://feedads.g.doubleclick.net/~at/NHSDjIY5KSTY7bKK05YfCB20Jmc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~at/NHSDjIY5KSTY7bKK05YfCB20Jmc/1/da"><img src="http://feedads.g.doubleclick.net/~at/NHSDjIY5KSTY7bKK05YfCB20Jmc/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.arstechnica.com/~ff/arstechnica/index?a=CI3rT7uPjXo:mavkDrfYNEo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/arstechnica/index?i=CI3rT7uPjXo:mavkDrfYNEo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.arstechnica.com/~ff/arstechnica/index?a=CI3rT7uPjXo:mavkDrfYNEo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/arstechnica/index?i=CI3rT7uPjXo:mavkDrfYNEo:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.arstechnica.com/~ff/arstechnica/index?a=CI3rT7uPjXo:mavkDrfYNEo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/arstechnica/index?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.arstechnica.com/~ff/arstechnica/index?a=CI3rT7uPjXo:mavkDrfYNEo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/arstechnica/index?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/arstechnica/index/~4/CI3rT7uPjXo" height="1" width="1"/></li><li><span class="rssLinkListItemTitle"><a href="http://feeds.arstechnica.com/~r/arstechnica/index/~3/U8JhN_IWVDA/ballmer-and-microsoft-still-doesnt-get-the-ipad.ars" title="                'The operating system is called Windows,' claimed Steve Ballmer when asked about Microsoft's plans for the tablet/slate/pad form factor at the company's annual Financial Analyst Meeting on Thursday. He expressed dismay at the iPad's strong sales figures, '[Apple has] sold certainly m">Ballmer (and Microsoft) still doesn't get the iPad</a></span> - <a href="http://arstechnica.com/microsoft/news/2010/07/ballmer-and-microsoft-still-doesnt-get-the-ipad.ars?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss">
  <img vspace="4" hspace="4" border="0" align="right" width="230" height="129" src="http://static.arstechnica.com/assets/2009/10/ballmer_free-thumb-230x130-8878-f.png" />
  </a>

		        <!--body-->
    <p>"The operating system is called Windows," claimed Steve Ballmer when asked about Microsoft's plans for the tablet/slate/pad form factor at the company's annual Financial Analyst Meeting on Thursday. He expressed dismay at the iPad's strong sales figures, "[Apple has] sold certainly more than I'd like them to have sold," he said. Ballmer then promised that Windows-powered devices will be shipping "as soon as they are ready," going on to explain that they would get a boost from Intel's low-power <a href="http://arstechnica.com/gadgets/news/2010/06/netbook-market-explodes-with-options-in-second-half-of-year.ars">Oak Trail</a> platform next year.</p>

<p>The message was clear: Microsoft still doesn't understand why its Tablet PC concept has repeatedly bombed over the best part of a decade. Apple sold more iPads in its first three months of availability than PC vendors sold Tablet PCs in the whole of last year; in fact, the number of iPads sold in that period is likely to eclipse the number of Tablet PCs sold both last year and this. But still the company is persevering: stick a regular PC operating system on a laptop, give it a touchscreen, and then take away the keyboard and pixel-perfect pointing device. Ballmer even reiterated the company's position: slates are just another PC form factor.</p>    
          <p><a href="http://arstechnica.com/microsoft/news/2010/07/ballmer-and-microsoft-still-doesnt-get-the-ipad.ars?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss" title="Click here to continue reading this article"><img src="http://static.arstechnica.com/mt-static/plugins/ArsTheme/images/read-more.jpg" alt="Read the rest of this article..."></a></p>      
        
    


      <p><a href="http://arstechnica.com/microsoft/news/2010/07/ballmer-and-microsoft-still-doesnt-get-the-ipad.ars?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss&comments=1#comments-bar">Read the comments on this post</a></p>
<p><a href="http://feedads.g.doubleclick.net/~at/l0KH7XOBdvTU49gHqur5PRzK8wg/0/da"><img src="http://feedads.g.doubleclick.net/~at/l0KH7XOBdvTU49gHqur5PRzK8wg/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~at/l0KH7XOBdvTU49gHqur5PRzK8wg/1/da"><img src="http://feedads.g.doubleclick.net/~at/l0KH7XOBdvTU49gHqur5PRzK8wg/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.arstechnica.com/~ff/arstechnica/index?a=U8JhN_IWVDA:hUgwbksOAdE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/arstechnica/index?i=U8JhN_IWVDA:hUgwbksOAdE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.arstechnica.com/~ff/arstechnica/index?a=U8JhN_IWVDA:hUgwbksOAdE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/arstechnica/index?i=U8JhN_IWVDA:hUgwbksOAdE:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.arstechnica.com/~ff/arstechnica/index?a=U8JhN_IWVDA:hUgwbksOAdE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/arstechnica/index?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.arstechnica.com/~ff/arstechnica/index?a=U8JhN_IWVDA:hUgwbksOAdE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/arstechnica/index?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/arstechnica/index/~4/U8JhN_IWVDA" height="1" width="1"/></li><li><span class="rssLinkListItemTitle"><a href="http://feeds.arstechnica.com/~r/arstechnica/index/~3/emV88Lo_atE/rim-set-to-join-the-tablet-fray-this-fall-with-blackpad.ars" title="                Corroborating a rumor from The Wall Street Journal earlier this summer, a new Bloomberg report cited 'two people familiar with the company's plans' to build an iPad-like touchscreen device and release it this fall. Dubbed the 'Blackpad,' the device will ostensibly run the as-yet-unre">RIM set to join the tablet fray this fall with "Blackpad"</a></span> - <a href="http://arstechnica.com/gadgets/news/2010/07/rim-set-to-join-the-tablet-fray-this-fall-with-blackpad.ars?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss">
  <img vspace="4" hspace="4" border="0" align="right" width="230" height="129" src="http://static.arstechnica.com/brief_icons/gadgets-brief.png" />
  </a>

		        <!--body-->
    <p>Corroborating a <a href="http://arstechnica.com/gadgets/news/2010/06/rim-rumored-to-be-testing-new-touchscreen-phone-tablet.ars" title="Ars Technica: RIM rumored to be testing new touchscreen phone, tablet">rumor</a> from <em>The Wall Street Journal</em> earlier this summer, a new <em>Bloomberg</em> report cited "two people familiar with the company's plans" to build an iPad-like touchscreen device and release it this fall. Dubbed the "Blackpad," the device will ostensibly run the as-yet-unreleased <a href="http://arstechnica.com/gadgets/news/2010/04/rim-takes-aim-at-consumer-market-with-new-blackberry-os-60.ars" title="Ars Technica: RIM takes aim at consumer market with new BlackBerry OS 6.0">BlackBerry OS 6</a>, and help RIM deflect further encroachment from Apple into its declining mobile market share.</p>

<p>Bloomberg's sources note that the device will rely on BlackBerry's usual enterprise e-mail advantage, but it will also include features that Apple's iPad lacks. In particular, it will have both rear and front-facing cameras for video conferencing and image capture, as well as the ability to pair with a BlackBerry phone over Bluetooth to share its 3G connection.</p>

<p>But jumping into the current tablet market&#8212;already dominated by Apple's iPad and with Windows 7 and Android-based products expected soon&#8212;might be easier said than done. "With the success of the iPad, RIM faces an uphill battle," William Power, an analyst at Robert W Baird &amp; Co, told Bloomberg. "RIM really has yet to demonstrate that it can roll out touchscreen technology to match the leaders in the space, most noticeably Apple."</p>

<p>The Blackpad is expected to be launched in November, not long after RIM launches a long-rumored BlackBerry Bold 9800. That device will be a touchscreen-only device and the first to be offered with the more <a href="http://arstechnica.com/gadgets/news/2010/07/rim-blackberry-6-to-handle-media-just-as-well-as-e-mail.ars" title="Ars Technica: RIM: BlackBerry 6 to handle media just as well as e-mail">consumer-oriented</a> BlackBerry OS 6.</p>    
        
    


      <p><a href="http://arstechnica.com/gadgets/news/2010/07/rim-set-to-join-the-tablet-fray-this-fall-with-blackpad.ars?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss&comments=1#comments-bar">Read the comments on this post</a></p>
<p><a href="http://feedads.g.doubleclick.net/~at/JS3Oew-uh4fYtvMI0A13RETXG7c/0/da"><img src="http://feedads.g.doubleclick.net/~at/JS3Oew-uh4fYtvMI0A13RETXG7c/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~at/JS3Oew-uh4fYtvMI0A13RETXG7c/1/da"><img src="http://feedads.g.doubleclick.net/~at/JS3Oew-uh4fYtvMI0A13RETXG7c/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.arstechnica.com/~ff/arstechnica/index?a=emV88Lo_atE:P36RJumD6j4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/arstechnica/index?i=emV88Lo_atE:P36RJumD6j4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.arstechnica.com/~ff/arstechnica/index?a=emV88Lo_atE:P36RJumD6j4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/arstechnica/index?i=emV88Lo_atE:P36RJumD6j4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.arstechnica.com/~ff/arstechnica/index?a=emV88Lo_atE:P36RJumD6j4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/arstechnica/index?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.arstechnica.com/~ff/arstechnica/index?a=emV88Lo_atE:P36RJumD6j4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/arstechnica/index?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/arstechnica/index/~4/emV88Lo_atE" height="1" width="1"/></li><li><span class="rssLinkListItemTitle"><a href="http://feeds.arstechnica.com/~r/arstechnica/index/~3/OeV7dXmWJZw/microsoft-to-release-fix-for-windows-shortcut-flaw-on-monday.ars" title="                Microsoft has announced plans to release of an out-of-band update on Monday to address the Windows Shortcut flaw revealed less than two weeks ago. The software giant has been keeping a close watch on the use of .LNK files exploiting the vulnerability and has concluded that it needs t">Microsoft to release fix for Windows Shortcut flaw on Monday</a></span> - <a href="http://arstechnica.com/microsoft/news/2010/07/microsoft-to-release-fix-for-windows-shortcut-flaw-on-monday.ars?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss">
  <img vspace="4" hspace="4" border="0" align="right" width="230" height="129" src="http://static.arstechnica.com/brief_icons/microsoft-brief.png" />
  </a>

		        <!--body-->
    
<p>
Microsoft has announced plans to release of an out-of-band update on Monday to address the <a href="http://arstechnica.com/microsoft/news/2010/07/new-windows-shortcut-zero-day-exploit-confirmed.ars">Windows Shortcut flaw</a> revealed less than two weeks ago. The software giant has been keeping a close watch on the use of .LNK files exploiting the vulnerability and has concluded that it needs to act faster than usual. 
</p>
<p>
Microsoft typically releases security patches on the second Tuesday of each month, with the next slated for August 10. Redmond is releasing this fix eight days early, at approximately 1PM EDT Monday. All currently supported versions of Windows are vulnerable, including Windows 7, so the majority of Windows users should be receiving this patch.
</p>
<p>
There have been <a href="http://arstechnica.com/microsoft/news/2010/07/-microsoft-has-outlined-two.ars">multiple malware families</a> that have picked up the .LNK attack vector, including a highly virulent strain named Sality.AT. Not only is Sality a very large family, but it is known to infect other files (making full removal after infection challenging), copy itself to removable media, disable security, and then download other malware. Microsoft has seen an increase in attack attempts as well as a change in the geolocation of the attack attempts across the systems it protects. In short, this new attack vector is becoming more widespread. The security team at the company believes more families will continue to pick up the technique, leading it to get the patch out as soon as possible.</p>    
        
    


      <p><a href="http://arstechnica.com/microsoft/news/2010/07/microsoft-to-release-fix-for-windows-shortcut-flaw-on-monday.ars?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss&comments=1#comments-bar">Read the comments on this post</a></p>
<p><a href="http://feedads.g.doubleclick.net/~at/s9Te1qHCTHpLyr_TcLXBBNTNZfU/0/da"><img src="http://feedads.g.doubleclick.net/~at/s9Te1qHCTHpLyr_TcLXBBNTNZfU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~at/s9Te1qHCTHpLyr_TcLXBBNTNZfU/1/da"><img src="http://feedads.g.doubleclick.net/~at/s9Te1qHCTHpLyr_TcLXBBNTNZfU/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.arstechnica.com/~ff/arstechnica/index?a=OeV7dXmWJZw:Wx-vaxy12ko:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/arstechnica/index?i=OeV7dXmWJZw:Wx-vaxy12ko:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.arstechnica.com/~ff/arstechnica/index?a=OeV7dXmWJZw:Wx-vaxy12ko:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/arstechnica/index?i=OeV7dXmWJZw:Wx-vaxy12ko:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.arstechnica.com/~ff/arstechnica/index?a=OeV7dXmWJZw:Wx-vaxy12ko:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/arstechnica/index?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.arstechnica.com/~ff/arstechnica/index?a=OeV7dXmWJZw:Wx-vaxy12ko:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/arstechnica/index?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/arstechnica/index/~4/OeV7dXmWJZw" height="1" width="1"/></li><li><span class="rssLinkListItemTitle"><a href="http://feeds.arstechnica.com/~r/arstechnica/index/~3/eTZ2Qoy79iM/students-finally-wake-up-to-facebook-privacy-issues.ars" title="                Students care about Facebook privacy more than the world thinks, and their use of privacy controls has skyrocketed recently, according to two researchers. Eszter Hargittai, Associate Professor of Northwestern University, and Danah Boyd, Research Associate at Harvard&#8217;s Berkman C">Students finally wake up to Facebook privacy issues</a></span> - <a href="http://arstechnica.com/web/news/2010/07/students-finally-wake-up-to-facebook-privacy-issues.ars?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss">
  <img vspace="4" hspace="4" border="0" align="right" width="230" height="129" src="http://static.arstechnica.com/assets/2010/07/thumb_maskguy_privacy_ars-thumb-230x130-15638-f.jpg" />
  </a>

		        <!--body-->
    <p>Students care about Facebook privacy more than the world thinks, and their use of privacy controls has skyrocketed recently, according to two researchers. Eszter Hargittai, Associate Professor of Northwestern University, and Danah Boyd, Research Associate at Harvard&#8217;s Berkman Center for Internet &amp; Society published their findings in the online peer-reviewed journal <a href="http://www.uic.edu/htbin/cgiwrap/bin/ojs/index.php/fm/issue/view/317">First Monday</a>, noting that young people are very engaged with the privacy settings on Facebook, contrary to the popular belief that their age group is reckless with what they post publicly.</p>

<p>The researchers surveyed first-year writing students at the University of Illinois-Chicago during the 2008-2009 academic year, and then followed up with them again in 2010. The large majority&#8212;87 percent&#8212;said they used Facebook in 2009, which went up to 90 percent in 2010. Among frequent and occasional users, more than half posted their own status updates in addition to checking up (and leaving comments) on those of friends.</p>    
          <p><a href="http://arstechnica.com/web/news/2010/07/students-finally-wake-up-to-facebook-privacy-issues.ars?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss" title="Click here to continue reading this article"><img src="http://static.arstechnica.com/mt-static/plugins/ArsTheme/images/read-more.jpg" alt="Read the rest of this article..."></a></p>      
        
    


      <p><a href="http://arstechnica.com/web/news/2010/07/students-finally-wake-up-to-facebook-privacy-issues.ars?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss&comments=1#comments-bar">Read the comments on this post</a></p>
<p><a href="http://feedads.g.doubleclick.net/~at/KkT2hQtprkNxNUEQu7ya3fdDqcM/0/da"><img src="http://feedads.g.doubleclick.net/~at/KkT2hQtprkNxNUEQu7ya3fdDqcM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~at/KkT2hQtprkNxNUEQu7ya3fdDqcM/1/da"><img src="http://feedads.g.doubleclick.net/~at/KkT2hQtprkNxNUEQu7ya3fdDqcM/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.arstechnica.com/~ff/arstechnica/index?a=eTZ2Qoy79iM:4AGV1_KhgnY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/arstechnica/index?i=eTZ2Qoy79iM:4AGV1_KhgnY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.arstechnica.com/~ff/arstechnica/index?a=eTZ2Qoy79iM:4AGV1_KhgnY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/arstechnica/index?i=eTZ2Qoy79iM:4AGV1_KhgnY:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.arstechnica.com/~ff/arstechnica/index?a=eTZ2Qoy79iM:4AGV1_KhgnY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/arstechnica/index?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.arstechnica.com/~ff/arstechnica/index?a=eTZ2Qoy79iM:4AGV1_KhgnY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/arstechnica/index?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/arstechnica/index/~4/eTZ2Qoy79iM" height="1" width="1"/></li><li><span class="rssLinkListItemTitle"><a href="http://feeds.arstechnica.com/~r/arstechnica/index/~3/VZv69zAfSBk/international-launch-causes-rehash-of-iphone-4-antenna-issue.ars" title="                Apple launched the iPhone 4 in 17 additional countries today, causing another round of debate over whether or not the iPhone 4's external antenna design is flawed or not. A UK consulting firm says its tests show the 'death grip' problem is real, and 'significantly' worse for the iPho">iPhone 4 antenna woes "significantly worse" than competition</a></span> - <a href="http://arstechnica.com/apple/news/2010/07/international-launch-causes-rehash-of-iphone-4-antenna-issue.ars?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss">
  <img vspace="4" hspace="4" border="0" align="right" width="230" height="129" src="http://static.arstechnica.com/assets/2010/07/iphone_antenna_presser_list_ars-thumb-230x130-15395-f.jpg" />
  </a>

		        <!--body-->
    <p>Apple launched the iPhone 4 in 17 additional countries today, causing another round of debate over whether or not the iPhone 4's external antenna design is flawed or not. A UK consulting firm says its tests show the "death grip" problem is real, and "significantly" worse for the iPhone 4 than other smartphones. A review from Norway is less critical, suggesting the iPhone 4 gets better signal than competing phones and may be victim to AT&amp;T's less "robust" wireless network.</p>

<p>Shortly after the iPhone 4 began shipping in the US last month, users started to notice a problem: gripping the device in a certain way <a href="http://arstechnica.com/apple/news/2010/06/new-iphone-4-antenna-causing-potential-reception-issues.ars" title="Ars Technica: Lefties: beware iPhone 4 reception problem">led to signal attenuation</a> and, in some cases, dropped calls or poor data connections. While Apple CEO Steve Jobs was <a href="http://arstechnica.com/apple/news/2010/06/jobs-on-iphone-4-antenna-avoid-holding-it-in-this-way.ars" title="Ars Technica: Jobs on iPhone 4 antenna: 'avoid holding it in this way'">somewhat dismissive of the issue</a> early on, testing conclusively demonstrated that the iPhone 4 had a <a href="http://arstechnica.com/apple/news/2010/06/putting-hard-numbers-to-the-iphone-4-antenna-issue.ars" title="Ars Technica: Putting hard numbers to the iPhone 4 antenna issue">higher signal attenuation than other smartphones</a> when bridging a small gap on the lower left side of the device's stainless steel bezel.&nbsp;</p>    
          <p><a href="http://arstechnica.com/apple/news/2010/07/international-launch-causes-rehash-of-iphone-4-antenna-issue.ars?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss" title="Click here to continue reading this article"><img src="http://static.arstechnica.com/mt-static/plugins/ArsTheme/images/read-more.jpg" alt="Read the rest of this article..."></a></p>      
        
    


      <p><a href="http://arstechnica.com/apple/news/2010/07/international-launch-causes-rehash-of-iphone-4-antenna-issue.ars?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss&comments=1#comments-bar">Read the comments on this post</a></p>
<p><a href="http://feedads.g.doubleclick.net/~at/d4PctYZ1j9RlSzBlXnNEaGqGLuo/0/da"><img src="http://feedads.g.doubleclick.net/~at/d4PctYZ1j9RlSzBlXnNEaGqGLuo/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~at/d4PctYZ1j9RlSzBlXnNEaGqGLuo/1/da"><img src="http://feedads.g.doubleclick.net/~at/d4PctYZ1j9RlSzBlXnNEaGqGLuo/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.arstechnica.com/~ff/arstechnica/index?a=VZv69zAfSBk:svJ6X8SVJGc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/arstechnica/index?i=VZv69zAfSBk:svJ6X8SVJGc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.arstechnica.com/~ff/arstechnica/index?a=VZv69zAfSBk:svJ6X8SVJGc:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/arstechnica/index?i=VZv69zAfSBk:svJ6X8SVJGc:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.arstechnica.com/~ff/arstechnica/index?a=VZv69zAfSBk:svJ6X8SVJGc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/arstechnica/index?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.arstechnica.com/~ff/arstechnica/index?a=VZv69zAfSBk:svJ6X8SVJGc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/arstechnica/index?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/arstechnica/index/~4/VZv69zAfSBk" height="1" width="1"/></li><li><span class="rssLinkListItemTitle"><a href="http://feeds.arstechnica.com/~r/arstechnica/index/~3/2hAD8HgKLNY/sulfates-plus-black-carbon-a-nasty-combo-for-warming.ars" title="                Fossil fuels may be doing an even more efficient job of warming the planet than we thought. A new study shows that black carbon generated by fossil fuels seems to warm the planet more than other sources, and sulfates generated by burning cheaper fuels help the black carbon absorb eve">Sulfates plus black carbon a nasty combo for warming</a></span> - <a href="http://arstechnica.com/science/news/2010/07/sulfates-plus-black-carbon-a-nasty-combo-for-warming.ars?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss">
  <img vspace="4" hspace="4" border="0" align="right" width="230" height="129" src="http://static.arstechnica.com/assets/2010/07/black-carbon-worker-ars-thumb-230x130-15634-f.jpg" />
  </a>

		        <!--body-->
    
<p>
Fossil fuels may be doing an even more efficient job of warming the planet than we thought. A new study shows that black carbon generated by fossil fuels seems to warm the planet more than other sources, and sulfates generated by burning cheaper fuels help the black carbon absorb even more energy. The scientists who authored the paper note that policies will likely need to tamp down on both substances in order to make a dent in the rate of global warming.
</p>
<p>
Researchers have long considered black carbon a culprit behind the increasingly warm atmosphere, as it holds incoming heat rather than reflecting it. They haven't been able to decisively point fingers, though, because it's difficult to pinpoint how much warming the black carbon causes. The source of the carbon seemed to play an important role, as did the ambient amount of other substances, like sulfates.
</p>    
          <p><a href="http://arstechnica.com/science/news/2010/07/sulfates-plus-black-carbon-a-nasty-combo-for-warming.ars?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss" title="Click here to continue reading this article"><img src="http://static.arstechnica.com/mt-static/plugins/ArsTheme/images/read-more.jpg" alt="Read the rest of this article..."></a></p>      
        
    


      <p><a href="http://arstechnica.com/science/news/2010/07/sulfates-plus-black-carbon-a-nasty-combo-for-warming.ars?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss&comments=1#comments-bar">Read the comments on this post</a></p>
<p><a href="http://feedads.g.doubleclick.net/~at/QmxYNII4z_WRAj5jMPpbobziOdk/0/da"><img src="http://feedads.g.doubleclick.net/~at/QmxYNII4z_WRAj5jMPpbobziOdk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~at/QmxYNII4z_WRAj5jMPpbobziOdk/1/da"><img src="http://feedads.g.doubleclick.net/~at/QmxYNII4z_WRAj5jMPpbobziOdk/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.arstechnica.com/~ff/arstechnica/index?a=2hAD8HgKLNY:cCHAafpMVy8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/arstechnica/index?i=2hAD8HgKLNY:cCHAafpMVy8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.arstechnica.com/~ff/arstechnica/index?a=2hAD8HgKLNY:cCHAafpMVy8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/arstechnica/index?i=2hAD8HgKLNY:cCHAafpMVy8:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.arstechnica.com/~ff/arstechnica/index?a=2hAD8HgKLNY:cCHAafpMVy8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/arstechnica/index?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.arstechnica.com/~ff/arstechnica/index?a=2hAD8HgKLNY:cCHAafpMVy8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/arstechnica/index?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/arstechnica/index/~4/2hAD8HgKLNY" height="1" width="1"/></li><li><span class="rssLinkListItemTitle"><a href="http://feeds.arstechnica.com/~r/arstechnica/index/~3/ZL53gVQCeds/australia-begs-residents-to-accept-free-fiber-connection.ars" title="                If your government had decided to install a national, open-access fiber-to-the-home network to 93 percent of all residents, if the installation was free, and if the fiber hookup had no effect on your existing phone or cable service and committed you to nothing... wouldn't you take it">Australia begs residents to accept free fiber connection</a></span> - <a href="http://arstechnica.com/tech-policy/news/2010/07/australia-begs-residents-to-accept-free-fiber-connection.ars?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss">
  <img vspace="4" hspace="4" border="0" align="right" width="230" height="129" src="http://static.arstechnica.com/assets/2010/07/begging-thumb-230x130-15635-f.jpg" />
  </a>

		        <!--body-->
    

<p>If your government had decided to install a national, open-access <a href="http://arstechnica.com/tech-policy/news/2010/05/uh-oh-telcos-93-of-australia-getting-govt-run-fiber.ars">fiber-to-the-home network to 93 percent of all residents</a>, if the installation was free, and if the fiber hookup had no effect on your existing phone or cable service and committed you to nothing... wouldn't you take it?</p>

<p>Not if you live in Tasmania, where the Australian government's ambitious new National Broadband Network is getting underway with its first fiber deployments. The government-created NBN Co. has the right to dig up streets and trench along rights-of-way, but to install that "last-mile" connection to a home or apartment it needs permission&#8212;and Tasmanians have been slow to offer it.</p>    
          <p><a href="http://arstechnica.com/tech-policy/news/2010/07/australia-begs-residents-to-accept-free-fiber-connection.ars?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss" title="Click here to continue reading this article"><img src="http://static.arstechnica.com/mt-static/plugins/ArsTheme/images/read-more.jpg" alt="Read the rest of this article..."></a></p>      
        
    


      <p><a href="http://arstechnica.com/tech-policy/news/2010/07/australia-begs-residents-to-accept-free-fiber-connection.ars?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss&comments=1#comments-bar">Read the comments on this post</a></p>
<p><a href="http://feedads.g.doubleclick.net/~at/dSCQIRw2D3RIRAfbCGo7RsuwLZQ/0/da"><img src="http://feedads.g.doubleclick.net/~at/dSCQIRw2D3RIRAfbCGo7RsuwLZQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~at/dSCQIRw2D3RIRAfbCGo7RsuwLZQ/1/da"><img src="http://feedads.g.doubleclick.net/~at/dSCQIRw2D3RIRAfbCGo7RsuwLZQ/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.arstechnica.com/~ff/arstechnica/index?a=ZL53gVQCeds:ng_T3pTcEvs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/arstechnica/index?i=ZL53gVQCeds:ng_T3pTcEvs:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.arstechnica.com/~ff/arstechnica/index?a=ZL53gVQCeds:ng_T3pTcEvs:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/arstechnica/index?i=ZL53gVQCeds:ng_T3pTcEvs:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.arstechnica.com/~ff/arstechnica/index?a=ZL53gVQCeds:ng_T3pTcEvs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/arstechnica/index?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.arstechnica.com/~ff/arstechnica/index?a=ZL53gVQCeds:ng_T3pTcEvs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/arstechnica/index?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/arstechnica/index/~4/ZL53gVQCeds" height="1" width="1"/></li></ol>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d385').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d385" 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=incoming+RSS+feeds+on+wp&amp;Description=incoming+RSS+feeds+on+wp&amp;Url=http://www.m-mad.com/playpen/2006/09/incoming-rss-feeds-on-wp/" 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/09/incoming-rss-feeds-on-wp/" 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/09/incoming-rss-feeds-on-wp/&amp;title=incoming+RSS+feeds+on+wp" 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/09/incoming-rss-feeds-on-wp/&amp;title=incoming+RSS+feeds+on+wp" 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/09/incoming-rss-feeds-on-wp/&amp;title=incoming+RSS+feeds+on+wp" 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/09/incoming-rss-feeds-on-wp/&amp;title=incoming+RSS+feeds+on+wp" 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/09/incoming-rss-feeds-on-wp/&amp;title=incoming+RSS+feeds+on+wp" 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/09/incoming-rss-feeds-on-wp/&amp;title=incoming+RSS+feeds+on+wp" 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=incoming+RSS+feeds+on+wp&amp;url=http://www.m-mad.com/playpen/2006/09/incoming-rss-feeds-on-wp/&amp;title=incoming+RSS+feeds+on+wp" 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/09/incoming-rss-feeds-on-wp/" 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/09/incoming-rss-feeds-on-wp/&amp;h=incoming+RSS+feeds+on+wp" 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/09/incoming-rss-feeds-on-wp/&amp;t=incoming+RSS+feeds+on+wp" 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/09/incoming-rss-feeds-on-wp/&amp;title=incoming+RSS+feeds+on+wp" 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/09/incoming-rss-feeds-on-wp/&amp;t=incoming+RSS+feeds+on+wp" 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/09/incoming-rss-feeds-on-wp/&amp;title=incoming+RSS+feeds+on+wp" 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/09/incoming-rss-feeds-on-wp/" 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/09/incoming-rss-feeds-on-wp/&amp;title=incoming+RSS+feeds+on+wp" 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/09/incoming-rss-feeds-on-wp/&amp;bm_description=incoming+RSS+feeds+on+wp" 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/09/incoming-rss-feeds-on-wp/&amp;T=incoming+RSS+feeds+on+wp" 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/09/incoming-rss-feeds-on-wp/&amp;title=incoming+RSS+feeds+on+wp&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/09/incoming-rss-feeds-on-wp/&amp;h=incoming+RSS+feeds+on+wp" 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/09/incoming-rss-feeds-on-wp/&amp;title=incoming+RSS+feeds+on+wp" 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/09/incoming-rss-feeds-on-wp/&amp;title=incoming+RSS+feeds+on+wp" 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/09/incoming-rss-feeds-on-wp/&amp;title=incoming+RSS+feeds+on+wp" 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/09/incoming-rss-feeds-on-wp/" 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/09/incoming-rss-feeds-on-wp/&amp;title=incoming+RSS+feeds+on+wp" 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/09/incoming-rss-feeds-on-wp/&amp;title=incoming+RSS+feeds+on+wp" 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/09/incoming-rss-feeds-on-wp/" 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/09/incoming-rss-feeds-on-wp/" 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/09/incoming-rss-feeds-on-wp/" 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/09/incoming-rss-feeds-on-wp/&amp;title=incoming+RSS+feeds+on+wp" 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/09/incoming-rss-feeds-on-wp/" 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/09/incoming-rss-feeds-on-wp/&amp;name=incoming+RSS+feeds+on+wp" 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/09/incoming-rss-feeds-on-wp/&amp;title=incoming+RSS+feeds+on+wp" 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/09/incoming-rss-feeds-on-wp/&amp;u=http://www.m-mad.com/playpen/2006/09/incoming-rss-feeds-on-wp/&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/09/incoming-rss-feeds-on-wp/&amp;t=incoming+RSS+feeds+on+wp" 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.d385').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.d385').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.m-mad.com/playpen/2006/09/incoming-rss-feeds-on-wp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Use Excel to make a timeline</title>
		<link>http://www.m-mad.com/playpen/2006/09/use-excel-to-make-a-timeline/</link>
		<comments>http://www.m-mad.com/playpen/2006/09/use-excel-to-make-a-timeline/#comments</comments>
		<pubDate>Tue, 19 Sep 2006 15:57:40 +0000</pubDate>
		<dc:creator>Martin English</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.m-mad.com/playpen/2006/09/use-excel-to-make-a-timeline/</guid>
		<description><![CDATA[The Microsoft Education Center has a good step by step tutorial on how to make a timeline in Excel.
Whether you&#8217;re looking to make a somewhat involved chronological timeline, or just a simple from Point A to Point B kind of deal, this tutorial&#8217;s got you covered. Create a Timeline in Excel [Microsoft Education Center]


Bookmark It










































Hide [...]]]></description>
			<content:encoded><![CDATA[<p>The Microsoft Education Center has a good step by step tutorial on how to make a timeline in Excel.</p>
<p>Whether you&#8217;re looking to make a somewhat involved chronological timeline, or just a simple from Point A to Point B kind of deal, this tutorial&#8217;s got you covered. <a href="http://www.microsoft.com/Education/CreateTimeline.mspx">Create a Timeline in Excel</a> [Microsoft Education Center]</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d383').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d383" 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=Use+Excel+to+make+a+timeline&amp;Description=Use+Excel+to+make+a+timeline&amp;Url=http://www.m-mad.com/playpen/2006/09/use-excel-to-make-a-timeline/" 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/09/use-excel-to-make-a-timeline/" 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/09/use-excel-to-make-a-timeline/&amp;title=Use+Excel+to+make+a+timeline" 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/09/use-excel-to-make-a-timeline/&amp;title=Use+Excel+to+make+a+timeline" 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/09/use-excel-to-make-a-timeline/&amp;title=Use+Excel+to+make+a+timeline" 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/09/use-excel-to-make-a-timeline/&amp;title=Use+Excel+to+make+a+timeline" 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/09/use-excel-to-make-a-timeline/&amp;title=Use+Excel+to+make+a+timeline" 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/09/use-excel-to-make-a-timeline/&amp;title=Use+Excel+to+make+a+timeline" 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=Use+Excel+to+make+a+timeline&amp;url=http://www.m-mad.com/playpen/2006/09/use-excel-to-make-a-timeline/&amp;title=Use+Excel+to+make+a+timeline" 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/09/use-excel-to-make-a-timeline/" 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/09/use-excel-to-make-a-timeline/&amp;h=Use+Excel+to+make+a+timeline" 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/09/use-excel-to-make-a-timeline/&amp;t=Use+Excel+to+make+a+timeline" 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/09/use-excel-to-make-a-timeline/&amp;title=Use+Excel+to+make+a+timeline" 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/09/use-excel-to-make-a-timeline/&amp;t=Use+Excel+to+make+a+timeline" 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/09/use-excel-to-make-a-timeline/&amp;title=Use+Excel+to+make+a+timeline" 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/09/use-excel-to-make-a-timeline/" 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/09/use-excel-to-make-a-timeline/&amp;title=Use+Excel+to+make+a+timeline" 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/09/use-excel-to-make-a-timeline/&amp;bm_description=Use+Excel+to+make+a+timeline" 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/09/use-excel-to-make-a-timeline/&amp;T=Use+Excel+to+make+a+timeline" 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/09/use-excel-to-make-a-timeline/&amp;title=Use+Excel+to+make+a+timeline&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/09/use-excel-to-make-a-timeline/&amp;h=Use+Excel+to+make+a+timeline" 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/09/use-excel-to-make-a-timeline/&amp;title=Use+Excel+to+make+a+timeline" 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/09/use-excel-to-make-a-timeline/&amp;title=Use+Excel+to+make+a+timeline" 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/09/use-excel-to-make-a-timeline/&amp;title=Use+Excel+to+make+a+timeline" 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/09/use-excel-to-make-a-timeline/" 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/09/use-excel-to-make-a-timeline/&amp;title=Use+Excel+to+make+a+timeline" 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/09/use-excel-to-make-a-timeline/&amp;title=Use+Excel+to+make+a+timeline" 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/09/use-excel-to-make-a-timeline/" 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/09/use-excel-to-make-a-timeline/" 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/09/use-excel-to-make-a-timeline/" 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/09/use-excel-to-make-a-timeline/&amp;title=Use+Excel+to+make+a+timeline" 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/09/use-excel-to-make-a-timeline/" 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/09/use-excel-to-make-a-timeline/&amp;name=Use+Excel+to+make+a+timeline" 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/09/use-excel-to-make-a-timeline/&amp;title=Use+Excel+to+make+a+timeline" 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/09/use-excel-to-make-a-timeline/&amp;u=http://www.m-mad.com/playpen/2006/09/use-excel-to-make-a-timeline/&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/09/use-excel-to-make-a-timeline/&amp;t=Use+Excel+to+make+a+timeline" 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.d383').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.d383').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.m-mad.com/playpen/2006/09/use-excel-to-make-a-timeline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
