<?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>A Mind @ Play &#187; The Web</title>
	<atom:link href="http://www.amindatplay.eu/category/technology/the-web/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.amindatplay.eu</link>
	<description>random thoughts to oil the mind</description>
	<lastBuildDate>Sat, 04 Feb 2012 22:31:30 +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>Changing your phpBB3 domain</title>
		<link>http://www.amindatplay.eu/2011/01/05/changing-your-phpbb3-domain/</link>
		<comments>http://www.amindatplay.eu/2011/01/05/changing-your-phpbb3-domain/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 11:53:12 +0000</pubDate>
		<dc:creator>Fips</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[phpbb]]></category>

		<guid isPermaLink="false">http://www.amindatplay.eu/?p=1236</guid>
		<description><![CDATA[Things to consider when moving your phpBB3 based forum over to a new domain. Make the forum accessible from the old domain, and fix all those embedded links in threads, posts and signatures.]]></description>
			<content:encoded><![CDATA[<p>If like me you&#8217;ve decided at some point to move your phpBB install to a new domain or location within a domain, there are a number of little hurdles to jump before you can successfully consider the move complete. Here&#8217;s my short one-two-three guide for getting your forum moved over to a new address.</p>
<p><span id="more-1236"></span>My first port of call was to use <a title="Thorsten Hartmann" href="http://th23.net/">Thorsten Hartmann</a>&#8216;s <a title="phpBB - th23 Domain" href="http://www.phpbb.com/community/viewtopic.php?t=885205">th23 Domain mod</a>, which enables users to log in to your forum from different domains. The mod is no longer being updated, but I can confirm that I have it running with the current version of phpBB (3.0.8). As long as your two (or more) domains or addresses point to the same location, this mod should allow the user to access the forum as if he&#8217;d used the default address. In fact, with a little php wizardry at your disposal, you could use the mod as the basis for having your forum displayed differently depending on the web address used.</p>
<p>After making sure I had the forum running currently from two addresses, I then did the standard thing and followed the <a title="phpBB - Transferring your forum to a new host or domain" href="http://www.phpbb.com/kb/article/transferring-your-board-to-a-new-host-or-domain/">official guide</a> to moving your forum over at phpbb.com. You may be able to skip certain sections of that guide depending on whether or not you are actually moving server.</p>
<h2>Updating links</h2>
<p>Once your forum is working correctly under the new domain, one final alteration you may need to make would be to update all those backlinks in your forum posts to point to the right place. Simply run the following SQL queries (using phpMyAdmin or otherwise), replacing the addresses OldDomain.com/forums and NewDomain.com/forums with your relevant old and new forum web addresses.</p>
<pre class="brush: sql; title: SQL Database Update; toolbar: true; notranslate">UPDATE phpbb_posts SET post_text = replace(post_text,  'www&amp;amp;amp;amp;#46;OldDomain&amp;amp;amp;amp;#46;com/forums',  'www&amp;amp;amp;amp;#46;NewDomain&amp;amp;amp;amp;#46;com/forums');
UPDATE phpbb_posts SET post_text = replace(post_text, 'www.OldDomain.com/forums', 'www.NewDomain.com/forums');</pre>
<p>You may need to run this twice if you also allowed access to your forum  via a different subdomain (e.g. both OldDomain.com/forums and  www.OldDomain.com/forums). And whilst not strictly necessary, the same principal can be applied to updating backlinks in private messages and forum signatures.</p>
<pre class="brush: sql; title: SQL Database Update; toolbar: true; notranslate">UPDATE phpbb_privmsgs SET message_text = replace(post_text,  'www&amp;amp;amp;amp;#46;OldDomain&amp;amp;amp;amp;#46;com/forums',  'www&amp;amp;amp;amp;#46;NewDomain&amp;amp;amp;amp;#46;com/forums');
UPDATE phpbb_privmsgs SET message_text = replace(post_text, 'www.OldDomain.com/forums', 'www.NewDomain.com/forums');
UPDATE phpbb_users SET user_sig = replace(post_text,  'www&amp;amp;amp;amp;#46;OldDomain&amp;amp;amp;amp;#46;com/forums',  'www&amp;amp;amp;amp;#46;NewDomain&amp;amp;amp;amp;#46;com/forums');
UPDATE phpbb_users SET user_sig = replace(post_text, 'www.OldDomain.com/forums', 'www.NewDomain.com/forums');</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.amindatplay.eu/2011/01/05/changing-your-phpbb3-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Google Docs Server Rejected Roundabout</title>
		<link>http://www.amindatplay.eu/2010/05/06/the-google-docs-server-rejected-roundabout/</link>
		<comments>http://www.amindatplay.eu/2010/05/06/the-google-docs-server-rejected-roundabout/#comments</comments>
		<pubDate>Thu, 06 May 2010 11:11:26 +0000</pubDate>
		<dc:creator>Fips</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google docs]]></category>

		<guid isPermaLink="false">http://www.amindatplay.eu/?p=1134</guid>
		<description><![CDATA[A quick and dirty fix for the rather useless 'Server rejected.' error message received when uploading small documents to Google Docs.]]></description>
			<content:encoded><![CDATA[<p>It might not be particularly well featured, but Google Docs does at least provide a quick and easy way to share your documents, albeit with messed up formatting and various other caveats. Today, however, I came across a problem uploading some small files which produced the rather pallid error message &#8220;Server rejected.&#8221; Something wrong with my files? With the browser upload? With the server itself? No idea.</p>
<p>Fortunately there was an easy, if rather roundabout fix available: simply email the files to my Gmail account, and use the option there to open them with Google Docs. Bingo!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amindatplay.eu/2010/05/06/the-google-docs-server-rejected-roundabout/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>The WordPress 3.0 Milestone</title>
		<link>http://www.amindatplay.eu/2010/04/13/the-wordpress-3-0-milestone/</link>
		<comments>http://www.amindatplay.eu/2010/04/13/the-wordpress-3-0-milestone/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 11:08:35 +0000</pubDate>
		<dc:creator>Fips</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://www.amindatplay.eu/?p=1097</guid>
		<description><![CDATA[Looking at the upcoming WordPress 3.0 milestone, and the issues incumbent with canonical plugins.]]></description>
			<content:encoded><![CDATA[<p>Although it&#8217;s only slated for release sometime in May, the first beta of the new WordPress 3.0 is already doing the rounds. <a title="What's New in WordPress 3.0? | Blog Oh Blog" href="http://www.blogohblog.com/whats-new-in-wordpress-3-0/">Blog Oh Blog</a> has a nice summary of the changes and additions in the <a title="Version 3.0 « WordPress Codex" href="http://codex.wordpress.org/Version_3.0">new version</a>: most of the updates are fairly innocuous, perhaps the largest mention should go to the integration of WordPress-mu, for setting up multi-user blogs and networks.</p>
<p>However, the announcement that really put the cat amongst the pigeons has been that the core development team may now be promoting what were formally called <strong>canonical plugins</strong>, now known as core plugins following the unpublished results of a <a title="What should we call &quot;canonical&quot; plugins?" href="http://polldaddy.com/community/poll/2352794/">poll in December</a>. It appears that whilst attempting to address a genuine issue, the very idea of having plugins that stand in the limelight with an official stamp of approval has incensed many community plugin developers.</p>
<p>Some really excellent debate has been held which has, amongst other things, revealed that the initial go ahead for core plugins will be very limited; just three plugins, including an old, out-of-date plugin, a chunk hived off from the core, and a newly developed plugin. Nevertheless, the potential for these core plugins to have wide-reaching effects on the plugin development pool, create stagnation in the community and a greater top-down hierarchy is something that in the eyes of many developers and enthusiasts, has not been addressed.</p>
<h2><span id="more-1097"></span>The Pros</h2>
<p>Most of the people arguing in favour of core plugins have the same ultimate motivation as the core developers. They don&#8217;t acknowledge the potential negative side-effects of the move, and if they do, they don&#8217;t consider them to be negative.</p>
<ul>
<li><strong>Reliability</strong>. Perhaps the biggest driving issue for this move is that of plugin reliability. Most WordPress users will have come across the problem of using a plugin to such an extent that a site essentially relies on its features, or may even have been built around it, only to find that the plugin developer has got bored of his project, and the next version of WordPress breaks it entirely. Finding a suitable, working replacement may take a lot of time and effort, but will not guarantee that the situation won&#8217;t repeat itself.</li>
<li><strong>Security</strong>. Stemming largely from the above phenomenon, users making use of plugins that are no longer maintained by their developers find themselves loath to update their WordPress installations for fear of having their sites fall apart should those plugins no longer be compatible. They voluntarily take the risk of running an out-dated version with potential, known security flaws, unnecessarily making themselves a potentially viable target. Of course, even <span style="text-decoration: underline;"><em>if</em></span> that plugin works in the latest version of WordPress, it doesn&#8217;t preclude that the unmaintained plugin itself isn&#8217;t wide open to abuse, just another potential security hole in an otherwise fairly sound system.</li>
<li><strong>Support</strong>. There are literally thousands of plugins out there, the vast majority written by individuals who developed their plugins for their own special needs, and out of a bit of thought for the community, decided to share their creations with other users. They probably aren&#8217;t looking for any form of reimbursement, neither gold nor glory, other than a bit of gratitude. And whilst there may be some of that, they are far more likely to drown in a hail of support issues, bug fixing and feature requests, something they are neither capable or inclined to cope with. Some people post on the WordPress Extend site itself, many ask questions on the release post on the author&#8217;s blog, other plugin authors run their own forums, but even these may require that users sign up just to find how little information there is or how infrequently the author actually answers posts. Where exactly can users go then for help?</li>
<li><strong>Quality</strong>. The WordPress Extend repository proudly states that there are over 9,000 plugins with a cumulative 80 million downloads: and the vast majority of those are utter cruft. I don&#8217;t think anyone should have any illusions about that. A plugin is obviously more than just what it purports to do on the box, and a good plugin in particular is one that ticks more than just the boxes for functionality. It needs to have accurate and up-to-date documentation, how to install, use and (ideally) uninstall the plugin. There should be an accurate and preferably human-readable changelog detailing the key alterations, bug fixes and feature additions between each version. That&#8217;s a lot of work for one man, and I very rarely find a plugin that gets it all right: I&#8217;ve seen plugins which link to other pages for an up-to-date changelog that doesn&#8217;t include the last two versions, or others which link to a trac page without even the slightest attempt to translate that list in something regular users would likely understand. One popular plugin has documentation that is sadly so incomplete, that users point to posts on other blogs for fuller idea of how to use it.</li>
</ul>
<h2>The Cons</h2>
<ul>
<li><strong>Labels</strong>. Core, Canonical, Official, Godly, call it what you will, all those plugins which make it into the selected few and get the rubber stamp will destroy the efforts of many other plugin developers who weren&#8217;t so lucky. Regular users will of course browse through the official lists before turning to true third-party solutions to their problems. In what developers like to call the plugin free market, it really is a case of all plugins are equal, but some are more equal than others.</li>
<li><strong>Hierarchy</strong>. One of the other big concerns from developers is that the move presents an encroachment in an otherwise egalitarian ecosystem. Plugin developers invariably create their plugins to fulfill a particular need, their own or someone else&#8217;s. They are the ones with the final say when it comes to fixing bugs, adding features and writing the code. With an official plugin, however, who&#8217;s the one who gets the final say when it comes to adding new features? Who&#8217;s to decide which code gets included, which issues get priority, and so on?</li>
<li><strong>Monopoly</strong>. A developer sets up a WordPress site and finds he needs something that isn&#8217;t covered in the core software, and for whatever reason hasn&#8217;t been implemented or implemented well by another plugin, so writes his own and publishes it for others to use. Of course, in all likelihood there are other plugins already available, which may approach the issue from different angles, or with different feature sets. These plugins, however, essentially overlap in terms of their usage, and the ensuing competition should result in more well-rounded plugins that are up-to-date, flexible, reliable and secure. Only the fittest survive. At least, in theory. With these official plugins, all of this competition goes out of the window, technically more proficient plugins with better features and tight code, will be overlooked by users in favour of the canonicals.</li>
</ul>
<h2>A personal take</h2>
<p>In case it wasn&#8217;t already clear, I would have to say that despite the objections, everytime I&#8217;ve gone through the arguments in my head I&#8217;ve come out in favour of the core plugins idea. One of WordPress&#8217; greatest strengths has definitely been its flexibility and easy extensibility. As one critic of this decision wrote, the bar for entry is low, it doesn&#8217;t take a coding genious to install WordPress, decide he needs something extra, and write a plugin to cover it. Recent updates have also made the WordPress repository so much more accessible; users can now search for and install plugins right from the WordPress installation.</p>
<p>Yet the quality and reliability of those plugins remains a major issue. I&#8217;m not even referring to those coding one-offs with barely a hundred downloads that presumably make up the vast majority of the plugin repository.<sup><a href="http://www.amindatplay.eu/2010/04/13/the-wordpress-3-0-milestone/#footnote_0_1097" id="identifier_0_1097" class="footnote-link footnote-identifier-link" title="Some actual statistics on plugin downloads and updates etc. from the repository would actually make interesting reading.">1</a></sup> Many of the more well-known solutions out there still fall at one or another hurdle as already mentioned, whether it concern support, timely updates or documentation. To say nothing of the millions of potential issues of interoperability.</p>
<p>One of the more interesting complaints that a number of developers had was that of having a top-down hierarchy dictating what goes into which plugin, something that I found entirely fallacious. As it stands, the vast majority of plugins I&#8217;ve come across are developed by a single person, with occasional patches sent in by more able users. They are the ones who decide what happens, what gets fixed, what gets included, when things are released. And if they decide to give up on the project, for us mere mortal users we can only hope that someone equally competent will pick up the reigns and provide support and future updates. Sadly, that isn&#8217;t necessarily going to be the case. The idea of the core plugins brings at least some stability to proceedings, a guarantee that updating WordPress won&#8217;t bring everything to a crashing halt, and the knowledge that the entire project doesn&#8217;t revolve around the mind of a single man. It&#8217;s the very principle that has ensured WordPress itself has grown from strength to strength, why should it bring nightmares to the plugin world?</p>
<p>The great alternative that many people seem to be lauding is that of making improvements to the tools available to plugin developers. As already mentioned, recent WordPress updates brought the regular users and the plugin repository much closer together, by making the latter navigable from within the regular WordPress installation. This change, as well as other updates on the repository itself, have ensured that users can see when a new version of their favourite plugin is available, as well as read a changelog (assuming there&#8217;s one available), and check to see if the current version will work on the latest version of WordPress.</p>
<p>But these changes need to continue to support good plugin development work, and help users separate out the chaff. One of the most popular plugins on the repository, with well over a million downloads, has has only 800 ratings from users: the compatibility of the latest version with the latest version of WordPress at the time of writing has been reported on by less than 10 users, and there&#8217;s no elucidation as to what&#8217;s going wrong for the few who&#8217;ve reported it to be broken. With that in mind, how are regular users expected to know which plugin to install, when they search for an open or popular term and are presented with a dozen or more plugins? And since these are all likely one-man projects, what will they do when the time invariably comes and the developer gives up on updating the plugin and moves on to new horizons? Actually mentioned facetiously, since one of the contentious issues of the core plugins is that they will be presented on their own page on the WordPress backend, but the idea of having an editor&#8217;s choice list of plugins that fulfill a selection of standards for inclusion actually wouldn&#8217;t go amiss as an alternative to the current turmoil.</p>
<p>All in all I can only say I welcome the move, and look forward to its repercussions. Attempting to ensure high standards, compatibility, support and open source development are all laudable goals, that neither preclude the disappearance of competition and variety, nor the ability to provide plugins that are commercially supported (just that the open source alternatives might be all the better!). And here&#8217;s to a core plugin for creating multilingual blogs, I&#8217;ve had <a title="Relying on plugins" href="http://www.amindatplay.eu/2008/05/06/relying-on-plugins/">enough trouble</a> switching over from one system, to another, to another!</p>
<p>For anyone really interested in the debate, the posts on <a title="Core Plugins « Weblog Tools Collection" href="http://weblogtoolscollection.com/archives/2010/01/11/core-plugins/">Weblog Tools Collection</a> and <a title="Shackling a free market: WordPress canonical plugins | One Fine Jay" href="http://onefinejay.com/2010/01/10/shackling-a-free-market-wordpress-canonical-plugins">One Fine Jay</a> in particular are definitely the places to look.</p>
<ol class="footnotes"><li id="footnote_0_1097" class="footnote">Some actual statistics on plugin downloads and updates etc. from the repository would actually make interesting reading.</li></ol>]]></content:encoded>
			<wfw:commentRss>http://www.amindatplay.eu/2010/04/13/the-wordpress-3-0-milestone/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Internet footprint</title>
		<link>http://www.amindatplay.eu/2010/03/10/internet-footprint/</link>
		<comments>http://www.amindatplay.eu/2010/03/10/internet-footprint/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 09:54:01 +0000</pubDate>
		<dc:creator>Fips</dc:creator>
				<category><![CDATA[The Web]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://www.amindatplay.eu/?p=932</guid>
		<description><![CDATA[The Internet Trail An email arrives from a company you&#8217;ve never heard of telling you about a change to their user policy. It could very well have been spam, except that the details are actually correct for a change, and you&#8217;re not being offered a credit card, mortgage, or a million dollars from a Nigerian [...]]]></description>
			<content:encoded><![CDATA[<div>
<dl id="attachment_951" class="wp-caption alignright" style="width: 210px;">
<dt class="wp-caption-dt"><a href="http://www.amindatplay.eu/wp-content/uploads/2009/11/footprints.jpg" rel="shadowbox[sbpost-932];player=img;"><img class="size-medium wp-image-951" title="Footprints" src="http://www.amindatplay.eu/wp-content/uploads/2009/11/footprints-200x300.jpg" alt="The Internet Trail" width="200" height="300" /></a></dt>
<dd class="wp-caption-dd">The Internet Trail</dd>
</dl>
</div>
<p>An email arrives from a company you&#8217;ve never heard of telling you about a change to their user policy. It could very well have been spam, except that the details are actually correct for a change, and you&#8217;re not being offered a credit card, mortgage, or a million dollars from a Nigerian general. The email details alterations to a privacy policy you probably never read, particularly since the company name itself doesn&#8217;t register. You&#8217;ve just stumbled upon your Internet trail, crumbs you&#8217;ve scattered around the place registering here and there over the years.</p>
<p>But just how big is your Internet footprint? If you&#8217;re a conscientious user who goes out of their way to protect their information and avoid pointless trivia on the Web, it could be that you&#8217;ve only left a few grains behind you. But for the rest of us, those little titbits could very well be quite liberally scattered throughout the Internet, potentially accessible to just about anyone with the time and inclination. Whilst the content we&#8217;ve created ourselves might be relatively humble, today&#8217;s social web has ensured that all but the most camera shy can end up having their pictures online for virtually anyone to see, and references to us can be found with just a few simple searches. But our Internet footprint isn&#8217;t just limited to those relevant bits which appear when we&#8217;re Googled—which after all is as much dependent on the uniqueness of our names or the fields in which we work—but simply, how many little instances there are of us out there.</p>
<h2><span id="more-932"></span>Control of information</h2>
<p>Just how much information about us is available out there on the Internet can sometimes come as an unpleasant surprise. French magazine <a title="Le tigre" href="http://www.le-tigre.net/"><em>Le Tigre</em></a> set themselves the challenge of publishing the life story of a young French architect based solely on the information it could glean from Internet sites such as Facebook, Flickr and YouTube. The article appeared in the magazine in December, 2008, and a more tempered version that appeared at the gentleman&#8217;s behest can still be found <a title="Marc L*** - Le Tigre" href="http://www.le-tigre.net/Marc-L.html">he</a><a title="Marc L*** - Le Tigre" href="http://www.le-tigre.net/Marc-L.html">re</a> (in French). Certainly, the man in question was clearly au fait with the new world of social networking sites and the like, but none too concerned about his privacy. Information on his holidays, his former girlfriends, his work and friends, even such information as his mobile phone number and whereabouts were all gleaned from these sites with a scanty amount of detective work. In this case, the man was responsible for publishing a large amount of information about himself on the Internet, but how can any of us stop third parties doing the same? How many of the <a title="Statistics | Facebook" href="http://www.facebook.com/press/info.php?statistics">350 million Facebook users</a> has a real clue about its privacy settings? And how many of those are friends with people who <em>are</em> conscious about controlling the information available about them?</p>
<h2>A captcha of logins</h2>
<p>Signing up to a social networking site, you might be forgiven for thinking that at least then you can have some form of control over the information available about us. But there is more information available on the Internet for those with a desire to look for it. Just think about how many sites out there you have an account for. Just how many little instances of ourselves are there out in the wild? Email accounts, social networking sites, online banking, multimedia sites, shops, forums, services, blogs. Even just counting the ones we use with any amount of regularity, that could easily amount to a few dozen user accounts, and that&#8217;s to say nothing of the various gizmos we use that aren&#8217;t accessed via the Web, such as instant messaging platforms, backup or VoIP services, online games etc. More importantly, how many other extra accounts are there out there from services we&#8217;ve only merely sampled and don&#8217;t use with any frequency? How many accounts out there belong to users who have signed up to give a website a trial and perhaps never came back? Or worse, have been forced to sign up in order to access essentially free material, or to leave a one-off comment, and left their account ever after disused?</p>
<p>Personally, I would not be surprised if my own number of instances scattered around the Internet included over a hundred accounts. People more active on the web no doubt have many more. Those accounts may not all contain the same information—different usernames, passwords, email addresses, heck, sometimes even different names—but they are all linked to me, and the differences are not usually so bold. Most of us probably have a particular username and password combination that we like to use; it makes our lives easier if we only have to remember a single combination for all of our online activity. Occasionally those plans go awry when we find our username has already been taken, forcing us to adopt an arbitrary modification, like adding a number to the end, or an underscore in the middle. Other times our passwords have to change to accommodate some rules for a particular service, meaning our regular password has to suddenly grow or lose a number or special character, or grow or shrink accordingly. But in general, our online presences are cloned copies of our logins sprinkled across the Internet like a particular allele in the gene pool.</p>
<p>Well, so what? It&#8217;s not like these details are generally put on public display. Except that they can be. Try typing your own unique username into a site like <a title="User Name Check" href="http://www.usernamecheck.com/">User Name Check</a>. And all it would take is for one of those sites to have a flaw in their security for someone to potentially have access to any number of services you&#8217;ve become a member of over the years. Only recently, a <a title="Serious SQL flaw could have compromised millions of Rockyou.com users" href="http://www.net-security.org/secworld.php?id=8612">popular social website</a> with over 30 million members proved to be a ripe source for the <a title="igigi's blog »  Rockyou.com exposed more than 32 millions of passwords in plaintext" href="http://igigi.baywords.com/rockyou-com-exposed-more-than-32-millions-of-passwords-in-plaintext/">usernames and passwords</a> of all its members. As detailed <a title="Why You Should Always Salt Your Hashes - Added Bytes" href="http://www.addedbytes.com/blog/why-you-should-always-salt-your-hashes/">here</a>, this represented a pretty basic flaw in security, yet despite its popularity, the site nevertheless failed to protect the information of its members. Would you really trust every little site and service you&#8217;ve signed up to to do the same?</p>
<h2>The circle of trust</h2>
<p>The web has to a large extent now grown to become an extension of the societies in which we live. Web presences have been something of a standard for most reasonable-sized businesses for a long time, and many small outfits have long since followed suit. Yet the last few years have seen that requirement spread to the general populace. It seems like every man and his dog has a Facebook account.<sup><a href="http://www.amindatplay.eu/2010/03/10/internet-footprint/#footnote_0_932" id="identifier_0_932" class="footnote-link footnote-identifier-link" title="Or else Bebo, MySpace, Orkut, Friendster, LinkedIn etc.">1</a></sup> Information about us that would once require some serious detective work can now be gleaned from the comforts of your own home, with a bit of patience and a supply of coffee. The potential is still there to control how some of that information is shared, but only to a certain extent. And how many people are actually aware or savvy enough to look after that information is an entirely different matter.</p>
<p>Nevertheless, we are usually willing to place a lot of faith in the many online services we subscribe to, often without so much as reading the privacy policy or terms and conditions. In order to save ourselves the heartache of memorising different usernames or passwords for those services, we tend to limit ourselves to a small handful, all too often to some of those found on lists such as <a title="The Top 500 Worst Passwords of All Time -- What's My Pass?" href="http://www.whatsmypass.com/the-top-500-worst-passwords-of-all-time">this one</a>. With the potential for any one of those services to become victim of an attack and reveal to unknown third parties information including, but not limited to, usernames, email addresses, passwords, personal and payment details, it seems borderline lunacy that we leave so many unnecessary little copies of our details scattered around the Internet. This latter point is particularly true if you use the same username and password combination for the majority of sites. On the Internet we are willing to accept many into our circle of trust, but it still only takes one site to be broken for us to have a potentially large headache on our hands.</p>
<p>So what can we do to minimise our risks? Simply follow the same rules of common sense you would adhere to in the real world: keep your <a title=" Avoiding Risky Password Rules" href="http://www.cryptosmith.com/sanity/riskyrules.html">passwords secure</a> and make yourself a smaller target; actually <strong>read</strong> the privacy policies and terms and conditions before agreeing to anything; acquaint yourself with the privacy settings on social networking sites, and keep control of the information about yourself; if you run a site of your own, don&#8217;t force users to sign up for an account unless absolutely necessary; and as a general Internet user, try to limit the number of instances you create, and delete the ones you no longer use.</p>
<ol class="footnotes"><li id="footnote_0_932" class="footnote">Or else Bebo, MySpace, Orkut, Friendster, LinkedIn etc.</li></ol>]]></content:encoded>
			<wfw:commentRss>http://www.amindatplay.eu/2010/03/10/internet-footprint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another WordPress blank page</title>
		<link>http://www.amindatplay.eu/2009/12/22/another-wordpress-blank-page/</link>
		<comments>http://www.amindatplay.eu/2009/12/22/another-wordpress-blank-page/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 17:04:47 +0000</pubDate>
		<dc:creator>Fips</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.amindatplay.eu/?p=1045</guid>
		<description><![CDATA[Fixing blank pages in WordPress caused by embedded theme links in the wp-config.php file.]]></description>
			<content:encoded><![CDATA[<p>There are plenty of examples out there of WordPress installs suddenly displaying blank pages—on admin pages as well as frontend posts—after changing themes, adding/removing plugins or updating the WordPress backend. Whilst there is plenty of good information out there covering most of the usual suspects, I just came across another which was fairly difficult to track down given the lack of information, though pretty easy to solve once I&#8217;d found it. If like me you&#8217;ve at any point tried to streamline your WordPress install by cutting down on a few unnecessary services, and reducing the number of calls to the database, you may have added some lines to your wp-config.php file like so:</p>
<pre class="brush: php; title: ; notranslate">define('TEMPLATEPATH', '/path/to/theme/directory');
define('STYLESHEETPATH', '/path/to/theme/style.css');</pre>
<p>Fairly innocuous, until you actually change your WordPress theme, in which case those long forgotten about resource savers will leave you with little more than a blank page to diagnose your problem. If this is the case though, just updating the lines or commenting them out will leave you with a workable system once again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amindatplay.eu/2009/12/22/another-wordpress-blank-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back to the Fold</title>
		<link>http://www.amindatplay.eu/2009/10/31/back-to-the-fold/</link>
		<comments>http://www.amindatplay.eu/2009/10/31/back-to-the-fold/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 19:28:01 +0000</pubDate>
		<dc:creator>Fips</dc:creator>
				<category><![CDATA[The Web]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.amindatplay.eu/?p=934</guid>
		<description><![CDATA[Many of us are probably familiar with the idea advanced in the early days of the Internet, that most users don&#8217;t know how to scroll through a website. Today that seems pretty unbelievable. The vast majority of websites, and indeed many of the most regularly visited, not only favour scrolling but to a large extent [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_941" class="wp-caption alignright" style="width: 310px"><a href="http://www.amindatplay.eu/wp-content/uploads/2009/10/fold.jpg" rel="shadowbox[sbpost-934];player=img;"><img class="size-medium wp-image-941" title="The Fold" src="http://www.amindatplay.eu/wp-content/uploads/2009/10/fold-300x199.jpg" alt="The Fold" width="300" height="199" /></a><p class="wp-caption-text">The Fold</p></div>
<p>Many of us are probably familiar with the idea advanced in the early days of the Internet, that most users don&#8217;t know how to scroll through a website. Today that seems pretty unbelievable. The vast majority of websites, and indeed many of the most regularly visited, not only favour scrolling but to a large extent rely on it for navigation. So have the rules of the so-called &#8216;fold&#8217; changed since the Internet&#8217;s inception? And what role should it play in decisions made regarding a website&#8217;s design today?</p>
<p>Viewing the web can be a very personal experience. Depending on your very own choice of browser, monitor or resolution, the web can look a very different place. If you&#8217;ve ever for some reason been forced to view one of your regularly visited websites on a much lower resolution monitor, for example, you&#8217;ll know what I mean. What once appeared spacious and easy to read suddenly seems squashed and cluttered. The cute little thumbnail images now take up good chunks of room and force you to scroll around them to get at the text. And should that site employ a fixed-width design that is wider than the current resolution, even more space goes to waste with the appearance of a side scrollbar.</p>
<p><span id="more-934"></span>Of course, well designed websites take their average readership into account, using accrued data to work out profiles that fit the viewing set up of their users. But finding out where that &#8216;fold&#8217; lies can nevertheless be a tricky business, even armed with knowledge regarding the average resolutions used, given the various toolbars and other gimmicks most browsers can come equipped with, to say nothing of the size of the browser window, the workspace of the operating system, or whether the site will be viewed &#8216;zoomed&#8217;.</p>
<p>So does the fold even really matter? Jeff Atwood over on his blog at <a title="Coding Horror: Revisiting &quot;The Fold&quot;" href="http://www.codinghorror.com/blog/archives/001307.html">Coding Horror</a> posits that scrolling fast became something of a litmus test for web users. Scrolling soon proved to be a prerequisite skill for web surfing, and thanks to the principle of survival of the fittest, every web user today should be a scroller. Yet old ideas die hard. Trying to cram as much content as possible into the top section of a web page is pretty common practice even today, and more graphically inventive or intensive preamble to content hidden beyond the fold are more of a rarity than they perhaps otherwise would be. The fear that content not immediately displayed on a page will go unread then, is perhaps given users&#8217; willingness to scroll unfounded.  But just because everyone is in the position to do something, doesn&#8217;t necessarily mean they&#8217;re going to do it.</p>
<p>As the research over at <a title="The myth of the page fold: evidence from user testing | cxpartners" href="http://www.cxpartners.co.uk/thoughts/the_myth_of_the_page_fold_evidence_from_user_testing.htm">cxpartners</a> points out, scrolling is par for the course, and in fact having content that is obviously cut-off or clearly points to content further down a page increases the amount of time users will spend scrolling through it. That isn&#8217;t to say there aren&#8217;t any pitfalls to avoid, and one thing that can seriously distract users and disguise potential content hidden offscreen is the use of strong, horizontal lines. Particularly if these should ever happen to coincide with the bottom of a browser window, such lines can act as a mental barrier, as users expect the content to end. A second pitfall can be the use of scrollable content embedded in the page, which remains hidden from the main scrollbar, an tool often used to gauge further content according to the results.</p>
<p>But the most important conclusion drawn from the test is that sites should avoid trying to cram too much content above the fold. Assuming that users will be drawn in by their first impressions of a site is one thing; concluding that they will <strong>only</strong> care for what they first see is entirely another. There are things that certainly belong in that noble place above the fold, depending on the type of site. A site logo/link to the home page, the main site navigation, the search form, a link to the checkout, the login form/registration link. We&#8217;ve come to expect that such staples of the web find themselves in an easy to find location <strong>above</strong> the fold. Sites which break these conventions, however, are not unheard of.</p>
<p>The original reason I started this little post was seeing Chris Coyier&#8217;s personal blog <a title="Redesign | Chris Coyier" href="http://chriscoyier.net/2009/10/22/redesign/">redesign</a> detailed over at <a title="Redesigned Personal Site | CSS-Tricks" href="http://css-tricks.com/redesigned-personal-site/">CSS-Tricks</a>. I was particularly impressed by the use of custom designs for various pages, such as <a title="Grooveshark on the iPhone | Chris Coyier" href="http://chriscoyier.net/2009/10/26/grooveshark-on-the-iphone/">this one</a> and <a title="List of Post Apocalyptic Moves | Chris Coyier" href="http://chriscoyier.net/2009/10/25/list-of-post-apocalyptic-movies/">this one</a>. What does this have to do with the fold? Because with this miniature resolution I&#8217;m using, there&#8217;s little content to see on first impressions, and only the content of the entries themselves to draw the reader further in. What made the pages particularly inviting, however, was certainly this attempt at customisation, a move towards giving each of his entries a more personal look suited to the content it is delivering. This step towards a magazine-style approach to displaying content is, in my eyes, a very welcome one. Of course, Coyier&#8217;s site is a personal blog and can perhaps be forgiven for breaking the other &#8216;rules&#8217;,<sup><a href="http://www.amindatplay.eu/2009/10/31/back-to-the-fold/#footnote_0_934" id="identifier_0_934" class="footnote-link footnote-identifier-link" title="In my opinion the site suffers from a poor navigation and a lack of search functions.">1</a></sup> but I hope his reckless approach to the fold, along with throwing more colourful and individual content out into his posts will prove to be a success and an inspiration to others.</p>
<ol class="footnotes"><li id="footnote_0_934" class="footnote">In my opinion the site suffers from a poor navigation and a lack of search functions.</li></ol>]]></content:encoded>
			<wfw:commentRss>http://www.amindatplay.eu/2009/10/31/back-to-the-fold/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source Bridges</title>
		<link>http://www.amindatplay.eu/2009/09/03/open-source-bridges/</link>
		<comments>http://www.amindatplay.eu/2009/09/03/open-source-bridges/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 19:23:16 +0000</pubDate>
		<dc:creator>Fips</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[bridge]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://www.amindatplay.eu/?p=841</guid>
		<description><![CDATA[A call to arms for all programmers to develop an open source bridge system for easily linking some of the larger named web-based open source projects, such as wikis, forums, blogs and CMSes.]]></description>
			<content:encoded><![CDATA[<div id="attachment_848" class="wp-caption alignright" style="width: 310px"><a href="http://www.amindatplay.eu/wp-content/uploads/2009/09/bridge.jpg" rel="shadowbox[sbpost-841];player=img;"><img class="size-medium wp-image-848 " title="The Great Belt Bridge" src="http://www.amindatplay.eu/wp-content/uploads/2009/09/bridge-300x200.jpg" alt="Bridge" width="300" height="200" /></a><p class="wp-caption-text">Bridge solutions</p></div>
<p>Many of us have found ourselves in this position. Your business or group make use of an online system, such as a forum, wiki, blog etc., which you then wish to augment or combine with some other system. How you go about doing that, of course, depends entirely on your goals and the systems you&#8217;re trying to use together. Design and styling are usually the least of those worries.</p>
<p>The problem which consistently presents itself when attempting such a combination is what to do with the userbase. Whilst this issue can sometimes be simply ignored, in the hope that only a small number of the users of one system will need access to the second, this isn&#8217;t always the case. When it comes to one userbase requiring access to two or more systems, the first question that needs to be answered is whether the user information should be shared, enabling a unified login procedure amongst other benefits. Requiring users to sign up to various different pieces of the puzzle is a time-consuming process, and one that many will find confusing and unnecessary. And since different online systems often have conflicting requirements when it comes to usernames and passwords, for example, this can also lead to more lost password checks and work for the system administrator. However, programming such functionality oneself certainly isn&#8217;t within the realms of the abilities of all of us, and keeping such modifications functioning across various systems and versions can be a painful procedure.</p>
<p><span id="more-841"></span>Fortunately, in certain instances such functionality may well be freely available, usually in the form of third-party hacks or bridges, as they are often known.<sup><a href="http://www.amindatplay.eu/2009/09/03/open-source-bridges/#footnote_0_841" id="identifier_0_841" class="footnote-link footnote-identifier-link" title="Take this list of WordPress/forum bridges as an example.">1</a></sup> Installing such addons is, in comparison to a home grown solution, much easier, safer and reliable. But reliance on a third piece of software does not guarantee that all of the features required will be available, and it also presents its own set of security issues. Aside from the software hiding its own potential security pitfalls, it can also lead to services being inoperable after an upgrade, if it isn&#8217;t kept regularly up-to-date with the latest versions of the systems it is meant to bridge, and in so doing advocates running outdated software.</p>
<p>This post provides no answers or alternatives. In fact, I&#8217;m not even sure if what I&#8217;m proposing is already available, or otherwise feasible or not. The news on the <a title="OpenTTD" href="http://www.openttd.org/en/news/101">OpenTTD project website</a> was the first to jog my mind about this, wondering exactly how they had solved their problems, and whether or there might be a simpler, more user-friendly option. Essentially, my idea would be for a new open source project, to offer a simple solution to the issue of shared user details across a variety of different online systems, be they forums, wikis, blogs, bugtrackers, etc. Beyond handling simple login information, the system could be used by administrators for handling various user-related issues, such as assigning general rights and permissions, handling groups, cookies, password requirements, user info and so on, but the basic benefit would be a central one-key-fits-all solution for unifying user accounts across a variety of different systems.</p>
<p>Does such a system already exist somewhere, one that is user-friendly, free-to-use, and supporting a wide variety of platforms? If not, would such a system even be feasible, given the different requirements and standards of the different systems, and the various issues of security and privacy involved?</p>
<ol class="footnotes"><li id="footnote_0_841" class="footnote">Take <a title="How to integrate WordPress with Forums | SeanBluestone.com" href="http://www.seanbluestone.com/how-to-integrate-wordpress-with-forums-ipb-smf-vbulletin-phpbb-vanilla">this list</a> of WordPress/forum bridges as an example.</li></ol>]]></content:encoded>
			<wfw:commentRss>http://www.amindatplay.eu/2009/09/03/open-source-bridges/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Playing with the WordPress database</title>
		<link>http://www.amindatplay.eu/2009/03/22/playing-with-the-wordpress-database/</link>
		<comments>http://www.amindatplay.eu/2009/03/22/playing-with-the-wordpress-database/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 14:13:42 +0000</pubDate>
		<dc:creator>Fips</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[unicode]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://www.amindatplay.eu/?p=594</guid>
		<description><![CDATA[After initially solving my database character encoding problems by ignoring the specific strings in the wp-config.php file, I was finally forced to alter the characters in the database during a recent reshuffle. Whilst there are two automated solutions available via plugin, namely g30rg3x&#8216;s UTF-8 Database Converter and the Modified UTF8 Sanitize Plugin, sadly neither worked [...]]]></description>
			<content:encoded><![CDATA[<p>After initially solving my database character encoding problems by <a title="A Mind @ Play » WordPress 2.2 database character sets" href="http://www.amindatplay.eu/2007/05/25/wordpress-22-database-character-sets/">ignoring</a> the specific strings in the wp-config.php file, I was finally forced to alter the characters in the database during a recent reshuffle. Whilst there are two automated solutions available via plugin, namely <a title="g30rg3 Blog » UTF-8 Database Converter" href="http://g30rg3x.com/utf8-database-converter/">g30rg3x</a>&#8216;s <a title="UTF-8 Database Converter « WordPress Plugins" href="http://wordpress.org/extend/plugins/utf-8-database-converter/">UTF-8 Database Converter</a> and the <a title="Ultimate solution to weird UTF character encoding problem" href="http://www.prelovac.com/vladimir/ultimate-solution-to-weird-utf-character-encoding-problem">Modified UTF8 Sanitize Plugin</a>, sadly neither worked in my particular instance, and indeed the former is no longer supported for current versions of WordPress, though reports on the <a title="WordPress › Support » UTF-8 Database Converter works on Wordpress 2.7" href="http://wordpress.org/support/topic/231510">WordPress support forum</a> suggest there should be no issues.</p>
<p>Fortunately, an excellent guide was available on <a title="Fixing a MySQL Character Encoding Mismatch | alexking.org" href="http://alexking.org/blog/2008/03/06/mysql-latin1-utf8-conversion">Alex King&#8217;s blog</a>. For more information and follow-up comments, you should definitely read the full post, but here&#8217;s a summary of the method that worked for me.<br />
<span id="more-594"></span></p>
<p class="alert">Note that you should <strong>always</strong> backup your database before attempting any such conversions. <a title="WordPress › WP-DBManager « WordPress Plugins" href="http://wordpress.org/extend/plugins/wp-dbmanager/">WP-DBManager</a> comes highly recommended.</p>
<p>If you have access to phpMyAdmin:</p>
<ol>
<li>Use phpMyAdmin to dump the database (this should be in UTF-8 by default).</li>
<li>Open the dumped file in Notepad or similar, and save it to ANSI format. In Notepad++ you can find this under &#8220;Format&#8221; and &#8220;Convert to ANSI&#8221;.</li>
<li>Open the saved file in your web browser, and then change the character encoding to UTF-8.</li>
<li>Copy the contents of the current display, and paste this into a new document in Notepad. Check that any and all references to CREATE TABLE within this file use the character set &#8216;utf8&#8242;. If this is not the case, find and replace all references of the previous character set (e.g. from &#8216;latin1&#8242; to &#8216;utf8&#8242;).</li>
<li>Save this new file to yourfilename.sql <em>using UTF-8</em>.</li>
<li>If you are moving the database, import the newly changed file into the new database, modify your wp-config.php file and then check your site.</li>
<li>If you are changing your database in situ, drop the affected tables (you already backed up, right?), then import the new file and check your site.</li>
</ol>
<p>If you have shell access, you could also try using the script detailed <a title="How to convert MySQL database from Latin1 to Utf8 « MySQL Online Help" href="http://mysqlonlinehelp.wordpress.com/2009/02/09/how-to-convert-mysql-database-from-latin1-to-utf8/">here</a> or <a title="The Ji Village News » Perl script to convert MySQL character set to UTF8" href="http://www.haidongji.com/2009/02/16/perl-script-to-convert-mysql-character-set-to-utf8/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amindatplay.eu/2009/03/22/playing-with-the-wordpress-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zoo of Untrue</title>
		<link>http://www.amindatplay.eu/2008/12/30/zoo-of-untrue/</link>
		<comments>http://www.amindatplay.eu/2008/12/30/zoo-of-untrue/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 19:08:17 +0000</pubDate>
		<dc:creator>Fips</dc:creator>
				<category><![CDATA[Arts]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[The Web]]></category>

		<guid isPermaLink="false">http://www.amindatplay.eu/?p=207</guid>
		<description><![CDATA[Thought I&#8217;d post this little selection, sadly missing from its original home, before it gets lost in that tangled salad of Internet pipes. Also an excuse to try out WordPress&#8217; gallery function without putting any effort whatsoever into creating pretty pictures. Reproduced entirely without permission.]]></description>
			<content:encoded><![CDATA[<p>Thought I&#8217;d post this little selection, sadly missing from its <a title="Dirt Flake" href="http://www.dirtflake.com/" target="_blank">original home</a>, before it gets lost in that tangled salad of Internet pipes. Also an excuse to try out WordPress&#8217; gallery function without putting any effort whatsoever into creating pretty pictures.</p>
<p><span id="more-207"></span>
<a href='http://www.amindatplay.eu/wp-content/uploads/2008/12/a.png' rel='shadowbox[sbalbum-207];player=img;' title='A is for Arctic Fox'><img width="150" height="150" src="http://www.amindatplay.eu/wp-content/uploads/2008/12/a-150x150.png" class="attachment-thumbnail" alt="A is for Arctic Fox" title="A is for Arctic Fox" /></a>
<a href='http://www.amindatplay.eu/wp-content/uploads/2008/12/b.png' rel='shadowbox[sbalbum-207];player=img;' title='B is for Blue Whale'><img width="150" height="150" src="http://www.amindatplay.eu/wp-content/uploads/2008/12/b-150x150.png" class="attachment-thumbnail" alt="B is for Blue Whale" title="B is for Blue Whale" /></a>
<a href='http://www.amindatplay.eu/wp-content/uploads/2008/12/c.png' rel='shadowbox[sbalbum-207];player=img;' title='C is for Catfish'><img width="150" height="150" src="http://www.amindatplay.eu/wp-content/uploads/2008/12/c-150x150.png" class="attachment-thumbnail" alt="C is for Catfish" title="C is for Catfish" /></a>
<a href='http://www.amindatplay.eu/wp-content/uploads/2008/12/d.png' rel='shadowbox[sbalbum-207];player=img;' title='D is for Dragonfly'><img width="150" height="150" src="http://www.amindatplay.eu/wp-content/uploads/2008/12/d-150x150.png" class="attachment-thumbnail" alt="D is for Dragonfly" title="D is for Dragonfly" /></a>
<a href='http://www.amindatplay.eu/wp-content/uploads/2008/12/e.png' rel='shadowbox[sbalbum-207];player=img;' title='E is for Emperor Penguin'><img width="150" height="150" src="http://www.amindatplay.eu/wp-content/uploads/2008/12/e-150x150.png" class="attachment-thumbnail" alt="E is for Emperor Penguin" title="E is for Emperor Penguin" /></a>
<a href='http://www.amindatplay.eu/wp-content/uploads/2008/12/f.png' rel='shadowbox[sbalbum-207];player=img;' title='F is for Fire Ant'><img width="150" height="150" src="http://www.amindatplay.eu/wp-content/uploads/2008/12/f-150x150.png" class="attachment-thumbnail" alt="F is for Fire Ant" title="F is for Fire Ant" /></a>
<a href='http://www.amindatplay.eu/wp-content/uploads/2008/12/g.png' rel='shadowbox[sbalbum-207];player=img;' title='G is for Giant Panda'><img width="150" height="150" src="http://www.amindatplay.eu/wp-content/uploads/2008/12/g-150x150.png" class="attachment-thumbnail" alt="G is for Giant Panda" title="G is for Giant Panda" /></a>
<a href='http://www.amindatplay.eu/wp-content/uploads/2008/12/h1.png' rel='shadowbox[sbalbum-207];player=img;' title='H is for Hairy-nosed Wombat'><img width="150" height="150" src="http://www.amindatplay.eu/wp-content/uploads/2008/12/h1-150x150.png" class="attachment-thumbnail" alt="H is for Hairy-nosed Wombat" title="H is for Hairy-nosed Wombat" /></a>
<a href='http://www.amindatplay.eu/wp-content/uploads/2008/12/i.png' rel='shadowbox[sbalbum-207];player=img;' title='I is for Indian Elephant'><img width="150" height="150" src="http://www.amindatplay.eu/wp-content/uploads/2008/12/i-150x150.png" class="attachment-thumbnail" alt="I is for Indian Elephant" title="I is for Indian Elephant" /></a>
<a href='http://www.amindatplay.eu/wp-content/uploads/2008/12/j.png' rel='shadowbox[sbalbum-207];player=img;' title='J is for Jumping Spider'><img width="150" height="150" src="http://www.amindatplay.eu/wp-content/uploads/2008/12/j-150x150.png" class="attachment-thumbnail" alt="J is for Jumping Spider" title="J is for Jumping Spider" /></a>
<a href='http://www.amindatplay.eu/wp-content/uploads/2008/12/k.png' rel='shadowbox[sbalbum-207];player=img;' title='K is for King Cheetah'><img width="150" height="150" src="http://www.amindatplay.eu/wp-content/uploads/2008/12/k-150x150.png" class="attachment-thumbnail" alt="K is for King Cheetah" title="K is for King Cheetah" /></a>
<a href='http://www.amindatplay.eu/wp-content/uploads/2008/12/l.png' rel='shadowbox[sbalbum-207];player=img;' title='L is for Laughing Owl'><img width="150" height="150" src="http://www.amindatplay.eu/wp-content/uploads/2008/12/l-150x150.png" class="attachment-thumbnail" alt="L is for Laughing Owl" title="L is for Laughing Owl" /></a>
<a href='http://www.amindatplay.eu/wp-content/uploads/2008/12/m.png' rel='shadowbox[sbalbum-207];player=img;' title='M is for Mountain Goat'><img width="150" height="150" src="http://www.amindatplay.eu/wp-content/uploads/2008/12/m-150x150.png" class="attachment-thumbnail" alt="M is for Mountain Goat" title="M is for Mountain Goat" /></a>
<a href='http://www.amindatplay.eu/wp-content/uploads/2008/12/n.png' rel='shadowbox[sbalbum-207];player=img;' title='N is for Night Monkey'><img width="150" height="150" src="http://www.amindatplay.eu/wp-content/uploads/2008/12/n-150x150.png" class="attachment-thumbnail" alt="N is for Night Monkey" title="N is for Night Monkey" /></a>
<a href='http://www.amindatplay.eu/wp-content/uploads/2008/12/o.png' rel='shadowbox[sbalbum-207];player=img;' title='O is for Old English Sheepdog'><img width="150" height="150" src="http://www.amindatplay.eu/wp-content/uploads/2008/12/o-150x150.png" class="attachment-thumbnail" alt="O is for Old English Sheepdog" title="O is for Old English Sheepdog" /></a>
<a href='http://www.amindatplay.eu/wp-content/uploads/2008/12/p.png' rel='shadowbox[sbalbum-207];player=img;' title='P is for Polar Bear'><img width="150" height="150" src="http://www.amindatplay.eu/wp-content/uploads/2008/12/p-150x150.png" class="attachment-thumbnail" alt="P is for Polar Bear" title="P is for Polar Bear" /></a>
<a href='http://www.amindatplay.eu/wp-content/uploads/2008/12/q.png' rel='shadowbox[sbalbum-207];player=img;' title='Q is for Queen Bee'><img width="150" height="150" src="http://www.amindatplay.eu/wp-content/uploads/2008/12/q-150x150.png" class="attachment-thumbnail" alt="Q is for Queen Bee" title="Q is for Queen Bee" /></a>
<a href='http://www.amindatplay.eu/wp-content/uploads/2008/12/r.png' rel='shadowbox[sbalbum-207];player=img;' title='R is for Red Fox'><img width="150" height="150" src="http://www.amindatplay.eu/wp-content/uploads/2008/12/r-150x150.png" class="attachment-thumbnail" alt="R is for Red Fox" title="R is for Red Fox" /></a>
<a href='http://www.amindatplay.eu/wp-content/uploads/2008/12/s.png' rel='shadowbox[sbalbum-207];player=img;' title='S is for Siamese Cat'><img width="150" height="150" src="http://www.amindatplay.eu/wp-content/uploads/2008/12/s-150x150.png" class="attachment-thumbnail" alt="S is for Siamese Cat" title="S is for Siamese Cat" /></a>
<a href='http://www.amindatplay.eu/wp-content/uploads/2008/12/t.png' rel='shadowbox[sbalbum-207];player=img;' title='T is for Timber Wolf'><img width="150" height="150" src="http://www.amindatplay.eu/wp-content/uploads/2008/12/t-150x150.png" class="attachment-thumbnail" alt="T is for Timber Wolf" title="T is for Timber Wolf" /></a>
<a href='http://www.amindatplay.eu/wp-content/uploads/2008/12/u.png' rel='shadowbox[sbalbum-207];player=img;' title='U is for Unicorn Fish'><img width="150" height="150" src="http://www.amindatplay.eu/wp-content/uploads/2008/12/u-150x150.png" class="attachment-thumbnail" alt="U is for Unicorn Fish" title="U is for Unicorn Fish" /></a>
<a href='http://www.amindatplay.eu/wp-content/uploads/2008/12/v.png' rel='shadowbox[sbalbum-207];player=img;' title='V is for Vampire Bat'><img width="150" height="150" src="http://www.amindatplay.eu/wp-content/uploads/2008/12/v-150x150.png" class="attachment-thumbnail" alt="V is for Vampire Bat" title="V is for Vampire Bat" /></a>
<a href='http://www.amindatplay.eu/wp-content/uploads/2008/12/w.png' rel='shadowbox[sbalbum-207];player=img;' title='W is for Woolly Mammoth'><img width="150" height="150" src="http://www.amindatplay.eu/wp-content/uploads/2008/12/w-150x150.png" class="attachment-thumbnail" alt="W is for Woolly Mammoth" title="W is for Woolly Mammoth" /></a>
<a href='http://www.amindatplay.eu/wp-content/uploads/2008/12/x.png' rel='shadowbox[sbalbum-207];player=img;' title='X is for X-ray Fish'><img width="150" height="150" src="http://www.amindatplay.eu/wp-content/uploads/2008/12/x-150x150.png" class="attachment-thumbnail" alt="X is for X-ray Fish" title="X is for X-ray Fish" /></a>
<a href='http://www.amindatplay.eu/wp-content/uploads/2008/12/y.png' rel='shadowbox[sbalbum-207];player=img;' title='Y is for Yellow Mongoose'><img width="150" height="150" src="http://www.amindatplay.eu/wp-content/uploads/2008/12/y-150x150.png" class="attachment-thumbnail" alt="Y is for Yellow Mongoose" title="Y is for Yellow Mongoose" /></a>
<a href='http://www.amindatplay.eu/wp-content/uploads/2008/12/z.png' rel='shadowbox[sbalbum-207];player=img;' title='Z is for Zebra Duck'><img width="150" height="150" src="http://www.amindatplay.eu/wp-content/uploads/2008/12/z-150x150.png" class="attachment-thumbnail" alt="Z is for Zebra Duck" title="Z is for Zebra Duck" /></a>
</p>
<p>Reproduced entirely without permission.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amindatplay.eu/2008/12/30/zoo-of-untrue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The future of file-sharing</title>
		<link>http://www.amindatplay.eu/2008/11/05/the-future-of-file-sharing/</link>
		<comments>http://www.amindatplay.eu/2008/11/05/the-future-of-file-sharing/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 22:46:32 +0000</pubDate>
		<dc:creator>Fips</dc:creator>
				<category><![CDATA[Politics]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[DRM]]></category>
		<category><![CDATA[file-sharing]]></category>
		<category><![CDATA[law]]></category>

		<guid isPermaLink="false">http://www.amindatplay.eu/?p=318</guid>
		<description><![CDATA[The war against file-sharing that currently rages primarily over the Internet will ultimately be lost. That&#8217;s my prediction. I can&#8217;t support this argument with any authority, being no expert in the fields of law, politics or technology, but instead make my statement on the basis of many years&#8217; observation from the wilderness. But the trends [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_331" class="wp-caption alignright" style="width: 287px"><a href="http://www.amindatplay.eu/wp-content/uploads/2008/11/moses.jpg" rel="shadowbox[sbpost-318];player=img;"><img class="size-medium wp-image-331" title="Moses and the Eleventh Commandment" src="http://www.amindatplay.eu/wp-content/uploads/2008/11/moses-277x300.jpg" alt="" width="277" height="300" /></a><p class="wp-caption-text">Moses and the Eleventh Commandment</p></div>
<p>The war against file-sharing that currently rages primarily over the Internet will ultimately be lost. That&#8217;s my prediction. I can&#8217;t support this argument with any authority, being no expert in the fields of law, politics or technology, but instead make my statement on the basis of many years&#8217; observation from the wilderness. But the trends all point to this being the case. File-sharing has become a mainstay of this new generation, a fact which has forced most corporations and organisations to rethink their strategies and come up with ways to stem the tide. We have already seen many changes in this direction, such as the explosion of digital content that is now available online from legitimate sources. But in addition to this carrot, the war is also being waged with a stick, as organisations set out to have legislation passed to clamp down on file-sharing activities, and new technologies are created to lock down digital content and prevent its spread. So what will the future bring?<br />
<span id="more-318"></span></p>
<p>File-sharing is usually portrayed as a new nefarious activity, something alien brought about by changes in technology and society that benefits no one and is an obvious criminal activity. Whilst there are some elements of truth to that charge, it&#8217;s not entirely accurate. Man is a social animal and has been sharing since the stone age. The only thing that&#8217;s new is that it now involves digitally stored media rather than pieces of sharpened flint, and problematically, it is now easier, faster, more accessible, more reliable and perhaps more inconspicuous than ever before. But this is merely the extrapolation of a phenomenon that is essentially part of man&#8217;s nature. Irrespective of the legality of the issue, people generally consider it fair use to lend books, albums, movies or software that they have purchased to their friends and relatives. It is generally considered reasonable use for people to record items broadcast on television or radio for later viewing, an act normally referred to as &#8216;time-shifting&#8217;, though these recordings may well be played back repeatedly, and of course lent and exchanged as with purchased items. And if anyone were to take a peek in many university libraries throughout the country, they would see the level to which the letter of the copyright law is upheld in the &#8216;fair use&#8217; rules of photocopying published articles. In each case, the law has either been adapted, or it has fallen into disuse. The latest developments must no doubt ultimately result in a similar reaction.</p>
<p>The similarity between online file-sharing and the typical state-funded public library system is perhaps more than a little unfair, but in theory shares similar features. That one is treated as a villanous scourge and the other as an equitable and fundamental public service is born not out of principle, but out of execution. Libraries are often restricted, under-staffed, under-funded, and under-provisioned, but most vitally, they are controlled. Online systems of file-sharing are none of these things, and the sheer scale of the problem provokes the reactions we see around the world. Quite what effect the rise of file-sharing has had on the many industries is difficult to tell, with arguments and statistics flying back and forth almost unceasingly. There is sadly no control experiment to substantiate the many arguments, whether they claim file-sharing has a <a title="Study: P2P effect on legal music sales &quot;not statistically distinguishable from zero&quot;" href="http://arstechnica.com/news.ars/post/20070212-8813.html" target="_blank">negligible</a> or positive effect, or that milliards have been written off the world&#8217;s economies. People who assert blindly that file-sharing boosts album sales are ignorant of the <a title="RIAA Annual Music Sales Data 2007 Year End" href="http://www.scribd.com/doc/6386390/RIAA-Annual-Music-Sales-Data-2007-Year-End" target="_blank">facts</a>, whilst studio execs who believe that every downloaded track is a lost sale are plain wrong. Nevertheless, whatever the effects, this is a changing world, and every generation&#8217;s attempts to lay claim to that impalpable, fleeting sense of the status quo have failed. Whilst the majority of society morphs and adapts, there are always those who attempt to put the brakes on.</p>
<p>Virtually every attempt, particularly in the mainstream, to prevent copyright infringement has met with resistance from the end-users, or has been circumvented to leave it essentially useless. The recent case of the Digital Rights Management (DRM) protection placed on a number of recent games released by publishing giant Electronic Arts has met with particular resistance from customers. Recent games like Spore, Red Alert 3 or Crysis Warhead all come equipped with SecuROM, a form of DRM which installs itself surreptitiously onto a user&#8217;s computer, and includes limits on how often the game me be installed amongst other features. After a certain number of activations the user has to call EA to have the limit lifted, otherwise the disc is unusable. Aside from the obvious problems for the customer, particularly in the longer term given that the servers which deal with the activations could easily be switched off at some point in the future, is the manner in which the relationship between the corporation and the customer becomes strained. This kind of copyright protection instantly treats customers with suspicion, even to the extent of criminality. Worse still for the company is that this kind of intrusive mechanism is stripped away in the illegal versions of the software which are produced almost as quickly as the mechanisms can be implemented. And this is well known to many customers, evidential in that Spore became probably<sup><a href="http://www.amindatplay.eu/2008/11/05/the-future-of-file-sharing/#footnote_0_318" id="identifier_0_318" class="footnote-link footnote-identifier-link" title="Statistics in this area are notoriously difficult to confirm.">1</a></sup> the most downloaded game of the year, no doubt to a large extent based on the DRM issue.<sup><a href="http://www.amindatplay.eu/2008/11/05/the-future-of-file-sharing/#footnote_1_318" id="identifier_1_318" class="footnote-link footnote-identifier-link" title="See many of the reviews at Amazon as an example of customer reaction.">2</a></sup></p>
<p>As has happened so many times in the past, the current furore over file-sharers is an example of a conservative heritage being challenged by the next generation with new technologies and ideas. Copyright laws are no longer able to cope with the situation, and whilst file-sharing undoubtedly infringes upon copyright law, the ability and the will to enforce the letter of the law is lacking, and to a large extent, essentially inappropriate. As I understand it, New Zealand has become the first country in the world to pass legislation to allow for a &#8220;three strikes&#8221; attitude to individual file-sharers, meaning that they should be cut off from the Internet if they are found to be responsible for file-sharing. All very well in theory, but in principle dealing with such scenarios is extremely tricky business: it is difficult to achieve from a technical point of view, it is difficult to enforce and prove from a legal standpoint, and in most instances it certainly infringes on personal freedoms and liberties. In this respect copyright laws are put on a pedestal above individual liberties.<sup><a href="http://www.amindatplay.eu/2008/11/05/the-future-of-file-sharing/#footnote_2_318" id="identifier_2_318" class="footnote-link footnote-identifier-link" title="Typical in the democratic societies in which finance is so deeply entrenched in the political process.">3</a></sup> The attempts to equate file-sharing with theft in media propaganda<sup><a href="http://www.amindatplay.eu/2008/11/05/the-future-of-file-sharing/#footnote_3_318" id="identifier_3_318" class="footnote-link footnote-identifier-link" title="As ridiculed here in the recent Futurama film.">4</a></sup> have met with very little sympathy from the general public, in part because the comparison illustrates how the law is no longer able to reflect reality. Stealing a car is not commensurate with making a copy of it, a blindingly obvious fact that is recognised by the general public, but not by the organisations and legal bodies, though there are signs that wheels are in motion in certain parts of the world.</p>
<p>It is difficult to predict what the precise outcome of the current war on file-sharing will be. Whilst repeated attempts will no doubt be made to plug the <a title="Analog hole - Wikipedia" href="http://en.wikipedia.org/wiki/Analog_hole" target="_blank">analogue hole</a>, and increased powers are sought to enable authorities to control the public&#8217;s actions on the Internet, a few braver men are trying to find answers in fundamental alterations to copyright law and society&#8217;s view on file-sharing, and the new technologies and freedoms that have developed in leaps and bounds in the last few decades. Perhaps it is no surprise to see that Sweden is leading the charge. The potential pressure of the Piratpartiet caused a number of parties to rethink their stance on the file-sharing issue, particularly with regard to the statistics which highlight around 10% of the Scandinavian country&#8217;s population as potential targets for litigation. The <a title="Swedish Left Party Wants to Legalise Piracy | Torrentfreak" href="http://torrentfreak.com/swedish-left-party-wants-to-legalize-piracy-080609/" target="_blank">Swedish Left Party</a>, for example, has come around to the idea that copyright laws need amendment, and that file-sharing on a domestic basis is as legitimate an activity as lending libraries. Similar changes in policy may also affect the Moderate Party and the Green Party.</p>
<p>It may yet be many years before this issue sees a satisfactory resolution, and the market will adapt accordingly. With all likelihood a change in copyright legislation will be required that prevents leaving vast numbers of so many nations liable to prosecution, or it will it lay dormant like so many other vestigial and antiquated legal modes. The attempts to incriminate almost an entire generation cannot be in the best interests of either society as a whole, nor even its constituent parts, whilst the efforts to hunt down the technological cat and put it back into the bag are as futile as trying to turn back the clock. Whether a miraculous, ingenious solution will be found that satisfies everyone, or the weight of numbers fighting for change will affect a political reaction, or simply a piecemeal combination of political change, technological development and market mutation, the days of file-sharing as a nefarious phenomenon are numbered. The future is not set. But neither is the present.</p>
<p>For a future post in relation to this topic, I intend to conduct an interview with one of the founders of a leading Bittorrent tracking site. If anyone has any questions they would like to have posed, please feel free to leave a comment below.</p>
<ol class="footnotes"><li id="footnote_0_318" class="footnote">Statistics in this area are notoriously difficult to confirm.</li><li id="footnote_1_318" class="footnote">See many of the reviews at <a title="Amazon.co.uk -- Spore" href="http://www.amazon.co.uk/gp/product/B000FN7K2S?ie=UTF8&amp;tag=chezenterpris-21&amp;linkCode=as2&amp;camp=1634&amp;creative=19450&amp;creativeASIN=B000FN7K2S" target="_blank">Amazon</a> as an example of customer reaction.</li><li id="footnote_2_318" class="footnote">Typical in the democratic societies in which finance is so deeply entrenched in the political process.</li><li id="footnote_3_318" class="footnote">As ridiculed <a title="Youtube &gt;&gt; Bender on illegal downloading" href="http://uk.youtube.com/watch?v=OWPfcEOr2Yg" rel="shadowbox[sbpost-318];player=swf;width=640;height=385;" target="_blank">here</a> in the recent Futurama film.</li></ol>]]></content:encoded>
			<wfw:commentRss>http://www.amindatplay.eu/2008/11/05/the-future-of-file-sharing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rise and fall of the Blogosphere</title>
		<link>http://www.amindatplay.eu/2008/10/29/rise-and-fall-of-the-blogosphere/</link>
		<comments>http://www.amindatplay.eu/2008/10/29/rise-and-fall-of-the-blogosphere/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 21:23:49 +0000</pubDate>
		<dc:creator>Fips</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[blogging]]></category>

		<guid isPermaLink="false">http://www.amindatplay.eu/?p=310</guid>
		<description><![CDATA[A recent Wired article has certainly provoked some controversy amongst bloggers. Claiming that blogs are history, and that Twitter, Flickr and Facebook are the future, the post&#8217;s author Paul Boutin recommends that anyone who&#8217;s thinking of starting a blog should stop, and anyone already writing one should pack it in. Whilst I wouldn&#8217;t normally comment [...]]]></description>
			<content:encoded><![CDATA[<p>A recent <a title="Twitter, Flickr, Facebook Make Blogs Look So 2004" href="http://www.wired.com/entertainment/theweb/magazine/16-11/st_essay" target="_blank">Wired article</a> has certainly provoked some controversy amongst bloggers. Claiming that blogs are history, and that Twitter, Flickr and Facebook are the future, the post&#8217;s author Paul Boutin recommends that anyone who&#8217;s thinking of starting a blog should stop, and anyone already writing one should pack it in.</p>
<p>Whilst I wouldn&#8217;t normally comment on a post of this ilk (given my feelings about bloggers who blog about blogging) it seems pretty clear that unless Boutin is giving us a tongue-in-cheek excuse for a debate on web trends, he&#8217;s essentially wrong in his assessment. After all, it comes as no surprise that Boutin proclaims the fall of the blogosphere from the comfort of a blog entry, nor indeed that he rails against his own ilk in decrying the &#8220;tsunami of paid bilge&#8221; that ranks highest on the Technorati charts. The idea that blogs should be abandoned on account of the fact that personal blogs rarely garner any extended readership or popularity calls into question why authors set up their blogs in the first place, and why indeed they should switch to other means if popularity is their main objective. Boutin upbraids blogs for being text-only affairs, a charge which I daresay isn&#8217;t especially accurate, particularly since it is easily possible these days to integrate precisely those services that are supposed to supercede blogs, such as Flickr or Youtube.</p>
<p>Of course, no one can deny that the nature of the Internet is constantly changing, so much the better, and whilst the blogosphere may start to shrink once the new wave of Web2.0 forms of communication become fully fledged, they will merely overlap and supplement the current crop of technologies available. The continued prominence of email, IRC, Usenet and web forums all point to this fact. So whilst I daresay the number of new blogs appearing on the web will start to slow as new users find outlet to their thoughts on other media, there may always be a place for the humble (and not so humble) blogs that litter the webscape today.</p>
<p>[Via <a title="huffenglish.com >> Should We All Stop Blogging?" href="http://www.huffenglish.com/?p=766">huffenglish.com</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amindatplay.eu/2008/10/29/rise-and-fall-of-the-blogosphere/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dealing with spam</title>
		<link>http://www.amindatplay.eu/2008/09/18/dealing-with-spam/</link>
		<comments>http://www.amindatplay.eu/2008/09/18/dealing-with-spam/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 17:19:24 +0000</pubDate>
		<dc:creator>Fips</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Pet hates]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[akismet]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.amindatplay.eu/?p=224</guid>
		<description><![CDATA[If there&#8217;s one jargon term that every user new to the Internet soon becomes acquainted with, spam must near the top of the list. Its prevalence and virtual ubiquity through many forms of online communication have generated miniature industries devoted to dealing with it, and the science of spam detection, prevention and treatment almost resembles [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amindatplay.eu/wp-content/uploads/2008/09/spam11.gif" rel="shadowbox[sbpost-224];player=img;"><img class="alignright size-full wp-image-226" style="float: right;" title="Spam" src="http://www.amindatplay.eu/wp-content/uploads/2008/09/spam11.gif" alt="" width="250" height="250" /></a></p>
<p style="text-align: left;">If there&#8217;s one jargon term that every user new to the Internet soon becomes acquainted with, spam must near the top of the list. Its prevalence and virtual ubiquity through many forms of online communication have generated miniature industries devoted to dealing with it, and the science of spam detection, prevention and treatment almost resembles the tactical skirmishes of biological immune systems.</p>
<p style="text-align: left;">Spam exists in many forms, from bogus guestbook entries to elaborate instant messaging robots, but the variety which prompted this post was that classic form &#8211; unsolicited email. The level of penetration of spam illustrates itself in the number of systems put in place to combat it as standard on the vast majority of websites, including of course authentication emails and the ever evolving captcha. I use a small combination of plugins on this blog to block out most of the spam, and given the extreme sparcity of genuine comments, the potential for inconvenient &#8216;false positives&#8217; is rather slim. Nevertheless, even the cursory inspection I tend to make over Akismet&#8217;s latest haul becomes tiresome for all the size of this blog &#8211; spam comments to date outnumber genuine ones by a factor of almost 500 (and that only counts those caught and tallied by Akismet). Quite how larger, more popular blogs deal with searching for false positives, I don&#8217;t know, but the task must be fairly time-consuming.<span id="more-224"></span></p>
<p style="text-align: left;">Yet even that abysmal ratio sometimes seems quite congenial next to the level of email spam I receive in its current state. Whilst the common techniques for filtering out spam emails have fairly high success ratios, the constantly evolving battle with the Bayesian filter can never ultimately separate emails, black and white, and sifting through the gray matter can be a painful experience, particularly when searching for unexpected false positives. Indeed with some of my emails going through multiple filters (before finally ending up in a Thunderbird client and getting filtered once more), I begin to wonder how many emails have simply drifted away in that black sea of jetsam.</p>
<p style="text-align: left;">The problems of course don&#8217;t stop there. In recent days I have been reminded of another serious gripe, when my inbox was flooded with bounced messages, evidence that my address was being used by spammers (and many of those were filtered as spam on account of their message contents, despite technically being genuine messages). Since very few strings at the associated domain are actually received by anybody, it stands that the deluge represents merely the tip of the melting iceberg. There are many tips out there to stop spammers from harvesting your email address, but very few to prevent them using it to spoof messages elsewhere (and even to yourself). The most common piece of advice is simply to wait it out &#8211; eventually the spammers move on and utilise a new address, and indeed the bounced messages seem to come in waves.</p>
<p style="text-align: left;">One of the methods used to reduce spam that was highlighted through these bounced messages is Sender Address Verification. As covered by <a title="CircleID &gt;&gt; Sender Address Verification" href="http://www.circleid.com/posts/sender_address_verification_solving_the_spam_crisis/" target="_blank">this post</a>, the method requires people sending email to an address for the first time to verify their authenticity by fulfilling a certain task explained in an automated email reply, before the message (and future messages) may be delivered to the recipient. This bears some resemblance to the automated email verification sent out by many online accounts. However, it is not without its weaknesses. After all, spam sent via spoofed, verified emails will still be delivered as genuine messages, and the potential for spammers to find methods to fulfil the authentication tasks is all too clear from the variety of methods already deployed to crack online captchas.</p>
<p style="text-align: left;">Ultimately I&#8217;m reduced to dealing with spam in the usual manner, relying on filters to do the heavy work and leaving me to occasionally label those messages not picked up, whilst occasionally doing my own filtering for false positives (and burying my head in the sand every time my addresses come up for spoofing duties).</p>
<p style="text-align: left;">How do others combat the spam plague? Are there other methods commonly available that I&#8217;m overlooking? And do people consider the possibility of false positives a necessary evil in the war against spam?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amindatplay.eu/2008/09/18/dealing-with-spam/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Relying on plugins</title>
		<link>http://www.amindatplay.eu/2008/05/06/relying-on-plugins/</link>
		<comments>http://www.amindatplay.eu/2008/05/06/relying-on-plugins/#comments</comments>
		<pubDate>Tue, 06 May 2008 15:06:18 +0000</pubDate>
		<dc:creator>Fips</dc:creator>
				<category><![CDATA[The Web]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://www.amindatplay.eu/?p=180</guid>
		<description><![CDATA[Plugins can be a major boon. They can add variety to a site, integrate third party software, collect feedback, improve navigation, or add features. Occasionally they may become integral to the way a blog is run. But they can also become a burden or a major stumbling point. The recent WordPress 2.5 release made a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amindatplay.eu/wp-content/uploads/2007/06/wordpress.png" rel="shadowbox[sbpost-180];player=img;"><img class="alignnone size-medium wp-image-127 alignright" style="float: right;" title="WordPress" src="http://www.amindatplay.eu/wp-content/uploads/2007/06/wordpress.png" alt="" width="200" height="200" /></a>Plugins can be a major boon. They can add variety to a site, integrate third party software, collect feedback, improve navigation, or add features. Occasionally they may become integral to the way a blog is run. But they can also become a burden or a major stumbling point. The recent WordPress 2.5 release made a large of plugins for the software incompatible, and outright broke a few. In those cases where plugins simply provide some added extraneous functionality, such breakages might not be a problem, but where they form an integral part of a blog the potential changes can bring a site to a halt.</p>
<p>Yet some downtime during a WordPress update is not the only worry when it comes to plugins. Whilst major updates often accentuate the problems, there is no guarantee that plugin authors will continue their work to cope with bugs and software changes. The small WPPA plugin currently used on this blog was recently broken by the WordPress update, but <a title="Why I didn't update WPPA for WordPress 2.5" href="http://me.mywebsight.ws/2008/04/25/why-i-didnt-update-wppa-for-wordpress-25/" target="_blank">the author considered</a> that the features introduced in the recent version might make his plugin obsolete, and only touched up the plugin to work with 2.5 (so far). Since I hardly post any photographs, such a change makes little difference to this site, but for many others migrating to another plugin could prove a major job if automated tools aren&#8217;t available. Others may have experienced such changes when moving between multilingual plugins as the features and support changed, from <a title="Language Picker" href="http://noprerequisite.com/archives/2004/06/08/language-picker-plugin-version-9/" target="_blank">Language Picker</a>, through <a title="Polyglot" href="http://fredfred.net/skriker/index.php/polyglot/" target="_blank">Polyglot</a>, to <a title="Language Switcher" href="http://www.poplarware.com/languageplugin.html" target="_blank">Language Switcher</a> or <a title="WP_Multilingual" href="http://made.com.ua/multilingual/" target="_blank">WP_Multilingual</a>. Such a migration might involve moving media around, altering themes, or having to change tags or syntax within WordPress posts.</p>
<p>How do you approach using plugins on WordPress? Do you consider WordPress should avoid leave extra features to the plugin authors rather than implementing features already well covered (e.g. tags, photos)? Should plugin authors attempt to implement migration tools or leave it to end-users to do the necessary conversions?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amindatplay.eu/2008/05/06/relying-on-plugins/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Words from the page</title>
		<link>http://www.amindatplay.eu/2008/04/11/words-from-the-page/</link>
		<comments>http://www.amindatplay.eu/2008/04/11/words-from-the-page/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 17:47:54 +0000</pubDate>
		<dc:creator>Fips</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Memes]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[classical music]]></category>
		<category><![CDATA[meme]]></category>
		<category><![CDATA[reading]]></category>

		<guid isPermaLink="false">http://www.amindatplay.eu/?p=168</guid>
		<description><![CDATA[Courtesy of Caro, here&#8217;s my contributory few lines from The Lives of the Great Composers by Harold C. Schonberg, page 123, three sentences from the fifth one on: And, indeed, the coda of the first movement, with its slippery, chromatic bass and the awesome moans above it, remains a paralyzing experience. That is the way [...]]]></description>
			<content:encoded><![CDATA[<p>Courtesy of <a title="BÃ¼cherstÃ¶ckchen - bloekschaf.de" href="http://www.bloekschaf.de/?p=141">Caro</a>, here&#8217;s my contributory few lines from <strong>The Lives of the Great Composers</strong> by Harold C. Schonberg, page 123, three sentences from the fifth one on:</p>
<blockquote><p>And, indeed, the coda of the first movement, with its slippery, chromatic bass and the awesome moans above it, remains a paralyzing experience. <em>That</em> is the way the world ends. It is absolute music, but it clearly represents struggle, and it is hard to hear so monumentally anguished a cry without reading something into it. The trouble is that face with such music, all of us tend to become sentimentalists, reading into it the wrong message.</p></blockquote>
<p>So he sums up the Ninth Symphony of that &#8220;Revolutionary from Bonn&#8221; as the chapter title has it. A pretty decent book on the whole. And yes I realise that was four sentences.</p>
<p>Now the bigger question of who to pass this on to. Let&#8217;s see if and how <a title="Steffi's Blog" href="http://www.chezenterprises.co.uk/steffi/2008/03/13/update/">Steffi</a>, <a title="A Modest Construct" href="http://heliologue.com/2008/04/11/friday-random-ten-cliii/">Heliologue</a> and <a title="Roblog" href="http://robm.me.uk/2008/04/06/bosnia-a-short-history">Rob</a> respond.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amindatplay.eu/2008/04/11/words-from-the-page/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Another day, another plugin</title>
		<link>http://www.amindatplay.eu/2008/02/24/another-day-another-plugin/</link>
		<comments>http://www.amindatplay.eu/2008/02/24/another-day-another-plugin/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 00:25:09 +0000</pubDate>
		<dc:creator>Fips</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[vulnerability]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://www.amindatplay.eu/2008/02/24/another-day-another-plugin/</guid>
		<description><![CDATA[With the news that WordPress Photo Album plugin potentially contains a security vulnerability, I decided it was probably time that I took stock of my increasingly long plugins list and removed some of the outdated and superfluous items. One of the greatest improvements to WordPress of late has been the automatic update checks provided for [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1526" class="wp-caption alignright" style="width: 310px"><a href="http://www.amindatplay.eu/wp-content/uploads/2008/02/wordpress.png" rel="shadowbox[sbpost-162];player=img;"><img class="size-medium wp-image-1526" title="Wordpress" src="http://www.amindatplay.eu/wp-content/uploads/2008/02/wordpress-300x300.png" alt="" width="300" height="300" /></a><p class="wp-caption-text">WordPress Plugins</p></div>
<p>With the news that <a title="WP Photo Album" href="http://me.mywebsight.ws/web/wppa/" target="_blank">WordPress Photo Album</a> plugin potentially contains a <a title="Weblog Tools Collection" href="http://weblogtoolscollection.com/archives/2008/02/21/photo-album-plugin-vulnerabilities/" target="_blank">security vulnerability</a>, I decided it was probably time that I took stock of my increasingly long plugins list and removed some of the outdated and superfluous items. One of the greatest improvements to WordPress of late has been the automatic update checks provided for plugins listed on the <a title="WordPress Plugins" href="http://wordpress.org/extend/plugins/" target="_blank">official site</a>, which whilst by no means universal does at least mean that updates for many popular plugins will automatically be reported without the need to check up on each one manually. This little list of what remains represents some of the better plugins I&#8217;ve encountered.</p>
<p><span id="more-162"></span><strong>addons<br />
</strong><a title="Articles" href="http://alexking.org/projects/wordpress" target="_blank">Articles</a> &#8211; This plugin allows a list of &#8216;articles&#8217; to be maintained, to keep a list of the most commonly read or best written posts in one place. The author also has a number of other handy plugins on his site. Currently disabled on this site since well written or popular posts are few and far between.</p>
<p><a title="Democracy Plugin" href="http://blog.jalenack.com/archives/democracy/" target="_blank">Democracy</a> &#8211; Adds that little widget on the sidebar to run a poll. Great functionality, employing AJAX to make it speedy and fun to use.</p>
<p><a title="Footnotes" href="http://robm.me.uk/projects/plugins/wordpress/footnotes/" target="_blank">Footnotes</a> &#8211; Tiny plugin that allows &lt;ref&gt;&lt;/ref&gt; style syntax to insert footnotes in posts.<sup><a href="http://www.amindatplay.eu/2008/02/24/another-day-another-plugin/#footnote_0_162" id="identifier_0_162" class="footnote-link footnote-identifier-link" title="Such as this one. Now powered using WP-Footnotes">1</a></sup> From the author of the brilliant Now Reading plugin.</p>
<p><a title="Language Switcher" href="http://www.poplarware.com/languageplugin.html" target="_blank">Language Switcher</a> &#8211; Not actually used on this blog since it is written almost exclusively in English, but the author illustrates how to create a multilingual blog, and with a little help from this plugin enables authors to create multiple entries in different languages.</p>
<p><a title="Now Reading" href="http://robm.me.uk/projects/plugins/wordpress/now-reading/" target="_blank">Now Reading</a> &#8211; Well designed plugin that integrates well into WordPress, displaying those current books on the sidebar, with those planned and previously read available on the library page.</p>
<p><a title="Quotes Collection" href="http://srinig.com/wordpress/plugins/quotes-collection/" target="_blank">Quotes Collection</a> &#8211; One of the more recent additions, this plugin allows you to store a database of favourite quotes and have them displayed randomly in the sidebar or wherever else the user wants within the WordPress loop.</p>
<p><a title="Share This" href="http://sharethis.com/" target="_blank">ShareThis</a> &#8211; One of the more ubiquitous plugins out there, this plugin allows readers to easily shares posts with others via the many social networking bookmark sites. Probably extraneous on this site, but a decent plugin nevertheless.</p>
<p><a title="Viper's Plugins Used" href="http://www.viper007bond.com/wordpress-plugins/vipers-plugins-used/" target="_blank">Viper&#8217;s Plugins Used</a> &#8211; Not actually employed on this site, the plugin offers a list similar to the one I&#8217;m writing here.</p>
<p><a title="Viper's Video Quicktags" href="http://www.viper007bond.com/wordpress-plugins/vipers-video-quicktags/" target="_blank">Viper&#8217;s Video Quicktags</a> &#8211; An excellent plugin, allows for easy integration of videos from a variety of different sources, including YouTube/Google Video as well as local files in the usual formats.</p>
<p><a title="WP / GeoTrack" href="http://dadabase.de/weblog/archives/2006/05/23/wordpress-geotrack-plugin" target="_blank">WP/GeoTrack</a> &#8211; Neat little plugin which provides the output shown on the <a href="http://www.amindatplay.eu/visitors/">Visitors</a> page.</p>
<p><a title="WP Dash Note" href="http://www.maxpower.ca/wordpress-plugins/">WP Dash Note</a> &#8211; Ever find yourself needing to leave yourself notes on your blog? This plugin adds a tiny post-it note to the Dashboard of WordPress. Useful for those little remembers to finish writing your post on plugins.</p>
<p><a title="WP Photo Album" href="http://me.mywebsight.ws/web/wppa/" target="_blank">WP Photo Album</a> &#8211; Very well written and simple little plugin for integrating a photo album into your site. Whilst the <a title="WPG2" href="http://wpg2.galleryembedded.com/" target="_blank">WPG2</a> plugin which works with the <a title="Gallery2" href="http://gallery.menalto.com/" target="_blank">Gallery2</a> software obviously provides more functionality, for adding a few photos to WordPress with the minimum of fuss, this plugin certainly cuts the mustard, though note the recent security concerns.</p>
<p><strong>extra functionality<br />
</strong><a title="Advanced TinyMCE Editor" href="http://www.mkbergman.com/advancedTinyMCE" target="_blank"> Advanced TinyMCE Editor</a> &#8211; A fully featured addition to the standard WordPress editor, making it easy to format posts exactly how you need them. Unfortunately there still appear to be some compatibility issues with the aforementioned WPG2 plugin.</p>
<p><a title="Category Order" href="http://www.coppit.org/code/" target="_blank">Category Order</a> &#8211; Installed this one a while ago when I had some issues getting all of the categories to appear on the WordPress sidebar, this might now have been superseded by inbuilt WordPress options, but for now it&#8217;ll stay put. Allows you to arrange the Categories in the sidebar exactly how you want.</p>
<p><a title="Get Recent Comments" href="http://blog.jodies.de/archiv/2004/11/13/recent-comments/" target="_blank">Get Recent Comments</a> &#8211; Allows you to display the recent comments in the sidebar using your own preferred formatting.</p>
<p><a title="Google XML Sitemaps" href="http://www.arnebrachhold.de/redir/sitemap-home/" target="_blank">Google XML Sitemaps</a> &#8211; To quote from the blurb &#8220;This plugin will generate a sitemaps.org compatible sitemap of your WordPress blog which is supported by Ask.com, Google, MSN Search and YAHOO&#8221;.</p>
<p><a title="Image Manager" href="http://soderlind.no/ImageManager" target="_blank">ImageManager</a> &#8211; Very handy little extension to the WordPress repertoire, allowing simple manipulation of imported images using ImageMagick amongst other things. Unfortunately seems to have some issues with one or other of my Firefox plugins and leaves some functions unusable, as the popup windows are badly sized, but works fine under Opera.</p>
<p><a title="Photo Dropper" href="http://www.photodropper.com/wordpress-plugin/" target="_blank">Photo Dropper</a> &#8211; Another new plugin undergoing a trial, this one offering to import Creative Commons licensed images from flickr.com directly into the current post, and attribute the necessary details.</p>
<p><a title="Simple Tags" href="http://wordpress.org/extend/plugins/simple-tags" target="_blank">Simple Tags</a> &#8211; Successor to the great Simple Tagging plugin of previous WordPress versions, this offers greater flexibility and functionality with WordPress 2.3&#8242;s inbuilt tagging feature. One of the must-haves.</p>
<p><a title="Tiger Style Administration" href="http://orderedlist.com/wordpress-plugins/wp-tiger-administration/" target="_blank">Tiger Style Administration</a> &#8211; This plugin simply alters the look and feel of the WordPress admin section. Unfortunately looks slightly broken with recent WordPress or Firefox updates, not really sure which is causing the problem.</p>
<p><a title="TinyMCEComments" href="http://mk.netgenes.org/my-plugins/mcecomments/" target="_blank">TinyMCEComments</a> &#8211; Provides a small TinyMCE WYSIWYG editor for the comments section.</p>
<p><a title="WP-Lytebox" href="http://grupenet.com/2007/08/03/wp-lytebox/" target="_blank">WP-Lytebox</a> &#8211; Neat little plugin to implement the typical Lytebox system in WordPress, and can easily be fit to work with the WP Photo Album, amongst other things.</p>
<p><strong>security</strong><a title="Akismet" href="http://www.amindatplay.eu/wp-admin/"><br />
Akismet</a> &#8211; Simply a must-have, even on this small blog Akismet has managed to block over 10,000 spam comments of various kinds. Used in conjunction with the Bad Behaviour plugin below, I&#8217;m left only needing to review those comments left in the spam queue in case of false positives, which to date I don&#8217;t believe there has been.</p>
<p><a title="Bad Behaviour" href="http://www.bad-behavior.ioerror.us/" target="_blank">Bad Behaviour</a> &#8211; Works on a number of other systems, purports to block robot-based spamming on WordPress, and at least according to the statistic printed at the bottom of the current theme, seems to be doing a good job.</p>
<p><strong>statistics<br />
</strong><a title="Feed Statistics" href="http://www.chrisfinke.com/wordpress/plugins/feed-statistics/" target="_blank">Feed Statistics</a> &#8211; Neat little plugin to keep track of those feed subscribers without using an external service like FeedBurner. Also counts post views and outgoing links.</p>
<p><a title="GeneralStats" href="http://www.neotrinity.at/projects/" target="_blank">GeneralStats</a> &#8211; This small plugin counts up numbers of users, posts, comments, words in posts amongst other things. Does its job and satisfies some idle curiosity.</p>
<p><a title="StatTraq" href="http://thefunzone.awardspace.com/wordpress/?page_id=63" target="_blank">StatTraq</a> &#8211; A bit out-of-date now but still quite useful for checking page views and search criteria. Might replace this with the <a title="WordPress.com Stats" href="http://wordpress.org/extend/plugins/stats/" target="_blank">WordPress.com Stats</a> plugin as I test that out over coming weeks.</p>
<ol class="footnotes"><li id="footnote_0_162" class="footnote">Such as this one. Now powered using <a href="http://elvery.net/drzax/more-things/wordpress-footnotes-plugin/" target="_blank">WP-Footnotes</a></li></ol>]]></content:encoded>
			<wfw:commentRss>http://www.amindatplay.eu/2008/02/24/another-day-another-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ideas for the Web2.0 generation</title>
		<link>http://www.amindatplay.eu/2007/10/16/ideas-for-the-web20-generation/</link>
		<comments>http://www.amindatplay.eu/2007/10/16/ideas-for-the-web20-generation/#comments</comments>
		<pubDate>Tue, 16 Oct 2007 14:15:09 +0000</pubDate>
		<dc:creator>Fips</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[cookery]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://www.amindatplay.eu/2007/10/16/ideas-for-the-web20-generation/</guid>
		<description><![CDATA[This idea is one which keeps popping up from time to time, normally on those occasions when it would actually come in useful, only to be thrown on the backburner for another time or a more talented author. Well this time I&#8217;ve decided just to throw the idea down on electronic paper for anyone with [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.amindatplay.eu/wp-content/uploads/2007/10/foods_1.jpg" alt="foods_1.jpg" title="foods_1.jpg" align="right" border="0" height="280" width="200" />This idea is one which keeps popping up from time to time, normally on those occasions when it would actually come in useful, only to be thrown on the backburner for another time or a more talented author. Well this time I&#8217;ve decided just to throw the idea down on electronic paper for anyone with the skills and the time to make it work have a go. Of course, it&#8217;s quite likely that such a website already exists and that I just haven&#8217;t yet been able to find it, but if anyone knows of such a place, let me know!</p>
<p>Ostensibly the website is aimed at those allegedly few remaining people who cook, though it would appear equally useful to people planning dinner parties, students looking for something to go with their pasta, or just about anyone curious enough to experiment with a few different ingredients. In its essence, the website would be nothing more than a large recipe repository, with everything from snacks and sandwiches to stews and casseroles, with anything in between. Recipes would be submitted by users, moderated and standardised, but the slightly clever part is that these recipes would not be displayed as flat text files—it&#8217;s 2007 after all—but would be cross-referenced in such a way as to make the whole collection completely accessible.</p>
<p><span id="more-151"></span>The aim would be to create a database that would not only allow users to find a recipe for chocolate sponge cake (although this would of course be possible), but would be able to input a short list of ingredients and find suitable recipes based on what they have, and what they could easily acquire. Not got much time to prepare your meal? Limit the search by selecting a suitable preparation time. Found a recipe which works well for your dinner party but want to push the boat out? Check the recommendations for slight modifications to your meal, and other dishes that complement your main course. Each recipe entered would include relevant information pertaining to ingredients, preparation time, required utensils and serving suggestions. The database could also be expanded to include drinks and cocktails.</p>
<p>Of course, the website should be open to infrequent and regular visitors alike, offering daily dishes of the day or perhaps cooking tips for beginners. The site&#8217;s contents should be easily adapted to suit those on a tight budget financially, as well as those with little time to spend in the kitchen. Perhaps members could keep an updated pantry of what vegetables, meats and spices they have in stock, and get offered meal ideas based on this list. And of course there&#8217;s plenty of scope beyond this—with enough exposure the site might generate sufficient advertising revenue, there are enough people preparing their own meals still to warrant it. But then again, perhaps this site already exists somewhere?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amindatplay.eu/2007/10/16/ideas-for-the-web20-generation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 2.2 database character sets</title>
		<link>http://www.amindatplay.eu/2007/05/25/wordpress-22-database-character-sets/</link>
		<comments>http://www.amindatplay.eu/2007/05/25/wordpress-22-database-character-sets/#comments</comments>
		<pubDate>Thu, 24 May 2007 23:16:10 +0000</pubDate>
		<dc:creator>Fips</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[unicode]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.amindatplay.eu/2007/05/25/wordpress-22-database-character-sets/</guid>
		<description><![CDATA[For those upgrading their WordPress powered blogs to 2.2, just a word of warning regarding the new character encoding options available in the wp-config.php file. The standard file should have a section which reads: // ** MySQL settings ** // define('DB_NAME', dbname// The name of the database define('DB_USER', 'dbuser'); // Your MySQL username define('DB_PASSWORD', 'dbpassword'); [...]]]></description>
			<content:encoded><![CDATA[<p>For those upgrading their WordPress powered blogs to 2.2, just a word of warning regarding the new character encoding options available in the <em>wp-config.php</em> file.</p>
<p>The standard file should have a section which reads:</p>
<p><code>// ** MySQL settings ** //<br />
define('DB_NAME', dbname// The name of the database<br />
define('DB_USER', 'dbuser'); // Your MySQL username<br />
define('DB_PASSWORD', 'dbpassword'); // ...and password<br />
define('DB_HOST', 'localhost');<br />
define('WP_HOME', 'http://www.yourblog.com/');<br />
define('WP_SITEURL', 'http://www.yourblog.com/');<br />
define('DB_CHARSET', 'utf8');<br />
define('DB_COLLATE', 'utf8');</code></p>
<p>Note the new options added at the bottom regarding the codepage used in the blog&#8217;s database. If these are set incorrectly they may make your blog unreadable, else prevent special characters from appearing correctly. I personally found that commenting these two lines out left the blog functioning as before, but for people wishing to change the codepage of their database, WordPress has a <a title="Converting Database Character Set" href="http://codex.wordpress.org/Converting_Database_Character_Sets" target="_blank">rough guide</a> available, originally written for the beta testers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amindatplay.eu/2007/05/25/wordpress-22-database-character-sets/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Language Switcher Widget v1.01</title>
		<link>http://www.amindatplay.eu/2007/03/29/language-switcher-widget-v101/</link>
		<comments>http://www.amindatplay.eu/2007/03/29/language-switcher-widget-v101/#comments</comments>
		<pubDate>Thu, 29 Mar 2007 18:37:57 +0000</pubDate>
		<dc:creator>Fips</dc:creator>
				<category><![CDATA[The Web]]></category>
		<category><![CDATA[language switcher]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://www.amindatplay.eu/2007/03/29/language-switcher-widget-v101/</guid>
		<description><![CDATA[After a little more research and experimentation, I&#8217;ve updated the little Language Switcher widget to enable the user to choose whether to display flags and/or names for the available languages when setting up the widget, and change the heading in the sidebar if required. Click here to download Language Switcher Widget v1.01.]]></description>
			<content:encoded><![CDATA[<p>After a little more research and experimentation, I&#8217;ve updated the little Language Switcher widget to enable the user to choose whether to display flags and/or names for the available languages when setting up the widget, and change the heading in the sidebar if required.</p>
<p>Click <a title="Language Switcher Widget v1.01" href="http://www.amindatplay.eu/wp-content/uploads/2007/03/langswitch-widget-101.zip">here</a> to download Language Switcher Widget v1.01.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amindatplay.eu/2007/03/29/language-switcher-widget-v101/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Language Switcher widget</title>
		<link>http://www.amindatplay.eu/2007/03/29/langswitcherwidget/</link>
		<comments>http://www.amindatplay.eu/2007/03/29/langswitcherwidget/#comments</comments>
		<pubDate>Thu, 29 Mar 2007 01:04:17 +0000</pubDate>
		<dc:creator>Fips</dc:creator>
				<category><![CDATA[The Web]]></category>
		<category><![CDATA[language switcher]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://www.amindatplay.eu/2007/03/29/langswitcherwidget/</guid>
		<description><![CDATA[This certainly isn&#8217;t my area of expertise, but I&#8217;ve been trying to figure out a way to integrate the Language Switcher plugin with a widget-enabled theme. As this hasn&#8217;t yet been implemented, I copied wrote the simplest of Widgets which will list the available languages on your blog in the sidebar. There really isn&#8217;t anything [...]]]></description>
			<content:encoded><![CDATA[<p align="left">This certainly isn&#8217;t my area of expertise, but I&#8217;ve been trying to figure out a way to integrate the <a title="Language Switcher" href="http://poplarware.com/languageplugin.html" target="_blank">Language Switcher</a> plugin with a widget-enabled theme. As this hasn&#8217;t yet been implemented, I <span style="text-decoration: line-through;">copied</span> wrote the simplest of Widgets which will list the available languages on your blog in the sidebar.</p>
<p align="left">There really isn&#8217;t anything special here, but for people even more hesitant with code than I am, pop this file into the <em>wp-content/plugins/</em> folder of your WordPress installation, and then enable it via the <strong>Plugins</strong> admin page. You should then find the Widget available in the <strong>Presentation</strong> -&gt; <strong>Sidebar Widgets</strong> admin page. At the moment, the Widget will display your available languages listed only by name. I&#8217;m still learning how to allow this to be changed from within the <strong>Sidebar Widgets</strong> page.</p>
<p align="left">Click <a title="Language Switcher Widget v1.0" href="http://www.amindatplay.eu/wp-content/uploads/2007/03/langswitch-widget.zip">here</a> to download Language Switcher Widget v1.0.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amindatplay.eu/2007/03/29/langswitcherwidget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A few funky Firefox plugins</title>
		<link>http://www.amindatplay.eu/2007/03/26/a-few-funky-firefox-plugins/</link>
		<comments>http://www.amindatplay.eu/2007/03/26/a-few-funky-firefox-plugins/#comments</comments>
		<pubDate>Mon, 26 Mar 2007 01:08:26 +0000</pubDate>
		<dc:creator>Fips</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[firefox plugins]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[sage]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[stumbleupon]]></category>

		<guid isPermaLink="false">http://www.amindatplay.eu/2007/03/26/a-few-funky-firefox-plugins/</guid>
		<description><![CDATA[Happily, one of the best things about the Mozilla Foundation&#8217;s flagship browser Firefox, is the sheer breadth of additional functionality provided by an active development community in the form of addons or plugins. There&#8217;s a great range in terms of ease-of-use, function and stability, some which are so useful as to almost warrant standard inclusion, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.amindatplay.eu/wp-content/uploads/2007/03/firefox-logo.png" alt="Firefox Logo" align="right" />Happily, one of the best things about the Mozilla Foundation&#8217;s flagship browser Firefox, is the sheer breadth of additional functionality provided by an active development community in the form of addons or plugins. There&#8217;s a great range in terms of ease-of-use, function and stability, some which are so useful as to almost warrant standard inclusion, others merely worth playing with from time to time. It should be noted of course that adding plugins can cause problems with Firefox&#8217;s stability and security, though many of those listed are fairly mature projects and should not pose much of a risk. Here are a few I&#8217;ve dabbled with from time to time:</p>
<p><strong>Adblock</strong> or <strong>Adblock Plus</strong> &#8211; There&#8217;s fair advertising, and then there&#8217;s frankly unreasonable advertising. I can see the merits of allowing sites to earn funding through the placement of adverts related to their products, whether they come from Google or elsewhere, but some web adverts go too far. The popup plague of yesteryear might have been largely beaten back, but that doesn&#8217;t prevent wiley coders from placing wholly obtrusive flash adverts in every nook they can find. Unfortunately their actions can only serve to give web advertising a bad reputation, and drive people to finding ways of blocking adverts wholesale, obtrusive or otherwise. Of course there will always be a small minority of web users who cannot stand to see web adverts in any form, but for their purposes, and the folks seeking refuge from the advertising bombardment, Adblock/<a title="Adblock Plus" href="https://addons.mozilla.org/firefox/addon/1865" target="_blank">Adblock Plus</a> will fulfil their every need.</p>
<p>To tell the truth, the history of these two projects confuses me, save to say that at one time or another one or both of these plugins has been under development. As I understand the current situation, Adblock Plus is the more highly recommended, as it&#8217;s more heavily featured, comes with some default filters to subscribe to which can get rid of most adverts with the minimum of fuss for the end user, and has a much reduced resource footprint to boot (pardon the pun).<br />
<span id="more-98"></span></p>
<p><strong>BugMeNot</strong> &#8211; It&#8217;s a bit of a misnomer to include this in the list, since as a plugin it merely allows Firefox to hook directly into a particular website. Nevertheless, the idea behind the project is sound &#8211; to get round all those niggling little registration requirements which many sites use to restrict access to content. You know the sort—&#8217;Register here &#8211; it&#8217;s free!&#8217; Which begs the question, if it&#8217;s free, why do I need to register? Bugmenot.com offers end users a way to take a stand against this requirement, allowing them to log in to sites using generic, registered accounts. It does not include paid sites, since the purpose is to simply avoid the need to register for further content. imdb offers a perfect example of this kind of behaviour—if you want to read comments about entries on their system, you need to register. As bugmenot.com <a title="bugmenot.com" href="http://www.bugmenot.com/faq.php#03" target="_blank">explains</a>, you might consider this compulsory registration a breach of privacy, if you even fill it in truthfully! <a title="BugMeNot" href="http://roachfiend.com/archives/2005/02/07/bugmenot/" target="_blank">This little plugin</a> integrates bugmenot.com&#8217;s functionality into Firefox&#8217;s right-click context menu.</p>
<p><strong>Clipmarks</strong> &#8211; Another website-based plugin, though this time the functionality is all that more apparent. Click a button and the <a title="Clipmarks" href="https://addons.mozilla.org/firefox/1407/" target="_blank">Clipmarks plugin</a> will allow you to highlight sections of a webpage that are of interest, be they sections of text, links, pictures or video. These clippings are then saved to <a title="Clipmarks" href="http://clipmarks.com/" target="_blank">Clipmarks</a>&#8216; website, which requires registration and attempts to act like another social hub along the lines of StumbleUpon (featured later), although clippings can be saved both publicly and privately, and doesn&#8217;t require much information from the user. With all of these clippings fully searchable, the website offers to act as an online scrapbook, doing away with wholesale bookmarking to really collect only the most necessary scraps of information. The service also offers a way of sending clippings directly to a blog post, something I haven&#8217;t experimented with yet, although it might be worth exploring.</p>
<p><strong>CustomizeGoogle</strong> &#8211; If you use Google as your primary search engine, but sometimes find yourself wanting a second opinion, <a title="CustomizeGoogle" href="https://addons.mozilla.org/firefox/743/" target="_blank">CustomizeGoogle</a> might be the answer. The plugin will offer links to other major search engines directly within the Google search, allowing you to quickly check the other options. But that&#8217;s only the beginning! You can also remove adverts, filter out websites of your choice from search results, increase privacy by randomising your Google userid, have suggestions offered whilst typing out a search string, amongst others, and all options can be chosen from a simple menu. Extremely useful and well-featured plugin—I won&#8217;t use Google without it!</p>
<p><strong>Dog Ears</strong> &#8211; A bit of a throwaway plugin, though could come in quite handy. Basically, <a title="Dog Ears" href="http://yellow5.us/firefox/dogears/" target="_blank">Dog Ears</a> allows you to leave little markers on web pages, particularly useful to mark your reading place on a long webpage, though it is open to other applications. Works best with Firefox 2.0 and above, as dog ears are saved by default even when you close or navigate away from that page.</p>
<p><strong>DownloadThemAll!</strong> &#8211; Probably the weakest link in Firefox&#8217;s armour at the moment is its default handling of downloads, which makes <a title="DownloadThemAll!" href="https://addons.mozilla.org/firefox/201/" target="_blank">DownloadThemAll!</a> a superb plugin to install for starters. Pausing and resuming are simply handled, as are multipart downloads to increase speeds (though this has always caused problems with certain websites). Probably its greatest strength is the ability to use it to glean links from a page, and filter out the ones to be downloaded to a location on your machine. All of this is of course fully customisable.</p>
<p><strong>Firebug</strong> &#8211; One for the developers, <a title="Firebug" href="https://addons.mozilla.org/firefox/1843/" target="_blank">Firebug</a> allows the end-user to view, edit and debug the CSS, JavaScript or HTML of the sites visited, allowing for on-the-fly updates and alterations, a handy way to test changes and isolate a variety of problems. An extremely handy yet unobtrusive tool for webmasters and designers alike.</p>
<p><strong>FireFTP</strong> &#8211; I&#8217;ll be honest, I haven&#8217;t actually used Internet Explorer 7 in order to tell how good its FTP functionality really is, but my experiences with previous incarnations of the browser put me off altogether! Its abysmal handling of this simple protocol put me off ever using a web browser to handle FTP again, instead opting for a standalone client (the current favourite in this regard being <a title="FileZilla" href="http://filezilla.sourceforge.net/" target="_blank">FileZilla</a>). Whilst I still rely on this program for most FTP stuff as the protocol seems to be quite susceptible to security risks, <a title="FireFTP" href="https://addons.mozilla.org/firefox/684/" target="_blank">FireFTP</a> offers a decent, secure (so far), and most importantly convenient client for those minor FTP needs, particularly for browsing repositories anonymously.</p>
<p><strong>FlashGot</strong> &#8211; If you want something like DownloadThemAll! (DTA) mentioned above, but already have a favourite download manager, <a title="FlashGot" href="https://addons.mozilla.org/firefox/220/" target="_blank">FlashGot</a> is probably the thing for you. With similar functionality to DTA, FlashGot allows for one, multiple or all links on a page to be downloaded quickly, fully integrated with a range of popular download managers. It also features an interesting gallery builder, synthesising media from scattered pages for easy downloading, though this is not something I&#8217;ve actually used.</p>
<p><strong>Foxmarks</strong> &#8211; For people who want to access their bookmarks, regardless of where they are or which computer they are using, <a title="Foxmarks" href="https://addons.mozilla.org/firefox/2410/" target="_blank">Foxmarks</a> has the answer. It works in the background to save all those favourite links on a central server, and by either logging in with the Foxmarks plugin or using the web interface, those links can be easily accessed, wherever the user. Of course, privacy might be of concern here, although it seems to be possible to use a 3rd party server for storing links. I normally just move the entire Firefox folder around between computers (including all plugins, cookies, links, the full shebang), but this plugin might just change my habits.</p>
<p><strong>Greasemonkey</strong> &#8211; Perhaps the most confusing and yet most useful plugin on the list, <a title="Greasemonkey" href="http://addons.mozilla.org/firefox/748/" target="_blank">Greasemonkey</a> takes a little explaining for non-technical users. Essentially, it allows users to write small pieces of script which can alter the appearance or function of a website or selection of sites. Whilst this might be beyond the average user, there is a nice <a title="Userscripts.org" href="http://userscripts.org/" target="_blank">repository</a> of user-made scripts to browse and select from. There is a massive variety, but to give some simple examples from what I&#8217;ve sampled, the plugin can be used to alter currencies displayed on major websites, updated according to the exchange rate, change the display of images on websites or Google image search results, or add buttons to the display of a user&#8217;s profile on eBay to show highlight certain characteristics. A tweaker&#8217;s dream!</p>
<p><strong>Sage</strong> &#8211; Probably one of the simplest and best plugins listed here, <a title="Sage" href="https://addons.mozilla.org/firefox/77/" target="_blank">Sage</a> is a lightweight RSS and Atom aggregator, which integrates nicely with Firefox&#8217;s Live Bookmarks facility. There&#8217;s not a lot to say beyond that, since it does what it says on the tin, and not a lot more. If I had one criticism, it would be the slightly clumsy method proposed for changing the way feeds are presented, although a nice little collection of styles is <a title="Sage Styles" href="http://sage.mozdev.org/styles/" target="_blank">available</a>, with instructions for using them.</p>
<p><strong>SearchStatus</strong> &#8211; <a title="SearchStatus" href="http://www.quirk.biz/searchstatus/" target="_blank">This</a> is only a small plugin and might be disappearing from my plugins list soon, but it offers a neat little summary of roughly how popular a website is based on its search scores in Google and Alexa, amongst others, although it is aimed more at the search engine market than the average end-user. Note that the current version (1.18) caused a problem for me, whereby popup windows were incorrectly sized, depending on where the SearchStatus toolbar was situated.</p>
<p><strong>Session Manager</strong> &#8211; If you&#8217;re always closing links accidentally, or shutting down Firefox without saving your bookmarks, <a title="Session Manager" href="https://addons.mozilla.org/firefox/2324/" target="_blank">Session Manager</a> can act as your safety net. It will remember recently closed tabs and windows, and create a backup of your last Firefox &#8216;session&#8217; to be restored after a crash or otherwise, and of course both of these settings can be tweaked to allow for saving a greater or smaller number of tabs or sessions. A very handy tool for the clumsy browser.</p>
<p><strong>Smart Bookmarks</strong> &#8211; If you find you have too many bookmarks for Firefox&#8217;s Bookmark Toolbar, this simple little plugin has the answer. Put simply, <a title="Smart Bookmarks" href="https://addons.mozilla.org/firefox/4072/" target="_blank">Smart Bookmarks</a> reduces the labels for bookmarks right down to their favicon.ico files, that little image which appears next to a web address in most modern browsers, with an option to have the bookmark name displayed when the mouse rolls over them. Although it isn&#8217;t universal, the plugin is compatible with a fair selection of custom Firefox themes, and this selection will no doubt expand. Using just a fraction of the size of an average bookmark name, that Bookmark Toolbar can now be comfortably home to a great many more frequently used bookmarks.</p>
<p><strong>StumbleUpon</strong> &#8211; Just one more plugin that&#8217;s about integrating website functionality into Firefox, and this time for entertainment. <a title="StumbleUpon" href="http://www.stumbleupon.com/" target="_blank">StumbleUpon</a> offers a way for users to randomly discover new websites related to their fields of interest, rate them, and submit new ones for others to peruse. The <a title="StumbleUpon plugin" href="https://addons.mozilla.org/firefox/138/" target="_blank">plugin</a> simply integrates this into Firefox&#8217;s casing, and although the default setup can make the browser look more than a little clumsy, that won&#8217;t be the only reason you&#8217;ll wish you never installed it—that Stumble! button is a productivity <em>killer</em>!</p>
<p><strong>Web Developer</strong> &#8211; Similar to the Firebug plugin mentioned above, <a title="Web Developer" href="https://addons.mozilla.org/firefox/60/" target="_blank">Web Developer</a> offers a context menu to access all of the wires and workings behind your websites, find problems and test new code. Its documentation isn&#8217;t quite up to standard yet, but the functionality appears to be there.</p>
<p>Of course, this is just a short sample of the plugins available, and Greasemonkey alone opens the door to thousands of others, not to mention the ability to integrate a variety of different search engines right within Firefox&#8217;s default context menus. Nevertheless, these are the ones I&#8217;ve come to have installed at this moment in time, some of which get installed by default whenever I install Firefox (such as Adblock, CustomizeGoogle and Sage)—others are merely enjoying their &#8216;trial&#8217; period, and with such an active development community, I&#8217;ve no doubt they won&#8217;t be the last!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amindatplay.eu/2007/03/26/a-few-funky-firefox-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Audiobook showcase</title>
		<link>http://www.amindatplay.eu/2007/03/20/audiobook-showcase/</link>
		<comments>http://www.amindatplay.eu/2007/03/20/audiobook-showcase/#comments</comments>
		<pubDate>Tue, 20 Mar 2007 17:52:00 +0000</pubDate>
		<dc:creator>Fips</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[audiobooks]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://www.amindatplay.eu/2007/03/20/audiobook-showcase/</guid>
		<description><![CDATA[Another site for those lovers of audiobooks. Podiobooks offers a way for authors to showcase their talent for free, parcelling up their work into episodes which can be delivered via podcast or downloaded manually from the website. Whilst listening to the books is free, the website recommends users to donate, as 75% of donations goes [...]]]></description>
			<content:encoded><![CDATA[<p>Another site for those lovers of audiobooks. <strong>Podiobooks</strong> <a title="Podiobooks" href="http://www.podiobooks.com/" target="_blank">offers</a> a way for authors to showcase their talent for free, parcelling up their work into episodes which can be delivered via podcast or downloaded manually from the website. Whilst listening to the books is free, the website recommends users to donate, as 75% of donations goes straight to the authors themselves, which they regard as a much more equitable way for authors to market their abilities. It also offers something of a return to the serialisation of novels so popular in the past; subscribe to the book(s) of your choice via RSS and listen to the podcast via your favourite media player, or upload to an mp3 player to listen on the move.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amindatplay.eu/2007/03/20/audiobook-showcase/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving your WordPress blog</title>
		<link>http://www.amindatplay.eu/2007/03/17/moving-your-wordpress-blog/</link>
		<comments>http://www.amindatplay.eu/2007/03/17/moving-your-wordpress-blog/#comments</comments>
		<pubDate>Sat, 17 Mar 2007 13:37:48 +0000</pubDate>
		<dc:creator>Fips</dc:creator>
				<category><![CDATA[The Web]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wpg2]]></category>

		<guid isPermaLink="false">http://www.amindatplay.eu/2007/03/17/moving-your-wordpress-blog/</guid>
		<description><![CDATA[As I found recently, if you&#8217;re planning on moving your WordPress blog around on your server or domain there are a few things to be aware of. Most importantly, do not move the blog before setting up the WordPress for the new location! Go to the admin section of your blog, select and find the [...]]]></description>
			<content:encoded><![CDATA[<p>As I found recently, if you&#8217;re planning on moving your WordPress blog around on your server or domain there are a few things to be aware of. Most importantly, do not move the blog before setting up the WordPress for the new location!</p>
<ol>
<li>Go to the admin section of your blog, select and find the <strong>Options</strong> &gt; <strong>General</strong> panel.</li>
<li>Change the <strong>WordPress address</strong> and <strong>Blog address</strong> entries to reflect the new location of your blog.</li>
<li><strong>Update<em> </em></strong>your blog, and do not worry if there appear to be problems, simply log out.</li>
<li>Delete the wp-content/cache folder from your WordPress installation (if it exists).</li>
<li>Move the WordPress files to their new location, including all subdirectories.</li>
<li>If you use Permalinks, update them via the <strong>Options</strong> &gt; <strong>Permalinks</strong> panel.</li>
<li>Update the settings for any plugins which require addresses which have changed.</li>
<li>Navigate to your new blog address and check everything is working.</li>
</ol>
<p>Whilst this should update most of your settings to reflect the blog&#8217;s new location, some problems might arise with links and images, particularly relative links if you have changed the blog&#8217;s location within a single domain. If this is the case it would be easiest to edit the links en mass via the SQL database, however if this affects only a small number of posts it could prove simpler to edit these manually.</p>
<p>Note: WPG2 users might find the <strong>WPG2 Plugin</strong> page on their WordPress page reports everything successful, yet their embedded gallery page attempts to find images under the old structure. In this case, <strong>Show/Hide Manual Configuration Form</strong> will display the entries which need manually updating to reflect the blog&#8217;s new location.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amindatplay.eu/2007/03/17/moving-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Other ways to read</title>
		<link>http://www.amindatplay.eu/2007/03/16/other-ways-to-read/</link>
		<comments>http://www.amindatplay.eu/2007/03/16/other-ways-to-read/#comments</comments>
		<pubDate>Thu, 15 Mar 2007 23:19:06 +0000</pubDate>
		<dc:creator>Fips</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[audiobooks]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://www.amindatplay.eu/2007/03/16/other-ways-to-read/</guid>
		<description><![CDATA[Just a late addition to the recent list of book-related websites, for those who enjoy audiobooks the LibriVox website offers readings of books in the public domain, read by volunteers. A few problems with the online catalog system when I checked it meant that it was difficult to simply browse for titles, but there appears [...]]]></description>
			<content:encoded><![CDATA[<p>Just a late addition to the recent <a href="http://www.amindatplay.eu/2007/03/02/new-ways-to-read/" title="New ways to read">list</a> of book-related websites, for those who enjoy audiobooks the <strong>LibriVox</strong> <a href="http://librivox.org/" title="LibriVox" target="_blank">website</a> offers readings of books in the public domain, read by volunteers. A few problems with the online catalog system when I checked it meant that it was difficult to simply browse for titles, but there appears to be plenty of variety in what&#8217;s available, and probably most of what&#8217;s available on <a href="http://www.gutenberg.org/" title="Project Gutenberg" target="_blank">Project Gutenberg</a> will end up there.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amindatplay.eu/2007/03/16/other-ways-to-read/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New ways to read</title>
		<link>http://www.amindatplay.eu/2007/03/02/new-ways-to-read/</link>
		<comments>http://www.amindatplay.eu/2007/03/02/new-ways-to-read/#comments</comments>
		<pubDate>Fri, 02 Mar 2007 19:10:17 +0000</pubDate>
		<dc:creator>Fips</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://www.amindatplay.eu/2007/03/02/new-ways-to-read/</guid>
		<description><![CDATA[Amongst the plethora of new and interesting websites which crop up every month, there were a few which caught my eye recently that weren&#8217;t related to the usual photos, videos and blogs. Instead they were related to books, and whilst no doubt most of the websites won&#8217;t take off, there were some interesting ideas among [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignleft" style="width: 160px"><img src="http://www.amindatplay.eu/wp-content/uploads/2007/03/books.jpg" alt="Books" width="150" height="255" align="left" /><p class="wp-caption-text">Books</p></div>
<p>Amongst the plethora of new and interesting websites which crop up every month, there were a few which caught my eye recently that weren&#8217;t related to the usual photos, videos and blogs. Instead they were related to books, and whilst no doubt most of the websites won&#8217;t take off, there were some interesting ideas among them.</p>
<p><strong>British Library</strong> &#8211; Alright, so the first link isn&#8217;t exactly a new idea, but the British Library have recently unveiled their <a title="British Library" href="http://www.bl.uk/" target="_blank">new website</a>, with a particular emphasis on its new search capabilities to retrieve results from its increasing online resources.</p>
<p><strong>What Shall I Read Next</strong> &#8211; <a title="What Shall I Read Next?" href="http://www.whatshallireadnext.com/" target="_blank">This</a> website does exactly what it says on the tin. Type in a book title or author you read recently, and up comes a list of recommendations based on what titles others have read together. However, the system relies on a wide range of users for offering recommendations beyond the most popular titles, and as is mentioned <a title="The Art, Science and Business of Recommendation Engines" href="http://www.readwriteweb.com/archives/recommendation_engines.php" target="_blank">here</a>, the chances of catching up with the years of data a website like Amazon have accumulated in order to provide reading recommendations is quite slim.</p>
<p><strong>BookMooch</strong> &#8211; BookMooch <a title="Bookmooch" href="http://bookmooch.com/" target="_blank">offers</a> a different approach to &#8216;peer-to-peer sharing&#8217;, and takes what some might consider a logical step. The idea is that readers can swap titles they&#8217;ve read with other users, paying only the cost of postage, whilst simultaneously being able to search for titles they would like to receive. A points system is in place to assure the credibility of its users, and to help readers find worthy homes for their old books. Whilst there is still room for abuse, the system employs some safe guards regarding ratios and feedback comments to prevent fraud. Overall a pretty interesting idea, the basis for a small book-bartering economy.</p>
<p><strong>Full Books</strong> &#8211; On the other hand, if you can&#8217;t wait for the postman to deliver your next read, you could always head <a title="Full Books" href="http://www.fullbooks.com/" target="_blank">here</a> for something to tide you over. The listed titles are quite varied, some might say even random, and the website seems quite sparse otherwise, with titles published in standard HTML format. Probably not the best place to go first if you&#8217;re looking for a work that&#8217;s out of copyright.</p>
<p><strong>Bookalizer</strong> &#8211; The final <a title="Bookalizer" href="http://www.bookalizer.com/">site</a> on this list isn&#8217;t technically to do with reading, but instead a method for making a little money out of readers! Essentially it offers an easy way to generate Amazon book adverts for your website according to either page content or your own criteria, by specifying key words or product IDs. Using Amazon&#8217;s associates programme, the clicks generated can give your website a little bit of income, or else go to some predetermined &#8216;good cause&#8217;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amindatplay.eu/2007/03/02/new-ways-to-read/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

