<?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>AlastairMcDermott.com</title>
	<atom:link href="http://www.alastairmcdermott.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.alastairmcdermott.com</link>
	<description>Compilation of Alastair's multiple blogs</description>
	<lastBuildDate>Wed, 01 Feb 2012 15:15:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Track Clicks on Outgoing Links</title>
		<link>http://www.selfassemblysites.com/how-to-track-clicks-on-outgoing-links/</link>
		<comments>http://www.selfassemblysites.com/how-to-track-clicks-on-outgoing-links/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 15:15:13 +0000</pubDate>
		<dc:creator>Alastair</dc:creator>
				<category><![CDATA[Syndicated]]></category>

		<guid isPermaLink="false">http://www.selfassemblysites.com/?p=2896</guid>
		<description><![CDATA[Tracking clicks on outgoing links away from your website can be useful: you might want to check how many clicks your externally hosted RSS feed gets, you might want to track referrals for advertising revenue or affiliates, you might want &#8230; <a href="http://www.selfassemblysites.com/how-to-track-clicks-on-outgoing-links/">Continue reading <span>&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/38307206@N02/3542294246"><img class="alignright" title="Google Analytics Hacks Image by Search Engine People Blog via Flickr" src="http://farm4.static.flickr.com/3346/3542294246_1e9ea65eb4_m.jpg" alt="Google Analytics Hacks Image by Search Engine People Blog via Flickr" width="240" height="176" /></a><br />
Tracking clicks on outgoing links away from your website can be useful:</p>
<ul>
<li>you might want to check how many clicks your externally hosted RSS feed gets, </li>
<li>you might want to track referrals for advertising revenue or affiliates,  </li>
<li>you might want to create a popularity graphs for sites you link to, </li>
<li>or you might just be curious! </li>
</ul>
<p>Here&#8217;s a rundown of a few different ways you can count clicks on links outbound from your website, and when you might want to use them:<span id="more-2896"></span></p>
<ul>
<li>Use a Shortlink Service Like Bit.ly</li>
<li>Use a Plugin for Your CMS</li>
<li>Use Google Analytics (or Another Tracking Service) to Track Clicks</li>
<li>Use a Tracking Script on Your Own Server</li>
</ul>
<p>Some of these methods also allow you to create shorter, branded &#8220;pretty&#8221; URLs, and allow you to change a URL on many different pages from just one location.</p>
<h3 id="shortener">Use a Shortlink Service Like Bit.ly</h3>
<p>Link shorteners like bit.ly, is.gd and tinyurl were originally setup to make long URLs shorter to squeeze them into places where there is space limitation like email, the 140 characters of twitter, phone SMS messages, etc. But some shortlink services now provide a lot of analytics data when you use them as a signed in user.</p>
<p>Use this method when:</p>
<ul>
<li>you want to setup tracking quickly</li>
<li>you want track referrer metadata</li>
<li>you want to create a branded link</li>
</ul>
<p>How to do it: sign up for a free account on <a href="http://bit.ly/">Bit.ly</a>. When you&#8217;re signed into your account, create a new shortcode for your link, e.g. <code>http://bit.ly/zAy4rv</code>. Change the outgoing link from <code>http://www.outgoingdomain.com</code> to <code>http://bit.ly/zAy4rv</code>. To view the statistics go to http://bit.ly/zAy4rv+ (the short URL with a + plus on the end) &#8211; this will show you the bit.ly &#8220;Info Page+&#8221; page for this link which includes the total number of clicks, Tweets and Likes, as well as referrer information like countries, web browser, etc.</p>
<h3 id="plugin">Use a Plugin for Your CMS</h3>
<p><img class="alignright size-full wp-image-2902" title="prettyLink" src="http://www.selfassemblysites.com/wp-content/uploads/prettyLink.png" alt="" width="278" height="167" />If you use a Content Management System (CMS) like WordPress on your website, then you can use a plugin that redirects and tracks links for you. A really powerful plugin like <a href="http://www.selfassemblysites.com/go/PrettyLink">Pretty Link</a> makes outgoing link tracking incredibly simple.</p>
<p>Use this method when:</p>
<ul>
<li>you want the tracking data kept on your own servers</li>
<li>you want to create a branded link</li>
<li>you want to be able to change links on many different pages from one single location</li>
<li>you use a CMS that has plugins available</li>
</ul>
<p>How to do it: install &amp; activate the Pretty Link plugin, click on Add New Link on your dashboard, fill in the URL and hit Create. Copy the resultant link and use that to link to the target website &#8211; the plugin will now count how many outgoing clicks it gets.</p>
<p>You can use this to create URLs such as example.com/go/company. You&#8217;ll often see these used for outgoing links, particularly for affilate links. These are used for ease of management, tracking, branding, cloaking links to preventing <a href="http://www.clickbank.com/blog/2008/06/11/protecting-your-hoplinks/">hoplink theft</a>, etc.</p>
<p>The advantage of these kinds of pretty links is you can track all the clicks from that URL, they make the long ugly affiliate URLs into a short pretty branded URL, and we can change the URL on a lot of pages if needed. For example, recently StudioPress changed their affiliate program provider from E-Junkie to Shareasale. If you did not have this option, then you would need to edit each page that the link appears on and change it manually. With this plugin, you simply change the redirect location on one link – example.com/go/studiopress, and it&#8217;s changed it on all pages!</p>
<p>Another nice plugin for integration of tracking with Google Analytics is Joost de Valk&#8217;s <a href="http://yoast.com/wordpress/google-analytics/">Google Analytics WordPress plugin</a>. He has an article on <a href="http://yoast.com/wordpress/google-analytics/checking-your-outbound-click-stats/">using Content Drilldown to see outbound clicks</a> on his blog. Which leads us nicely on to&#8230; </p>
<h3 id="analytics">Use Google Analytics or Another Tracking Service to Track Clicks</h3>
<p>You can use Analytics to track clicks on links by manually tagging the outbound link that you want to track. This only works if the visitor clicks directly on the link and does not record visitors who choose &#8220;Open in New Tab/Window&#8221;.</p>
<p>Use this method when:</p>
<ul>
<li>you want to integrate the tracking data with your Google Analytics account</li>
</ul>
<p>To use it, you need to tag each outbound link with some JavaScript code that looks like this:</p>
<p><code>&lt;a href="http://www.outgoingdomain.com" onClick="recordOutboundLink(this, 'Outbound Links', 'example.com');return false;"&gt;</code></p>
<p>You&#8217;ll also need to add some JavaScript to the HTML header, and edit the tracking code &#8211; usually in either the header or at the bottom of the page. <a href="http://support.google.com/googleanalytics/bin/answer.py?hl=en-GB&amp;answer=55527">This Google Analytics help page</a> shows you how to set it up. If you&#8217;re not using Google Analytics, search your analytics provider knowledge base for information on tracking outgoing links.</p>
<h3 id="tracking-script">Using a Tracking Script on Your Own Server</h3>
<p>A more advanced method for those happy to get their hands dirty with a little programming. What you need to do is add a script to your website which is called whenever you have an outgoing link (we have a free example below). This script should add to a counter every time someone leaves your site via this link, and you should be able to view the count either directly in the database, or create another script to view stats.</p>
<p>Use this method when:</p>
<ul>
<li>you want the tracking data kept on your own servers</li>
<li>you want to integrate the tracking within your own customized scripts</li>
</ul>
<p>One free example script to do this <a href="http://px.sklar.com/code.html?id=160&amp;fmt=pl">MyRedirector</a>, a PHP script by Mark Kronsbein. To install the script, copy the code and separate it into the 3 files &#8211; the redirect script, the view stats script and the database creation script. Create the database table and edit the other two scripts with the correct access details. For an average programmer, this is less than 5 minutes work.</p>
<p>Once that is set up, just change the outgoing link from <code>http://www.outgoingdomain.com</code> to <code>http://www.yoursite.com/redirect.php?url=http://www.outgoingdomain.com</code> where redirect.php is the name you used.</p>
<p><em>Advanced note: by default this particular script gives back a <code>302</code> to the browser. This is a good thing, since unlike a 301, a 302 status code means that the redirect should not be cached and the browser should retrieve the same location again.</em></p>
<h3>Suggestions &amp; Questions</h3>
<p>Do you have any suggestions for other methods &#8211; or improvements to the methods I&#8217;ve listed here? Or do you have any questions on particular methods, when to use them, or even the code involved? Post a message with as much information as possible for us in the comments and I&#8217;ll address it here.</p>
<p>Post inspired by <a href="http://www.boards.ie/vbulletin/showthread.php?t=2056532550">this question on boards.ie</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.selfassemblysites.com/how-to-track-clicks-on-outgoing-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Six Nations 2012 Schedule &amp; Results</title>
		<link>http://sportcrazy.net/rugby/six-nations-2012-schedule/</link>
		<comments>http://sportcrazy.net/rugby/six-nations-2012-schedule/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 17:43:07 +0000</pubDate>
		<dc:creator>Alastair</dc:creator>
				<category><![CDATA[Syndicated]]></category>

		<guid isPermaLink="false">http://sportcrazy.net/?p=385</guid>
		<description><![CDATA[Six Nations All times Irish. RBS 6 Nation 2012 Date Home Time Away Venue 4 Feb 2012 France 30 2:30 Italy 12 Stade de France 4 Feb 2012 Scotland 5:00 England Murrayfield 5 Feb 2012 Ireland 3:00 Wales Lansdowne Road 11 Feb 2012 Italy 4:00 England Stade Flamino 11 Feb 2012 France 8:00 Ireland Stade [...]]]></description>
			<content:encoded><![CDATA[<h2>Six Nations</h2>
<p>All times Irish.</p>
<table class="fixres_table">
<tbody>
<tr>
<th class="event" colspan="6">RBS 6 Nation 2012</th>
</tr>
<tr class="table_headers">
<th>Date</th>
<th>Home</th>
<th class="headScore">Time</th>
<th>Away</th>
<th>Venue</th>
<th></th>
</tr>
<tr class="odd">
<td>4 Feb 2012</td>
<td class="team1 france">France 30</td>
<td class="matchTime">2:30</td>
<td class="team2 italy">Italy 12</td>
<td>Stade de France</td>
<td class="NotStarted"></td>
</tr>
<tr class="even">
<td>4 Feb 2012</td>
<td class="team1 scotland">Scotland</td>
<td class="matchTime">5:00</td>
<td class="team2 england">England</td>
<td>Murrayfield</td>
<td class="NotStarted"></td>
</tr>
<tr class="odd">
<td>5 Feb 2012</td>
<td class="team1 ireland"><b>Ireland</b></td>
<td class="matchTime">3:00</td>
<td class="team2 wales">Wales</td>
<td>Lansdowne Road</td>
<td class="NotStarted"></td>
</tr>
<tr>
<td class="fixturesBreak" colspan="6"></td>
</tr>
<tr class="even">
<td>11 Feb 2012</td>
<td class="team1 italy">Italy</td>
<td class="matchTime">4:00</td>
<td class="team2 england">England</td>
<td>Stade Flamino</td>
<td class="NotStarted"></td>
</tr>
<tr class="odd">
<td>11 Feb 2012</td>
<td class="team1 france">France</td>
<td class="matchTime">8:00</td>
<td class="team2 ireland"><b>Ireland</b></td>
<td>Stade de France</td>
<td class="NotStarted"></td>
</tr>
<tr class="even">
<td>12 Feb 2012</td>
<td class="team1 wales">Wales</td>
<td class="matchTime">3:00</td>
<td class="team2 scotland">Scotland</td>
<td>Millennium Stadium</td>
<td class="NotStarted"></td>
</tr>
<tr>
<td class="fixturesBreak" colspan="6"></td>
</tr>
<tr class="odd">
<td>25 Feb 2012</td>
<td class="team1 ireland"><b>Ireland</b></td>
<td class="matchTime">1:30</td>
<td class="team2 italy">Italy</td>
<td>Lansdowne Road</td>
<td class="NotStarted"></td>
</tr>
<tr class="even">
<td>25 Feb 2012</td>
<td class="team1 england">England</td>
<td class="matchTime">4:00</td>
<td class="team2 wales">Wales</td>
<td>Twickenham</td>
<td class="NotStarted"></td>
</tr>
<tr class="odd">
<td>26 Feb 2012</td>
<td class="team1 scotland">Scotland</td>
<td class="matchTime">3:00</td>
<td class="team2 france">France</td>
<td>Murrayfield</td>
<td class="NotStarted"></td>
</tr>
<tr>
<td class="fixturesBreak" colspan="6"></td>
</tr>
<tr class="even">
<td>10 Mar 2012</td>
<td class="team1 wales">Wales</td>
<td class="matchTime">2:30</td>
<td class="team2 italy">Italy</td>
<td>Millennium Stadium</td>
<td class="NotStarted"></td>
</tr>
<tr class="odd">
<td>10 Mar 2012</td>
<td class="team1 ireland"><b>Ireland</b></td>
<td class="matchTime">5:00</td>
<td class="team2 scotland">Scotland</td>
<td>Lansdowne Road</td>
<td class="NotStarted"></td>
</tr>
<tr class="even">
<td>11 Mar 2012</td>
<td class="team1 france">France</td>
<td class="matchTime">3:00</td>
<td class="team2 england">England</td>
<td>Stade de France</td>
<td class="NotStarted"></td>
</tr>
<tr>
<td class="fixturesBreak" colspan="6"></td>
</tr>
<tr class="odd">
<td>17 Mar 2012</td>
<td class="team1 italy">Italy</td>
<td class="matchTime">12:30</td>
<td class="team2 scotland">Scotland</td>
<td>Stade Flamino</td>
<td class="NotStarted"></td>
</tr>
<tr class="even">
<td>17 Mar 2012</td>
<td class="team1 wales">Wales</td>
<td class="matchTime">2:45</td>
<td class="team2 france">France</td>
<td>Millennium Stadium</td>
<td class="NotStarted"></td>
</tr>
<tr class="odd">
<td>17 Mar 2012</td>
<td class="team1 england">England</td>
<td class="matchTime">5:00</td>
<td class="team2 ireland"><b>Ireland</b></td>
<td>Twickenham</td>
<td class="NotStarted"></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://sportcrazy.net/rugby/six-nations-2012-schedule/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(Book Review) Surface Detail – Iain M. Banks</title>
		<link>http://amdsoft.com/book-review-surface-detail/</link>
		<comments>http://amdsoft.com/book-review-surface-detail/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 14:30:44 +0000</pubDate>
		<dc:creator>Alastair</dc:creator>
				<category><![CDATA[Syndicated]]></category>

		<guid isPermaLink="false">http://amdsoft.com/?p=368</guid>
		<description><![CDATA[I recently finished Surface Detail, a Culture novel from Iain M. Banks - entertaining but not up to his usual high standards. The overall plot concept had great potential, but I think it suffered poor implementation and editing &#8211; in &#8230; <a href="http://amdsoft.com/book-review-surface-detail/">Continue reading <span>&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignright" style="width: 204px"><a title="Surface Detail" href="http://www.amazon.com/gp/product/0316123412/ref=as_li_ss_tl?ie=UTF8&amp;tag=ref21-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0316123412"><img class="zemanta-img-inserted zemanta-img-configured" title="Cover of &quot;Surface Detail&quot;" src="http://ecx.images-amazon.com/images/I/51tR+Gs8nJL._SL300_.jpg" alt="Cover of &quot;Surface Detail&quot;" width="194" height="300" /></a><p class="wp-caption-text">Surface Detail</p></div>
<p>I recently finished <strong><a title="Surface Detail" href="http://www.amazon.com/gp/product/0316123412/ref=as_li_ss_tl?ie=UTF8&amp;tag=ref21-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0316123412">Surface Detail</a></strong>, a Culture novel from Iain M. Banks <span id="more-368"></span>- entertaining but not up to his usual high standards.</p>
<p>The overall plot concept had great potential, but I think it suffered poor implementation and editing &#8211; in particular it has a couple of seemingly important characters who weren&#8217;t really explored in any detail and were mostly irrelevant to the story. Banks also did a bit of a Gemmell &#8211; wrapping everything up in the last 5 pages. The anti-hero felt bland and a bit stereotypical of the villains in Culture novels (e.g. Matter, The Player of Games).</p>
<p>The positive was <a title="The Culture" href="http://en.wikipedia.org/wiki/The_Culture" rel="nofollow">the Culture</a>, we got a quick but interesting look at the 3 specialist branches equivalent to <a title="Special Circumstances" href="http://en.wikipedia.org/wiki/Special_Circumstances" rel="nofollow">Special Circumstances</a>, and the ships were great &#8211; especially the Picket Ship <em>Falling Outside The Normal Moral Constraints</em> just awesome.</p>
<p><strong>Overall 3/5</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://amdsoft.com/book-review-surface-detail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Warning: Irish Government Pirating Your Rights</title>
		<link>http://www.selfassemblysites.com/warning-irish-government-pirating-your-rights/</link>
		<comments>http://www.selfassemblysites.com/warning-irish-government-pirating-your-rights/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 06:05:35 +0000</pubDate>
		<dc:creator>Alastair</dc:creator>
				<category><![CDATA[Syndicated]]></category>

		<guid isPermaLink="false">http://www.selfassemblysites.com/?p=2838</guid>
		<description><![CDATA[Update 27/01/2012: The number of signatures on the petition against &#8220;SOPA Ireland&#8221; (or &#8220;Sherlock&#8217;s Folly&#8221; as some are calling it) is now hitting 60,000 &#8211; an incredible number for a petition started just days ago. If you&#8217;re an Irish citizen &#8230; <a href="http://www.selfassemblysites.com/warning-irish-government-pirating-your-rights/">Continue reading <span>&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><em>Update 27/01/2012: </em></p>
<p>The number of signatures on <a href="http://stopsopaireland.com/">the petition against &#8220;SOPA Ireland&#8221;</a> (or &#8220;Sherlock&#8217;s Folly&#8221; as some are calling it) is now hitting 60,000 &#8211; an incredible number for a petition started just days ago. If you&#8217;re an Irish citizen and haven&#8217;t yet, <a href="http://stopsopaireland.com/">please sign it.</a></p>
<p>There was a brief <a href="http://www.thejournal.ie/video-todays-dail-discussion-on-the-controversial-irish-sopa-338270-Jan2012/">15 minute debate in an empty government chamber</a> last night, but thankfully a little common sense seems to be applied to the situation and we&#8217;ll have <a href="http://www.thejournal.ie/dail-to-discuss-proposed-irish-sopa-legislation-next-tuesday-339395-Jan2012/">a 50 minute debate on Tuesday next</a>. </p>
<p>Mark Dennehy has a great blog post on his work to get reforms in legislation and <a href="http://www.stochasticgeometry.ie/2012/01/27/sherlocks-folly/">why he thinks the system itself needs an overhaul</a>:</p>
<blockquote><p>
I&#8217;ve given up on the idea of working legislation in this country at this stage in almost any area of life. We&#8217;d need major change to fix the system of government before we&#8217;d get decent legislation for anything</p></blockquote>
<p>We&#8217;re going to get some more debate on this issue, but Sherlock appears intent on signing. He seems naive enough to believe that his legislation is fine as it is, and that the courts will deal with any spurious legislation. This beggars belief &#8211; we&#8217;ve seen the film and music industry in America taking <strong>dead people</strong> and <strong>people who don&#8217;t even own computers</strong> to court for online copyright violations. </p>
<p>Individuals and small businesses who can&#8217;t afford to fight won&#8217;t stand a chance &#8211; when they get a threatening letter they will not risk the chance of court costs, regardless of how spurious it is.</p>
<p>&#8211;<br />
<em><br />
Original post:</em></p>
<p>Last week, we had <a href="http://www.selfassemblysites.com/sopa-killing-freedom-of-speech-for-hollywood-profit/" title="SOPA: Killing Freedom of Speech for Hollywood Profit?">SOPA and PIPA</a> in the US. This week in Ireland, in an even less democratic fashion, we have a &#8220;statutory instrument&#8221;, which <strong>requires no parlimentary or public debate</strong>, ready to be signed into law by <a href="https://twitter.com/SeanSherlockTD">a single minister&#8217;s pen</a>. </p>
<p>The &#8220;Statutory Instrument Number (TBD) of 2011 European Communities (Copyright and Related Rights) Regulations 2011&#8243;, otherwise known as the &#8220;Irish SOPA&#8221; is allegedly being enacted in order to comply with EU law, <strong>but the European Commission</strong> – which monitors implementation of EU law – <a href="http://www.thejournal.ie/readme/reader-irelands-sopa-a-faq/"><strong>doesn&#8217;t seem to think Ireland is in breach</strong></a> and hasn&#8217;t taken any action against Ireland for failure to introduce blocking.</p>
<blockquote><p>The situation <strong>can no longer be tolerated where Irish Ministers enact EU legislation by statutory instrument</strong>. The checks and balances of parliamentary democracy are by-passed.</p></blockquote>
<p>Very wise! Who said that? Why, <strong>the current government</strong> in their <a href="http://www.tjmcintyre.com/2012/01/irelands-sopa-will-facilitate-three.html">Programme For Government 2011</a>!</p>
<p>So we have a law being rushed in by the government, with no parlimentary debate &#8211; against the wishes of the government&#8217;s own programme, in order to comply with EU law that we&#8217;re probably not in breach of. It gets worse! <span id="more-2838"></span>The proposed amendment is so vague that no one is completely sure what it will actually mean, even the guy signing it into law. Here&#8217;s one interpretation from the chairman of <a href="http://www.digitalrights.ie/">Digital Rights Ireland</a>:</p>
<blockquote><p>This will give the Irish courts <strong>an open-ended power</strong> to grant orders against ISPs and other intermediaries who provide facilities which might be used to infringe copyright. This could include hosting providers, social networks, forums, video hosting sites – potentially most online services.</p></blockquote>
<p>TJ McIntyre (<a href="http://www.tjmcintyre.com/2012/01/irelands-sopa-faq.html">IT Law in Ireland</a>)</p>
<p>And from Ireland&#8217;s largest hosting company:</p>
<blockquote><p>What that translates into in plain English is that we, a hosting provider, could be held liable for a copyright infringement that we knew nothing about. Of course it goes further than that, as it could be (ab)used and force us, and others in industry, to either block access (filter) your internet connection or <strong>disable access to entire websites and domains</strong>. Or taking it further, if a rights holder found an infringing photo on Facebook they could demand that the site be blocked!
</p></blockquote>
<p>Michele Neylon (<a href="http://blog.blacknight.com/say-no-to-an-irish-sopa-style-law-say-yes-to-democracy.html">Blacknight</a>)</p>
<p>Let&#8217;s be clear: I&#8217;ve created software and multimedia digital products. <strong>I really don&#8217;t want people to steal my digital content</strong> because it puts food on the table. </p>
<p>But <strong>I equally don&#8217;t want crazily open ended legislation enacted</strong> in my name, or in the name of <em>any</em> content creator from Hollywood to Dublin. </p>
<p>If we need to introduce legislation, let&#8217;s take the time to have a full and open debate, and let&#8217;s make sure it&#8217;s limited in scope so that it covers what it needs to <strong>and no more</strong>. </p>
<blockquote><p><strong>There are three ways to fight piracy: </strong>endless legal actions, legally blocking access, or creating alternative legit offers.</p></blockquote>
<p>Frédéric Filloux (<a href=http://www.mondaynote.com/2012/01/22/piracy-is-part-of-the-digital-ecosystem/%3Cbr />
">MondayNote.com</a>)</p>
<p>Creating alternative offers works. Don&#8217;t believe me, listen to one of the richest game developers on Earth:</p>
<blockquote><p>The easiest way to stop piracy is not by putting anti-piracy technology to work. <strong>It&#8217;s by giving those people a service that’s better than what they&#8217;re receiving from the pirates.</strong> </p>
<p>Now we did something where we decided to look at price elasticity.  We do a 75 percent price reduction, our experience tells us that our gross revenue would remain constant. Instead what we saw was <strong>our gross revenue increased</strong> by a factor of 40. <strong>Not 40 percent, but a factor of 40</strong>.</p></blockquote>
<p>Gabe Newell  (<a href="http://www.geekwire.com/2011/experiments-video-game-economics-valves-gabe-newell">owner of game developer Valve Corporation</a>)</p>
<p>Governments around the world are trying to introduce legislation to allegedly protect digital rights holders from online piracy, at the behest of a small number of very large multinational corporations who refuse to accept the changed landscape of digital content production. Most of these legislative efforts are inept at best, and totally corrupt at worst. </p>
<p>The RIAA approach is to sue everyone in sight. Thankfully that <a href="https://www.eff.org/document/riaa-v-people-four-years-later">doesn&#8217;t seem to be going so well</a> for them lately.</p>
<p>Because of the MPAA you can&#8217;t watch a movie without being forced to watch a long <a href="http://www.youtube.com/watch?v=ALZZx1xmAzg">anti-piracy warning</a> (unless, of course, you pirate the movie).</p>
<p>Ridiculously, in <a href="http://www.cb-cda.gc.ca/tariffs-tarifs/certified-homologues/copying-copie-e.html">Canada</a> and <a href="http://en.wikipedia.org/wiki/Private_copying_levy">some EU &amp; other countries</a>, you get charged a levy on <strong>all blank CDs and SD card</strong>s &#8211; which are obviously used only to pirate music and never, ever just to back up your Documents folder from last year, right? Monies collected are distributed to rights holders based on commercial radio airplay and commercial sales samples, ignoring radio/college airplay and independent record sales &#8211; all of which favours major-label artists. Does that mean I should just buy blank CDs and borrow my Canuck friend&#8217;s CD collection for the weekend &#8211; I mean it <strong>is</strong> already paid for, right?</p>
<p>ACTA is an another one of these pieces of legislation, in the form of an international trade agreement. The &#8220;<a href="http://www.stopacta.info/">Anti-Counterfeiting Trade Agreement</a>&#8221; currently being negotiated by the European Union, the United States, Japan, Canada, South Korea, Australia as well as a few other countries, whose aim is to enforce copyright and tackle counterfeited goods. </p>
<p>Super, I&#8217;m all for that! Unless it has really bad side effects, of course.</p>
<blockquote><p>We are in danger of ending up with the worst of both worlds, pushing IP rules, which are <strong>very effective at stopping access to life-saving drugs</strong> but are very bad at stopping or preventing fake drugs.</p></blockquote>
<p>Michelle Childs (<a href="http://www.eatg.org/eatg/Global-HIV-News/Access-to-treatment/Access-to-safe-medicine-a-public-health-issue-not-IP-says-panel">Médecins Sans Frontières</a>)</p>
<p>Why are all the ACTA negotiations being done secretly? <a href="http://stopacta.info/">Leaked documents show that one of the major goals of ACTA is to force signatory countries into implementing anti file-sharing and net filtering practices</a>. Where have we seen this before? Ah yes, hello MPAA, RIAA, SOPA and (deep breath) our own Statutory Instrument Number (TBD) of 2011 European Communities (Copyright and Related Rights) Regulations 2011 (whew).</p>
<blockquote><p>Even though a substantial portion of my living comes from the entertainment industry, I don&#8217;t think that any amount of &#8220;piracy&#8221; justifies this kind of depraved indifference to the consequences of one&#8217;s actions. </p>
<p>Big Content haven&#8217;t just declared war on [..] the &#8220;fun&#8221; Internet: <strong>they&#8217;ve declared war on every person who uses the net to publicize police brutality, every oppressed person in the Arab Spring who used the net to organize protests and publicize the blood spilled by their oppressors</strong>[..] &#8212; as well as the scientists, [..] rescue workers who coordinate online, the makers who trade tips online, the people with rare diseases who support each other online, and the independent creators who use the Internet to earn their livings. </p></blockquote>
<p>Cory Doctorow (<a href="http://boingboing.net/2012/01/14/boing-boing-will-go-dark-on-ja.html">blogger, journalist, and science fiction author</a>)</p>
<p>The Irish SOPA originally had a deadline of next Tuesday, but it looks like the Minister has taken heed of the huge amount of opposition this has generated in such a short time, and will probably abandon the deadline:</p>
<blockquote class="twitter-tweet"><p>Just learned that SOPA legislation NOT going to go ahead without public debate, I believe in the Dáil. Good politics from Gov &#038; Opp.</p>
<p>&mdash; Stephen Donnelly TD (@DonnellyStephen) <a href="https://twitter.com/DonnellyStephen/status/162242399920332800" data-datetime="2012-01-25T18:36:17+00:00">January 25, 2012</a></p></blockquote>
<p><script src="http://platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<p>Let the government know of your opposition by signing the <a href="http://stopsopaireland.com/">stopSOPAireland petition here</a> which is currently at around 44,000 signatures (and gaining around 8-10,000 per day over the past 3 days), and tweet your comments with the <a href="https://twitter.com/search?q=%23SOPAIreland">#SOPAireland</a> hashtag.</p>
<p>As for ACTA, it has the potential to be even worse, and possibly thanks to the secrecy in negotiations, we know very little for sure. <a href="http://www.laquadrature.net/en/ACTA">Learn more about ACTA here</a> and search for <a href="https://twitter.com/search?q=%23ACTA">#ACTA on Twitter</a>.</p>
<p>Do your part to learn more about IP rights and piracy. This issue has huge ramifications for the development of the internet and thus our entire society &#8211; the future of privacy, communication and commerce for the entire race. It is not a clear cut issue as some interested parties would have you believe. I&#8217;ll sign off with this <a href="http://www.ted.com/talks/defend_our_freedom_to_share_or_why_sopa_is_a_bad_idea.html">brilliantly simple TED talk on SOPA from Clay Shirky</a>:</p>
<p><object width="526" height="374"><param name="movie" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf"></param><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always"/><param name="wmode" value="transparent"></param><param name="bgColor" value="#ffffff"></param><param name="flashvars" value="vu=http://video.ted.com/talk/stream/2012S/Blank/ClayShirky_2012S-320k.mp4&#038;su=http://images.ted.com/images/ted/tedindex/embed-posters/ClayShirky_2012S-embed.jpg&#038;vw=512&#038;vh=288&#038;ap=0&#038;ti=1329&#038;lang=en&#038;introDuration=15330&#038;adDuration=4000&#038;postAdDuration=830&#038;adKeys=talk=defend_our_freedom_to_share_or_why_sopa_is_a_bad_idea;year=2012;theme=master_storytellers;theme=media_that_matters;event=TEDSalon+NY2012;tag=Business;tag=Technology;tag=creativity;tag=media;tag=politics;&#038;preAdTag=tconf.ted/embed;tile=1;sz=512x288;" /><embed src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" pluginspace="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" bgColor="#ffffff" width="526" height="374" allowFullScreen="true" allowScriptAccess="always" flashvars="vu=http://video.ted.com/talk/stream/2012S/Blank/ClayShirky_2012S-320k.mp4&#038;su=http://images.ted.com/images/ted/tedindex/embed-posters/ClayShirky_2012S-embed.jpg&#038;vw=512&#038;vh=288&#038;ap=0&#038;ti=1329&#038;lang=en&#038;introDuration=15330&#038;adDuration=4000&#038;postAdDuration=830&#038;adKeys=talk=defend_our_freedom_to_share_or_why_sopa_is_a_bad_idea;year=2012;theme=master_storytellers;theme=media_that_matters;event=TEDSalon+NY2012;tag=Business;tag=Technology;tag=creativity;tag=media;tag=politics;&#038;preAdTag=tconf.ted/embed;tile=1;sz=512x288;"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.selfassemblysites.com/warning-irish-government-pirating-your-rights/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solid State Drives Thoughts &amp; Recommendations</title>
		<link>http://amdsoft.com/solid-state-drives-thoughts-recommendations/</link>
		<comments>http://amdsoft.com/solid-state-drives-thoughts-recommendations/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 17:48:40 +0000</pubDate>
		<dc:creator>Alastair</dc:creator>
				<category><![CDATA[Syndicated]]></category>

		<guid isPermaLink="false">http://amdsoft.com/?p=359</guid>
		<description><![CDATA[I recently made the mistake of getting an OCZ Vertex 3 drive for my Asus U36SD laptop. The Vertex 3 is an incredible SSD, one of the fastest in existence. Unfortunately for me, other Vertex 3 owners, and the manufacturers &#8230; <a href="http://amdsoft.com/solid-state-drives-thoughts-recommendations/">Continue reading <span>&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[I recently made the mistake of getting an OCZ Vertex 3 drive for my Asus U36SD laptop. The Vertex 3 is an incredible SSD, one of the fastest in existence. Unfortunately for me, other Vertex 3 owners, and the manufacturers &#8230; <a href="http://amdsoft.com/solid-state-drives-thoughts-recommendations/">Continue reading <span>&#8594;</span></a>]]></content:encoded>
			<wfw:commentRss>http://amdsoft.com/solid-state-drives-thoughts-recommendations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solid State Drives Thoughts &amp; Recommendations</title>
		<link>http://amdsoft.com/solid-state-drives-thoughts-recommendations/</link>
		<comments>http://amdsoft.com/solid-state-drives-thoughts-recommendations/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 17:48:40 +0000</pubDate>
		<dc:creator>Alastair</dc:creator>
				<category><![CDATA[Syndicated]]></category>

		<guid isPermaLink="false">http://amdsoft.com/?p=359</guid>
		<description><![CDATA[I recently made the mistake of getting an OCZ Vertex 3 drive for my Asus U36SD laptop. The Vertex 3 is an incredible SSD, one of the fastest in existence. Unfortunately for me, other Vertex 3 owners, and the manufacturers &#8230; <a href="http://amdsoft.com/solid-state-drives-thoughts-recommendations/">Continue reading <span>&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[I recently made the mistake of getting an OCZ Vertex 3 drive for my Asus U36SD laptop. The Vertex 3 is an incredible SSD, one of the fastest in existence. Unfortunately for me, other Vertex 3 owners, and the manufacturers &#8230; <a href="http://amdsoft.com/solid-state-drives-thoughts-recommendations/">Continue reading <span>&#8594;</span></a>]]></content:encoded>
			<wfw:commentRss>http://amdsoft.com/solid-state-drives-thoughts-recommendations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.3 Fix for “Fatal Error Undefined Function is_rtl()”</title>
		<link>http://www.selfassemblysites.com/wordpress-fix-undefined-function-is_rtl/</link>
		<comments>http://www.selfassemblysites.com/wordpress-fix-undefined-function-is_rtl/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 09:02:23 +0000</pubDate>
		<dc:creator>Alastair</dc:creator>
				<category><![CDATA[Syndicated]]></category>

		<guid isPermaLink="false">http://www.selfassemblysites.com/?p=2703</guid>
		<description><![CDATA[Here&#8217;s a quick fix if you&#8217;re seeing the following error after upgrading to WordPress 3.3: Fatal error: Call to undefined function is_rtl() in /wp-includes/general-template.php on line 2102 First of all, don&#8217;t panic, the error seems to affect the admin dashboard &#8230; <a href="http://www.selfassemblysites.com/wordpress-fix-undefined-function-is_rtl/">Continue reading <span>&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a quick fix if you&#8217;re seeing the following error after upgrading to WordPress 3.3:</p>
<p><code>Fatal error: Call to undefined function is_rtl() in /wp-includes/general-template.php on line 2102</code></p>
<p>First of all, <strong>don&#8217;t panic</strong>, the error seems to affect the admin dashboard but not the publicly accessible areas of your site. Secondly, it&#8217;s a fairly simple fix.</p>
<p>The cause is most likely a plugin, and for many people reading this it&#8217;s the &#8220;PopupDomination&#8221; plugin.</p>
<p><strong>Fix for &#8220;Fatal Error Undefined Function is_rtl()&#8221;:</strong></p>
<ol>
<li><strong>Login to your site via FTP</strong> and navigate to the <code>/wp-content/plugins</code> directory.</li>
<li>If you have PopupDomination installed look at the directory names starting with &#8216;P&#8217; and see if you can identify it (it could be &#8220;popup-domination&#8221;, &#8220;popupD&#8221; or similar).</li>
<li>Rename that folder to &#8220;PopupDomination-broken&#8221; or something similar.</li>
<li>You&#8217;re done! Reload the page and everything should be working. Contact the plugin author and ask them for a fixed version and re-enable after you&#8217;ve updated.</li>
</ol>
<p>In the unlikely event that didn&#8217;t fix your problem, try the following:</p>
<ul>
<li>Deactivate all plugins to see if this resolves the problem. If this works, re-activate plugins one by one until you find the problematic plugin(s).</li>
<li>Try renaming the plugins directory to plugins-broken by FTP (sometimes, an inactive plugin can cause a problem so this works).</li>
<li>Deactivate plugins in the mu-plugins folder by renaming that directory to mu-plugins-old</li>
</ul>
<p>You can find more on how to do this on <a href="http://www.selfassemblysites.com/training/fixing-broken-wordpress-site-caused-by-themes-and-plugins/">Fixing a Broken WordPress Site</a></p>
<p>Hope this helps!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.selfassemblysites.com/wordpress-fix-undefined-function-is_rtl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Friday Shorts 18th November</title>
		<link>http://www.selfassemblysites.com/friday-shorts-18th-november/</link>
		<comments>http://www.selfassemblysites.com/friday-shorts-18th-november/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 17:32:53 +0000</pubDate>
		<dc:creator>Alastair</dc:creator>
				<category><![CDATA[Syndicated]]></category>

		<guid isPermaLink="false">http://www.selfassemblysites.com/?p=2593</guid>
		<description><![CDATA[A few interesting bits and pieces we&#8217;ve come across this week. How a Web Design Goes Straight to Hell. Entertaining and educational cartoon from Matthew Inman at The Oatmeal. &#8220;It&#8217;s funny cos it&#8217;s true.&#8221; Do Schools Kill Creativity?  From TED &#8230; <a href="http://www.selfassemblysites.com/friday-shorts-18th-november/">Continue reading <span>&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A few interesting bits and pieces we&#8217;ve come across this week.</p>
<div class="wp-caption aligncenter" style="width: 629px"><a href="http://theoatmeal.com/blog/ultramarathon"><img src="http://s3.amazonaws.com/theoatmeal-img/blog/ultramarathon_diagram.png" alt="Image Copyright Matt Inman, The Oatmeal" width="619" height="260" /></a><p class="wp-caption-text">This happened to me - don&#39;t let it happen to you :)</p></div>
<ul>
<li><strong><a href="http://theoatmeal.com/comics/design_hell">How a Web Design Goes Straight to Hell.</a></strong> Entertaining and educational cartoon from Matthew Inman at The Oatmeal. &#8220;It&#8217;s funny cos it&#8217;s true.&#8221;</li>
<li><strong><a title="Ken Robinson says schools kill creativity | Video on TED.com" href="http://www.ted.com/talks/ken_robinson_says_schools_kill_creativity.html" rel="nofollow" > Do Schools Kill Creativity?</a></strong>  From <a href="http://www.ted.com/">TED Talks</a> -  Sir Ken Robinson entertains while making a very moving case for creating an education system that nurtures creativity. <strong>Highly recommended &#8211; if you watch one online video this week, make it this one.</strong></li>
<li> <strong><a title="Is Google Making Us Stupid?" href="http://www.theatlantic.com/doc/200807/google" rel="nofollow" >Is Google Making Us Stupid?</a></strong> What effect does using the Internet have on our brains. An article from a couple of years ago, but really interesting and more relevant now than ever.</li>
<li><strong><a href="http://www.wired.co.uk/news/archive/2011-10/05/ricky-gervais-twitter">Ricky Gervais admits he may be wrong about Twitter.</a></strong> One for the Twitter sceptics: &#8220;I may have been wrong about Twitter. [...] Of course there are idiots on Twitter. But there are idiots on the high street and I still go there. People say awful idiotic things all the time, but I don&#8217;t give up language because of it.&#8221;</li>
<li><strong><a href="http://shirky.com/writings/group_enemy.html">A Group Is Its Own Worst Enemy.</a></strong> A Clay Shirky article about groups, the internet and social software. Quite long but very interesting. A must read if your business is focused on online community (social network, discussion forums, etc).</li>
</ul>
<p>If you have any suggestions or comments please leave a comment below :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.selfassemblysites.com/friday-shorts-18th-november/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SelfAssemblySites News Update November 2011</title>
		<link>http://www.selfassemblysites.com/selfassemblysites-news-update-november-2011/</link>
		<comments>http://www.selfassemblysites.com/selfassemblysites-news-update-november-2011/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 15:12:00 +0000</pubDate>
		<dc:creator>Alastair</dc:creator>
				<category><![CDATA[Syndicated]]></category>

		<guid isPermaLink="false">http://www.selfassemblysites.com/?p=2547</guid>
		<description><![CDATA[Here&#8217;s an update for November to let you know what changes and improvements we&#8217;ve made around the site &#8211; and what&#8217;s coming next &#8211; as well as a taster of the website training videos we&#8217;ve produced or have in production. &#8230; <a href="http://www.selfassemblysites.com/selfassemblysites-news-update-november-2011/">Continue reading <span>&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s an update for November to let you know what changes and improvements we&#8217;ve made around the site &#8211; and what&#8217;s coming next &#8211; as well as a taster of the website training videos we&#8217;ve produced or have in production. Please give us your thoughts and suggestions on anything you think could make the site better for you!</p>
<p><strong> We&#8217;re continuously shooting more videos for you &#8211; here&#8217;s a list of recently completed <em>screencasts</em>:</strong></p>
<ul>
<li><a href="http://www.selfassemblysites.com/training/site-review-cutabovehost-com/" >CutAboveHost.com Website Review</a> [FREE VIDEO - no membership required]</li>
<li><a href="http://www.selfassemblysites.com/training/key-principles-behind-different-hosting-control-panels/" >Key Principles Behind Different Hosting Control Panels</a></li>
<li><a href="http://www.selfassemblysites.com/training/setting-up-statcounter/" >Setting Up StatCounter</a></li>
<li><a href="http://www.selfassemblysites.com/training/setting-up-google-analytics/" >Setting Up Google Analytics</a></li>
<li><a href="http://www.selfassemblysites.com/training/setting-up-a-standard-gmail-account/" >Setting Up A Standard Gmail Account</a></li>
<li>Linking to Particular Part of a Page (HTML Anchors) <em>[will be online 2011-11-05]</em></li>
<li>Read More Link in Blog Posts <em>[will be online 2011-11-05]</em></li>
</ul>
<p><strong>And recently completed <em>Expert Answers videos</em>:</strong><br />
<!-- More --></p>
<ul>
<li><a href="http://www.selfassemblysites.com/training/the-hosting-business-explained/" >The Hosting Business Explained</a></li>
<li><a href="http://www.selfassemblysites.com/training/advanced-hosting-options/" >Advanced Hosting Options</a></li>
<li><a href="http://www.selfassemblysites.com/training/how-many-is-too-many-plugins/" >How Many Is Too Many Plugins</a></li>
<li><a href="http://www.selfassemblysites.com/training/why-we-moved-to-yoast-seo-plugin/" >Why We Moved to Yoast SEO Plugin</a></li>
</ul>
<p><strong>On the way over the next few weeks:</strong></p>
<ul>
<li>Show/Hide Content On A Page</li>
<li>Installing A Picture Gallery</li>
<li>List of Recommended Plugins</li>
<li>Ecommerce Plugin Overview</li>
<li>Backup Plugin Setup</li>
<li>Yoast SEO Plugin Setup</li>
<li>Westhost Hosting Setup</li>
</ul>
<p><strong>We&#8217;ve also made some improvements to the website itself since our last update:</strong></p>
<ul>
<li>Completed our site move to faster hosting</li>
<li>Made improvements to code and images to optimise page load times</li>
<li>Design improvements on the <a href="http://www.selfassemblysites.com/members/" >Members Dashboard</a></li>
</ul>
<p><strong>Site improvements we will making over the next few weeks :</strong></p>
<ul>
<li>Improving the layout of the category pages (e.g. <a href="http://www.selfassemblysites.com/category/updating-content" >http://www.selfassemblysites.com/cat&#8230;dating-content</a> ) &#8211; to differentiate between video pages and blog posts</li>
<li>Tidy up how Tags appear (on all pages)</li>
<li>Add blog specific sidebar for blog listing page</li>
<li>Add a new custom field to the videos which will tell you &#8220;How this particular video benefits you&#8221; (we&#8217;re working on figuring out a better way to word that, it&#8217;s a bit clunky, but we want to make it really obvious what result you will get from watching any given video)</li>
<li>Reviewing the plugins we use on the site currently, ensuring we have everything we want installed</li>
</ul>
<p>We will update <a href="http://www.selfassemblysites.com/community/showthread.php?60-This-Week-I-Am-Working-On..." >this community forum thread</a> regularly &#8211; feel free to add your suggestions and comments!</p>
<p>Thanks,<br />
Alastair.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.selfassemblysites.com/selfassemblysites-news-update-november-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Training Courses in Dublin</title>
		<link>http://www.logon.ie/blog/wordpress-training-dublin</link>
		<comments>http://www.logon.ie/blog/wordpress-training-dublin#comments</comments>
		<pubDate>Thu, 06 Oct 2011 10:15:05 +0000</pubDate>
		<dc:creator>Alastair</dc:creator>
				<category><![CDATA[Syndicated]]></category>

		<guid isPermaLink="false">http://www.logon.ie/?p=836</guid>
		<description><![CDATA[We&#8217;re considering running some WordPress training courses in Dublin and trying to find out what kind of interest there is out there. We&#8217;re particularly interested in getting answers to some or all of the following: What time of day and week would suit you best? What level of WordPress knowledge do you have? What level [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re considering running some <strong>WordPress training courses in Dublin</strong> and trying to find out what kind of interest there is out there. We&#8217;re particularly interested in getting answers to some or all of the following:</p>
<ul>
<li>What time of day and week would suit you best?</li>
<li>What level of WordPress knowledge do you have?</li>
<li>What level of computer knowledge do you have?</li>
<li>How long should each class be?</li>
<li>How many classes should we run per course?</li>
<li>Would you bring your own laptop if that was required?</li>
<li>What would you consider a fair price ?</li>
</ul>
<p>If you&#8217;d like to attend a live classes somewhere in Dublin on learning  WordPress, please leave a comment below with a real email address so we  can contact you if it goes ahead.<br />
<strong><br />
If you&#8217;re interested in <a href="http://www.selfassemblysites.com">online WordPress training</a>, check out <a href="http://www.selfassemblysites.com">SelfAssemblySites.com</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.logon.ie/blog/wordpress-training-dublin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

