<?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>Artiss.co.uk &#187; PHP</title> <atom:link href="http://www.artiss.co.uk/tag/php/feed" rel="self" type="application/rss+xml" /><link>http://www.artiss.co.uk</link> <description>Geek up your life</description> <lastBuildDate>Fri, 10 Feb 2012 13:24:33 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel='hub' href='http://www.artiss.co.uk/?pushpress=hub'/> <cloud
domain='www.artiss.co.uk' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' /><link
rel="http://api.friendfeed.com/2008/03#sup" xmlns="http://www.w3.org/2005/Atom" type="application/json" href="http://friendfeed.com/api/public-sup.json#0f8212437d"/> <item><title>Copying to clipboard in WordPress</title><link>http://www.artiss.co.uk/2011/10/copying-to-clipboard-in-wordpress?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=copying-to-clipboard-in-wordpress</link> <comments>http://www.artiss.co.uk/2011/10/copying-to-clipboard-in-wordpress#comments</comments> <pubDate>Tue, 25 Oct 2011 09:07:19 +0000</pubDate> <dc:creator>David Artiss</dc:creator> <category><![CDATA[Web Development]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[Clipboard]]></category> <category><![CDATA[Copy+]]></category> <category><![CDATA[Flash]]></category> <category><![CDATA[JavaScript]]></category> <category><![CDATA[jQuery]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[Plugin]]></category> <category><![CDATA[Script]]></category> <category><![CDATA[ZClip]]></category> <category><![CDATA[ZeroClipboard]]></category> <guid
isPermaLink="false">http://www.artiss.co.uk/?p=6518</guid> <description><![CDATA[I was recently asked, as a commercial request, to create a WordPress plugin that would allow users to click a button and copy text the clipboard. It seemed an easy enough thing to do &#8211; 2 weeks later, though, and I&#8217;ve thrown in the towel. Using JavaScript to capture contents is the easy bit &#8211; [...]
Related posts:<ol><li><a
href='http://www.artiss.co.uk/2010/10/add-filehippo-updates-to-your-wordpress-sidebar' rel='bookmark' title='Add FileHippo Updates to your WordPress Sidebar'>Add FileHippo Updates to your WordPress Sidebar</a> <small>Ok, you can add this wherever you want, but it looks particularly nice in your sidebar. FileHippo provide a handy way to return a list...</small></li><li><a
href='http://www.artiss.co.uk/2010/08/simple-content-reveal-wordpress-plugin-updated' rel='bookmark' title='Simple Content Reveal – WordPress Plugin Updated'>Simple Content Reveal – WordPress Plugin Updated</a> <small>Two new versions of Simple Content Reveal have been released this week. Version 1.1 improved the way that the JavaScript was added to your blog...</small></li></ol>]]></description> <content:encoded><![CDATA[<p><img
class="alignright size-full wp-image-6675" title="Clipboard" src="http://www.artiss.co.uk/wp-content/uploads/2011/10/Clipboard.png" alt="" width="250" height="176" />I was recently asked, as a commercial request, to create a WordPress plugin that would allow users to click a button and copy text the clipboard. It seemed an easy enough thing to do &#8211; 2 weeks later, though, and I&#8217;ve thrown in the towel.</p><p>Using JavaScript to capture contents is the easy bit &#8211; adding it to the clipboard is a lot more difficult. IE has a JavaScript command built in, other browsers vary. Unfortunately, other browsers (e.g. Firefox) also restrict this ability for security reasons. This is because the ability to write to the clipboard also comes with the ability to read from it as well &#8211; quite why this functionality can&#8217;t be detached and restrict just the reading I don&#8217;t know.</p><p>So, using JavaScript is problematic.</p><p>Thankfully I&#8217;m not the first to come across this problem and a third party script named <a
title="ZeroClipboard" href="http://code.google.com/p/zeroclipboard/" target="_blank">ZeroClipboard</a> is available. This uses Flash to update the clipboard, which doesn&#8217;t have the same security limitations. Of course if you&#8217;re viewing from a device that doesn&#8217;t support Flash (cough, splutter, iPad, iPhone, cough) then you&#8217;re still out of luck. None-the-less this seemed a perfect solution.</p><p>Unfortunately, my limited JavaScript skills failed me &#8211; I found the program to be over-complex for what I needed and failed to be able to get it to work.</p><p>At this point I found an alternative &#8211; <a
href="http://code.google.com/p/zeroclipboard/" target="_blank">ZClip</a> uses ZeroClipboard but is controlled via <a
title="JQuery" href="http://jquery.com/" target="_blank">JQuery</a> (which is built into WordPress) and provide a much easier and friendly method of access.</p><p>I was now in a position where I had a working plugin. Until I used Admin Bar. That seemed to affect the positioning of the Flash overlay so you had to click slightly above the &#8220;Copy to clipboard&#8221; button to get it to work.</p><p>The customer, though, didn&#8217;t have an issue with this and I could only hope that they didn&#8217;t have anything else within their theme or plugins that could affect it in this way (I did try contacting the developer of Zclip but got no response).</p><p>What really ended it all though was the limited way of capturing text in zclip, which I hadn&#8217;t appreciated earlier on. ZClip can capture in 2 ways &#8211; from static fields (e.g. the text between a SPAN) or dynamic (e.g. from a field). The first doesn&#8217;t capture any formatting, even paragraph breaks &#8211; returning everything as one long line of text. The second did, but by capturing the HTML.</p><p>The customer wanted the customer to be able to copy to the clipboard long paragraphs of text &#8211; neither offered a neat solution to this.</p><p>Then I gave up. One day I may return to it &#8211; certainly ZeroClipboard will probably allow me to do what I need it to, but I&#8217;ll have to get my head around how to first.</p><p><a
href="http://api.addthis.com/oexchange/0.8/forward/delicious/offer?url=http://www.artiss.co.uk/2011/10/copying-to-clipboard-in-wordpress&amp;title=Copying+to+clipboard+in+WordPress" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/delicious.png" alt="Delicious" title="Delicious" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/digg/offer?url=http://www.artiss.co.uk/2011/10/copying-to-clipboard-in-wordpress&amp;title=Copying+to+clipboard+in+WordPress" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/digg.png" alt="Digg" title="Digg" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/facebook/offer?url=http://www.artiss.co.uk/2011/10/copying-to-clipboard-in-wordpress&amp;title=Copying+to+clipboard+in+WordPress" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/facebook.png" alt="Facebook" title="Facebook" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.artiss.co.uk/2011/10/copying-to-clipboard-in-wordpress&amp;title=Copying+to+clipboard+in+WordPress" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/linkedin.png" alt="LinkedIn" title="LinkedIn" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/reddit/offer?url=http://www.artiss.co.uk/2011/10/copying-to-clipboard-in-wordpress&amp;title=Copying+to+clipboard+in+WordPress" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/reddit.png" alt="reddit" title="reddit" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/stumbleupon/offer?url=http://www.artiss.co.uk/2011/10/copying-to-clipboard-in-wordpress&amp;title=Copying+to+clipboard+in+WordPress" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/stumbleupon.png" alt="StumbleUpon" title="StumbleUpon" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/twitter/offer?url=http://www.artiss.co.uk/?p=6518&amp;title=Copying+to+clipboard+in+WordPress" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/twitter.png" alt="Twitter" title="Twitter" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="mailto:?subject=Copying%20to%20clipboard%20in%20WordPress&amp;body=http%3A%2F%2Fwww.artiss.co.uk%2F2011%2F10%2Fcopying-to-clipboard-in-wordpress" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/email.png" alt="Email" title="Email" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/printfriendly/offer?url=http://www.artiss.co.uk/2011/10/copying-to-clipboard-in-wordpress&amp;title=Copying+to+clipboard+in+WordPress" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/printfriendly.png" alt="Print Friendly" title="Print Friendly" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a></p><p>Related posts:<ol><li><a
href='http://www.artiss.co.uk/2010/10/add-filehippo-updates-to-your-wordpress-sidebar' rel='bookmark' title='Add FileHippo Updates to your WordPress Sidebar'>Add FileHippo Updates to your WordPress Sidebar</a> <small>Ok, you can add this wherever you want, but it looks particularly nice in your sidebar. FileHippo provide a handy way to return a list...</small></li><li><a
href='http://www.artiss.co.uk/2010/08/simple-content-reveal-wordpress-plugin-updated' rel='bookmark' title='Simple Content Reveal – WordPress Plugin Updated'>Simple Content Reveal – WordPress Plugin Updated</a> <small>Two new versions of Simple Content Reveal have been released this week. Version 1.1 improved the way that the JavaScript was added to your blog...</small></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.artiss.co.uk/2011/10/copying-to-clipboard-in-wordpress/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>WordPress Tips</title><link>http://www.artiss.co.uk/2011/05/wordpress-tips?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-tips</link> <comments>http://www.artiss.co.uk/2011/05/wordpress-tips#comments</comments> <pubDate>Tue, 10 May 2011 18:27:02 +0000</pubDate> <dc:creator>David Artiss</dc:creator> <category><![CDATA[Wordpress]]></category> <category><![CDATA[Custom]]></category> <category><![CDATA[Home]]></category> <category><![CDATA[MySQL]]></category> <category><![CDATA[Page]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[Random]]></category> <category><![CDATA[Tip]]></category> <guid
isPermaLink="false">http://www.artiss.co.uk/?p=5359</guid> <description><![CDATA[WordPress is powered by PHP and MySQL which is an open resource blog gizmo and a publishing platform as well. WordPress have many features like plug-in architecture and a template system. Actually, WordPress has been widely by thousands of biggest websites in the World Wide Web. For sure as computer enthusiasts, you have already come [...]
Related posts:<ol><li><a
href='http://www.artiss.co.uk/2011/02/wordpress-function-get_the_shortlink' rel='bookmark' title='WordPress function get_the_shortlink'>WordPress function get_the_shortlink</a> <small>Many WordPress functions have a standard version which outputs the results directly and an additional version prefixed with get_ that returns the output &#8211; useful...</small></li><li><a
href='http://www.artiss.co.uk/2010/10/two-wordpress-plugin-updates' rel='bookmark' title='Two WordPress Plugin Updates'>Two WordPress Plugin Updates</a> <small>Two of my WordPress plugins have been updated&#8230; Simple Feed List now works from a shortcode as well the PHP function call. This means you...</small></li><li><a
href='http://www.artiss.co.uk/2010/08/simple-draft-list-wordpress-plugin-updated' rel='bookmark' title='Simple Draft List WordPress Plugin Updated'>Simple Draft List WordPress Plugin Updated</a> <small>My WordPress plugin, Simple Draft List, has been updated. Until now it&#8217;s been of use to display draft posts on your site. However, I&#8217;ve now...</small></li></ol>]]></description> <content:encoded><![CDATA[<div
class="blockbox"><p>This article is provided by Kevin Moor who writes for different  sites, which inter alias are working to find better <a
href="http://www.registry-repair-tools.net/" target="_blank">registry  repair</a>.</p></div><p>WordPress is powered by PHP and MySQL which is an open resource blog gizmo and a publishing platform as well. WordPress have many features like plug-in architecture and a template system. Actually, WordPress has been widely by thousands of biggest websites in the World Wide Web.</p><p>For sure as computer enthusiasts, you have already come across on any feature from a blog. You may wonder how you can get this in your WordPress blog. You do not need to worry anymore because here are some tips that you will absolutely find it effective and very useful.</p><ul><li><strong>Use Custom Page as your Home Page in WordPress</strong><br
/> This is the first thing that you must have to know on how to create a custom page. There is a need for you to duplicate your page.php or you can create a new .php file and enter the following code at the very top of it: <code>&lt;!--?php /* Template Name: WPBeginnerT1 */ ?--&gt;</code>.You may change the name of the template and can even change the style on the page depending on your preference. Just go to your WordPress admin panel and choose your desired template. You will then have to publish this page and go to Settings and select Reading in the admin panel. Choose the page to be your homepage and you can now have a Custom Home Page.</li><li><strong>Create a Page that Displays Random Posts</strong><br
/> For sure you have seen this cool feature somewhere on web site, right? Want to try this cool feature for your site? Simply paste the following code on your custom page template:&nbsp;</p><pre>&lt;?php
query_posts(array('orderby' =&gt; 'rand', 'showposts' =&gt; 1));
if (have_posts()) :
while (have_posts()) : the_post(); ?&gt;
&lt;h1&gt;&lt;a href="&lt;?php the_permalink() ?&gt;"&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h1&gt;
&lt;?php the_content(); ?&gt;
&lt;?php endwhile;
endif; ?&gt;</pre></li><li><strong>Display External RSS Feed on Your Site</strong><br
/> Have you noticed bloggers who display their blogs on other’s web site? Do you want to try it too, to earn extra traffic on your website? To do this, just paste the following code in your theme:</p><pre>&lt;?php include_once(ABSPATH.WPINC.'/feed.php');
$rss = fetch_feed('http://feeds.feedburner.com/wpbeginner');
$maxitems = $rss-&gt;get_item_quantity(5);
$rss_items = $rss-&gt;get_items(0, $maxitems);
?&gt;
&lt;ul&gt;
&lt;?php if ($maxitems == 0) echo '&lt;li&gt;No items.&lt;/li&gt;';
else
// Loop through each feed item and display each item as a hyperlink.
foreach ( $rss_items as $item ) : ?&gt;
&lt;li&gt;
&lt;a href='&lt;?php echo $item-&gt;get_permalink(); ?&gt;'
title='&lt;?php echo 'Posted '.$item-&gt;get_date('j F Y | g:i a'); ?&gt;'&gt;
&lt;?php echo $item-&gt;get_title(); ?&gt;&lt;/a&gt;
&lt;/li&gt;
&lt;?php endforeach; ?&gt;
&lt;/ul&gt;</pre></li></ul><p>These tips will surely help you. Just remember the tips and for sure your success is within reach.</p><p><a
href="http://api.addthis.com/oexchange/0.8/forward/delicious/offer?url=http://www.artiss.co.uk/2011/05/wordpress-tips&amp;title=WordPress+Tips" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/delicious.png" alt="Delicious" title="Delicious" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/digg/offer?url=http://www.artiss.co.uk/2011/05/wordpress-tips&amp;title=WordPress+Tips" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/digg.png" alt="Digg" title="Digg" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/facebook/offer?url=http://www.artiss.co.uk/2011/05/wordpress-tips&amp;title=WordPress+Tips" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/facebook.png" alt="Facebook" title="Facebook" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.artiss.co.uk/2011/05/wordpress-tips&amp;title=WordPress+Tips" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/linkedin.png" alt="LinkedIn" title="LinkedIn" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/reddit/offer?url=http://www.artiss.co.uk/2011/05/wordpress-tips&amp;title=WordPress+Tips" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/reddit.png" alt="reddit" title="reddit" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/stumbleupon/offer?url=http://www.artiss.co.uk/2011/05/wordpress-tips&amp;title=WordPress+Tips" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/stumbleupon.png" alt="StumbleUpon" title="StumbleUpon" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/twitter/offer?url=http://www.artiss.co.uk/?p=5359&amp;title=WordPress+Tips" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/twitter.png" alt="Twitter" title="Twitter" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="mailto:?subject=WordPress%20Tips&amp;body=http%3A%2F%2Fwww.artiss.co.uk%2F2011%2F05%2Fwordpress-tips" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/email.png" alt="Email" title="Email" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/printfriendly/offer?url=http://www.artiss.co.uk/2011/05/wordpress-tips&amp;title=WordPress+Tips" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/printfriendly.png" alt="Print Friendly" title="Print Friendly" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a></p><p>Related posts:<ol><li><a
href='http://www.artiss.co.uk/2011/02/wordpress-function-get_the_shortlink' rel='bookmark' title='WordPress function get_the_shortlink'>WordPress function get_the_shortlink</a> <small>Many WordPress functions have a standard version which outputs the results directly and an additional version prefixed with get_ that returns the output &#8211; useful...</small></li><li><a
href='http://www.artiss.co.uk/2010/10/two-wordpress-plugin-updates' rel='bookmark' title='Two WordPress Plugin Updates'>Two WordPress Plugin Updates</a> <small>Two of my WordPress plugins have been updated&#8230; Simple Feed List now works from a shortcode as well the PHP function call. This means you...</small></li><li><a
href='http://www.artiss.co.uk/2010/08/simple-draft-list-wordpress-plugin-updated' rel='bookmark' title='Simple Draft List WordPress Plugin Updated'>Simple Draft List WordPress Plugin Updated</a> <small>My WordPress plugin, Simple Draft List, has been updated. Until now it&#8217;s been of use to display draft posts on your site. However, I&#8217;ve now...</small></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.artiss.co.uk/2011/05/wordpress-tips/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Hosting Sites Reviews</title><link>http://www.artiss.co.uk/2011/04/hosting-sites-reviews?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hosting-sites-reviews</link> <comments>http://www.artiss.co.uk/2011/04/hosting-sites-reviews#comments</comments> <pubDate>Mon, 18 Apr 2011 06:46:45 +0000</pubDate> <dc:creator>David Artiss</dc:creator> <category><![CDATA[News]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[ASP]]></category> <category><![CDATA[Host]]></category> <category><![CDATA[Hosting]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Memset]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[Streamline.net]]></category> <category><![CDATA[Windows]]></category> <guid
isPermaLink="false">http://www.artiss.co.uk/?p=5290</guid> <description><![CDATA[Hosting Sites Reviews is a new site &#8211; it appears to have only been around for a matter of weeks &#8211; dedicated to, yes you guessed it, reviewing UK web hosting companies. There is plenty of competition already in the market and because it is so new, there aren&#8217;t any reviews available &#8211; this is [...]
Related posts:<ol><li><a
href='http://www.artiss.co.uk/2012/02/bingo-sites-join-the-social-web' rel='bookmark' title='Bingo sites join the social web'>Bingo sites join the social web</a> <small>Well, it&#8217;s been a while coming. Bingo sites in the UK seem to rely on extravagant adverts on TV with big named stars but, unlike...</small></li><li><a
href='http://www.artiss.co.uk/2011/07/streamline-hosting-2' rel='bookmark' title='Streamline Hosting'>Streamline Hosting</a> <small>Somebody once described NTL (now, Virgin Media)  to me as “excellent, until you need any help”, due to their poor support. When it comes to...</small></li><li><a
href='http://www.artiss.co.uk/2011/08/uk2-net-hosting' rel='bookmark' title='UK2.net Hosting'>UK2.net Hosting</a> <small>While I was moving  something else happened – this site’s bandwidth limit was reached and the site went down. As you can imagine, I didn’t...</small></li></ol>]]></description> <content:encoded><![CDATA[<p><img
class="alignright size-full wp-image-5293" title="Hosting Sites Reviews Screenshot" src="http://www.artiss.co.uk/wp-content/uploads/2011/04/xino.php_.jpg" alt="" width="320" height="240" />Hosting Sites Reviews is a new site &#8211; it appears to have only been around for a matter of weeks &#8211; dedicated to, yes you guessed it, reviewing <a
href="http://hostingsitesreviews.co.uk/" target="_blank">UK web hosting</a> companies.</p><p>There is plenty of competition already in the market and because it is so new, there aren&#8217;t any reviews available &#8211; this is a new site trying to get a foot on the rung. The owner doesn&#8217;t intend to contribute but, instead, rely on customer submitted reviews. This is has in common with many of the alternatives. Personally, I think this is an opportunity wasted. With so many competing sites, you really need some kind of <a
href="http://en.wikipedia.org/wiki/Unique_selling_proposition" title="Look up USP on Wikipedia" title="Look up USP on Wikipedia" target="_blank" rel="nofollow">USP</a>. Customer submitted reviews can sometimes be their own worst enemy with people complaining about issues that really weren&#8217;t the hosts problem, or giving them full scores simply because they hadn&#8217;t experienced any issues up until then. The big tech review sites ignore Web Host reviews as well, so this would be a great opportunity to have the reviews led by a single person doing a fair comparison between the alternatives.</p><p>Hosting Sites Reviews only has a handful of hosting companies on their list at the moment &#8211; this list, however, is consistent with many other sites so I wonder if it has anything to do with their affiliate schemes. If a site wants to show itself as fair and all-encompassing, it should really give the opportunity to everyone. I use <a
title="Memset" href="http://www.memset.com/?source=artisaa1" target="_blank">Memset </a>and (grumble, grumble) Streamline.net but neither are on the list (I&#8217;d love to write a review of the latter!).</p><p>But, this is a new site and I&#8217;m sure it will grow and improve over time. Already is show promise by dividing the companies into categories &#8211; green, php, <a
href="http://hostingsitesreviews.co.uk/category/windows" target="_blank">asp hosting</a>, etc. It even has it&#8217;s own Facebook page.</p><p><a
href="http://hostingsitesreviews.co.uk/" target="_blank">Website hosting</a> is rarely taken as seriously as it should be so more and more sites dedicated to the reviewing of these companies can only be a good thing.</p><p><a
href="http://api.addthis.com/oexchange/0.8/forward/delicious/offer?url=http://www.artiss.co.uk/2011/04/hosting-sites-reviews&amp;title=Hosting+Sites+Reviews" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/delicious.png" alt="Delicious" title="Delicious" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/digg/offer?url=http://www.artiss.co.uk/2011/04/hosting-sites-reviews&amp;title=Hosting+Sites+Reviews" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/digg.png" alt="Digg" title="Digg" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/facebook/offer?url=http://www.artiss.co.uk/2011/04/hosting-sites-reviews&amp;title=Hosting+Sites+Reviews" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/facebook.png" alt="Facebook" title="Facebook" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.artiss.co.uk/2011/04/hosting-sites-reviews&amp;title=Hosting+Sites+Reviews" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/linkedin.png" alt="LinkedIn" title="LinkedIn" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/reddit/offer?url=http://www.artiss.co.uk/2011/04/hosting-sites-reviews&amp;title=Hosting+Sites+Reviews" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/reddit.png" alt="reddit" title="reddit" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/stumbleupon/offer?url=http://www.artiss.co.uk/2011/04/hosting-sites-reviews&amp;title=Hosting+Sites+Reviews" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/stumbleupon.png" alt="StumbleUpon" title="StumbleUpon" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/twitter/offer?url=http://www.artiss.co.uk/?p=5290&amp;title=Hosting+Sites+Reviews" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/twitter.png" alt="Twitter" title="Twitter" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="mailto:?subject=Hosting%20Sites%20Reviews&amp;body=http%3A%2F%2Fwww.artiss.co.uk%2F2011%2F04%2Fhosting-sites-reviews" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/email.png" alt="Email" title="Email" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/printfriendly/offer?url=http://www.artiss.co.uk/2011/04/hosting-sites-reviews&amp;title=Hosting+Sites+Reviews" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/printfriendly.png" alt="Print Friendly" title="Print Friendly" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a></p><p>Related posts:<ol><li><a
href='http://www.artiss.co.uk/2012/02/bingo-sites-join-the-social-web' rel='bookmark' title='Bingo sites join the social web'>Bingo sites join the social web</a> <small>Well, it&#8217;s been a while coming. Bingo sites in the UK seem to rely on extravagant adverts on TV with big named stars but, unlike...</small></li><li><a
href='http://www.artiss.co.uk/2011/07/streamline-hosting-2' rel='bookmark' title='Streamline Hosting'>Streamline Hosting</a> <small>Somebody once described NTL (now, Virgin Media)  to me as “excellent, until you need any help”, due to their poor support. When it comes to...</small></li><li><a
href='http://www.artiss.co.uk/2011/08/uk2-net-hosting' rel='bookmark' title='UK2.net Hosting'>UK2.net Hosting</a> <small>While I was moving  something else happened – this site’s bandwidth limit was reached and the site went down. As you can imagine, I didn’t...</small></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.artiss.co.uk/2011/04/hosting-sites-reviews/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Plains laid for WordPress 3.2</title><link>http://www.artiss.co.uk/2011/03/plains-laid-for-wordpress-3-2?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=plains-laid-for-wordpress-3-2</link> <comments>http://www.artiss.co.uk/2011/03/plains-laid-for-wordpress-3-2#comments</comments> <pubDate>Sat, 19 Mar 2011 14:44:42 +0000</pubDate> <dc:creator>David Artiss</dc:creator> <category><![CDATA[Web Development]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[3.2]]></category> <category><![CDATA[IE6]]></category> <category><![CDATA[MySQL]]></category> <category><![CDATA[PHP]]></category> <guid
isPermaLink="false">http://www.artiss.co.uk/?p=5102</guid> <description><![CDATA[WordPress have given some initial details of the plans for WordPress 3.2. Rather than adding lots of new features, this release is going to concentrate on speed improvements and restricting the WordPress minimum requirements (this will allow existing code to be removed and will make adding code in future easier). The requirements changing are&#8230; PHP [...]
Related posts:<ol><li><a
href='http://www.artiss.co.uk/2011/06/wordpress-3-2-released' rel='bookmark' title='WordPress 3.2 released'>WordPress 3.2 released</a> <small>WordPress 3.2 is now available. The focus for this release was making WordPress faster and lighter. The first thing you’ll notice when you log in...</small></li><li><a
href='http://www.artiss.co.uk/2011/01/wordpress-plugin-bug-tracking' rel='bookmark' title='WordPress Plugin Bug Tracking'>WordPress Plugin Bug Tracking</a> <small>For a while I&#8217;ve been wanting to improve the bug (and enhancements) tracking for my WordPress plugins. Right now I rely noting down my ideas...</small></li><li><a
href='http://www.artiss.co.uk/2011/02/wp-relative-date-new-wordpress-plugin' rel='bookmark' title='WP Relative Date &#8211; new WordPress plugin'>WP Relative Date &#8211; new WordPress plugin</a> <small>Today I&#8217;ve launched a new WordPress plugin &#8211; WP Relative Date. This provides a much needed improvements to WordPress&#8217; ability to display relative dates (e.g....</small></li></ol>]]></description> <content:encoded><![CDATA[<p>WordPress have given <a
title="WordPress 3.2, the plan: faster, lighter" href="http://wpdevel.wordpress.com/2011/03/18/wordpress-3-2-the-plan-faster-lighter/" target="_blank">some initial details</a><img
class="alignright size-medium wp-image-5103" title="WordPress" src="http://www.artiss.co.uk/wp-content/uploads/2011/03/WordPress-300x186.png" alt="" width="300" height="186" /> of the plans for WordPress 3.2.</p><p>Rather than adding lots of new features, this release is going to concentrate on speed improvements and restricting the WordPress minimum requirements (this will allow existing code to be removed and will make adding code in future easier).</p><p>The requirements changing are&#8230;</p><ul><li>PHP 5.2.4 required &#8211; WordPress will simply be dropping support for PHP 4 (i.e. there won’t be very many new PHP 5 features added)</li><li>MySQL 5 Required &#8211; like above, WordPress will simply be dropping support for MySQL 4</li><li>Internet Explorer 6 &#8211; no more fancy IE6-only hacks. WordPress will be officially  discontinuing support for IE6 and instead providing a &#8220;use a real  browser&#8221; nag screen (something this site already has installed)</li></ul><p>With support for long-outdated technologies being dropped, they promise this will be the fastest and lightest WordPress in quite some time. To this end they will also be focussing on speed improvements all around,  including (but certainly not limited to) the Dashboard and admin menu.</p><p>Two further announced changes are&#8230;</p><ul><li>New Fullscreen Editor -  a new fullscreen editor that’s &#8220;more beautiful, more useful, and simpler.&#8221;</li><li>Better Upgrades &#8211; only changed files will be upgraded in future. Yay!</li></ul><p>WordPress have also promised faster release cycles in future (concentrating on what&#8217;s promised and not adding further changes later on).</p><p>Certainly, I&#8217;m excited by this <img
src='http://www.artiss.co.uk/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p><p><a
href="http://api.addthis.com/oexchange/0.8/forward/delicious/offer?url=http://www.artiss.co.uk/2011/03/plains-laid-for-wordpress-3-2&amp;title=Plains+laid+for+WordPress+3.2" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/delicious.png" alt="Delicious" title="Delicious" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/digg/offer?url=http://www.artiss.co.uk/2011/03/plains-laid-for-wordpress-3-2&amp;title=Plains+laid+for+WordPress+3.2" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/digg.png" alt="Digg" title="Digg" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/facebook/offer?url=http://www.artiss.co.uk/2011/03/plains-laid-for-wordpress-3-2&amp;title=Plains+laid+for+WordPress+3.2" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/facebook.png" alt="Facebook" title="Facebook" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.artiss.co.uk/2011/03/plains-laid-for-wordpress-3-2&amp;title=Plains+laid+for+WordPress+3.2" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/linkedin.png" alt="LinkedIn" title="LinkedIn" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/reddit/offer?url=http://www.artiss.co.uk/2011/03/plains-laid-for-wordpress-3-2&amp;title=Plains+laid+for+WordPress+3.2" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/reddit.png" alt="reddit" title="reddit" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/stumbleupon/offer?url=http://www.artiss.co.uk/2011/03/plains-laid-for-wordpress-3-2&amp;title=Plains+laid+for+WordPress+3.2" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/stumbleupon.png" alt="StumbleUpon" title="StumbleUpon" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/twitter/offer?url=http://www.artiss.co.uk/?p=5102&amp;title=Plains+laid+for+WordPress+3.2" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/twitter.png" alt="Twitter" title="Twitter" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="mailto:?subject=Plains%20laid%20for%20WordPress%203.2&amp;body=http%3A%2F%2Fwww.artiss.co.uk%2F2011%2F03%2Fplains-laid-for-wordpress-3-2" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/email.png" alt="Email" title="Email" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/printfriendly/offer?url=http://www.artiss.co.uk/2011/03/plains-laid-for-wordpress-3-2&amp;title=Plains+laid+for+WordPress+3.2" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/printfriendly.png" alt="Print Friendly" title="Print Friendly" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a></p><p>Related posts:<ol><li><a
href='http://www.artiss.co.uk/2011/06/wordpress-3-2-released' rel='bookmark' title='WordPress 3.2 released'>WordPress 3.2 released</a> <small>WordPress 3.2 is now available. The focus for this release was making WordPress faster and lighter. The first thing you’ll notice when you log in...</small></li><li><a
href='http://www.artiss.co.uk/2011/01/wordpress-plugin-bug-tracking' rel='bookmark' title='WordPress Plugin Bug Tracking'>WordPress Plugin Bug Tracking</a> <small>For a while I&#8217;ve been wanting to improve the bug (and enhancements) tracking for my WordPress plugins. Right now I rely noting down my ideas...</small></li><li><a
href='http://www.artiss.co.uk/2011/02/wp-relative-date-new-wordpress-plugin' rel='bookmark' title='WP Relative Date &#8211; new WordPress plugin'>WP Relative Date &#8211; new WordPress plugin</a> <small>Today I&#8217;ve launched a new WordPress plugin &#8211; WP Relative Date. This provides a much needed improvements to WordPress&#8217; ability to display relative dates (e.g....</small></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.artiss.co.uk/2011/03/plains-laid-for-wordpress-3-2/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>WordPress Plugin Bug Tracking</title><link>http://www.artiss.co.uk/2011/01/wordpress-plugin-bug-tracking?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-plugin-bug-tracking</link> <comments>http://www.artiss.co.uk/2011/01/wordpress-plugin-bug-tracking#comments</comments> <pubDate>Tue, 25 Jan 2011 16:11:03 +0000</pubDate> <dc:creator>David Artiss</dc:creator> <category><![CDATA[Web Development]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[MantisBT]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[SOAP]]></category> <guid
isPermaLink="false">http://www.artiss.co.uk/?p=4628</guid> <description><![CDATA[For a while I&#8217;ve been wanting to improve the bug (and enhancements) tracking for my WordPress plugins. Right now I rely noting down my ideas and any suggestions that people have made and looking at that whenever I&#8217;m working on a plugin. Now, though, I&#8217;ve installed MantisBT &#8211; a free PHP based bug tracking system. [...]
Related posts:<ol><li><a
href='http://www.artiss.co.uk/2011/02/integrating-mantisbt-with-wordpress' rel='bookmark' title='Integrating MantisBT with WordPress'>Integrating MantisBT with WordPress</a> <small>Recently I mentioned how I was integrating MantisBT with my blog. Well, I thought I&#8217;d release the code for anybody else to use and tinker...</small></li><li><a
href='http://www.artiss.co.uk/2011/03/wp-plugin-cache-wordpress-plugin-updated' rel='bookmark' title='WP Plugin Cache WordPress Plugin Updated'>WP Plugin Cache WordPress Plugin Updated</a> <small>My WordPress plugin WP Plugin Cache has been updated to fix a couple of bugs. If you use this plugin already, please update to 1.2...</small></li><li><a
href='http://www.artiss.co.uk/2010/09/wordpress-plugin-update-simple-url-shortener' rel='bookmark' title='WordPress Plugin Update &#8211; Simple URL Shortener'>WordPress Plugin Update &#8211; Simple URL Shortener</a> <small>My plugin for shortening URLs has been updated (finally!) &#8211; I&#8217;ve been working on it for a ridiculous amount of time and have finally got...</small></li></ol>]]></description> <content:encoded><![CDATA[<p><a
class="lightbox" href="http://www.artiss.co.uk/wp-content/uploads/2011/01/MantisBT-WordPress-Integration.png"><img
class="alignright size-medium wp-image-4629" title="MantisBT WordPress Integration" src="http://www.artiss.co.uk/wp-content/uploads/2011/01/MantisBT-WordPress-Integration-300x181.png" alt="" width="300" height="181" /></a>For a while I&#8217;ve been wanting to improve the bug (and enhancements) tracking for my WordPress plugins. Right now I rely noting down my ideas and any suggestions that people have made and looking at that whenever I&#8217;m working on a plugin.</p><p>Now, though, I&#8217;ve installed <a
title="MantisBT" href="http://www.mantisbt.org/" target="_blank">MantisBT</a> &#8211; a free PHP based bug tracking system. <a
title="MantisBT on Artiss.co.uk" href="http://www.artiss.co.uk/mantisbt/" target="_blank">I&#8217;ve installed it</a> on domain, configured it up and I&#8217;m in the process of adding content &#8211; my Simple Social Bookmarks is the guinea pig.</p><p>Anyone can view it, but I wanted tighter integration with this site. Plugins exist to do this but they rely on using a SOAP interface &#8211; my host doesn&#8217;t have this installed, so I can&#8217;t use it. Instead I&#8217;ve written my own code that directly accesses the MySQL database &#8211; and very well it works too. On the bottom of the plugin pages on this site are two new sections &#8211; Known Bugs and Planned Enhancements. Under each are listed any entries from the MantisBT database relevant to that category, as well as a link to the roadmap.</p><p>Before you go looking for this, it isn&#8217;t yet visible, as it&#8217;s part of the site revamp that I&#8217;m working on.</p><p>Right now, I don&#8217;t intend to release this as a plugin, but if there&#8217;s enough interest I may do.</p><p><a
href="http://api.addthis.com/oexchange/0.8/forward/delicious/offer?url=http://www.artiss.co.uk/2011/01/wordpress-plugin-bug-tracking&amp;title=WordPress+Plugin+Bug+Tracking" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/delicious.png" alt="Delicious" title="Delicious" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/digg/offer?url=http://www.artiss.co.uk/2011/01/wordpress-plugin-bug-tracking&amp;title=WordPress+Plugin+Bug+Tracking" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/digg.png" alt="Digg" title="Digg" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/facebook/offer?url=http://www.artiss.co.uk/2011/01/wordpress-plugin-bug-tracking&amp;title=WordPress+Plugin+Bug+Tracking" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/facebook.png" alt="Facebook" title="Facebook" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.artiss.co.uk/2011/01/wordpress-plugin-bug-tracking&amp;title=WordPress+Plugin+Bug+Tracking" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/linkedin.png" alt="LinkedIn" title="LinkedIn" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/reddit/offer?url=http://www.artiss.co.uk/2011/01/wordpress-plugin-bug-tracking&amp;title=WordPress+Plugin+Bug+Tracking" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/reddit.png" alt="reddit" title="reddit" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/stumbleupon/offer?url=http://www.artiss.co.uk/2011/01/wordpress-plugin-bug-tracking&amp;title=WordPress+Plugin+Bug+Tracking" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/stumbleupon.png" alt="StumbleUpon" title="StumbleUpon" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/twitter/offer?url=http://www.artiss.co.uk/?p=4628&amp;title=WordPress+Plugin+Bug+Tracking" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/twitter.png" alt="Twitter" title="Twitter" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="mailto:?subject=WordPress%20Plugin%20Bug%20Tracking&amp;body=http%3A%2F%2Fwww.artiss.co.uk%2F2011%2F01%2Fwordpress-plugin-bug-tracking" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/email.png" alt="Email" title="Email" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/printfriendly/offer?url=http://www.artiss.co.uk/2011/01/wordpress-plugin-bug-tracking&amp;title=WordPress+Plugin+Bug+Tracking" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/printfriendly.png" alt="Print Friendly" title="Print Friendly" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a></p><p>Related posts:<ol><li><a
href='http://www.artiss.co.uk/2011/02/integrating-mantisbt-with-wordpress' rel='bookmark' title='Integrating MantisBT with WordPress'>Integrating MantisBT with WordPress</a> <small>Recently I mentioned how I was integrating MantisBT with my blog. Well, I thought I&#8217;d release the code for anybody else to use and tinker...</small></li><li><a
href='http://www.artiss.co.uk/2011/03/wp-plugin-cache-wordpress-plugin-updated' rel='bookmark' title='WP Plugin Cache WordPress Plugin Updated'>WP Plugin Cache WordPress Plugin Updated</a> <small>My WordPress plugin WP Plugin Cache has been updated to fix a couple of bugs. If you use this plugin already, please update to 1.2...</small></li><li><a
href='http://www.artiss.co.uk/2010/09/wordpress-plugin-update-simple-url-shortener' rel='bookmark' title='WordPress Plugin Update &#8211; Simple URL Shortener'>WordPress Plugin Update &#8211; Simple URL Shortener</a> <small>My plugin for shortening URLs has been updated (finally!) &#8211; I&#8217;ve been working on it for a ridiculous amount of time and have finally got...</small></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.artiss.co.uk/2011/01/wordpress-plugin-bug-tracking/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Spam Magnet Blog Posts</title><link>http://www.artiss.co.uk/2010/09/spam-magnet-blog-posts?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=spam-magnet-blog-posts</link> <comments>http://www.artiss.co.uk/2010/09/spam-magnet-blog-posts#comments</comments> <pubDate>Fri, 10 Sep 2010 09:08:42 +0000</pubDate> <dc:creator>David Artiss</dc:creator> <category><![CDATA[Wordpress]]></category> <category><![CDATA[Adsense]]></category> <category><![CDATA[Facebook]]></category> <category><![CDATA[PayPal]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[planetOzh]]></category> <category><![CDATA[Plugin]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Spam]]></category> <guid
isPermaLink="false">http://www.artiss.co.uk/?p=3834</guid> <description><![CDATA[The website planetOzh has an excellent post about blog posts that attract spam. In it, he provides not only a piece of SQL that you can run to see how your site is affected, but even provided a PHP script that you can upload to your website to graph the results. Mine is to the [...]
Related posts:<ol><li><a
href='http://www.artiss.co.uk/2010/09/wordpress-spam-pingbacks' rel='bookmark' title='WordPress &amp; Spam Pingbacks'>WordPress &#038; Spam Pingbacks</a> <small>My posts often receive s &#8211; these are other blogs that have referenced my post. However, I still insist on manually authorising these, like comments,...</small></li><li><a
href='http://www.artiss.co.uk/2012/01/site-changes-all-my-personal-posts-have-gone' rel='bookmark' title='Site changes &#8211; all my personal posts have gone!'>Site changes &#8211; all my personal posts have gone!</a> <small>A number of years ago now this site started off as my personal blog. Politics, news and general rants were the topics, with the occasional...</small></li><li><a
href='http://www.artiss.co.uk/2011/12/how-to-drive-traffic-to-your-blog-with-artiss-draft-list' rel='bookmark' title='How to drive traffic to your blog with Artiss Draft List'>How to drive traffic to your blog with Artiss Draft List</a> <small>I&#8217;ve just launched version 2 of my Artiss Draft List plugin for WordPress and if you&#8217;ve not tried it, it&#8217;s really worth a punt. In...</small></li></ol>]]></description> <content:encoded><![CDATA[<p><img
class="size-full wp-image-3842 alignright" title="Spam Magnet Results" src="http://www.artiss.co.uk/wp-content/uploads/2010/09/Spam-Maget-Results.png" alt="" width="420" height="270" />The website <a
title="Spam Magnet Blog Posts" href="http://planetozh.com/blog/2010/09/spam-magnet-blog-posts/" target="_blank">planetOzh has an excellent post</a> about blog posts that attract spam.</p><p>In it, he provides not only a piece of SQL that you can run to see how your site is affected, but even provided a PHP script that you can upload to your website to graph the results. Mine is to the right. I have my spam cleared out quite regularly, so the results are only recent ones.</p><p>As you can see, one of my posts was generating nearly 47% of all the spam. This is usually due to keywords within the article &#8211; the fact that it&#8217;s about a forum is possible a key. The second place &#8220;magnet&#8221; is a my review of  a Microsoft keyboard. I have no idea why, maybe because of it being Microsoft related.</p><p>I&#8217;ve resolved the first post by simply closing off comments (it was an old post and I think everything that needs to be said has been). The review, well, I&#8217;m not sure what to do there. I want to keep comments open on reviews. Others are mainly WordPress pages, which I need comments available for feedback and support. However, the fact that the plugins are related to PayPal, Facebook, AdSense, etc, I&#8217;m sure is no coincidence, and probably help to attract the spam.</p><p>So, not a huge amount I can do (having said that, I&#8217;ve reduced my potential spam input by 47% &#8211; assuming they don&#8217;t just target another one of my posts!), but interesting to know none-the-less.</p><p>Having said that, I&#8217;ve never really thought about closing comments on posts before and it&#8217;s something I will do in future &#8211; especially when I announce new or changed plugins, as comments can be placed on the main page itself.</p><p><strong>Update:</strong> A <a
title="Ozh' Spam Magnet Checker" href="http://wordpress.org/extend/plugins/ozh-spam-magnet-checker/" target="_blank">WordPress plugin has been released</a> of the code to produce the spam charts.</p><p><a
href="http://api.addthis.com/oexchange/0.8/forward/delicious/offer?url=http://www.artiss.co.uk/2010/09/spam-magnet-blog-posts&amp;title=Spam+Magnet+Blog+Posts" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/delicious.png" alt="Delicious" title="Delicious" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/digg/offer?url=http://www.artiss.co.uk/2010/09/spam-magnet-blog-posts&amp;title=Spam+Magnet+Blog+Posts" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/digg.png" alt="Digg" title="Digg" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/facebook/offer?url=http://www.artiss.co.uk/2010/09/spam-magnet-blog-posts&amp;title=Spam+Magnet+Blog+Posts" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/facebook.png" alt="Facebook" title="Facebook" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.artiss.co.uk/2010/09/spam-magnet-blog-posts&amp;title=Spam+Magnet+Blog+Posts" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/linkedin.png" alt="LinkedIn" title="LinkedIn" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/reddit/offer?url=http://www.artiss.co.uk/2010/09/spam-magnet-blog-posts&amp;title=Spam+Magnet+Blog+Posts" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/reddit.png" alt="reddit" title="reddit" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/stumbleupon/offer?url=http://www.artiss.co.uk/2010/09/spam-magnet-blog-posts&amp;title=Spam+Magnet+Blog+Posts" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/stumbleupon.png" alt="StumbleUpon" title="StumbleUpon" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/twitter/offer?url=http://www.artiss.co.uk/?p=3834&amp;title=Spam+Magnet+Blog+Posts" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/twitter.png" alt="Twitter" title="Twitter" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="mailto:?subject=Spam%20Magnet%20Blog%20Posts&amp;body=http%3A%2F%2Fwww.artiss.co.uk%2F2010%2F09%2Fspam-magnet-blog-posts" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/email.png" alt="Email" title="Email" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/printfriendly/offer?url=http://www.artiss.co.uk/2010/09/spam-magnet-blog-posts&amp;title=Spam+Magnet+Blog+Posts" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/printfriendly.png" alt="Print Friendly" title="Print Friendly" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a></p><p>Related posts:<ol><li><a
href='http://www.artiss.co.uk/2010/09/wordpress-spam-pingbacks' rel='bookmark' title='WordPress &amp; Spam Pingbacks'>WordPress &#038; Spam Pingbacks</a> <small>My posts often receive s &#8211; these are other blogs that have referenced my post. However, I still insist on manually authorising these, like comments,...</small></li><li><a
href='http://www.artiss.co.uk/2012/01/site-changes-all-my-personal-posts-have-gone' rel='bookmark' title='Site changes &#8211; all my personal posts have gone!'>Site changes &#8211; all my personal posts have gone!</a> <small>A number of years ago now this site started off as my personal blog. Politics, news and general rants were the topics, with the occasional...</small></li><li><a
href='http://www.artiss.co.uk/2011/12/how-to-drive-traffic-to-your-blog-with-artiss-draft-list' rel='bookmark' title='How to drive traffic to your blog with Artiss Draft List'>How to drive traffic to your blog with Artiss Draft List</a> <small>I&#8217;ve just launched version 2 of my Artiss Draft List plugin for WordPress and if you&#8217;ve not tried it, it&#8217;s really worth a punt. In...</small></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.artiss.co.uk/2010/09/spam-magnet-blog-posts/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Adding a Heat Map to WordPress</title><link>http://www.artiss.co.uk/2010/06/adding-a-heat-map-to-wordpress?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=adding-a-heat-map-to-wordpress</link> <comments>http://www.artiss.co.uk/2010/06/adding-a-heat-map-to-wordpress#comments</comments> <pubDate>Thu, 03 Jun 2010 13:23:12 +0000</pubDate> <dc:creator>David Artiss</dc:creator> <category><![CDATA[Web Development]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[ClickHeat]]></category> <category><![CDATA[Heat Map]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[PicNet]]></category> <category><![CDATA[Software]]></category> <guid
isPermaLink="false">http://www.artiss.co.uk/?p=2946</guid> <description><![CDATA[Wanting to learn a bit more about the visitors to this site, I thought installing a on the site would be a good start. I initially used PicNet Mouse Eye Tracking &#8211; this is free, but an advert for the service appears at the foot of your site. However, I soon came across the OpenSource [...]
Related posts:<ol><li><a
href='http://www.artiss.co.uk/2010/08/the-wordpress-loop' rel='bookmark' title='The WordPress Loop'>The WordPress Loop</a> <small>I often get asked about &#8220;the loop&#8221; in WordPress, as many of my plugins require knowledge of it for successful integration. &#8220;The loop&#8221; is simply...</small></li></ol>]]></description> <content:encoded><![CDATA[<p><img
class="alignright size-full wp-image-2948" title="ClickHeat Screenshot" src="http://www.artiss.co.uk/wp-content/uploads/2010/06/clickheat-screenshot.png" alt="ClickHeat Screenshot" width="248" height="183" />Wanting to learn a bit more about the visitors to this site, I thought installing a <a
href="http://en.wikipedia.org/wiki/heat_map" title="Look up heat map on Wikipedia" title="Look up heat map on Wikipedia" target="_blank" rel="nofollow">heat map</a> on the site would be a good start.</p><p>I initially used PicNet Mouse Eye Tracking &#8211; this is free, but an advert for the service appears at the foot of your site. However, I soon came across the OpenSource <a
title="ClickHeat" href="http://www.labsmedia.com/clickheat/index.html" target="_blank">ClickHeat</a>. You can use this on any kind of site and is a PHP-based installation.</p><p>After much gnashing of teeth, here&#8217;s how I got it installed&#8230;</p><ul><li>Download <a
title="Download ClickHeat" href="http://sourceforge.net/projects/clickheat/files/" target="_blank">the latest version of ClickHeat</a> and unzip it</li><li>Install this into a folder on your server</li><li>Now, from the address bar of your browser, open up the folder. e.g. If you installed it to <code>www.mysite.com/clickheat</code>, you&#8217;d go to this directory in your address bar.</li><li>This will start the installer. I found errors straight away &#8211; make sure the config, log and cache folders are writeable.</li><li>Done. You simply need to add the code to start tracking &#8211; return to the ClickHeat folder to access your heat map and make settings changes.</li></ul><p>To test it&#8217;s working, simply append <code>?debugclickheat</code> to the end of any of your sites URLs.</p><p>For WordPress, <a
title="ClickHear WordPress plugin" href="http://impressionengineers.com/wordpress/plugins/clickheat-wordpress-intergration-plugin/" target="_blank">there is a plugin available</a><span
style="text-decoration: line-through;">, but I couldn&#8217;t get this to work</span>. Instead I added the JavaScript (which is generated from the ClickHeat admin screen) directly to my <code>footer.php</code> file in the theme folder, wrapping it in a check to ensure that an admin isn&#8217;t signed in (so it doesn&#8217;t track my clicking!).</p><p>One more problem I cam across &#8211; in the ClickHeat admin screens I kept getting the following error&#8230;</p><pre>Warning: ob_start() [ref.outcontrol]: output handler 'ob_gzhandler' cannot be used twice in /xxx/clickheat/index.php  on line 51</pre><p>Obviously, I&#8217;ve replaced the directory path with &#8220;xxx&#8221; for security reasons.</p><p>After some searching around, I decided the best solution was to make a modification to the ClickHeat code itself. Open up the index.php file within the ClickHeat folder and attempt to find the line that starts with the following&#8230;</p><pre>if (@ini_get('zlib.output_compression')</pre><p>Before this line, add the following&#8230;</p><pre>ob_end_clean();</pre><p>And that&#8217;s worked for me.</p><p>I&#8217;ll report back on how I get on with ClickHeat.</p><p><a
href="http://api.addthis.com/oexchange/0.8/forward/delicious/offer?url=http://www.artiss.co.uk/2010/06/adding-a-heat-map-to-wordpress&amp;title=Adding+a+Heat+Map+to+WordPress" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/delicious.png" alt="Delicious" title="Delicious" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/digg/offer?url=http://www.artiss.co.uk/2010/06/adding-a-heat-map-to-wordpress&amp;title=Adding+a+Heat+Map+to+WordPress" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/digg.png" alt="Digg" title="Digg" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/facebook/offer?url=http://www.artiss.co.uk/2010/06/adding-a-heat-map-to-wordpress&amp;title=Adding+a+Heat+Map+to+WordPress" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/facebook.png" alt="Facebook" title="Facebook" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.artiss.co.uk/2010/06/adding-a-heat-map-to-wordpress&amp;title=Adding+a+Heat+Map+to+WordPress" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/linkedin.png" alt="LinkedIn" title="LinkedIn" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/reddit/offer?url=http://www.artiss.co.uk/2010/06/adding-a-heat-map-to-wordpress&amp;title=Adding+a+Heat+Map+to+WordPress" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/reddit.png" alt="reddit" title="reddit" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/stumbleupon/offer?url=http://www.artiss.co.uk/2010/06/adding-a-heat-map-to-wordpress&amp;title=Adding+a+Heat+Map+to+WordPress" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/stumbleupon.png" alt="StumbleUpon" title="StumbleUpon" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/twitter/offer?url=http://www.artiss.co.uk/?p=2946&amp;title=Adding+a+Heat+Map+to+WordPress" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/twitter.png" alt="Twitter" title="Twitter" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="mailto:?subject=Adding%20a%20Heat%20Map%20to%20WordPress&amp;body=http%3A%2F%2Fwww.artiss.co.uk%2F2010%2F06%2Fadding-a-heat-map-to-wordpress" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/email.png" alt="Email" title="Email" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/printfriendly/offer?url=http://www.artiss.co.uk/2010/06/adding-a-heat-map-to-wordpress&amp;title=Adding+a+Heat+Map+to+WordPress" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/printfriendly.png" alt="Print Friendly" title="Print Friendly" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a></p><p>Related posts:<ol><li><a
href='http://www.artiss.co.uk/2010/08/the-wordpress-loop' rel='bookmark' title='The WordPress Loop'>The WordPress Loop</a> <small>I often get asked about &#8220;the loop&#8221; in WordPress, as many of my plugins require knowledge of it for successful integration. &#8220;The loop&#8221; is simply...</small></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.artiss.co.uk/2010/06/adding-a-heat-map-to-wordpress/feed</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Things that I learnt holding my first competition</title><link>http://www.artiss.co.uk/2010/05/my-first-competition?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=my-first-competition</link> <comments>http://www.artiss.co.uk/2010/05/my-first-competition#comments</comments> <pubDate>Sun, 30 May 2010 15:00:00 +0000</pubDate> <dc:creator>David Artiss</dc:creator> <category><![CDATA[Comment]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[AOL]]></category> <category><![CDATA[Competition]]></category> <category><![CDATA[Creative]]></category> <category><![CDATA[Injection]]></category> <category><![CDATA[MySQL]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[SQL]]></category> <category><![CDATA[Wikipedia]]></category> <guid
isPermaLink="false">http://www.artiss.co.uk/?p=2852</guid> <description><![CDATA[I&#8217;ve never run a competition before and, thanks to Creative, my first opportunity has just concluded. And what did I learn? Well, a lot. First of all, the questions I should be asking the prize providers. Instead I kept badgering them as I kept asking some pretty basic questions&#8230; When do you want the competition [...]
Related posts:<ol><li><a
href='http://www.artiss.co.uk/2011/09/retrak-competition-winners' rel='bookmark' title='ReTrak Competition Winners'>ReTrak Competition Winners</a> <small>The recent competition to win retractable ReTrak USB cables was very successful and I&#8217;m happy to announce the 4 winners&#8230; Robert Durr from Puckeridge. Rebecca...</small></li><li><a
href='http://www.artiss.co.uk/2011/10/easeus-competition-winners' rel='bookmark' title='EaseUS Competition Winners'>EaseUS Competition Winners</a> <small>I happy to announce the following winners of the EaseUS competition, each of whom win a licence to an EaseUS software product&#8230; Irene Hunter Tracy...</small></li><li><a
href='http://www.artiss.co.uk/2011/12/retrak-pc-world-competition-winner-announced' rel='bookmark' title='ReTrak / PC World Competition &#8211; Winner announced!'>ReTrak / PC World Competition &#8211; Winner announced!</a> <small>The ReTrak / PC World competition came to a close last week and I can announce that the winner was&#8230; Joe Cushnan from Worksop Congratulations...</small></li></ol>]]></description> <content:encoded><![CDATA[<p>I&#8217;ve never run a competition before and, thanks to Creative, my first opportunity has just concluded.</p><p>And what did I learn?</p><p>Well, a lot. First of all, the questions I should be asking the prize providers. Instead I kept badgering them as I kept asking some pretty basic questions&#8230;</p><ul><li>When do you want the competition to start?</li><li>How long do you want the competition to run for</li><li>Are the prizes all for one person, all a &#8220;first&#8221; prize, or staged (first prize, second prize, etc)</li><li><div>How long until delivery</div></li><li><div>What will you provide if a product is no longer available?</div></li></ul><p>Whilst running the competition I kept an eye on the entries to ensure that I wasn&#8217;t receiving multiple entries per person or household. And, after only 24 hours, I appeared to have found a problem &#8211; 3 people, each with an AOL email address, and the same IP address. Suspicious? It looked like it to me.</p><p>However, the fact that AOL is their ISP is the key here &#8211; they use a proxy-based system, meaning that many users may share the same IP address. <a
title="Wikipedia and AOL" href="http://en.wikipedia.org/wiki/Wikipedia:AOL" target="_blank">Wikipedia has discussed</a> such an issue before on their own site.</p><p>The database I created to hold winner details held a name, address, email, competition answer and IP address. Based on the AOL problems I now realise that I should also store a time stamp and <a
href="http://en.wikipedia.org/wiki/user_agent" title="Look up user agent on Wikipedia" title="Look up user agent on Wikipedia" target="_blank" rel="nofollow">user agent</a>. I&#8217;ll be making these changes for next time.</p><p>I did a lot of work on the competition coding to ensure SQL injection problems. None-the-less I realised a few days ago that although the competition entry form disappears after the closing date, the code to submit the form details into the database still exists. This means that a third party script could inject entries (although not anything that would affect security) after this time. Again, this will now be fixed for future.</p><p>Lastly, I had so many entries that just trying to keep track of &#8220;rule breakers&#8221; became a lot, lot harder &#8211; more work on flagging such things at the point of competition entry will be useful, and I feel an automated email coming on!</p><p>Meanwhile, I have contacted the 3 winners and am just awaiting a confirmation of their postal addresses before details are announced.</p><p><a
href="http://api.addthis.com/oexchange/0.8/forward/delicious/offer?url=http://www.artiss.co.uk/2010/05/my-first-competition&amp;title=Things+that+I+learnt+holding+my+first+competition" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/delicious.png" alt="Delicious" title="Delicious" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/digg/offer?url=http://www.artiss.co.uk/2010/05/my-first-competition&amp;title=Things+that+I+learnt+holding+my+first+competition" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/digg.png" alt="Digg" title="Digg" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/facebook/offer?url=http://www.artiss.co.uk/2010/05/my-first-competition&amp;title=Things+that+I+learnt+holding+my+first+competition" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/facebook.png" alt="Facebook" title="Facebook" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.artiss.co.uk/2010/05/my-first-competition&amp;title=Things+that+I+learnt+holding+my+first+competition" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/linkedin.png" alt="LinkedIn" title="LinkedIn" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/reddit/offer?url=http://www.artiss.co.uk/2010/05/my-first-competition&amp;title=Things+that+I+learnt+holding+my+first+competition" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/reddit.png" alt="reddit" title="reddit" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/stumbleupon/offer?url=http://www.artiss.co.uk/2010/05/my-first-competition&amp;title=Things+that+I+learnt+holding+my+first+competition" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/stumbleupon.png" alt="StumbleUpon" title="StumbleUpon" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/twitter/offer?url=http://www.artiss.co.uk/?p=2852&amp;title=Things+that+I+learnt+holding+my+first+competition" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/twitter.png" alt="Twitter" title="Twitter" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="mailto:?subject=Things%20that%20I%20learnt%20holding%20my%20first%20competition&amp;body=http%3A%2F%2Fwww.artiss.co.uk%2F2010%2F05%2Fmy-first-competition" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/email.png" alt="Email" title="Email" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/printfriendly/offer?url=http://www.artiss.co.uk/2010/05/my-first-competition&amp;title=Things+that+I+learnt+holding+my+first+competition" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/printfriendly.png" alt="Print Friendly" title="Print Friendly" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a></p><p>Related posts:<ol><li><a
href='http://www.artiss.co.uk/2011/09/retrak-competition-winners' rel='bookmark' title='ReTrak Competition Winners'>ReTrak Competition Winners</a> <small>The recent competition to win retractable ReTrak USB cables was very successful and I&#8217;m happy to announce the 4 winners&#8230; Robert Durr from Puckeridge. Rebecca...</small></li><li><a
href='http://www.artiss.co.uk/2011/10/easeus-competition-winners' rel='bookmark' title='EaseUS Competition Winners'>EaseUS Competition Winners</a> <small>I happy to announce the following winners of the EaseUS competition, each of whom win a licence to an EaseUS software product&#8230; Irene Hunter Tracy...</small></li><li><a
href='http://www.artiss.co.uk/2011/12/retrak-pc-world-competition-winner-announced' rel='bookmark' title='ReTrak / PC World Competition &#8211; Winner announced!'>ReTrak / PC World Competition &#8211; Winner announced!</a> <small>The ReTrak / PC World competition came to a close last week and I can announce that the winner was&#8230; Joe Cushnan from Worksop Congratulations...</small></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.artiss.co.uk/2010/05/my-first-competition/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Plugin error &#8220;cannot yet handle MBCS in html_entity_decode&#8221;</title><link>http://www.artiss.co.uk/2009/12/plugin-error-cannot-yet-handle-mbcs-in-html_entity_decode?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=plugin-error-cannot-yet-handle-mbcs-in-html_entity_decode</link> <comments>http://www.artiss.co.uk/2009/12/plugin-error-cannot-yet-handle-mbcs-in-html_entity_decode#comments</comments> <pubDate>Fri, 11 Dec 2009 08:53:53 +0000</pubDate> <dc:creator>David Artiss</dc:creator> <category><![CDATA[Web Development]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[Plugin]]></category> <category><![CDATA[Simple Facebook Link]]></category> <category><![CDATA[Simple Social Bookmarks]]></category> <category><![CDATA[Simple Twitter Link]]></category> <category><![CDATA[Software]]></category> <guid
isPermaLink="false">http://www.artiss.co.uk/?p=2214</guid> <description><![CDATA[Today I&#8217;ve had reported to me that one of my plugins (Simple Twitter Link &#8211; but I&#8217;m sure this equally occur in others) is generating the error &#8220;cannot yet handle MBCS in html_entity_decode&#8221;. In fact, it generates it about 200 times. The problem? Well, it&#8217;s a bug in version 4 of PHP, so there&#8217;s not [...]
Related posts:<ol><li><a
href='http://www.artiss.co.uk/2010/10/two-wordpress-plugin-updates' rel='bookmark' title='Two WordPress Plugin Updates'>Two WordPress Plugin Updates</a> <small>Two of my WordPress plugins have been updated&#8230; Simple Feed List now works from a shortcode as well the PHP function call. This means you...</small></li><li><a
href='http://www.artiss.co.uk/2010/08/the-wordpress-loop' rel='bookmark' title='The WordPress Loop'>The WordPress Loop</a> <small>I often get asked about &#8220;the loop&#8221; in WordPress, as many of my plugins require knowledge of it for successful integration. &#8220;The loop&#8221; is simply...</small></li></ol>]]></description> <content:encoded><![CDATA[<p>Today I&#8217;ve had reported to me that one of my plugins (<a
href="http://www.artiss.co.uk/simple-twitter-link">Simple Twitter Link</a> &#8211; but I&#8217;m sure this equally occur in others) is generating the error &#8220;cannot yet handle MBCS in html_entity_decode&#8221;. In fact, it generates it about 200 times.</p><p>The problem? Well, <a
title="Bug #25670   cannot yet handle MBCS in html_entity_decode()" href="http://bugs.php.net/bug.php?id=25670" target="_blank">it&#8217;s a bug in version 4 of PHP</a>, so there&#8217;s not much I can do about it (sorry!). It&#8217;s fixed in PHP 5, though.</p><p><a
title="‘cannot yet handle MBCS in html_entity_decode’ error on WP-DownloadManager" href="http://orangescale.net/log/2008/06/cannot-yet-handle-mbcs-in-html_entity_decode-error-on-wp-downloadmanager/" target="_blank">One suggested solution</a> is to force your server to use PHP 5 &#8211; many have version 5 installed, but just not set as the default. To do this simply put <code>AddType application/x-httpd-php5 .php</code> in the first line of your <code>.htaccess</code> file.</p><p>I use html_entity_decode for the post title. At the moment I do this whether you ask for the title or not &#8211; I&#8217;ll make a change for the future to ONLY do this if requested. That way you can omit the title to prevent this error from occurring. This will definitely also affect <a
href="http://www.artiss.co.uk/simple-social-bookmarks">Simple Social Bookmarks</a> and <a
href="http://www.artiss.co.uk/simple-facebook-link">Simple Facebook Link</a>.</p><p><a
href="http://api.addthis.com/oexchange/0.8/forward/delicious/offer?url=http://www.artiss.co.uk/2009/12/plugin-error-cannot-yet-handle-mbcs-in-html_entity_decode&amp;title=Plugin+error+%E2%80%9Ccannot+yet+handle+MBCS+in+html_entity_decode%E2%80%9D" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/delicious.png" alt="Delicious" title="Delicious" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/digg/offer?url=http://www.artiss.co.uk/2009/12/plugin-error-cannot-yet-handle-mbcs-in-html_entity_decode&amp;title=Plugin+error+%E2%80%9Ccannot+yet+handle+MBCS+in+html_entity_decode%E2%80%9D" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/digg.png" alt="Digg" title="Digg" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/facebook/offer?url=http://www.artiss.co.uk/2009/12/plugin-error-cannot-yet-handle-mbcs-in-html_entity_decode&amp;title=Plugin+error+%E2%80%9Ccannot+yet+handle+MBCS+in+html_entity_decode%E2%80%9D" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/facebook.png" alt="Facebook" title="Facebook" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.artiss.co.uk/2009/12/plugin-error-cannot-yet-handle-mbcs-in-html_entity_decode&amp;title=Plugin+error+%E2%80%9Ccannot+yet+handle+MBCS+in+html_entity_decode%E2%80%9D" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/linkedin.png" alt="LinkedIn" title="LinkedIn" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/reddit/offer?url=http://www.artiss.co.uk/2009/12/plugin-error-cannot-yet-handle-mbcs-in-html_entity_decode&amp;title=Plugin+error+%E2%80%9Ccannot+yet+handle+MBCS+in+html_entity_decode%E2%80%9D" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/reddit.png" alt="reddit" title="reddit" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/stumbleupon/offer?url=http://www.artiss.co.uk/2009/12/plugin-error-cannot-yet-handle-mbcs-in-html_entity_decode&amp;title=Plugin+error+%E2%80%9Ccannot+yet+handle+MBCS+in+html_entity_decode%E2%80%9D" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/stumbleupon.png" alt="StumbleUpon" title="StumbleUpon" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/twitter/offer?url=http://www.artiss.co.uk/?p=2214&amp;title=Plugin+error+%E2%80%9Ccannot+yet+handle+MBCS+in+html_entity_decode%E2%80%9D" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/twitter.png" alt="Twitter" title="Twitter" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="mailto:?subject=Plugin%20error%20%E2%80%9Ccannot%20yet%20handle%20MBCS%20in%20html_entity_decode%E2%80%9D&amp;body=http%3A%2F%2Fwww.artiss.co.uk%2F2009%2F12%2Fplugin-error-cannot-yet-handle-mbcs-in-html_entity_decode" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/email.png" alt="Email" title="Email" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/printfriendly/offer?url=http://www.artiss.co.uk/2009/12/plugin-error-cannot-yet-handle-mbcs-in-html_entity_decode&amp;title=Plugin+error+%E2%80%9Ccannot+yet+handle+MBCS+in+html_entity_decode%E2%80%9D" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/printfriendly.png" alt="Print Friendly" title="Print Friendly" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a></p><p>Related posts:<ol><li><a
href='http://www.artiss.co.uk/2010/10/two-wordpress-plugin-updates' rel='bookmark' title='Two WordPress Plugin Updates'>Two WordPress Plugin Updates</a> <small>Two of my WordPress plugins have been updated&#8230; Simple Feed List now works from a shortcode as well the PHP function call. This means you...</small></li><li><a
href='http://www.artiss.co.uk/2010/08/the-wordpress-loop' rel='bookmark' title='The WordPress Loop'>The WordPress Loop</a> <small>I often get asked about &#8220;the loop&#8221; in WordPress, as many of my plugins require knowledge of it for successful integration. &#8220;The loop&#8221; is simply...</small></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.artiss.co.uk/2009/12/plugin-error-cannot-yet-handle-mbcs-in-html_entity_decode/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>WordPress Plugins and File Fetching</title><link>http://www.artiss.co.uk/2009/07/wordpress-plugins-and-file-fetching?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-plugins-and-file-fetching</link> <comments>http://www.artiss.co.uk/2009/07/wordpress-plugins-and-file-fetching#comments</comments> <pubDate>Mon, 06 Jul 2009 10:55:38 +0000</pubDate> <dc:creator>David Artiss</dc:creator> <category><![CDATA[Web Development]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[Plugin]]></category> <category><![CDATA[Software]]></category> <guid
isPermaLink="false">http://www.artiss.co.uk/?p=1712</guid> <description><![CDATA[A number of my recent plugins have provided a facility to read files from other sites. However, as I posted about, errors were being reported by some users and so I attempted a change in one such plugin to address this. Unfortunately, that didn&#8217;t quite work as I intended. Kind of. In this case, I [...]
Related posts:<ol><li><a
href='http://www.artiss.co.uk/2010/08/wordpress-plugins-updated-4' rel='bookmark' title='WordPress Plugins Updated'>WordPress Plugins Updated</a> <small>I&#8217;ve made changes to two of my WordPress plugins today&#8230; Simple Draft List Yes, I know I only changed this yesterday, but I&#8217;ve now made...</small></li><li><a
href='http://www.artiss.co.uk/2010/10/wordpress-readme-files-and-markdown' rel='bookmark' title='WordPress README files and Markdown'>WordPress README files and Markdown</a> <small>For those who&#8217;ve not come across , it&#8217;s a way of using simple keyboard characters in a text file to indicate formatting. For example **this...</small></li><li><a
href='http://www.artiss.co.uk/2010/10/wp-readme-parser-wordpress-plugin-released' rel='bookmark' title='WP README Parser WordPress Plugin Released'>WP README Parser WordPress Plugin Released</a> <small>I mentioned last week that I was working on a plugin that will parse and display a WordPress plugin README file in a post or...</small></li></ol>]]></description> <content:encoded><![CDATA[<p>A number of my recent plugins have provided a facility to read files from other sites. However, <a
href="http://www.artiss.co.uk/2009/06/simple-feed-list-%e2%80%93-wordpress-plugin-updated">as I posted about</a>, errors were being reported by some users and so I attempted a change in one such plugin to address this.</p><p>Unfortunately, that didn&#8217;t quite work as I intended. Kind of. In this case, I swapped to using a different file routine, but one which now only works with PHP 5. So I&#8217;ve now published a newer version of the same plugin using another new method, and one that should now be compatible with PHP 4.</p><p>The problem here is that there are security implications with reading files externally, so there is a way for hosts to<a
title="Using remote files" href="http://www.php.net/manual/en/features.remote-files.php" target="_blank"> turn this ability off</a>.</p><p>My new plugin, I suspect, doesn&#8217;t actually resolve this and there isn&#8217;t a great amount I can do about this &#8211; if your host has decided to prevent you from reading external files then, well, you&#8217;re stuffed. My host doesn&#8217;t, which might explain why I didn&#8217;t recognise the problem at first.</p><p>The file system I&#8217;ve used now, however, should allow you to specify local file names &#8211; at least that way files hosted by yourself should be readable. I&#8217;ve not tested it though, so feel free to provide feedback.</p><p>I&#8217;m now going to upgrade my other plugins with the same code process.</p><p><a
href="http://api.addthis.com/oexchange/0.8/forward/delicious/offer?url=http://www.artiss.co.uk/2009/07/wordpress-plugins-and-file-fetching&amp;title=WordPress+Plugins+and+File+Fetching" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/delicious.png" alt="Delicious" title="Delicious" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/digg/offer?url=http://www.artiss.co.uk/2009/07/wordpress-plugins-and-file-fetching&amp;title=WordPress+Plugins+and+File+Fetching" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/digg.png" alt="Digg" title="Digg" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/facebook/offer?url=http://www.artiss.co.uk/2009/07/wordpress-plugins-and-file-fetching&amp;title=WordPress+Plugins+and+File+Fetching" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/facebook.png" alt="Facebook" title="Facebook" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.artiss.co.uk/2009/07/wordpress-plugins-and-file-fetching&amp;title=WordPress+Plugins+and+File+Fetching" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/linkedin.png" alt="LinkedIn" title="LinkedIn" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/reddit/offer?url=http://www.artiss.co.uk/2009/07/wordpress-plugins-and-file-fetching&amp;title=WordPress+Plugins+and+File+Fetching" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/reddit.png" alt="reddit" title="reddit" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/stumbleupon/offer?url=http://www.artiss.co.uk/2009/07/wordpress-plugins-and-file-fetching&amp;title=WordPress+Plugins+and+File+Fetching" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/stumbleupon.png" alt="StumbleUpon" title="StumbleUpon" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/twitter/offer?url=http://www.artiss.co.uk/?p=1712&amp;title=WordPress+Plugins+and+File+Fetching" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/twitter.png" alt="Twitter" title="Twitter" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="mailto:?subject=WordPress%20Plugins%20and%20File%20Fetching&amp;body=http%3A%2F%2Fwww.artiss.co.uk%2F2009%2F07%2Fwordpress-plugins-and-file-fetching" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/email.png" alt="Email" title="Email" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a> <a
href="http://api.addthis.com/oexchange/0.8/forward/printfriendly/offer?url=http://www.artiss.co.uk/2009/07/wordpress-plugins-and-file-fetching&amp;title=WordPress+Plugins+and+File+Fetching" class="ssb" rel="nofollow"><img
src="http://www.artiss.co.uk/wp-content/themes/artiss-1/images/16x16/printfriendly.png" alt="Print Friendly" title="Print Friendly" class="ssb" style="padding-left: 2px;padding-right: 2px" /></a></p><p>Related posts:<ol><li><a
href='http://www.artiss.co.uk/2010/08/wordpress-plugins-updated-4' rel='bookmark' title='WordPress Plugins Updated'>WordPress Plugins Updated</a> <small>I&#8217;ve made changes to two of my WordPress plugins today&#8230; Simple Draft List Yes, I know I only changed this yesterday, but I&#8217;ve now made...</small></li><li><a
href='http://www.artiss.co.uk/2010/10/wordpress-readme-files-and-markdown' rel='bookmark' title='WordPress README files and Markdown'>WordPress README files and Markdown</a> <small>For those who&#8217;ve not come across , it&#8217;s a way of using simple keyboard characters in a text file to indicate formatting. For example **this...</small></li><li><a
href='http://www.artiss.co.uk/2010/10/wp-readme-parser-wordpress-plugin-released' rel='bookmark' title='WP README Parser WordPress Plugin Released'>WP README Parser WordPress Plugin Released</a> <small>I mentioned last week that I was working on a plugin that will parse and display a WordPress plugin README file in a post or...</small></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.artiss.co.uk/2009/07/wordpress-plugins-and-file-fetching/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
