<?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; Wordpress</title> <atom:link href="http://www.artiss.co.uk/tag/wordpress/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>Automatically adding Simple Social Bookmarks plugin to your posts</title><link>http://www.artiss.co.uk/2012/02/automatically-adding-simple-social-bookmarks-plugin-to-your-posts?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=automatically-adding-simple-social-bookmarks-plugin-to-your-posts</link> <comments>http://www.artiss.co.uk/2012/02/automatically-adding-simple-social-bookmarks-plugin-to-your-posts#comments</comments> <pubDate>Fri, 10 Feb 2012 13:24:33 +0000</pubDate> <dc:creator>David Artiss</dc:creator> <category><![CDATA[Wordpress]]></category> <category><![CDATA[Page]]></category> <category><![CDATA[Post]]></category> <category><![CDATA[Simple Social Bookmarks]]></category> <category><![CDATA[Simple URL Shortener]]></category> <guid
isPermaLink="false">http://www.artiss.co.uk/?p=8405</guid> <description><![CDATA[My Simple Social Bookmarks plugin is incredibly powerful. However, if you don&#8217;t have coding skills or access to your theme files then adding it is rather difficult. If you&#8217;re in this situation, then here&#8217;s the solution (in a future release of the plugin I&#8217;ll automate this)&#8230; Open up the functions.php file in your theme folder [...]
Related posts:<ol><li><a
href='http://www.artiss.co.uk/2011/02/simple-social-bookmarks-wordpress-plugin-updated-2' rel='bookmark' title='Simple Social Bookmarks WordPress Plugin Updated'>Simple Social Bookmarks WordPress Plugin Updated</a> <small>My very popular Simple Social Bookmarks plugin has been updated! Changes include&#8230; Corrected ampersand in AddToAny URL to ensure code is XHTML valid If no...</small></li><li><a
href='http://www.artiss.co.uk/2010/12/simple-social-bookmarks-version-3-released' rel='bookmark' title='Simple Social Bookmarks version 3 released!'>Simple Social Bookmarks version 3 released!</a> <small>Well, it took longer than I expected, but I&#8217;ve released version 3 of Simple Social Bookmarks. With over 200 social bookmarking sites to choose from...</small></li><li><a
href='http://www.artiss.co.uk/2010/12/simple-social-bookmarks-update' rel='bookmark' title='Simple Social Bookmarks &#8211; Update'>Simple Social Bookmarks &#8211; Update</a> <small>The hardest (or, rather, most time consuming) bit  of my changes to Simple Social Bookmarks is hunting down all the icons for the various social...</small></li></ol>]]></description> <content:encoded><![CDATA[<p>My <a
href="http://www.artiss.co.uk/simple-social-bookmarks">Simple Social Bookmarks</a> plugin is incredibly powerful. However, if you don&#8217;t have coding skills or access to your theme files then adding it is rather difficult.</p><p>If you&#8217;re in this situation, then here&#8217;s the solution (in a future release of the plugin I&#8217;ll automate this)&#8230;</p><p>Open up the functions.php file in your theme folder and add the following lines&#8230;</p><pre>// Add to Post
function add_ssb_to_post( $content ) {
    // If a single post or page, add Social Bookmarks
    if ( ( is_single() ) or ( is_page() ) ) {
        if ( function_exists( 'simple_social_bookmarks' ) ) {
            // If URL Shortener plugin exists generate a short URL for the page
            if ( function_exists( 'simple_url_shortener' ) ) {
                $shorturl = simple_url_shortener( '', 'service=bit.ly' );
            } else {
                $shorturl = '';
            }
            // Add Social Bookmarks to bottom of post
            $content .= '&lt;p align="center"&gt;' . simple_social_bookmarks( '', $shorturl ,'', '' ) . "&lt;/p&gt;\n";
        }
    }
    return $content;
}
add_action( 'the_content', 'add_ssb_to_post' );</pre><p>I know it seems quite long but it has assorted checks to ensure that the plugin is active PLUS it will integrate <a
href="http://www.artiss.co.uk/simple-url-shortener">Simple URL Shortener</a> in as well. You&#8217;ll need to change the Simple URL Shortener parameters as appropriate (it&#8217;s currently set to use bit.ly) as well as Simple Social Bookmarks. I&#8217;ve also set up some CSS to centre the resulting bookmarks on the screen.</p><p>When done, you should have your social bookmarks added to the bottom of every post and page after the content.</p><p><a
href="http://api.addthis.com/oexchange/0.8/forward/delicious/offer?url=http://www.artiss.co.uk/2012/02/automatically-adding-simple-social-bookmarks-plugin-to-your-posts&amp;title=Automatically+adding+Simple+Social+Bookmarks+plugin+to+your+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/2012/02/automatically-adding-simple-social-bookmarks-plugin-to-your-posts&amp;title=Automatically+adding+Simple+Social+Bookmarks+plugin+to+your+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/2012/02/automatically-adding-simple-social-bookmarks-plugin-to-your-posts&amp;title=Automatically+adding+Simple+Social+Bookmarks+plugin+to+your+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/2012/02/automatically-adding-simple-social-bookmarks-plugin-to-your-posts&amp;title=Automatically+adding+Simple+Social+Bookmarks+plugin+to+your+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/2012/02/automatically-adding-simple-social-bookmarks-plugin-to-your-posts&amp;title=Automatically+adding+Simple+Social+Bookmarks+plugin+to+your+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/2012/02/automatically-adding-simple-social-bookmarks-plugin-to-your-posts&amp;title=Automatically+adding+Simple+Social+Bookmarks+plugin+to+your+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=8405&amp;title=Automatically+adding+Simple+Social+Bookmarks+plugin+to+your+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=Automatically%20adding%20Simple%20Social%20Bookmarks%20plugin%20to%20your%20posts&amp;body=http%3A%2F%2Fwww.artiss.co.uk%2F2012%2F02%2Fautomatically-adding-simple-social-bookmarks-plugin-to-your-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/2012/02/automatically-adding-simple-social-bookmarks-plugin-to-your-posts&amp;title=Automatically+adding+Simple+Social+Bookmarks+plugin+to+your+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/2011/02/simple-social-bookmarks-wordpress-plugin-updated-2' rel='bookmark' title='Simple Social Bookmarks WordPress Plugin Updated'>Simple Social Bookmarks WordPress Plugin Updated</a> <small>My very popular Simple Social Bookmarks plugin has been updated! Changes include&#8230; Corrected ampersand in AddToAny URL to ensure code is XHTML valid If no...</small></li><li><a
href='http://www.artiss.co.uk/2010/12/simple-social-bookmarks-version-3-released' rel='bookmark' title='Simple Social Bookmarks version 3 released!'>Simple Social Bookmarks version 3 released!</a> <small>Well, it took longer than I expected, but I&#8217;ve released version 3 of Simple Social Bookmarks. With over 200 social bookmarking sites to choose from...</small></li><li><a
href='http://www.artiss.co.uk/2010/12/simple-social-bookmarks-update' rel='bookmark' title='Simple Social Bookmarks &#8211; Update'>Simple Social Bookmarks &#8211; Update</a> <small>The hardest (or, rather, most time consuming) bit  of my changes to Simple Social Bookmarks is hunting down all the icons for the various social...</small></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.artiss.co.uk/2012/02/automatically-adding-simple-social-bookmarks-plugin-to-your-posts/feed</wfw:commentRss> <slash:comments>20</slash:comments> </item> <item><title>The Coming Months</title><link>http://www.artiss.co.uk/2012/01/the-coming-months?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-coming-months</link> <comments>http://www.artiss.co.uk/2012/01/the-coming-months#comments</comments> <pubDate>Tue, 24 Jan 2012 09:38:28 +0000</pubDate> <dc:creator>David Artiss</dc:creator> <category><![CDATA[News]]></category> <category><![CDATA[Blog]]></category> <category><![CDATA[Theme]]></category> <category><![CDATA[Wordpress]]></category> <guid
isPermaLink="false">http://www.artiss.co.uk/?p=7787</guid> <description><![CDATA[Expect to see much change on the site in the coming months, although initially it may be the opposite. I am currently looking into a new design for the site but, unlike before, it won&#8217;t be one of my own &#8211; but rather designers who know better than I do I&#8217;m moving towards a more [...]
Related posts:<ol><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/02/site-changes' rel='bookmark' title='Site Changes'>Site Changes</a> <small>Since the beginning of the year I&#8217;ve been working on a revised version of the site. More than just a theme change, this has been...</small></li></ol>]]></description> <content:encoded><![CDATA[<p>Expect to see much change on the site in the coming months, although initially it may be the opposite.</p><p>I am currently looking into a new design for the site but, unlike before, it won&#8217;t be one of my own &#8211; but rather designers who know better than I do <img
src='http://www.artiss.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> I&#8217;m moving towards a more mobile friendly magazine format with posts associated with just a small selection of categories. I&#8217;ve recognised that the site is organised quite eclectically at the moment with customer service reviews nestling next to advise on WordPress plugins &#8211; a clear division will enable you to concentrate on the area of the site in which you&#8217;re interested.</p><p>To this end I&#8217;ve already started organising the categories into which the posts fall. I&#8217;ve also started reviewing some of the posts, combining where there is an historic thread.</p><p>However, none of this means I&#8217;m going to change direction in my post content &#8211; this will remain the same. It will just be easier to navigate and be presented in a better format.</p><p>If you have any ideas of your own on any of this, don&#8217;t hesitate to leave a comment below.</p><p><a
href="http://api.addthis.com/oexchange/0.8/forward/delicious/offer?url=http://www.artiss.co.uk/2012/01/the-coming-months&amp;title=The+Coming+Months" 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/2012/01/the-coming-months&amp;title=The+Coming+Months" 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/2012/01/the-coming-months&amp;title=The+Coming+Months" 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/2012/01/the-coming-months&amp;title=The+Coming+Months" 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/2012/01/the-coming-months&amp;title=The+Coming+Months" 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/2012/01/the-coming-months&amp;title=The+Coming+Months" 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=7787&amp;title=The+Coming+Months" 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=The%20Coming%20Months&amp;body=http%3A%2F%2Fwww.artiss.co.uk%2F2012%2F01%2Fthe-coming-months" 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/2012/01/the-coming-months&amp;title=The+Coming+Months" 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/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/02/site-changes' rel='bookmark' title='Site Changes'>Site Changes</a> <small>Since the beginning of the year I&#8217;ve been working on a revised version of the site. More than just a theme change, this has been...</small></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.artiss.co.uk/2012/01/the-coming-months/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Site changes &#8211; all my personal posts have gone!</title><link>http://www.artiss.co.uk/2012/01/site-changes-all-my-personal-posts-have-gone?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=site-changes-all-my-personal-posts-have-gone</link> <comments>http://www.artiss.co.uk/2012/01/site-changes-all-my-personal-posts-have-gone#comments</comments> <pubDate>Fri, 13 Jan 2012 13:13:03 +0000</pubDate> <dc:creator>David Artiss</dc:creator> <category><![CDATA[News]]></category> <category><![CDATA[Blog]]></category> <category><![CDATA[Multisite]]></category> <category><![CDATA[personal]]></category> <category><![CDATA[Plugin]]></category> <category><![CDATA[Rant]]></category> <category><![CDATA[Sandbox]]></category> <category><![CDATA[Wordpress]]></category> <guid
isPermaLink="false">http://www.artiss.co.uk/?p=7531</guid> <description><![CDATA[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 review of tech products that I’d bought. In time the latter started to take over and my new-found interest in writing WordPress plugins. As a result the site has become [...]
Related posts:<ol><li><a
href='http://www.artiss.co.uk/2010/09/spam-magnet-blog-posts' rel='bookmark' title='Spam Magnet Blog Posts'>Spam Magnet Blog Posts</a> <small>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...</small></li><li><a
href='http://www.artiss.co.uk/2012/01/the-coming-months' rel='bookmark' title='The Coming Months'>The Coming Months</a> <small>Expect to see much change on the site in the coming months, although initially it may be the opposite. I am currently looking into a...</small></li><li><a
href='http://www.artiss.co.uk/2011/07/using-google-analytics-data-to-show-popular-posts' rel='bookmark' title='Using Google Analytics data to show popular posts'>Using Google Analytics data to show popular posts</a> <small>Google Analytics Dashboard is an excellent plugin for showing site analytics on your WordPress dashboard. However, it also has an open API built-in allowing anybody...</small></li></ol>]]></description> <content:encoded><![CDATA[<p>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 review of tech products that I’d bought. In time the latter started to take over and my new-found interest in writing WordPress plugins.</p><p>As a result the site has become more a commercial venture and personal posts now seem inappropriate to the point where I rarely add any. None-the-less I wanted to still put finger to keyboard occasionally so I decided to separate out my personal posts. I looked at 3 different ways to do this…</p><ol><li>Get the site to exclude personal posts and list them in their own separate section. Sadly, excluding one category from certain parts of WordPress is not as simple as it seems and just caused me problems when I tried it.</li><li>Use the Multisite option in WordPress to set up a secondary site. Unfortunately, as I have an established site with set (and indexed) URLs, introducing a 2nd site would likely to cause problems.</li><li>Create another site. Thankfully I already had one. A few months ago I decided to create a separate sandboxed WordPress installation for testing my plugins. Hardly used except for the odd bit of testing I realised this would be the ideal candidate – I can still use it for testing as if this site goes down for a short while it’s not a big deal.</li></ol><p>So, I’ve done it. The sandbox website has had a splendid new theme (although not of my design &#8211; I used a free &#8220;out of the box&#8221; one) and I&#8217;ve transferred over all my personal posts. Many of these are quite old so were in need of TLC &#8211; videos spilling out of page widths, missing images, etc. I also had to go through and add new categories to them all (and there&#8217;s over 100 posts!).</p><p><a
title="David Artiss - Personal Blog" href="http://www.artiss.me.uk" target="_blank">Click here to visit my new personal site</a> &#8211; I&#8217;ve already christened it by way of a new post today.</p><p><a
href="http://api.addthis.com/oexchange/0.8/forward/delicious/offer?url=http://www.artiss.co.uk/2012/01/site-changes-all-my-personal-posts-have-gone&amp;title=Site+changes+%E2%80%93+all+my+personal+posts+have+gone%21" 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/2012/01/site-changes-all-my-personal-posts-have-gone&amp;title=Site+changes+%E2%80%93+all+my+personal+posts+have+gone%21" 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/2012/01/site-changes-all-my-personal-posts-have-gone&amp;title=Site+changes+%E2%80%93+all+my+personal+posts+have+gone%21" 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/2012/01/site-changes-all-my-personal-posts-have-gone&amp;title=Site+changes+%E2%80%93+all+my+personal+posts+have+gone%21" 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/2012/01/site-changes-all-my-personal-posts-have-gone&amp;title=Site+changes+%E2%80%93+all+my+personal+posts+have+gone%21" 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/2012/01/site-changes-all-my-personal-posts-have-gone&amp;title=Site+changes+%E2%80%93+all+my+personal+posts+have+gone%21" 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=7531&amp;title=Site+changes+%E2%80%93+all+my+personal+posts+have+gone%21" 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=Site%20changes%20%E2%80%93%20all%20my%20personal%20posts%20have%20gone%21&amp;body=http%3A%2F%2Fwww.artiss.co.uk%2F2012%2F01%2Fsite-changes-all-my-personal-posts-have-gone" 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/2012/01/site-changes-all-my-personal-posts-have-gone&amp;title=Site+changes+%E2%80%93+all+my+personal+posts+have+gone%21" 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/spam-magnet-blog-posts' rel='bookmark' title='Spam Magnet Blog Posts'>Spam Magnet Blog Posts</a> <small>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...</small></li><li><a
href='http://www.artiss.co.uk/2012/01/the-coming-months' rel='bookmark' title='The Coming Months'>The Coming Months</a> <small>Expect to see much change on the site in the coming months, although initially it may be the opposite. I am currently looking into a...</small></li><li><a
href='http://www.artiss.co.uk/2011/07/using-google-analytics-data-to-show-popular-posts' rel='bookmark' title='Using Google Analytics data to show popular posts'>Using Google Analytics data to show popular posts</a> <small>Google Analytics Dashboard is an excellent plugin for showing site analytics on your WordPress dashboard. However, it also has an open API built-in allowing anybody...</small></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.artiss.co.uk/2012/01/site-changes-all-my-personal-posts-have-gone/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>WordPress plugin review of 2011</title><link>http://www.artiss.co.uk/2011/12/wordpress-plugin-review-of-2011?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-plugin-review-of-2011</link> <comments>http://www.artiss.co.uk/2011/12/wordpress-plugin-review-of-2011#comments</comments> <pubDate>Tue, 27 Dec 2011 14:46:39 +0000</pubDate> <dc:creator>David Artiss</dc:creator> <category><![CDATA[Web Development]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[Plugin]]></category> <guid
isPermaLink="false">http://www.artiss.co.uk/?p=7199</guid> <description><![CDATA[2011 has been a hectic year for me and my WordPress plugins. I&#8217;ve learnt an awful lot &#8211; especially thanks to the excellent book Professional WordPress Plugin Development. As a result I&#8217;ve been re-visiting a lot of my plugins and vastly improving their code quality and capabilities. I&#8217;ve also got rid of my first plugin. [...]
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/2011/03/simple-feed-list-wordpress-plugin-updated-3' rel='bookmark' title='Simple Feed List WordPress plugin updated'>Simple Feed List WordPress plugin updated</a> <small>My WordPress plugin Simple Feed List has received a minor update. It now has improved stylesheet handling. All details are on the dedicated plugin page....</small></li><li><a
href='http://www.artiss.co.uk/2011/02/simple-social-bookmarks-wordpress-plugin-updated-2' rel='bookmark' title='Simple Social Bookmarks WordPress Plugin Updated'>Simple Social Bookmarks WordPress Plugin Updated</a> <small>My very popular Simple Social Bookmarks plugin has been updated! Changes include&#8230; Corrected ampersand in AddToAny URL to ensure code is XHTML valid If no...</small></li></ol>]]></description> <content:encoded><![CDATA[<p>2011 has been a hectic year for me and my WordPress plugins. I&#8217;ve learnt an awful lot &#8211; especially thanks to the excellent book <a
title="Professional WordPress Plugin Development" href="http://amzn.to/hy4csl" target="_blank">Professional WordPress Plugin Development</a>. As a result I&#8217;ve been re-visiting a lot of my plugins and vastly improving their code quality and capabilities.</p><p>I&#8217;ve also <a
href="http://www.artiss.co.uk/2011/05/organ-donor-register-my-first-deleted-wordpress-plugin">got rid of my first plugin</a>.</p><p>Plugins that have been given a fresh lick of paint are (in no particular order)&#8230;</p><ul><li><a
href="http://www.artiss.co.uk/psn-status">Artiss PSN Status</a></li><li><a
href="http://www.artiss.co.uk/adsense-insert">Artiss AdSense Insert</a></li><li><a
href="http://www.artiss.co.uk/content-reveal">Artiss Content Reveal</a></li><li><a
href="http://www.artiss.co.uk/draft-list">Artiss Draft List</a></li><li><a
href="http://www.artiss.co.uk/code-embed">Artiss Code Embed</a></li><li><a
href="http://www.artiss.co.uk/twitter-data">Artiss Twitter Data</a></li><li><a
href="http://www.artiss.co.uk/relative-date">Artiss Relative Date</a></li><li><a
href="http://www.artiss.co.uk/youtube-embed">Artiss YouTube Embed</a></li></ul><p>You&#8217;ll notice they all begin with &#8220;Artiss&#8221; &#8211; another change which is part of a new re-branding exercise. Some of these, however, were modified early on and will be due a further update to bring them totally in line with current standards.</p><p>Existing plugins due for an upgrade in 2012 are&#8230;</p><ul><li><a
href="http://www.artiss.co.uk/flu-pandemic-level">Flu Pandemic Level</a></li><li><a
href="http://www.artiss.co.uk/google-docs-viewer">Google Docs Viewer</a></li><li><a
href="http://www.artiss.co.uk/simple-social-bookmarks">Simple Social Bookmarks</a></li><li><a
href="http://www.artiss.co.uk/simple-timed-content">Simple Timed Content</a></li><li><a
href="http://www.artiss.co.uk/simple-url-shortener">Simple URL Shortener</a></li><li><a
href="http://www.artiss.co.uk/wp-readme-parser">WP README Parser</a></li></ul><p><a
href="http://www.artiss.co.uk/simple-feed-list">Simple Feed List</a> is to be re-written from scratch with feed duties being all &#8220;in house&#8221; rather than relying on WP&#8217;s built in RSS functionality (which appears to be rather flaky).</p><p><a
href="http://www.artiss.co.uk/facebook-link">Artiss Facebook Link</a>, <a
href="http://www.artiss.co.uk/simple-twitter-link">Simple Twitter Link</a> and <a
href="http://www.artiss.co.uk/simple-buzz-link">Simple Buzz Link</a> will all be merged into one new plugin, Artiss Social Link.</p><p><a
href="http://www.artiss.co.uk/android-app-share">Android App Share</a>, <a
href="http://www.artiss.co.uk/simple-readbag-list">Simple Readbag List</a>, <a
href="http://www.artiss.co.uk/simple-ttiw-list">Simple TTIW List</a> and <a
href="http://www.artiss.co.uk/simple-wakoopa-list">Simple Wakoopa List</a> will all be merged into a single new plugin, the name of which is yet to be decided. It will also allow for other sites that provide XML data.</p><p><a
href="http://www.artiss.co.uk/wp-plugin-cache">WP Plugin Cache</a> will be abandoned (as all caching will be performed by individual plugins).</p><p>What all of this will mean is a reduction in the number of plugins, by merging a number of similar products. However, all are due to recieve the &#8220;full monty&#8221; of additions so, rather than adding the odd small feature, most should require minimal maintenance in future. Plugins such as Social Bookmarks and YouTube Embed, however, are likely to continue to have big changed applied to them.</p><p>If after this I find some time, I have a number of plugins that I&#8217;d like to turn my hand to, including a banner rotation plugin. There are a number available in the market but none that offer what I need (and I&#8217;m not being particularly needy either) &#8211; it was actually a user who asked me about this after coming across the same problem.</p><p><a
href="http://api.addthis.com/oexchange/0.8/forward/delicious/offer?url=http://www.artiss.co.uk/2011/12/wordpress-plugin-review-of-2011&amp;title=WordPress+plugin+review+of+2011" 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/12/wordpress-plugin-review-of-2011&amp;title=WordPress+plugin+review+of+2011" 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/12/wordpress-plugin-review-of-2011&amp;title=WordPress+plugin+review+of+2011" 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/12/wordpress-plugin-review-of-2011&amp;title=WordPress+plugin+review+of+2011" 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/12/wordpress-plugin-review-of-2011&amp;title=WordPress+plugin+review+of+2011" 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/12/wordpress-plugin-review-of-2011&amp;title=WordPress+plugin+review+of+2011" 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=7199&amp;title=WordPress+plugin+review+of+2011" 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%20review%20of%202011&amp;body=http%3A%2F%2Fwww.artiss.co.uk%2F2011%2F12%2Fwordpress-plugin-review-of-2011" 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/12/wordpress-plugin-review-of-2011&amp;title=WordPress+plugin+review+of+2011" 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/2011/03/simple-feed-list-wordpress-plugin-updated-3' rel='bookmark' title='Simple Feed List WordPress plugin updated'>Simple Feed List WordPress plugin updated</a> <small>My WordPress plugin Simple Feed List has received a minor update. It now has improved stylesheet handling. All details are on the dedicated plugin page....</small></li><li><a
href='http://www.artiss.co.uk/2011/02/simple-social-bookmarks-wordpress-plugin-updated-2' rel='bookmark' title='Simple Social Bookmarks WordPress Plugin Updated'>Simple Social Bookmarks WordPress Plugin Updated</a> <small>My very popular Simple Social Bookmarks plugin has been updated! Changes include&#8230; Corrected ampersand in AddToAny URL to ensure code is XHTML valid If no...</small></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.artiss.co.uk/2011/12/wordpress-plugin-review-of-2011/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to drive traffic to your blog with Artiss Draft List</title><link>http://www.artiss.co.uk/2011/12/how-to-drive-traffic-to-your-blog-with-artiss-draft-list?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-drive-traffic-to-your-blog-with-artiss-draft-list</link> <comments>http://www.artiss.co.uk/2011/12/how-to-drive-traffic-to-your-blog-with-artiss-draft-list#comments</comments> <pubDate>Wed, 14 Dec 2011 18:18:53 +0000</pubDate> <dc:creator>David Artiss</dc:creator> <category><![CDATA[Wordpress]]></category> <category><![CDATA[Artiss Draft List]]></category> <category><![CDATA[Blog]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[Page]]></category> <category><![CDATA[Plugin]]></category> <category><![CDATA[Post]]></category> <category><![CDATA[SEO]]></category> <guid
isPermaLink="false">http://www.artiss.co.uk/?p=4870</guid> <description><![CDATA[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 a nutshell, it lists on your blog any posts (and/or pages) that you have in draft. This can provide an ideal, and unique, way to promote posts before they are [...]
Related posts:<ol><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><li><a
href='http://www.artiss.co.uk/2011/02/simple-draft-list-wordpress-plugin-updated-3' rel='bookmark' title='Simple Draft List WordPress plugin updated'>Simple Draft List WordPress plugin updated</a> <small>A quick enhancement for Simple Draft List, which lets you list draft posts (or pages) on your WordPress blog. When draft posts and/or pages are...</small></li><li><a
href='http://www.artiss.co.uk/2011/02/simple-draft-list-wordpress-plugin-updated-2' rel='bookmark' title='Simple Draft List WordPress Plugin Updated'>Simple Draft List WordPress Plugin Updated</a> <small>Another day, another plugin update. Simple Draft List has now been given a fresh coat of paint (some much needed code tidying) along with the...</small></li></ol>]]></description> <content:encoded><![CDATA[<p>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 a nutshell, it lists on your blog any posts (and/or pages) that you have in draft. This can provide an ideal, and unique, way to promote posts before they are published. Output is in text so will be picked up by Google, adding SEO advantages (see below).</p><p>But let&#8217;s get back to the plugin. Once installed you have option to use a sidebar widget, use an in-post (or page) shortcode or even just manually call it via PHP. A new templating system allows you to define exactly how the results are output &#8211; yes, you can output a list of draft posts, but what about adding an author name, word count or date of last update? All of this is possible.</p><p>It&#8217;s all cached so takes as little resource as possible and you can even exclude certain posts from being included in the list (this is done in the editor itself). Finally, you can make sure that the list only includes drafts for a particular time period &#8211; for instance, any created in the last month.</p><p>Scheduled posts are not excluded either &#8211; these can be included and can be indicated via an appropriate icon.</p><p>So, how does this help SEO? Well, let&#8217;s take a live example from my site. I recently had a product review post in draft. Searching for that product in Google, gave the following result (click to see a larger view)&#8230;</p><p><a
class="lightbox" href="http://www.artiss.co.uk/wp-content/uploads/2011/02/Signalex-Search.png"><img
class="aligncenter size-medium wp-image-7116" title="Signalex Search" src="http://www.artiss.co.uk/wp-content/uploads/2011/02/Signalex-Search-292x300.png" alt="" width="292" height="300" /></a></p><p>As you can see all the top results in Google are for my site &#8211; even though the review hasn&#8217;t been published. Instead the fact that the text is in the list of drafts within the sidebar has already attracted attention to my site and getting me listed. Of course, this is quite an obscure product so don&#8217;t expect top billing in Google for anything as a result. But it does help with your SEO and it give your readers a helpful insight as to what to expect soon.</p><p><a
title="Artiss Draft List" href="http://wordpress.org/extend/plugins/simple-draft-list/" target="_blank">Download Artiss Draft List</a> from WordPress.org.</p><p><a
href="http://api.addthis.com/oexchange/0.8/forward/delicious/offer?url=http://www.artiss.co.uk/2011/12/how-to-drive-traffic-to-your-blog-with-artiss-draft-list&amp;title=How+to+drive+traffic+to+your+blog+with+Artiss+Draft+List" 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/12/how-to-drive-traffic-to-your-blog-with-artiss-draft-list&amp;title=How+to+drive+traffic+to+your+blog+with+Artiss+Draft+List" 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/12/how-to-drive-traffic-to-your-blog-with-artiss-draft-list&amp;title=How+to+drive+traffic+to+your+blog+with+Artiss+Draft+List" 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/12/how-to-drive-traffic-to-your-blog-with-artiss-draft-list&amp;title=How+to+drive+traffic+to+your+blog+with+Artiss+Draft+List" 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/12/how-to-drive-traffic-to-your-blog-with-artiss-draft-list&amp;title=How+to+drive+traffic+to+your+blog+with+Artiss+Draft+List" 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/12/how-to-drive-traffic-to-your-blog-with-artiss-draft-list&amp;title=How+to+drive+traffic+to+your+blog+with+Artiss+Draft+List" 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=4870&amp;title=How+to+drive+traffic+to+your+blog+with+Artiss+Draft+List" 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=How%20to%20drive%20traffic%20to%20your%20blog%20with%20Artiss%20Draft%20List&amp;body=http%3A%2F%2Fwww.artiss.co.uk%2F2011%2F12%2Fhow-to-drive-traffic-to-your-blog-with-artiss-draft-list" 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/12/how-to-drive-traffic-to-your-blog-with-artiss-draft-list&amp;title=How+to+drive+traffic+to+your+blog+with+Artiss+Draft+List" 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/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><li><a
href='http://www.artiss.co.uk/2011/02/simple-draft-list-wordpress-plugin-updated-3' rel='bookmark' title='Simple Draft List WordPress plugin updated'>Simple Draft List WordPress plugin updated</a> <small>A quick enhancement for Simple Draft List, which lets you list draft posts (or pages) on your WordPress blog. When draft posts and/or pages are...</small></li><li><a
href='http://www.artiss.co.uk/2011/02/simple-draft-list-wordpress-plugin-updated-2' rel='bookmark' title='Simple Draft List WordPress Plugin Updated'>Simple Draft List WordPress Plugin Updated</a> <small>Another day, another plugin update. Simple Draft List has now been given a fresh coat of paint (some much needed code tidying) along with the...</small></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.artiss.co.uk/2011/12/how-to-drive-traffic-to-your-blog-with-artiss-draft-list/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>WordPress 3.3 released</title><link>http://www.artiss.co.uk/2011/12/wordpress-3-3-released?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-3-3-released</link> <comments>http://www.artiss.co.uk/2011/12/wordpress-3-3-released#comments</comments> <pubDate>Tue, 13 Dec 2011 12:57:45 +0000</pubDate> <dc:creator>David Artiss</dc:creator> <category><![CDATA[Wordpress]]></category> <category><![CDATA[3.3]]></category> <category><![CDATA[Sonny]]></category> <guid
isPermaLink="false">http://www.artiss.co.uk/?p=7097</guid> <description><![CDATA[WordPress 3.3 is now available&#8230; For Users Experienced users will appreciate the new drag-and-drop uploader, hover menus for the navigation, the new toolbar, improved co-editing support, and the new Tumblr importer. We’ve also been thinking a ton about what the WordPress experience is like for people completely new to the software. Version 3.3 has significant [...]
Related posts:<ol><li><a
href='http://www.artiss.co.uk/2011/02/wordpress-3-1-released' rel='bookmark' title='WordPress 3.1 Released'>WordPress 3.1 Released</a> <small>WordPress 3.1 has finally been released after much beta testing and is ready for download. This release features a lightning fast redesigned linking workflow which makes...</small></li><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/04/wordpress-3-1-2-released' rel='bookmark' title='WordPress 3.1.2 released'>WordPress 3.1.2 released</a> <small>WordPress 3.1.2 has been released. This release addresses a vulnerability that allowed Contributor-level users to improperly publish posts. The issue was discovered by a member...</small></li></ol>]]></description> <content:encoded><![CDATA[<p>WordPress 3.3 is now available&#8230;</p><blockquote><h3>For Users</h3><p>Experienced users will appreciate the new <strong>drag-and-drop uploader</strong>, hover menus for the navigation, the new toolbar, improved co-editing support, and the new Tumblr importer. We’ve also been thinking a ton about what the WordPress experience is like for people completely new to the software. Version 3.3 has significant improvements there with<strong> pointer tips</strong> for new features included in each update, a friendly welcome message for first-time users, and revamped help tabs throughout the interface. Finally we’ve improved the dashboard experience on the iPad and other tablets with better touch support.</p><h3>For Developers</h3><p>There is a ton of candy for developers as well. I’d recommend starting your exploration with the <a
href="http://codex.wordpress.org/Function_Reference/wp_editor">new editor API</a>, new jQuery version, better ways to hook into the help screens, more performant post-slug-only permalinks, and of course the entire list of improvements <a
href="http://codex.wordpress.org/Version_3.3">on the Codex</a> and <a
href="http://core.trac.wordpress.org/milestone/3.3">in Trac</a>.</p></blockquote><p><img
title="Page Link" src="http://www.artiss.co.uk/wp-content/uploads/2010/01/page_white_link.png" alt="" width="16" height="16" /> <a
title="WordPress 3.3" href="http://wordpress.org/news/2011/12/sonny/" target="_blank">The official WordPress announcement</a></p><p><img
title="Page Link" src="http://www.artiss.co.uk/wp-content/uploads/2010/01/page_white_link.png" alt="" width="16" height="16" /> <a
title="Version 3.3" href="http://codex.wordpress.org/Version_3.3" target="_blank">3.3 Codex Details</a></p><p><img
title="Page Link" src="http://www.artiss.co.uk/wp-content/uploads/2010/01/page_white_link.png" alt="" width="16" height="16" /> <a
title="WordPress Trac" href="http://core.trac.wordpress.org/query?group=status&#038;milestone=3.3" target="_blank">Change Details</a></p><p><img
title="Download" src="http://www.artiss.co.uk/wp-content/uploads/2010/01/download.png" alt="" width="16" height="16" /> <a
href="http://wordpress.org/latest.zip">Download 3.3</a> (entire installation)</p><p><embed
type="application/x-shockwave-flash" src="http://s0.videopress.com/player.swf?v=1.03" width="746" height="418" wmode="direct" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true" flashvars="guid=I7NAw9Zk&amp;isDynamicSeeking=true"></embed></p><p><a
href="http://api.addthis.com/oexchange/0.8/forward/delicious/offer?url=http://www.artiss.co.uk/2011/12/wordpress-3-3-released&amp;title=WordPress+3.3+released" 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/12/wordpress-3-3-released&amp;title=WordPress+3.3+released" 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/12/wordpress-3-3-released&amp;title=WordPress+3.3+released" 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/12/wordpress-3-3-released&amp;title=WordPress+3.3+released" 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/12/wordpress-3-3-released&amp;title=WordPress+3.3+released" 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/12/wordpress-3-3-released&amp;title=WordPress+3.3+released" 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=7097&amp;title=WordPress+3.3+released" 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%203.3%20released&amp;body=http%3A%2F%2Fwww.artiss.co.uk%2F2011%2F12%2Fwordpress-3-3-released" 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/12/wordpress-3-3-released&amp;title=WordPress+3.3+released" 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-3-1-released' rel='bookmark' title='WordPress 3.1 Released'>WordPress 3.1 Released</a> <small>WordPress 3.1 has finally been released after much beta testing and is ready for download. This release features a lightning fast redesigned linking workflow which makes...</small></li><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/04/wordpress-3-1-2-released' rel='bookmark' title='WordPress 3.1.2 released'>WordPress 3.1.2 released</a> <small>WordPress 3.1.2 has been released. This release addresses a vulnerability that allowed Contributor-level users to improperly publish posts. The issue was discovered by a member...</small></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.artiss.co.uk/2011/12/wordpress-3-3-released/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Bandwidth Problems</title><link>http://www.artiss.co.uk/2011/11/bandwidth-problems?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=bandwidth-problems</link> <comments>http://www.artiss.co.uk/2011/11/bandwidth-problems#comments</comments> <pubDate>Wed, 16 Nov 2011 07:06:50 +0000</pubDate> <dc:creator>David Artiss</dc:creator> <category><![CDATA[Web Development]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[bandwidth]]></category> <category><![CDATA[Cache]]></category> <category><![CDATA[Minify]]></category> <category><![CDATA[PHP Speedy]]></category> <category><![CDATA[Plugin]]></category> <category><![CDATA[WP Minify]]></category> <category><![CDATA[WP Super Cache]]></category> <guid
isPermaLink="false">http://www.artiss.co.uk/?p=6917</guid> <description><![CDATA[So, I’m into day 11 of this month but my hosting bandwidth (which was only recently doubled) is now at 75% used. What’s going on? Thankfully, Memset provide cPanel and a host of data analysis tools. As you can see from this graph it’s rocketed since mid-October. I’d love to say it’s because visitors have [...]
Related posts:<ol><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/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/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>So, I’m into day 11 of this month but my hosting bandwidth (which was only recently doubled) is now at 75% used. What’s going on?</p><p>Thankfully, <a
title="Memset" href="http://www.memset.com/?source=artisaa1" target="_blank">Memset</a> provide cPanel and a host of data analysis tools. As you can see from this graph it’s rocketed since mid-October.</p><p><img
class="aligncenter size-full wp-image-6918" title="Yearly Traffic" src="http://www.artiss.co.uk/wp-content/uploads/2011/11/Yearly-Traffic.png" alt="" width="582" height="173" /></p><p>I’d love to say it’s because visitors have gone up as much, but that’s not the case. Looking at the biggest bandwidth hogging files, it’s exactly as normal – in fact nothing in particular is causing it.</p><p>What <strong>did </strong>happen mid-October though is that I started looking and changing the site’s caching. I’d been using <a
title="PHP Speedy" href="http://aciddrop.com/2008/07/15/php-speedy-wp-version-047-works-with-wp26/" target="_blank">PHP Speedy</a> with all options switched on (except for GZIP, which I had in my .htaccess file along with a few other tweaks) but was finding that was breaking <a
title="Debug Bar" href="http://wordpress.org/extend/plugins/debug-bar/" target="_blank">Debug Bar</a> and <a
title="jQuery Lightbox For Native Galleries" href="http://wordpress.org/extend/plugins/jquery-lightbox-for-native-galleries/" target="_blank">jQuery Lightbox For Native Galleries</a>. You can exclude certain scripts from PHP Speedy but that didn’t seem to fix the problem.</p><p>I therefore decided to try an alternative method. After some testing I settled on <a
title="WP Super Cache" href="http://wordpress.org/extend/plugins/wp-super-cache/" target="_blank">WP Super Cache</a> (to cache the pages – this improved speed but not bandwidth as the same size results are delivered) and <a
title="WP Minify" href="http://wordpress.org/extend/plugins/wp-minify/" target="_blank">WP Minify</a> (this combines and minifies the scripts – something that PHP Speedy did, but I could get WP Minify to work with the aforementioned Debug Bar and Lightbox scripts). I also retained my .htaccess changes.</p><p>And that’s how it’s been since. The site’s very quick BUT it looks like the size of the pages being delivered are horrendous.</p><p>The cause? Right now, I have no idea and I’m still tinkering – expect to see some site problems over the next few days as I try and resolve it.</p><p>What I’ve immediately done is switch off WP Minify and put PHP Speedy back on. Oddly, it’s working with GZIP switched on – if the .htaccess changes are working, this shouldn’t work. I therefore need to check my .htaccess further. Maybe the changes made to this file by WP Super Cache have affected it.</p><p>Certainly something has to be done with some urgency and if I have to I’ll abort all changes and had back to PHP Speedy solely (and break those other scripts). My hunch &#8211; GZIP isn&#8217;t working. <a
title="GIDZipTest " href="http://www.gidnetwork.com/tools/gzip-test.php" target="_blank">Testing tools indicate otherwise</a>.</p><p>I’ll update this post, as it may be of use to other developers. And, of course, if you have any ideas please comment and let me know your thoughts.</p><p><strong>Update, 16th November.</strong></p><p>Sorted. Although online testing tools reported that GZIP was working, it wasn&#8217;t. Activating that has put my bandwidth back to normal&#8230;</p><p><img
class="aligncenter size-full wp-image-6935" title="Bandwidth - 7 days" src="http://www.artiss.co.uk/wp-content/uploads/2011/11/Bandwidth-7-days.png" alt="" width="582" height="173" /></p><p>Through some further testing I&#8217;ve settled on using WP Minify rather than PHP Speedy. I&#8217;m also using WP Super Cache but note that this doesn&#8217;t affect bandwidth, only speed.</p><p><a
href="http://api.addthis.com/oexchange/0.8/forward/delicious/offer?url=http://www.artiss.co.uk/2011/11/bandwidth-problems&amp;title=Bandwidth+Problems" 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/11/bandwidth-problems&amp;title=Bandwidth+Problems" 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/11/bandwidth-problems&amp;title=Bandwidth+Problems" 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/11/bandwidth-problems&amp;title=Bandwidth+Problems" 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/11/bandwidth-problems&amp;title=Bandwidth+Problems" 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/11/bandwidth-problems&amp;title=Bandwidth+Problems" 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=6917&amp;title=Bandwidth+Problems" 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=Bandwidth%20Problems&amp;body=http%3A%2F%2Fwww.artiss.co.uk%2F2011%2F11%2Fbandwidth-problems" 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/11/bandwidth-problems&amp;title=Bandwidth+Problems" 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/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/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/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/11/bandwidth-problems/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <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>Making money from WordPress</title><link>http://www.artiss.co.uk/2011/09/making-money-from-wordpress?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=making-money-from-wordpress</link> <comments>http://www.artiss.co.uk/2011/09/making-money-from-wordpress#comments</comments> <pubDate>Fri, 23 Sep 2011 11:08:37 +0000</pubDate> <dc:creator>David Artiss</dc:creator> <category><![CDATA[Tips]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[GPL]]></category> <category><![CDATA[Money]]></category> <guid
isPermaLink="false">http://www.artiss.co.uk/?p=6595</guid> <description><![CDATA[If you&#8217;ve come to this post thinking I&#8217;m sharing some amazing strategies on making money from WordPress, you&#8217;ll probably be disappointed. WordPress, and a result themes and plugins produced for it, are licensed under the . What this means is that although you can product commercials versions, people are free to use and copy your [...]
Related posts:<ol><li><a
href='http://www.artiss.co.uk/2011/04/future-wordpress-plugin-support' rel='bookmark' title='Future WordPress Plugin Support'>Future WordPress Plugin Support</a> <small>I&#8217;ve been offering free, and usually quite quick, support for my WordPress plugins since introducing them. At first people used the comments at the bottom...</small></li><li><a
href='http://www.artiss.co.uk/2011/03/do-wordpress-users-need-jetpack' rel='bookmark' title='Do WordPress users need Jetpack?'>Do WordPress users need Jetpack?</a> <small>Automattic, the people behind WordPress have announced JetPack. In essence, it&#8217;s a plugin for self-hosted WordPress owners that adds functionality that WordPress.com bloggers have had...</small></li><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></ol>]]></description> <content:encoded><![CDATA[<p>If you&#8217;ve come to this post thinking I&#8217;m sharing some amazing strategies on making money from WordPress, you&#8217;ll probably be disappointed.</p><p>WordPress, and a result themes and plugins produced for it, are licensed under the <a
href="http://en.wikipedia.org/wiki/GPL" title="Look up GPL on Wikipedia" title="Look up GPL on Wikipedia" target="_blank" rel="nofollow">GPL</a>. What this means is that although you can product commercials versions, people are free to use and copy your results. Additionally, WordPress doesn&#8217;t integrate well with, for example, commercial plugins as there is no place for them on their site and, hence, no automatic updates.</p><p>Paid support is another option for plugin and theme authors but even they don&#8217;t seem to very popular, with one company who provides such support recently shutting down.</p><p>I&#8217;ve had a few requests to make changes to or write new plugins, but they usually don&#8217;t pan out particularly well &#8211; with so many plugins already available there&#8217;s usually a reason why one doesn&#8217;t exist <img
src='http://www.artiss.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p><p>I get money from the advertising on this site but that barely covers the spiralling hosting costs. There are also various promotional methods further, but these are more to do with having a website rather than WordPress in particular.</p><p>So, <a
href="http://www.iwillteachyoutoberich.com/">getting rich</a> is probably best left to the entrepreneur and those coming up with &#8220;the next big thing&#8221;.  But that&#8217;s fine with me &#8211; WordPress is GPL for a reason and it&#8217;s all about sharing. If I was in it for the money I&#8217;d have done something else instead!</p><p><a
href="http://api.addthis.com/oexchange/0.8/forward/delicious/offer?url=http://www.artiss.co.uk/2011/09/making-money-from-wordpress&amp;title=Making+money+from+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/09/making-money-from-wordpress&amp;title=Making+money+from+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/09/making-money-from-wordpress&amp;title=Making+money+from+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/09/making-money-from-wordpress&amp;title=Making+money+from+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/09/making-money-from-wordpress&amp;title=Making+money+from+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/09/making-money-from-wordpress&amp;title=Making+money+from+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=6595&amp;title=Making+money+from+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=Making%20money%20from%20WordPress&amp;body=http%3A%2F%2Fwww.artiss.co.uk%2F2011%2F09%2Fmaking-money-from-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/09/making-money-from-wordpress&amp;title=Making+money+from+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/2011/04/future-wordpress-plugin-support' rel='bookmark' title='Future WordPress Plugin Support'>Future WordPress Plugin Support</a> <small>I&#8217;ve been offering free, and usually quite quick, support for my WordPress plugins since introducing them. At first people used the comments at the bottom...</small></li><li><a
href='http://www.artiss.co.uk/2011/03/do-wordpress-users-need-jetpack' rel='bookmark' title='Do WordPress users need Jetpack?'>Do WordPress users need Jetpack?</a> <small>Automattic, the people behind WordPress have announced JetPack. In essence, it&#8217;s a plugin for self-hosted WordPress owners that adds functionality that WordPress.com bloggers have had...</small></li><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></ol></p>]]></content:encoded> <wfw:commentRss>http://www.artiss.co.uk/2011/09/making-money-from-wordpress/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Artiss Content Reveal 2 released</title><link>http://www.artiss.co.uk/2011/09/artiss-content-reveal-2-released?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=artiss-content-reveal-2-released</link> <comments>http://www.artiss.co.uk/2011/09/artiss-content-reveal-2-released#comments</comments> <pubDate>Mon, 12 Sep 2011 12:16:46 +0000</pubDate> <dc:creator>David Artiss</dc:creator> <category><![CDATA[News]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[Artiss Content Reveal]]></category> <category><![CDATA[Content Reveal]]></category> <category><![CDATA[Plugin]]></category> <category><![CDATA[Simple Content Reveal]]></category> <guid
isPermaLink="false">http://www.artiss.co.uk/?p=6524</guid> <description><![CDATA[Artiss Content Reveal (formally Simple Content Reveal) has had a major revamp to version 2. Apart from being extensively re-coded with various administration improvements (there&#8217;s an editor button for it, extra meta data in the Plugins menu, etc), there&#8217;s a lot of big improvements&#8230; Cookies now store the state of each hidden/revealed section for each [...]
Related posts:<ol><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><li><a
href='http://www.artiss.co.uk/2011/02/simple-content-reveal-wordpress-plugin-updated-2' rel='bookmark' title='Simple Content Reveal WordPress Plugin &#8211; Updated!'>Simple Content Reveal WordPress Plugin &#8211; Updated!</a> <small>Now the site re-design is over I can get back to my WordPress plugin development. As part of the site change I came across a...</small></li></ol>]]></description> <content:encoded><![CDATA[<p><a
href="http://www.artiss.co.uk/content-reveal">Artiss Content Reveal</a> (formally Simple Content Reveal) has had a major revamp to version 2.</p><p>Apart from being extensively re-coded with various administration improvements (there&#8217;s an editor button for it, extra meta data in the Plugins menu, etc), there&#8217;s a lot of big improvements&#8230;</p><ol><li>Cookies now store the state of each hidden/revealed section for each user &#8211; so if you collapse a section when you return to the page later it will still be like that! In addition, there are lots of options to override the default cookie settings.</li><li>Force all Content Reveal sections on the screen to do a single thing via the URL &#8211; e.g. make all content reveal in preparation for printing</li><li>The title which you click on to hide/show sections can be separated from the actual content, allowing you to place these elsewhere</li><li>Separate text can be specified for the title, allowing different things to appear depending on the state of the content</li></ol><p>And much, much more!</p><p><a
href="http://api.addthis.com/oexchange/0.8/forward/delicious/offer?url=http://www.artiss.co.uk/2011/09/artiss-content-reveal-2-released&amp;title=Artiss+Content+Reveal+2+released" 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/09/artiss-content-reveal-2-released&amp;title=Artiss+Content+Reveal+2+released" 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/09/artiss-content-reveal-2-released&amp;title=Artiss+Content+Reveal+2+released" 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/09/artiss-content-reveal-2-released&amp;title=Artiss+Content+Reveal+2+released" 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/09/artiss-content-reveal-2-released&amp;title=Artiss+Content+Reveal+2+released" 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/09/artiss-content-reveal-2-released&amp;title=Artiss+Content+Reveal+2+released" 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=6524&amp;title=Artiss+Content+Reveal+2+released" 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=Artiss%20Content%20Reveal%202%20released&amp;body=http%3A%2F%2Fwww.artiss.co.uk%2F2011%2F09%2Fartiss-content-reveal-2-released" 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/09/artiss-content-reveal-2-released&amp;title=Artiss+Content+Reveal+2+released" 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/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><li><a
href='http://www.artiss.co.uk/2011/02/simple-content-reveal-wordpress-plugin-updated-2' rel='bookmark' title='Simple Content Reveal WordPress Plugin &#8211; Updated!'>Simple Content Reveal WordPress Plugin &#8211; Updated!</a> <small>Now the site re-design is over I can get back to my WordPress plugin development. As part of the site change I came across a...</small></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.artiss.co.uk/2011/09/artiss-content-reveal-2-released/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
