<?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>Amasan - Common sense 2.0</title>
	<atom:link href="http://amasan.co.uk/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://amasan.co.uk/blog</link>
	<description>Commentary on Digital Media and Usability</description>
	<lastBuildDate>Fri, 14 Aug 2009 10:30:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>[Plugin: WP List Files] Fix: links don&#8217;t work when blog not installed in root of site</title>
		<link>http://amasan.co.uk/blog/2009/06/plugin-wp-list-files-fix-links-dont-work-when-blog-not-installed-in-root-of-site/</link>
		<comments>http://amasan.co.uk/blog/2009/06/plugin-wp-list-files-fix-links-dont-work-when-blog-not-installed-in-root-of-site/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 08:24:00 +0000</pubDate>
		<dc:creator>Sander</dc:creator>
				<category><![CDATA[eportfolio]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[webdevelopment]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp-list-files]]></category>

		<guid isPermaLink="false">http://amasan.co.uk/blog/?p=129</guid>
		<description><![CDATA[We’re using a customized version of WordPress as an electronic portfolio for students and we are using WP List Files to make documents available on the eportfolio. Unfortunately the WordPress support forums seem to delete my topic (possibly because it&#8217;s an older version) and the author is no longer supporting the plugin.
Due to time constraints, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-131" title="wp-list-files" src="http://amasan.co.uk/blog/wp-content/uploads/2009/06/wp-list-files.png" alt="wp-list-files" width="374" height="178" />We’re using a <a href="http://code.google.com/p/eportfoliomanager/">customized version of WordPress as an electronic portfolio</a> for students and we are using <a href="http://wordpress.org/extend/plugins/wp-list-files/">WP List Files</a> to make documents available on the eportfolio. Unfortunately the <a href="http://wordpress.org/extend/plugins/wp-list-files/">WordPress support forums</a> seem to delete my topic (possibly because it&#8217;s an older version) and <a href="http://helvensteijn.com/wordpress/">the author is no longer supporting the plugin</a>.</p>
<blockquote><p><strong>Due to time constraints, these plugins are no longer supported and will not be updated, ever! Unless you know what you’re doing, I strongly discourage using these on a production blog since they have not been tested since WordPress 2.5.</strong></p></blockquote>
<p>The plugin didn&#8217;t work in version 2.0.3 that we are using because the wp_enqueue_script function does not exist in this version  <a href="http://codex.wordpress.org/Function_Reference/wp_enqueue_script">(the codex page</a> does not say when this function was added). Anyway after manually adding the javascript to the theme&#8217;s head element the plugin almost worked fine &#8211; links didn&#8217;t take our folder structure into account.</p>
<p>works:<br />
joeblogs.com&lt;/dir specified in post or page&gt;</p>
<p>doesn&#8217;t work:<br />
allblogs.com/blogs/joebloggs&lt;/dir specified in post of page&gt;</p>
<p>Fix it by replacing line 231 to read:</p>
<blockquote><p><em>$files .= &#8216;&lt;li&gt;&lt;a href=&#8221;&#8216;.get_bloginfo(&#8217;wpurl&#8217;).$item['link'].&#8217;&#8221;&gt;&#8217;.$itemName.&#8217;&lt;/a&gt;&#8217;.</em></p></blockquote>
<p>The hyperlink created for the item didn’t have the complete blog url in it it assumed the blog was installed in the root of the domain. After this fix the plugin works fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://amasan.co.uk/blog/2009/06/plugin-wp-list-files-fix-links-dont-work-when-blog-not-installed-in-root-of-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amasan&#8217;s WordPress Tweak Roundup</title>
		<link>http://amasan.co.uk/blog/2009/06/site-customisations/</link>
		<comments>http://amasan.co.uk/blog/2009/06/site-customisations/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 09:46:01 +0000</pubDate>
		<dc:creator>Sander</dc:creator>
				<category><![CDATA[adsense]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://amasan.co.uk/blog/?p=121</guid>
		<description><![CDATA[Made few tweaks to improve the blog in preperation for several drafts I&#8217;m currently working on. Here&#8217;s a quick rundown for everyone that&#8217;s interested in the wordpress blog platform.

Related Posts should show up to 5 related posts without too many false positives on single article pages. I like how this plugin scores posts on relativity [...]]]></description>
			<content:encoded><![CDATA[<p>Made few tweaks to improve the blog in preperation for several drafts I&#8217;m currently working on. Here&#8217;s a quick rundown for everyone that&#8217;s interested in the wordpress blog platform.</p>
<ul>
<li><a href="http://mitcho.com/code/yarpp/"><strong>Related Posts</strong></a> should show up to 5 related posts without too many false positives on single article pages. I like how this plugin scores posts on relativity and that I can set it to show nothing when no posts are related, which keeps the interface clutter to a minimum.</li>
<li>A single easy recognisable block of <strong><a href="https://www.google.com/adsense">Google Adsense</a></strong> adverts has been added to single articles. You won&#8217;t see it if you have <a href="https://addons.mozilla.org/en-US/firefox/addon/1865"><strong>Adblock Plus</strong></a> installed like myself, but it should give helpful suggestions on articles with a single subject and support hosting costs in the process.</li>
<li>Template tweak: Moved post-meta-information from under the title to the footer (tag/cat info) so that the header is better connected with the body of the post. There&#8217;s enough clutter on other sites.</li>
<li>I&#8217;ve visually combined  categories and tags underneath articles. Category are used for url purposes and tags  to facilitate cross linking of subjects. No need for two lists.</li>
<li>I added a tagcloud to the site so you can browse the site and discover some other articles. I don&#8217;t think browsing by time and month is useful to many people so that&#8217;s been removed from the site. The only concern I have at the moment is that the cloud would grow to too big a list, so in the future I might just show the top 7 tags used. For now that&#8217;s not a problem.</li>
<li><a href="http://aciddrop.com/php-speedy/"><strong>PHP Speedy</strong></a>. This is the most important reason why the site is so snippy.</li>
</ul>
<p>There&#8217;s more but I&#8217;ll save them for another time.</p>
]]></content:encoded>
			<wfw:commentRss>http://amasan.co.uk/blog/2009/06/site-customisations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress for iPhone Impressions</title>
		<link>http://amasan.co.uk/blog/2009/06/testing-wordpress-iphone/</link>
		<comments>http://amasan.co.uk/blog/2009/06/testing-wordpress-iphone/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 09:30:20 +0000</pubDate>
		<dc:creator>Sander</dc:creator>
				<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod touch]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[system]]></category>

		<guid isPermaLink="false">http://blog.amasan.co.uk/2009/06/testing-wordpress-iphone/</guid>
		<description><![CDATA[I&#8217;m currently testing the Wordpress iPhone app (WfI). It&#8217;s great for a free app! However I noticed a few things that need to be polished:

It didn&#8217;t retrieve the blogs categories from my blog and the category I added to this post wasn&#8217;t saved.
The interface is a bit slow on the frontpage when clicking an option [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently testing the <a href="http://iphone.wordpress.org/">Wordpress iPhone app</a> (WfI). It&#8217;s great for a free app! However I noticed a few things that need to be polished:</p>
<ul>
<li>It didn&#8217;t retrieve the blogs categories from my blog and the category I added to this post wasn&#8217;t saved.</li>
<li>The interface is a bit slow on the frontpage when clicking an option it doesn&#8217;t turn blue immediately</li>
<li>There&#8217;s currently (18th June 2009) no way to edit the blog&#8217;s details after setting up, or ability to remove it that I have found. I changed my user&#8217;s password but I cannot change it in WfI! An Edit button on the blog selection screen would definately help in this case. I&#8217;ll have to remove the application and redownload it &#8211; maybe that helps.</li>
</ul>
<p>Still it&#8217;s a great way to do some writing while not at a desktop and I appreciate the offline mode for iPod Touch users.</p>
]]></content:encoded>
			<wfw:commentRss>http://amasan.co.uk/blog/2009/06/testing-wordpress-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site updates</title>
		<link>http://amasan.co.uk/blog/2009/01/site-updates/</link>
		<comments>http://amasan.co.uk/blog/2009/01/site-updates/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 15:35:45 +0000</pubDate>
		<dc:creator>Sander</dc:creator>
				<category><![CDATA[site]]></category>
		<category><![CDATA[system]]></category>

		<guid isPermaLink="false">http://blog.amasan.co.uk/?p=84</guid>
		<description><![CDATA[I had a problem with my site and it has been restored to 4th January. Sorry for any inconvenience.
]]></description>
			<content:encoded><![CDATA[<p>I had a problem with my site and it has been restored to 4th January. Sorry for any inconvenience.</p>
]]></content:encoded>
			<wfw:commentRss>http://amasan.co.uk/blog/2009/01/site-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Letter to Ministry of Sound</title>
		<link>http://amasan.co.uk/blog/2008/10/letter-to-ministry-of-sound/</link>
		<comments>http://amasan.co.uk/blog/2008/10/letter-to-ministry-of-sound/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 11:07:55 +0000</pubDate>
		<dc:creator>Sander</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bestpractice]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[webdevelopment]]></category>

		<guid isPermaLink="false">http://blog.amasan.co.uk/bestpractice/83/letter-to-ministry-of-sound/</guid>
		<description><![CDATA[Dear sir/madam,
I am writing you to complain about the new ministry of sound website and the lack of data protection with regards to your users.
Earlier today I received an email notification about the new MoS website. The email also notified me that a new password was issued to use on the website. These are two [...]]]></description>
			<content:encoded><![CDATA[<p>Dear sir/madam,<br />
I am writing you to complain about the <a href="http://www.ministryofsound.com/">new ministry of sound website</a> and the lack of data protection with regards to your users.</p>
<p>Earlier today I received an email notification about the new MoS website. The email also notified me that a new password was issued to use on the website. These are two characteristics of a phishing mail -<em> </em>in this case launching a new website and sending out new passwords, they could easily have been sent from a malicious source wanting me to login to their MoS-lookalike website and take my credit card details. You shouldn&#8217;t send out a new password unless someone requests it on your website, because email can be forged. You also sent out my password in plain text email rather than on a secure part of your website. Anyone can read it and login to my account and purchase orders.</p>
<p>Also to my surprise while investigating the source of the mail, several of the links point to a <a href="http://www.c-f-1.com/">http://www.c-f-1.com/</a> domain, the name doesn&#8217;t help to improve the trust in your email. To my astonishment the link led to a webpage with the html email, again with my password in plain sight. Have a look <em>(link removed),</em> I changed my password already. Let&#8217;s wait for Google to index it so that anyone can search for my account information. They <a href="http://www.google.co.uk/search?q=password+site%3Ahttp%3A%2F%2Fwww.c-f-1.com%2FHTMLEmail.aspx&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;rls=org.mozilla:en-US:official&amp;client=firefox-a">already found other newsletters</a>.</p>
<p>Finally, I used <a href="http://www.mosdownload.com">mosdownload.com </a>to buy my mp3s online. This site no longer works as an error comes up when it tries to redirect, due to a configuration error. My order history is gone, most of my profile is gone.</p>
<p>I&#8217;m very disappointed with your lack of security and care for your customers and unfortunately have come to the conclusion that I won&#8217;t be using your service again, and I will recommend my friends and family to do the same, due to these trust issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://amasan.co.uk/blog/2008/10/letter-to-ministry-of-sound/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing Trac after upgrading VisualSVN</title>
		<link>http://amasan.co.uk/blog/2008/10/fixing-trac-after-upgrading-visualsvn/</link>
		<comments>http://amasan.co.uk/blog/2008/10/fixing-trac-after-upgrading-visualsvn/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 15:01:38 +0000</pubDate>
		<dc:creator>Sander</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[trac]]></category>
		<category><![CDATA[visualsvn]]></category>
		<category><![CDATA[webdevelopment]]></category>

		<guid isPermaLink="false">http://blog.amasan.co.uk/uncategorized/82/fixing-trac-after-upgrading-visualsvn/</guid>
		<description><![CDATA[If you upgraded VisualSVN Server like I have today to 1.61 and have Trac installed as per VisualSvn+Trac then you’ll notice Trac stopped working.
To fix this, follow this part of the instructions:
Add following line at the top of file C:\Program Files\VisualSVN Server\httpd-wrapper.bat:

set PYTHONHOME=%~dp0\Trac\python

Update: Later updates to VisualSvn Server break Trac.
]]></description>
			<content:encoded><![CDATA[<p>If you upgraded <a href="http://www.visualsvn.com/">VisualSVN</a> Server like I have today to 1.61 and have <a href="http://trac.edgewall.org/">Trac</a> installed as per VisualSvn+Trac then you’ll notice Trac stopped working.</p>
<p>To fix this, follow this part of the instructions:</p>
<blockquote><p>Add following line at the top of file C:\Program Files\VisualSVN Server\httpd-wrapper.bat:</p></blockquote>
<blockquote>
<pre>set PYTHONHOME=%~dp0\Trac\python</pre>
</blockquote>
<p>Update: Later updates to VisualSvn Server break Trac.</p>
]]></content:encoded>
			<wfw:commentRss>http://amasan.co.uk/blog/2008/10/fixing-trac-after-upgrading-visualsvn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My thoughts exactly</title>
		<link>http://amasan.co.uk/blog/2008/10/my-thoughts-exactly/</link>
		<comments>http://amasan.co.uk/blog/2008/10/my-thoughts-exactly/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 15:35:20 +0000</pubDate>
		<dc:creator>Sander</dc:creator>
				<category><![CDATA[games]]></category>

		<guid isPermaLink="false">http://blog.amasan.co.uk/uncategorized/78/my-thoughts-exactly/</guid>
		<description><![CDATA[Eurogamer writes:
The community has also pointed out that SecuROM does nothing to stop piracy, as Spore was cracked before public release. Instead, they argue, the real target is the pre-owned, trade-in market.

]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.eurogamer.net/article.php?article_id=260862">Eurogamer writes</a>:</p>
<blockquote><p>The community <a href="http://www.eurogamer.net/article.php?article_id=239766">has also pointed out</a> that SecuROM does nothing to stop piracy, as Spore was cracked before public release. Instead, they argue, the real target is the pre-owned, trade-in market.</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://amasan.co.uk/blog/2008/10/my-thoughts-exactly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TracFogbugzPlugin 0.9u-py2.5 Patch for Trac 0.11</title>
		<link>http://amasan.co.uk/blog/2008/10/tracfogbugzplugin-09u-py25-patch-for-trac-011/</link>
		<comments>http://amasan.co.uk/blog/2008/10/tracfogbugzplugin-09u-py25-patch-for-trac-011/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 11:59:39 +0000</pubDate>
		<dc:creator>Sander</dc:creator>
				<category><![CDATA[webdevelopment]]></category>

		<guid isPermaLink="false">http://blog.amasan.co.uk/uncategorized/74/tracfogbugzplugin-09u-py25-patch-for-trac-011/</guid>
		<description><![CDATA[If you use both VisualSvn + Trac (or another flavour of Subversion and Trac), and tried to integrate them with Fogbugz , you will have tried the TracFogbugzPlugin.
Trying to get this to work isn’t straightforward as it’s not compatible with Trac 0.11. You will come across the following error:
Traceback (most recent call last):
File &#8220;C:\Python25\Lib\site-packages\trac\web\api.py&#8221;, line [...]]]></description>
			<content:encoded><![CDATA[<p>If you use both <a href="http://www.fogcreek.com/FogBUGZ/">VisualSvn + Trac</a> (or another flavour of <a href="http://subversion.tigris.org/">Subversion</a> and <a href="http://trac.edgewall.org/">Trac</a>), and tried to integrate them with <a href="http://www.fogcreek.com/FogBUGZ/">Fogbugz</a> , you will have tried the <a href="http://cybernetics.hudora.biz/projects/wiki/TracFogbugz">TracFogbugzPlugin</a>.</p>
<p>Trying to get this to work isn’t straightforward as it’s not compatible with Trac 0.11. You will come <a href="http://www.gossamer-threads.com/lists/trac/users/38248">across the following error</a>:</p>
<blockquote><p>Traceback (most recent call last):<br />
File &#8220;C:\Python25\Lib\site-packages\<strong>trac</strong>\web\api.py&#8221;, line 339, in<br />
send_error<br />
&#8216;text/html&#8217;)<br />
File &#8220;C:\Python25\Lib\site-packages\<strong>trac</strong>\web\chrome.py&#8221;, line 684, in<br />
render_template<br />
data = self.populate_data(req, data)<br />
File &#8220;C:\Python25\Lib\site-packages\<strong>trac</strong>\web\chrome.py&#8221;, line 592, in<br />
populate_data<br />
d['chrome'].update(req.chrome)<br />
File &#8220;C:\Python25\Lib\site-packages\<strong>trac</strong>\web\api.py&#8221;, line 168, in<br />
__getattr__<br />
value = self.callbacks[name](self)<br />
File &#8220;C:\Python25\Lib\site-packages\<strong>trac</strong>\web\chrome.py&#8221;, line 460, in<br />
prepare_request<br />
for category, name, text in contributor.get_navigation_items(req):<br />
File<br />
&#8220;c:\Python25\lib\site-packages\tracfogbugzplugin-0.9u-py2.5.egg\fogbugz\fogb<br />
ugz.py&#8221;, line 22, in get_navigation_items<br />
yield &#8216;mainnav&#8217;, &#8216;fogbugz&#8217;, Markup(&#8217;&lt;a href=&#8221;%s&#8221;&gt;FogBuz&lt;/a&gt;&#8217;,<br />
self.baseurl)<br />
<strong>LookupError</strong>: <strong>unknown</strong> <strong>encoding</strong>: <a href="https://&lt;&lt;myurl&gt;&gt;/">&gt;/&#8221;&gt;https://&lt;&lt;myurl&gt;&gt;/</a></p></blockquote>
<p>To fix this line 22 needs changed, to read:</p>
<blockquote><p>yield &#8216;mainnav&#8217;, &#8216;fogbugz&#8217;, Markup(&#8217;&lt;a href=&#8221;%s&#8221;&gt;FogBuz&lt;/a&gt;&#8217;%self.baseurl)</p></blockquote>
<p>Or download the file below and use it as part of the <a href="http://cybernetics.hudora.biz/projects/wiki/TracFogbugz">installation instructions</a> (if this is your first <a href="http://peak.telecommunity.com/DevCenter/PythonEggs">Python Egg</a> you want to read about <a href="http://trac.edgewall.org/wiki/TracPlugins">installing Trac plugins</a>. <img src='http://amasan.co.uk/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Now it is loading but the plugin doesn&#8217;t seem to work, haha.</p>
<p><strong>Download:</strong> <a href="http://blog.amasan.co.uk/wp-content/uploads/2008/10/tracfogbugzplugin-09u-py25.egg">Patched tracfogbugzplugin-09u-py25</a></p>
]]></content:encoded>
			<wfw:commentRss>http://amasan.co.uk/blog/2008/10/tracfogbugzplugin-09u-py25-patch-for-trac-011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Passing and receiving multiple values to VbScript functions</title>
		<link>http://amasan.co.uk/blog/2008/10/passing-and-receiving-multiple-values-to-vbscript-functions/</link>
		<comments>http://amasan.co.uk/blog/2008/10/passing-and-receiving-multiple-values-to-vbscript-functions/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 11:14:12 +0000</pubDate>
		<dc:creator>Sander</dc:creator>
				<category><![CDATA[webdevelopment]]></category>

		<guid isPermaLink="false">http://blog.amasan.co.uk/uncategorized/72/passing-and-receiving-multiple-values-to-vbscript-functions/</guid>
		<description><![CDATA[Maintaining code can be a real pain in backside. Especially when you’re using shared code, almost always at a later date you will want to make the code more versatile to accommodate a scenario you hadn’t thought of before.
I’ve had experience this in an ASP / VbScript environment, and therefore I’m going to use the [...]]]></description>
			<content:encoded><![CDATA[<p>Maintaining code can be a real pain in backside. Especially when you’re using shared code, almost always at a later date you will want to make the code more versatile to accommodate a scenario you hadn’t thought of before.</p>
<p>I’ve had experience this in an ASP / VbScript environment, and therefore I’m going to use the terminology of page and functions as opposed to files and classes:</p>
<ol>
<li>Rework the code and update all pages. This is obviously a bad idea.</li>
<li>To extend inflexible code: Rename the function and create a wrapper in its place to access the function using default parameters that are compatible with your existing codebase.</li>
<li>Create functions that are extendable.</li>
</ol>
<p>To use optional parameters, pass them in an Array or dictionary object. This way you can add additional ones. The benefit that Arrays have over Dictionary objects is that they use less resources. This can be important if you are developing for a popular website.</p>
<p>Another advantage of using Arrays is that you’ll use less code calling the function. Using a dictionary object you’ll have to add each parameter separately, then pass the dictionary object as the parameter of the function.</p>
<p>On the other hand, code will be more legible using dictionary objects. Dictionary objects use&#160; key value pairs to tell you that key A has a value B. You’ll not have to bother about the order of parameters, but you’ll have to know the keys of each function. It results in verbose, legible, resource intensive code.</p>
]]></content:encoded>
			<wfw:commentRss>http://amasan.co.uk/blog/2008/10/passing-and-receiving-multiple-values-to-vbscript-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blocked Adsense to end bloggers revenue?</title>
		<link>http://amasan.co.uk/blog/2008/08/blocked-adsense-to-end-bloggers-revenue/</link>
		<comments>http://amasan.co.uk/blog/2008/08/blocked-adsense-to-end-bloggers-revenue/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 09:26:39 +0000</pubDate>
		<dc:creator>Sander</dc:creator>
				<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.amasan.co.uk/web/69/blocked-adsense-to-end-bloggers-revenue/</guid>
		<description><![CDATA[ Just been reading Gizmo&#8217;s article on disabling Google&#8217;s text advertisements. I&#8217;m realizing it has come this far: people have been increasingly annoyed by advertising on their favourite websites. N now even Google&#8217;s textads are targeted because a small percentage puts the ads on the page people have become annoyed. So they disable the ads. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.amasan.co.uk/wp-content/uploads/2008/08/commerce.jpg"><img style="border-right: 0px; border-top: 0px; margin: 0px 10px 5px 0px; border-left: 0px; border-bottom: 0px" height="170" alt="commerce" src="http://blog.amasan.co.uk/wp-content/uploads/2008/08/commerce-thumb.jpg" width="170" align="left" border="0" /></a> Just been reading <a href="http://www.techsupportalert.com/how_to_remove_google_text_ads.htm">Gizmo&#8217;s article on disabling Google&#8217;s text advertisements</a>. I&#8217;m realizing it has come this far: people have been increasingly annoyed by advertising on their favourite websites. N now even Google&#8217;s textads are targeted because a small percentage puts the ads on the page people have become annoyed. So they disable the ads. That&#8217;s their right. </p>
<p>However that leaves millions of bloggers without a possible revenue stream to support their writing so I am thinking what it can be replaced with. I&#8217;ve no idea. Personally I wouldn&#8217;t donate to a website because I liked a certain article, donationware works best for &#8216;tools&#8217;. I don&#8217;t think I can get paid for putting legitimate search results underneath a post, which would be a benefit to readers, which is a shame. Subscription services go against the nature of the web (hiding content from public). I wouldn&#8217;t buy a mug just because i read a website. Maybe that means that it&#8217;s just too hard for an individual to recoup their costs? </p>
<p>That said, the majority of people will not have Adsense blocked. And I think the majority of bloggers don&#8217;t blog for money, but because they like to discuss.</p>
<p>Credit: Photo by <a href="http://www.sxc.hu/photo/867490">mwagner01</a></p>
]]></content:encoded>
			<wfw:commentRss>http://amasan.co.uk/blog/2008/08/blocked-adsense-to-end-bloggers-revenue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
