<?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>Web Hosting Blog From Pixel Internet &#187; Wordpress</title>
	<atom:link href="http://www.pixelinternet.co.uk/blog/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pixelinternet.co.uk/blog</link>
	<description>Web Hosting Blog from Pixel Internet</description>
	<lastBuildDate>Mon, 30 Jan 2012 16:22:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Adding The Google +1 Button To Your WordPress Website</title>
		<link>http://www.pixelinternet.co.uk/blog/1307/adding-the-google-1-button-to-your-wordpress-website/</link>
		<comments>http://www.pixelinternet.co.uk/blog/1307/adding-the-google-1-button-to-your-wordpress-website/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 11:35:26 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
				<category><![CDATA[Website Resources]]></category>
		<category><![CDATA[+1]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.pixelinternet.co.uk/blog/?p=1307</guid>
		<description><![CDATA[If you&#8217;ve been following the activities of Google in recent months (or you&#8217;re an SEO engineer), you&#8217;ll have undoubtedly come across the +1 concept recently introduced by the search giant. Initially an experiment in utilising user-based recommendations to inform search results, Google has rolled out the +1 button more comprehensively by allowing the integration of [...]
Related posts:<ol>
<li><a href='http://www.pixelinternet.co.uk/blog/1093/how-wordpress-themes-work/' rel='bookmark' title='How WordPress Themes Work'>How WordPress Themes Work</a></li>
<li><a href='http://www.pixelinternet.co.uk/blog/423/google-pacman/' rel='bookmark' title='Google Pacman&#8230;'>Google Pacman&#8230;</a></li>
<li><a href='http://www.pixelinternet.co.uk/blog/1181/the-best-places-to-find-premium-wordpress-themes/' rel='bookmark' title='The Best Places To Find Premium WordPress Themes'>The Best Places To Find Premium WordPress Themes</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.pixelinternet.co.uk%2Fblog%2F1307%2Fadding-the-google-1-button-to-your-wordpress-website%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.pixelinternet.co.uk%2Fblog%2F1307%2Fadding-the-google-1-button-to-your-wordpress-website%2F&amp;source=pixelinternet&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>If you&#8217;ve been following the activities of Google in recent months (or you&#8217;re an SEO engineer), you&#8217;ll have undoubtedly come across the +1 concept recently introduced by the search giant.</p>
<p>Initially an experiment in utilising user-based recommendations to inform search results, Google has rolled out the +1 button more comprehensively by allowing the integration of a +1 button into your blogs and websites.</p>
<p>There will undoubtedly be numerous WordPress plugins in the coming months featuring simple +1 button integration, but in the meantime here&#8217;s a simple guide to adding the Google +1 button to your WordPress-based blogs and websites yourself in two simple steps:</p>
<p><strong>1. Editing your WordPress theme files</strong></p>
<p>You will need to add a line of Javascript to your WP theme files, but this isn&#8217;t as difficult as it may sound to some people. Simply login to your WordPress dashboard and navigate to Appearances &gt; Editor.</p>
<p>On the next screen, locate and select &#8216;Footer.php&#8217;, which should reveal the coding for your website&#8217;s footer. You&#8217;ll need to locate the closing body tag, which will look like this: <strong>&lt;/body&gt;</strong></p>
<p>Then simply paste in the following line of Javascript immediately before the closing body tag:</p>
<p><em>&lt;script type=”text/javascript” src=”http://apis.google.com/js/plusone.js”&gt;&lt;/script&gt;</em></p>
<p>To help you out, here&#8217;s a screenshot of what you&#8217;ll need to do:</p>
<p><img class="alignnone size-full wp-image-1308" src="http://www.pixelinternet.co.uk/blog/wp-content/uploads/2011/06/2011-06-17_1711.png" alt="" width="660" height="334" /></p>
<p>Once you&#8217;ve placed the code in the right place, simply hit &#8216;update&#8217; and you&#8217;re ready to move on to the next step.</p>
<p><strong>2. Adding the +1 button to your website</strong></p>
<p>Once the javascript is added to your Footer.php file, you&#8217;ll be able to add the +1 button with a simple shortcode:</p>
<p><em>&lt;g:plusone&gt;&lt;/g:plusone&gt;</em></p>
<p>This can be added to individual posts and pages easily, by simply adding the shortcode into the body of the post or page. However, you might find it a better option to add the button into the sidebar of your blog, post, page, etc. To do this, simply navigate to Appearances &gt; Widgets in your WordPress dashboard.</p>
<p>From here, you can simply select a widget market &#8216;Text&#8217;, drag it into the appropriate sidebar section and add the +1 shortcode. This will give you a permanent +1 button in the corresponding sidebar, allowing users to recommend your site via the new Google button.</p>
<p>&#8211;</p>
<p>If you have any questions at all on installing the +1 button on your own WordPress website, simply leave us a comment with the issues you&#8217;re having and we&#8217;ll do our best to help.</p>
<p>Related posts:<ol>
<li><a href='http://www.pixelinternet.co.uk/blog/1093/how-wordpress-themes-work/' rel='bookmark' title='How WordPress Themes Work'>How WordPress Themes Work</a></li>
<li><a href='http://www.pixelinternet.co.uk/blog/423/google-pacman/' rel='bookmark' title='Google Pacman&#8230;'>Google Pacman&#8230;</a></li>
<li><a href='http://www.pixelinternet.co.uk/blog/1181/the-best-places-to-find-premium-wordpress-themes/' rel='bookmark' title='The Best Places To Find Premium WordPress Themes'>The Best Places To Find Premium WordPress Themes</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pixelinternet.co.uk/blog/1307/adding-the-google-1-button-to-your-wordpress-website/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Best Social Media Plugins For WordPress</title>
		<link>http://www.pixelinternet.co.uk/blog/1263/the-best-social-media-plugins-for-wordpress/</link>
		<comments>http://www.pixelinternet.co.uk/blog/1263/the-best-social-media-plugins-for-wordpress/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 18:02:36 +0000</pubDate>
		<dc:creator>Freya</dc:creator>
				<category><![CDATA[Website Resources]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://www.pixelinternet.co.uk/blog/?p=1263</guid>
		<description><![CDATA[It&#8217;s all well and good putting huge amount of efforts into your content and your blog posts, but if nobody&#8217;s seeing or sharing that content, then all that hard work could have been for nothing. Fortunately, if you&#8217;re a WordPress user then you don&#8217;t need to be an expert with coding or programming to add [...]
Related posts:<ol>
<li><a href='http://www.pixelinternet.co.uk/blog/1155/using-social-media-links-to-better-your-seo-an-infographic/' rel='bookmark' title='Using Social Media Links To Better Your SEO &#8211; An Infographic'>Using Social Media Links To Better Your SEO &#8211; An Infographic</a></li>
<li><a href='http://www.pixelinternet.co.uk/blog/502/1960s-social-media-adverts/' rel='bookmark' title='1960&#8242;s Social Media Adverts'>1960&#8242;s Social Media Adverts</a></li>
<li><a href='http://www.pixelinternet.co.uk/blog/1430/david-cameron-suggests-preventing-rioters-from-accessing-social-media/' rel='bookmark' title='David Cameron Suggests Preventing Rioters From Accessing Social Media'>David Cameron Suggests Preventing Rioters From Accessing Social Media</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.pixelinternet.co.uk%2Fblog%2F1263%2Fthe-best-social-media-plugins-for-wordpress%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.pixelinternet.co.uk%2Fblog%2F1263%2Fthe-best-social-media-plugins-for-wordpress%2F&amp;source=pixelinternet&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>It&#8217;s all well and good putting huge amount of efforts into your content and your blog posts, but if nobody&#8217;s seeing or sharing that content, then all that hard work could have been for nothing.</p>
<p>Fortunately, if you&#8217;re a WordPress user then you don&#8217;t need to be an expert with coding or programming to add some social elements to your website; there are a whole host of plugins available with a range of different applications and functionality.</p>
<p>To save you the time of trawling through the seemingly infinite list of WordPress plugins looking for the right one for your website, we&#8217;ve put together brief list of some of the best social media plugins available for WordPress:</p>
<p><strong>1. Sexy Bookmarks</strong></p>
<p><img class="alignnone size-large wp-image-1264" src="http://www.pixelinternet.co.uk/blog/wp-content/uploads/2011/05/sexy-bookmarks6-600x455.jpg" alt="" width="384" height="291" /></p>
<p>Sexy Bookmarks is one of the most exhaustive social media plugins available, with an extremely large number of social networking platforms available for inclusion at the top or bottom of your blog posts. If you&#8217;re looking to offer your readers as wide a range of options as possible when it comes to sharing your content, then Sexy Bookmarks should certainly be one of the first plugins you install.</p>
<p><strong>2. Smart Sharing</strong></p>
<p><strong><img class="size-full wp-image-1267 alignnone" src="http://www.pixelinternet.co.uk/blog/wp-content/uploads/2011/05/2011-05-28_1145.png" alt="" width="108" height="216" /><br />
</strong>Smart Sharing is one of my personal favourite social media plugins; whilst it doesn&#8217;t have the variety of platforms available via the Sexy Bookmarks plugin, Smart Sharing gives you a social sharing box (pictured above) that scrolls down the left hand side of your blog post with the user. This means the social media options are always available to the reader, rather than just at the top or bottom of the post; resulting in a higher conversion rate (in terms of reader clicks) and increased social sharing metrics.</p>
<p><strong>3. WP Greet Box</strong></p>
<p><strong><img class="alignnone size-full wp-image-1269" src="http://www.pixelinternet.co.uk/blog/wp-content/uploads/2011/05/1407_02_10.jpg" alt="" width="324" height="110" /></strong></p>
<p>WP Greet Box (as you may well have gathered from the name) provides a greeting box to visitors to your blog, post, page or website. What makes the plugin special is that the displayed greeting changes depending on the website that referred the visitor &#8211; for example. if you visitor comes to your website via Twitter, then the plugin will display a tailored greeting for Twitter users, as well as offering the reader the option to share the content via whichever platform referred them (see the image above for the Twitter example). What&#8217;s great about this is it provides a direct call to action to the reader, which is known to improve conversion rates and should help you get your content out there much more effectively (particularly when combined with other social media plugins such as Sexy Bookmarks or Smart Sharing).</p>
<p><strong>4. Active Share</strong></p>
<p><strong><img class="alignnone size-large wp-image-1273" src="http://www.pixelinternet.co.uk/blog/wp-content/uploads/2011/05/2011-05-28_1207-600x291.png" alt="" width="384" height="186" /></strong></p>
<p>Active Share is another of my own personal favourites, as it provides an effective call to action for readers who have taken the time to read your blog post. Active Share provides a Javascript drop-down box with social media sharing options &#8211; the box drops down as readers reach the end of a post, giving a clear call to action at the perfect time. Whilst Active Share may not offer the same volume of platforms as something like Sexy Bookmarks, it boasts the major platforms, provides a clear call to action and looks particularly impressive (compared to other social media plugins).</p>
<p>There are plenty more social media plugins available for WordPress &#8211; a quick search via the plugin section of your WP dashboard will reveal hundreds of options &#8211; but these four are the ones I&#8217;ve personally found to be most effective (in terms of design, functionality and conversions).</p>
<p>Do you have use a great social media plugin that we&#8217;ve missed in this list? Let us know in the comments below!</p>
<p>Related posts:<ol>
<li><a href='http://www.pixelinternet.co.uk/blog/1155/using-social-media-links-to-better-your-seo-an-infographic/' rel='bookmark' title='Using Social Media Links To Better Your SEO &#8211; An Infographic'>Using Social Media Links To Better Your SEO &#8211; An Infographic</a></li>
<li><a href='http://www.pixelinternet.co.uk/blog/502/1960s-social-media-adverts/' rel='bookmark' title='1960&#8242;s Social Media Adverts'>1960&#8242;s Social Media Adverts</a></li>
<li><a href='http://www.pixelinternet.co.uk/blog/1430/david-cameron-suggests-preventing-rioters-from-accessing-social-media/' rel='bookmark' title='David Cameron Suggests Preventing Rioters From Accessing Social Media'>David Cameron Suggests Preventing Rioters From Accessing Social Media</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pixelinternet.co.uk/blog/1263/the-best-social-media-plugins-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress Finally Drops Support For Internet Explorer 6</title>
		<link>http://www.pixelinternet.co.uk/blog/1286/wordpress-finally-drops-support-for-internet-explorer-6/</link>
		<comments>http://www.pixelinternet.co.uk/blog/1286/wordpress-finally-drops-support-for-internet-explorer-6/#comments</comments>
		<pubDate>Mon, 30 May 2011 18:25:15 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Latest News]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.pixelinternet.co.uk/blog/?p=1286</guid>
		<description><![CDATA[As Microsoft continues encouraging people to stop using Internet Explorer 6, yet another high profile web service &#8211; the hugely popular WordPress &#8211; has now officially dropped support for the outdated internet browser. IE6 has caused a huge amount of compatibility issues for numerous developers, designers and online services (not to mention security issues for [...]
Related posts:<ol>
<li><a href='http://www.pixelinternet.co.uk/blog/25/clearing-your-browser-cache-in-internet-explorer/' rel='bookmark' title='Clearing your browser cache in Internet Explorer'>Clearing your browser cache in Internet Explorer</a></li>
<li><a href='http://www.pixelinternet.co.uk/blog/1307/adding-the-google-1-button-to-your-wordpress-website/' rel='bookmark' title='Adding The Google +1 Button To Your WordPress Website'>Adding The Google +1 Button To Your WordPress Website</a></li>
<li><a href='http://www.pixelinternet.co.uk/blog/60/cheap-web-hosting-with-great-tech-support/' rel='bookmark' title='Cheap Web Hosting with great Tech Support?'>Cheap Web Hosting with great Tech Support?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.pixelinternet.co.uk%2Fblog%2F1286%2Fwordpress-finally-drops-support-for-internet-explorer-6%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.pixelinternet.co.uk%2Fblog%2F1286%2Fwordpress-finally-drops-support-for-internet-explorer-6%2F&amp;source=pixelinternet&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>As <a href="http://ie6countdown.com/index.html">Microsoft continues encouraging people to stop using Internet Explorer 6</a>, yet another high profile web service &#8211; the hugely popular WordPress &#8211; has now officially dropped support for the outdated internet browser.</p>
<p>IE6 has caused a huge amount of compatibility issues for numerous developers, designers and online services (not to mention security issues for users), but despite this nearly 12% of people round the World were still using the browser in April of 2011.</p>
<p>WordPress.com announced an end to IE6 support earlier last week, with a spokesman telling the press that it was down to &#8220;increasingly complicated coding to make the WP dashboard work with IE6&#8243;.</p>
<p>WordPress users running IE6 will still be able to log into their WordPress dashboard, although they&#8217;ll now be greeted with a message warning them to update their browser:</p>
<p><img class="alignnone size-full wp-image-1287" src="http://www.pixelinternet.co.uk/blog/wp-content/uploads/2011/05/2011-05-29_1603.png" alt="" width="440" height="187" /></p>
<p>The dropping of IE6 compatibility will be included in the next WordPress update (WordPress 3.2), which is expected to be fully rolled out sometime next month.</p>
<p>On top of the end to IE6 support, the new WordPress update will feature an improved, redesigned dashboard as well as a new &#8216;distraction-free&#8217; writing mode. You can find out more about the 3.2 update via the WordPress.com website, or by downloading the 3.2 beta version now.</p>
<p>Related posts:<ol>
<li><a href='http://www.pixelinternet.co.uk/blog/25/clearing-your-browser-cache-in-internet-explorer/' rel='bookmark' title='Clearing your browser cache in Internet Explorer'>Clearing your browser cache in Internet Explorer</a></li>
<li><a href='http://www.pixelinternet.co.uk/blog/1307/adding-the-google-1-button-to-your-wordpress-website/' rel='bookmark' title='Adding The Google +1 Button To Your WordPress Website'>Adding The Google +1 Button To Your WordPress Website</a></li>
<li><a href='http://www.pixelinternet.co.uk/blog/60/cheap-web-hosting-with-great-tech-support/' rel='bookmark' title='Cheap Web Hosting with great Tech Support?'>Cheap Web Hosting with great Tech Support?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pixelinternet.co.uk/blog/1286/wordpress-finally-drops-support-for-internet-explorer-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Best Places To Find Premium WordPress Themes</title>
		<link>http://www.pixelinternet.co.uk/blog/1181/the-best-places-to-find-premium-wordpress-themes/</link>
		<comments>http://www.pixelinternet.co.uk/blog/1181/the-best-places-to-find-premium-wordpress-themes/#comments</comments>
		<pubDate>Tue, 05 Apr 2011 18:13:56 +0000</pubDate>
		<dc:creator>Freya</dc:creator>
				<category><![CDATA[Website Resources]]></category>
		<category><![CDATA[custom themes]]></category>
		<category><![CDATA[premium worpdress themes]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.pixelinternet.co.uk/blog/?p=1181</guid>
		<description><![CDATA[WordPress has become one of the most popular content management systems around over the last few years &#8211; and rightly so; it&#8217;s extremely versatile and features an incredible range of plugins, widgets, features and access to all the HTML and CSS, making the whole system hugely customisable. Not everyone is proficient enough at web design [...]
Related posts:<ol>
<li><a href='http://www.pixelinternet.co.uk/blog/1093/how-wordpress-themes-work/' rel='bookmark' title='How WordPress Themes Work'>How WordPress Themes Work</a></li>
<li><a href='http://www.pixelinternet.co.uk/blog/1251/premium-mail-box-storage-doubled/' rel='bookmark' title='Premium Mail Box Storage Doubled'>Premium Mail Box Storage Doubled</a></li>
<li><a href='http://www.pixelinternet.co.uk/blog/154/wordpress-the-smart-choice/' rel='bookmark' title='WordPress : The Smart Choice'>WordPress : The Smart Choice</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.pixelinternet.co.uk%2Fblog%2F1181%2Fthe-best-places-to-find-premium-wordpress-themes%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.pixelinternet.co.uk%2Fblog%2F1181%2Fthe-best-places-to-find-premium-wordpress-themes%2F&amp;source=pixelinternet&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>WordPress has become one of the most popular content management systems around over the last few years &#8211; and rightly so; it&#8217;s extremely versatile and features an incredible range of plugins, widgets, features and access to all the HTML and CSS, making the whole system hugely customisable.</p>
<p>Not everyone is proficient enough at web design to put together their own WordPress theme however, and as a result the market for pre-made, premium WordPress themes has become hugely competitive. No matter what type of website you&#8217;re looking for (business, personal blog, portfolio, forum, etc), you&#8217;ll be able to find a premium WordPress theme online that gives you all the design elements and functionality you&#8217;re looking for.</p>
<p>Searching through the thousands of themes available isn&#8217;t always fun however, so to save you a potentially frustrating couple of hours, here are our favourite places for premium, high quality WordPress themes:</p>
<p><strong>WooThemes</strong></p>
<p><strong><a href="http://www.woothemes.com"><img class="alignnone size-full wp-image-1182" src="http://www.pixelinternet.co.uk/blog/wp-content/uploads/2011/03/WooThemes.jpg" alt="" width="500" height="209" /></a></strong></p>
<p>WooThemes has an incredible variety of free and paid themes, although the majority of the really good ones will require a paid download. For $125 you can gain access to all WordPress themes (this doesn&#8217;t include Joomla or Magento themes), or you can take advantage or their permanent 3-for-the-price-of-1 if you don&#8217;t have the budget to join the theme club.<br />
The WooThemes backend editor is particularly strong, making the themes hugely customisable and very easy to use. Along with Templatic, the backend is one of the best I&#8217;ve come across.</p>
<p><strong>Templatic</strong></p>
<p><strong><a href="http://templatic.com/wordpress-themes-store"><img class="alignnone size-full wp-image-1183" src="http://www.pixelinternet.co.uk/blog/wp-content/uploads/2011/03/Templatic.jpg" alt="" width="500" height="209" /></a></strong></p>
<p>Another particularly strong set of themes, the Templatic themes are excellent and of an extremely high quality. They&#8217;re some of the most visually appealing and professional themes I&#8217;ve come across, and the backend is particularly well set up.<br />
The only downside to the Templatic themes is that they&#8217;re quite expensive &#8211; costing $299 for access to all their themes (more than double the price of WooThemes).</p>
<p><strong>Elegant Themes</strong></p>
<p><strong><a href="http://www.elegantthemes.com/"><img class="alignnone size-full wp-image-1185" src="http://www.pixelinternet.co.uk/blog/wp-content/uploads/2011/03/ElegantThemes.jpg" alt="" width="500" height="209" /></a></strong></p>
<p>ElegantThemes contains a good range of themes for a variety of purposes, and they&#8217;re all designed by the same guy (who&#8217;s really good). ElegantThemes is one of the most affordable premium WordPress options I&#8217;ve come across, and is a great place to start for those with a smaller budget.<br />
The downside to the ElegantThemes designs in the backend, which isn&#8217;t as easy-to-use as some of the previous options. As a result, customising the themes past a certain points gets a little tricky, but they&#8217;re great if you know what you&#8217;re doing.</p>
<p><strong>ThemeForest</strong></p>
<p><strong><a href="http://themeforest.net/"><img class="alignnone size-full wp-image-1186" src="http://www.pixelinternet.co.uk/blog/wp-content/uploads/2011/03/ThemeForest.jpg" alt="" width="500" height="209" /></a></strong></p>
<p>ThemeForest don&#8217;t put together their own themes, but rather it&#8217;s a dedicated search engine for finding CMS themes (including WordPress, Joomla, Drupal, etc). All the themes are generally well priced and they have an amazingly wide selection of themes and designers &#8211; a great place to start if you&#8217;re looking for an idea of the sort of themes available. <strong><br />
</strong></p>
<p>Related posts:<ol>
<li><a href='http://www.pixelinternet.co.uk/blog/1093/how-wordpress-themes-work/' rel='bookmark' title='How WordPress Themes Work'>How WordPress Themes Work</a></li>
<li><a href='http://www.pixelinternet.co.uk/blog/1251/premium-mail-box-storage-doubled/' rel='bookmark' title='Premium Mail Box Storage Doubled'>Premium Mail Box Storage Doubled</a></li>
<li><a href='http://www.pixelinternet.co.uk/blog/154/wordpress-the-smart-choice/' rel='bookmark' title='WordPress : The Smart Choice'>WordPress : The Smart Choice</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pixelinternet.co.uk/blog/1181/the-best-places-to-find-premium-wordpress-themes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How WordPress Themes Work</title>
		<link>http://www.pixelinternet.co.uk/blog/1093/how-wordpress-themes-work/</link>
		<comments>http://www.pixelinternet.co.uk/blog/1093/how-wordpress-themes-work/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 13:43:19 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
				<category><![CDATA[Website Resources]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress themes]]></category>

		<guid isPermaLink="false">http://www.pixelinternet.co.uk/blog/?p=1093</guid>
		<description><![CDATA[WordPress is easily one of the most popular and widely utilised content management systems available in the current market, and considering the collaborative, open-source nature of the project (which is also free), it&#8217;s not hard to understand both the versatility of the platform or its subsequent popularity. Whilst the majority of people are happy to [...]
Related posts:<ol>
<li><a href='http://www.pixelinternet.co.uk/blog/1181/the-best-places-to-find-premium-wordpress-themes/' rel='bookmark' title='The Best Places To Find Premium WordPress Themes'>The Best Places To Find Premium WordPress Themes</a></li>
<li><a href='http://www.pixelinternet.co.uk/blog/1307/adding-the-google-1-button-to-your-wordpress-website/' rel='bookmark' title='Adding The Google +1 Button To Your WordPress Website'>Adding The Google +1 Button To Your WordPress Website</a></li>
<li><a href='http://www.pixelinternet.co.uk/blog/1286/wordpress-finally-drops-support-for-internet-explorer-6/' rel='bookmark' title='WordPress Finally Drops Support For Internet Explorer 6'>WordPress Finally Drops Support For Internet Explorer 6</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.pixelinternet.co.uk%2Fblog%2F1093%2Fhow-wordpress-themes-work%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.pixelinternet.co.uk%2Fblog%2F1093%2Fhow-wordpress-themes-work%2F&amp;source=pixelinternet&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>WordPress is easily one of the most popular and widely utilised content management systems available in the current market, and considering the collaborative, open-source nature of the project (which is also free), it&#8217;s not hard to understand both the versatility of the platform or its subsequent popularity.</p>
<p>Whilst the majority of people are happy to install their theme and get on with running their website, an increasing number of people are trying to get into designing their own themes, or being able to fix their own on-site issues; that requires a knowledge of how a WordPress theme actually works, which is where things start to get tricky.</p>
<p>After considering a mammoth poth attempting to explain the inner workings of a WordPress theme, I came across the following infographic by WordPress master <a href="http://yoast.com/about-me/">Joost de Valk</a>, which explains the anatomy of a WordPress theme in a far more visually engaging manner:</p>
<p><img class="alignnone size-full wp-image-1094" src="http://www.pixelinternet.co.uk/blog/wp-content/uploads/2011/01/wp-theme-yoast.png" alt="" width="570" height="3045" /></p>
<p>You can see the original <a href="http://yoast.com/wordpress-theme-anatomy/">here</a>.</p>
<p>Found any other useful WordPress infographics? Leave us a comment below and let us know!</p>
<p>Related posts:<ol>
<li><a href='http://www.pixelinternet.co.uk/blog/1181/the-best-places-to-find-premium-wordpress-themes/' rel='bookmark' title='The Best Places To Find Premium WordPress Themes'>The Best Places To Find Premium WordPress Themes</a></li>
<li><a href='http://www.pixelinternet.co.uk/blog/1307/adding-the-google-1-button-to-your-wordpress-website/' rel='bookmark' title='Adding The Google +1 Button To Your WordPress Website'>Adding The Google +1 Button To Your WordPress Website</a></li>
<li><a href='http://www.pixelinternet.co.uk/blog/1286/wordpress-finally-drops-support-for-internet-explorer-6/' rel='bookmark' title='WordPress Finally Drops Support For Internet Explorer 6'>WordPress Finally Drops Support For Internet Explorer 6</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pixelinternet.co.uk/blog/1093/how-wordpress-themes-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips to Give WordPress a Kick Start</title>
		<link>http://www.pixelinternet.co.uk/blog/358/give-wordpress-a-kick-start/</link>
		<comments>http://www.pixelinternet.co.uk/blog/358/give-wordpress-a-kick-start/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 20:46:28 +0000</pubDate>
		<dc:creator>Tanya</dc:creator>
				<category><![CDATA[Did You Know?]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.pixelinternet.co.uk/blog/?p=358</guid>
		<description><![CDATA[Ensuring your WordPress website is fast loading not only ensures your visitors are getting the best possible experience, but it means your performance in the search engines may be better. The following guest article by WHICH ISP explores some helpful WordPress tips to improve page load speed. Having a fast loading website isn’t just a [...]
Related posts:<ol>
<li><a href='http://www.pixelinternet.co.uk/blog/1167/top-tips-for-improving-your-site-speed/' rel='bookmark' title='Top Tips For Improving Your Site Speed'>Top Tips For Improving Your Site Speed</a></li>
<li><a href='http://www.pixelinternet.co.uk/blog/1286/wordpress-finally-drops-support-for-internet-explorer-6/' rel='bookmark' title='WordPress Finally Drops Support For Internet Explorer 6'>WordPress Finally Drops Support For Internet Explorer 6</a></li>
<li><a href='http://www.pixelinternet.co.uk/blog/154/wordpress-the-smart-choice/' rel='bookmark' title='WordPress : The Smart Choice'>WordPress : The Smart Choice</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.pixelinternet.co.uk%2Fblog%2F358%2Fgive-wordpress-a-kick-start%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.pixelinternet.co.uk%2Fblog%2F358%2Fgive-wordpress-a-kick-start%2F&amp;source=pixelinternet&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><em>Ensuring your WordPress website is fast loading not only ensures your visitors are getting the best possible experience, but it means your performance in the search engines may be better. The following guest article by <a title="WHICH ISP" href="http://www.whichisp.com/">WHICH ISP</a> explores some helpful WordPress tips to improve page load speed.</em></p>
<p>Having a fast loading website isn’t just a vanity thing; it has many benefits to both your users and even your performance in the search engines. People often take fast loading Internet connections for granted nowadays, but not everybody has got broadband you’ll be surprised to hear. Catering for dial up users is something that can be done by following even some basic WordPress tips – and here’s how.</p>
<p><strong>1. Reduce Document Size</strong></p>
<p>If you have ever tried to upload a large document, or send one to a friend, then you will know how long it can take – even with fast connections. For visitors to your website it is essentially the same process – the users’ browser has to download the web document (be that HTML or any other type), and it can be made very lengthy by having a large document. To reduce the size of a web page, try:</p>
<p>•	Externalising inline code such as CSS, JavaScript and PHP<br />
•	Only including files that are necessary in the document (don’t need to load the sidebar on all areas of the site? Then don’t include it all the time)<br />
<•	Removing unnecessary whitespace (any line breaks and spaces that aren't needed)</p>
<p><strong>2. Limit Database Interaction</strong><br />
Often with custom WordPress themes you will find that hard-coded links such as the ones to style sheet directories have been replaced by dynamic PHP queries and unnecessary database interaction. In the instances where you know the link destination won’t ever differ, it makes sense to keep the database interaction to a minimum. For example, removing lines of code that look like this:</p>
<p>&lt;?php bloginfo(&#8216;template_url&#8217;); ?&gt;</p>
<p>And replacing with the URL directory to your theme folder, for example:</p>
<p>http://www.example.com/wp-content/themes/mytheme</p>
<p><strong>3. Use Suitable Hosting</strong><br />
If you have a high-traffic WordPress website then you should be using a powerful <a title="Web Hosting" href="http://www.pixelinternet.co.uk">web host</a> that meets the requirements that your site needs. Hosting is one of the issues that people overlook when setting up websites, as they presume the cheapest option will often be fine, but beware of this tactic. Choosing a proven <a title="Linux Web Hosting" href="http://www.pixelinternet.co.uk/linux-web-hosting.html">Linux web hosting</a> package that delivers the maximum performance within your budget is usually the best way to go when using WordPress.</p>
<p><strong>4. Keep up to Date</strong><br />
Although this seems an obvious one, it can often be forgotten with WordPress websites – especially ones in which the backend isn’t being logged in to regularly. With each new update that is released for WordPress, there are often key changes to the security and performance of the software. Keeping up to date is crucial for both speed and security, so make sure you are updating whenever you can. As a side note, here is a quick way to ensure your files are kept safe when upgrading.</p>
<p><strong>i. </strong>Take a back up of the complete WordPress database (either via PHPMyAdmin or similar)<br />
<strong>ii.</strong> Back up the theme folder, which is kept in /wp-content/themes by default<br />
<strong>iii. </strong>Upgrade WordPress through the automatic upgrade in the admin dashboard<br />
<strong>iv. </strong>Upgrade any plugins through the automatic plugin upgrade on the plugins page</p>
<p><strong>5. Optimise Image Performance</strong><br />
A final, and often most important, point in speeding up WordPress is the images on a website. If your website is very image-heavy then optimising them can save seconds off page load time (it doesn’t sound like a lot, but it is). To optimise images to load faster, try the following:</p>
<p>•	Use image compression when initially saving the images (in Photoshop, for example)<br />
•	Compress images even further before setting them live (try Yahoo! Smush.it)<br />
•	Set heights and widths on all images across the website</p>
<p>So there you have it. Just because your website may be loading quickly on your home Internet connection isn’t to say that it loads fast for everybody. Try following some of the simple steps listed above and see how much you can squeeze out of your WordPress website.</p>
<p><em>Author: WHICH ISP – helping find you the <a title="Best Internet Provider" href="http://www.whichisp.com/">best internet provider</a></em></p>
<p><a href="http://www.freedigitalphotos.net/images/view_photog.php?photogid=1013">Image: J Fry / FreeDigitalPhotos.net</a></p>
<p>Related posts:<ol>
<li><a href='http://www.pixelinternet.co.uk/blog/1167/top-tips-for-improving-your-site-speed/' rel='bookmark' title='Top Tips For Improving Your Site Speed'>Top Tips For Improving Your Site Speed</a></li>
<li><a href='http://www.pixelinternet.co.uk/blog/1286/wordpress-finally-drops-support-for-internet-explorer-6/' rel='bookmark' title='WordPress Finally Drops Support For Internet Explorer 6'>WordPress Finally Drops Support For Internet Explorer 6</a></li>
<li><a href='http://www.pixelinternet.co.uk/blog/154/wordpress-the-smart-choice/' rel='bookmark' title='WordPress : The Smart Choice'>WordPress : The Smart Choice</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pixelinternet.co.uk/blog/358/give-wordpress-a-kick-start/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress MU and BuddyPress One Click Installs</title>
		<link>http://www.pixelinternet.co.uk/blog/241/wordpress-mu-and-buddypress-one-click-installs/</link>
		<comments>http://www.pixelinternet.co.uk/blog/241/wordpress-mu-and-buddypress-one-click-installs/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 16:27:59 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Latest News]]></category>
		<category><![CDATA[buddypress]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress mu]]></category>

		<guid isPermaLink="false">http://www.pixelinternet.co.uk/blog/?p=241</guid>
		<description><![CDATA[Were are pleased to announce two brand new one click-install scripts for all our customers to enjoy! WordPress MU (multi user) and BuddyPress. Both scripts offer a great opportunity for you to add a new social element to your existing website or to create a brand new standalone social networking website. We&#8217;ve taken the headache [...]
Related posts:<ol>
<li><a href='http://www.pixelinternet.co.uk/blog/621/one-click-install-scripts-version-updates/' rel='bookmark' title='One click install scripts &#8211; version updates'>One click install scripts &#8211; version updates</a></li>
<li><a href='http://www.pixelinternet.co.uk/blog/57/one-click-installs-from-pixel-internet/' rel='bookmark' title='One Click Installs from Pixel Internet'>One Click Installs from Pixel Internet</a></li>
<li><a href='http://www.pixelinternet.co.uk/blog/279/one-click-install-scripts-updated-to-latest-versions/' rel='bookmark' title='One click install scripts updated to latest versions'>One click install scripts updated to latest versions</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.pixelinternet.co.uk%2Fblog%2F241%2Fwordpress-mu-and-buddypress-one-click-installs%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.pixelinternet.co.uk%2Fblog%2F241%2Fwordpress-mu-and-buddypress-one-click-installs%2F&amp;source=pixelinternet&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignleft size-full wp-image-242" title="mu+buddypress" src="http://www.pixelinternet.co.uk/blog/wp-content/uploads/2009/11/mu+buddypress.gif" alt="mu+buddypress" width="185" height="196" />Were are pleased to announce two brand new one click-install scripts for all our customers to enjoy!</p>
<p><strong>WordPress MU</strong> (multi user) and <strong>BuddyPress</strong>. Both scripts offer a great opportunity for you to add a new social element to your existing website or to create a brand new standalone social networking website.</p>
<p>We&#8217;ve taken the headache out of installing them too, with our quick and easy one-click-install feature! <img src='http://www.pixelinternet.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><br/><br/>
<p>You can find out more about WordPress Mu here: <a href="http://mu.wordpress.org/">http://mu.wordpress.org/</a> and Buddypress here: <a href="http://buddypress.org/">http://buddypress.org/</a></p>
<p>Related posts:<ol>
<li><a href='http://www.pixelinternet.co.uk/blog/621/one-click-install-scripts-version-updates/' rel='bookmark' title='One click install scripts &#8211; version updates'>One click install scripts &#8211; version updates</a></li>
<li><a href='http://www.pixelinternet.co.uk/blog/57/one-click-installs-from-pixel-internet/' rel='bookmark' title='One Click Installs from Pixel Internet'>One Click Installs from Pixel Internet</a></li>
<li><a href='http://www.pixelinternet.co.uk/blog/279/one-click-install-scripts-updated-to-latest-versions/' rel='bookmark' title='One click install scripts updated to latest versions'>One click install scripts updated to latest versions</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pixelinternet.co.uk/blog/241/wordpress-mu-and-buddypress-one-click-installs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgraded Scripts at Pixel Internet</title>
		<link>http://www.pixelinternet.co.uk/blog/78/upgraded-scripts-at-pixel-internet/</link>
		<comments>http://www.pixelinternet.co.uk/blog/78/upgraded-scripts-at-pixel-internet/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 15:07:17 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
				<category><![CDATA[Latest News]]></category>
		<category><![CDATA[AWStats]]></category>
		<category><![CDATA[free scripts]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Locked Area Lite]]></category>
		<category><![CDATA[Mambo]]></category>
		<category><![CDATA[Openads]]></category>
		<category><![CDATA[PHPCoin]]></category>
		<category><![CDATA[RoundCube]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Web Calendar]]></category>
		<category><![CDATA[Website Search]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[ZenCart]]></category>

		<guid isPermaLink="false">http://www.pixelinternet.co.uk/blog/?p=78</guid>
		<description><![CDATA[  Pixel Internet have recently updated a number of our most popular scripts all of which you can install from your Host control panel. These include: WordPress &#8211; upgraded to V2.6.1 PHPCoin &#8211; upgraded to V1.4.4 Joomla &#8211; upgraded to V1.5.6 Locked Area Lite &#8211; upgraded to V6.0 Mambo &#8211; upgraded to V4.6.5 RoundCube &#8211; [...]
Related posts:<ol>
<li><a href='http://www.pixelinternet.co.uk/blog/219/open-source-scripts-updated/' rel='bookmark' title='Open Source Scripts &#8211; updated'>Open Source Scripts &#8211; updated</a></li>
<li><a href='http://www.pixelinternet.co.uk/blog/279/one-click-install-scripts-updated-to-latest-versions/' rel='bookmark' title='One click install scripts updated to latest versions'>One click install scripts updated to latest versions</a></li>
<li><a href='http://www.pixelinternet.co.uk/blog/621/one-click-install-scripts-version-updates/' rel='bookmark' title='One click install scripts &#8211; version updates'>One click install scripts &#8211; version updates</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.pixelinternet.co.uk%2Fblog%2F78%2Fupgraded-scripts-at-pixel-internet%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.pixelinternet.co.uk%2Fblog%2F78%2Fupgraded-scripts-at-pixel-internet%2F&amp;source=pixelinternet&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p> </p>
<p class="MsoPlainText">Pixel Internet have recently updated a number of our most popular scripts all of which you can install from your Host control panel. These include:</p>
<p class="MsoPlainText"><strong>WordPress</strong> &#8211; upgraded to V2.6.1</p>
<p class="MsoPlainText"><strong>PHPCoin</strong> &#8211; upgraded to V1.4.4</p>
<p class="MsoPlainText"><strong>Joomla</strong> &#8211; upgraded to V1.5.6</p>
<p class="MsoPlainText"><strong>Locked Area Lite</strong> &#8211; upgraded to V6.0</p>
<p class="MsoPlainText"><strong>Mambo</strong> &#8211; upgraded to V4.6.5</p>
<p class="MsoPlainText"><strong>RoundCube</strong> &#8211; upgraded to V0.2-aplha</p>
<p class="MsoPlainText"><strong>Website Search</strong> &#8211; upgraded to V1.5b</p>
<p class="MsoPlainText"><strong>AWStats</strong> &#8211; upgraded to V6.8</p>
<p class="MsoPlainText"><strong>ZenCart</strong> &#8211; upgraded to V1.3.8a</p>
<p class="MsoPlainText"><strong>Openads</strong> &#8211; upgraded to V2.6.0</p>
<p class="MsoPlainText"><strong>Web Calendar</strong> &#8211; upgraded to V2.9.3a</p>
<p class="MsoPlainText">We think it&#8217;s important to keep our one-click install scripts up to date for our customers, even though this can be a very time consuming task, with some programmes taking several hours for us to complete the upgrade.</p>
<p class="MsoPlainText">Remember that if you would like to suggest a script for us to install, you can do so via your customer feedback form found in your <a title="Login to your control panel" href="https://www.pixelinternet.co.uk/piXel" target="_blank">Control Panel</a>.</p>
<p> </p>
<p>Related posts:<ol>
<li><a href='http://www.pixelinternet.co.uk/blog/219/open-source-scripts-updated/' rel='bookmark' title='Open Source Scripts &#8211; updated'>Open Source Scripts &#8211; updated</a></li>
<li><a href='http://www.pixelinternet.co.uk/blog/279/one-click-install-scripts-updated-to-latest-versions/' rel='bookmark' title='One click install scripts updated to latest versions'>One click install scripts updated to latest versions</a></li>
<li><a href='http://www.pixelinternet.co.uk/blog/621/one-click-install-scripts-version-updates/' rel='bookmark' title='One click install scripts &#8211; version updates'>One click install scripts &#8211; version updates</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pixelinternet.co.uk/blog/78/upgraded-scripts-at-pixel-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog Hosting from Pixel Internet</title>
		<link>http://www.pixelinternet.co.uk/blog/62/blog-hosting-from-pixel-internet/</link>
		<comments>http://www.pixelinternet.co.uk/blog/62/blog-hosting-from-pixel-internet/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 15:58:45 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
				<category><![CDATA[Latest News]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Blog Hosting]]></category>
		<category><![CDATA[Blog Templates]]></category>
		<category><![CDATA[Blog Web Hosting]]></category>
		<category><![CDATA[Cheap Blog Hosting]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Templates]]></category>

		<guid isPermaLink="false">http://www.pixelinternet.co.uk/blog/?p=62</guid>
		<description><![CDATA[Just a quick post&#8230;. Thinking about starting your own Blog site? Well it couldn&#8217;t be easier with great value Web Hosting provided by Pixel Internet! We&#8217;ve made it as easy as possible to get your started, and here&#8217;s why&#8230;. 1. Cheap Web Hosting plans starting from just £19.99 per year (that&#8217;s less that 6p a [...]
Related posts:<ol>
<li><a href='http://www.pixelinternet.co.uk/blog/18/welcome-to-the-pixel-internet-web-hosting-blog/' rel='bookmark' title='Welcome to the Pixel Internet Web Hosting Blog'>Welcome to the Pixel Internet Web Hosting Blog</a></li>
<li><a href='http://www.pixelinternet.co.uk/blog/54/web-hosting-on-a-budget/' rel='bookmark' title='Budget Web Hosting from Pixel Internet!'>Budget Web Hosting from Pixel Internet!</a></li>
<li><a href='http://www.pixelinternet.co.uk/blog/57/one-click-installs-from-pixel-internet/' rel='bookmark' title='One Click Installs from Pixel Internet'>One Click Installs from Pixel Internet</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.pixelinternet.co.uk%2Fblog%2F62%2Fblog-hosting-from-pixel-internet%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.pixelinternet.co.uk%2Fblog%2F62%2Fblog-hosting-from-pixel-internet%2F&amp;source=pixelinternet&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Just a quick post&#8230;.</p>
<p>Thinking about starting your own Blog site?</p>
<p>Well it couldn&#8217;t be easier with great value <a title="UK Web Hosting" href="http://www.pixelinternet.co.uk" target="_blank">Web Hosting</a> provided by Pixel Internet!</p>
<p>We&#8217;ve made it as easy as possible to get your started, and here&#8217;s why&#8230;.</p>
<p><strong>1.</strong> <a title="Cheap Web Hosting" href="http://www.pixelinternet.co.uk/cheap-web-hosting.php" target="_blank">Cheap Web Hosting</a> plans starting from just £19.99 per year <strong>(that&#8217;s less that 6p a day!)</strong></p>
<p><strong>2. One-click WordPress installation</strong> from within your control panel &#8211; Simply log in, select WordPress, enter your chosen database name and hit the button! It&#8217;s as easy as that!</p>
<p><strong>3.</strong> Here&#8217;s a list of <a title="Free WordPress Templates" href="http://wordpresstemplates.name/" target="_blank">free WordPress templates</a> to help style your blog.</p>
<p><strong>3.</strong> Here you can find some great <a title="Wordpress Plugins" href="http://wordpress.org/extend/plugins/" target="_blank">WordPress plugin&#8217;s</a> to use on your blog.</p>
<p><strong>4.</strong> To help promote your new Blog, check out this list of <a title="Blog Directories" href="http://www.toprankblog.com/rss-blog-directories/" target="_blank">top blog directories</a> to submit to when your ready to launch.</p>
<p>Easy huh!</p>
<p>Related posts:<ol>
<li><a href='http://www.pixelinternet.co.uk/blog/18/welcome-to-the-pixel-internet-web-hosting-blog/' rel='bookmark' title='Welcome to the Pixel Internet Web Hosting Blog'>Welcome to the Pixel Internet Web Hosting Blog</a></li>
<li><a href='http://www.pixelinternet.co.uk/blog/54/web-hosting-on-a-budget/' rel='bookmark' title='Budget Web Hosting from Pixel Internet!'>Budget Web Hosting from Pixel Internet!</a></li>
<li><a href='http://www.pixelinternet.co.uk/blog/57/one-click-installs-from-pixel-internet/' rel='bookmark' title='One Click Installs from Pixel Internet'>One Click Installs from Pixel Internet</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pixelinternet.co.uk/blog/62/blog-hosting-from-pixel-internet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>One Click Installs from Pixel Internet</title>
		<link>http://www.pixelinternet.co.uk/blog/57/one-click-installs-from-pixel-internet/</link>
		<comments>http://www.pixelinternet.co.uk/blog/57/one-click-installs-from-pixel-internet/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 07:48:36 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
				<category><![CDATA[Latest News]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[MediaWiki]]></category>
		<category><![CDATA[phpBB]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.pixelinternet.co.uk/blog/?p=57</guid>
		<description><![CDATA[We like to make our customers web hosting experience as enjoyable as possible. That’s why the team at Pixel Internet have added ‘one click’ installations of your favourite software packages including (but not excluding): WordPress Blog WordPress is a publishing system that allows you to easily create a complex blog, or web log, on your [...]
Related posts:<ol>
<li><a href='http://www.pixelinternet.co.uk/blog/54/web-hosting-on-a-budget/' rel='bookmark' title='Budget Web Hosting from Pixel Internet!'>Budget Web Hosting from Pixel Internet!</a></li>
<li><a href='http://www.pixelinternet.co.uk/blog/78/upgraded-scripts-at-pixel-internet/' rel='bookmark' title='Upgraded Scripts at Pixel Internet'>Upgraded Scripts at Pixel Internet</a></li>
<li><a href='http://www.pixelinternet.co.uk/blog/1490/5-brand-new-one-click-installs-available-from-pixel-internet/' rel='bookmark' title='5 Brand New One-Click Installs Available From Pixel Internet'>5 Brand New One-Click Installs Available From Pixel Internet</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.pixelinternet.co.uk%2Fblog%2F57%2Fone-click-installs-from-pixel-internet%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.pixelinternet.co.uk%2Fblog%2F57%2Fone-click-installs-from-pixel-internet%2F&amp;source=pixelinternet&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p class="MsoNormal">We like to make our customers <a title="Cheap Web Hosting" href="http://www.pixelinternet.co.uk/cheap-web-hosting.php">web hosting</a> experience as enjoyable as possible. That’s why the team at Pixel Internet have added ‘one click’ installations of your favourite software packages including (but not excluding):</p>
<p><a title="Wordpress" href="http://wordpress.org/"><br />
<img class="installs" title="Wordpress Web Hosting" src="http://www.pixelinternet.co.uk/blog/wp-content/uploads/2008/08/wordpress_blog45.png" alt="Wordpress Web Hosting" width="45" height="45" /></a><br />
<a title="Wordpress Web Hosting" href="http://wordpress.org/"><strong>WordPress Blog</strong></a></p>
<p>WordPress is a publishing system that allows you to easily create a complex blog, or web log, on your site. Written in PHP and supported by a MySQL database, WordPress offers intuitive administrative tools and sophisticated design features that make it easy to develop and integrate a personal or professional blog on your site. Now you can easily install the latest WordPress release with &#8216;one click&#8217; from your Pixel Internet control panel.</p>
<p>Order <a title="Wordpress Web Hosting" href="http://www.pixelinternet.co.uk/piXel/domain-needed">WordPress Web Hosting</a> now!</p>
<p><a href="http://www.joomla.org/"><img class="installs" title="Joomla Web Hosting" src="http://www.pixelinternet.co.uk/blog/wp-content/uploads/2008/08/joomla_cms45.png" border="0" alt="Joomla Web Hosting" width="45" height="45" /></a><br />
<a title="Joomla Web Hosting" href="http://www.joomla.org/"><strong>Joomla! 1.0 and 1.5 Content Management System</strong></a></p>
<p>Joomla! is one of the most powerful Open Source Content Management Systems on the planet. It is used all over the world for everything from simple websites to complex corporate applications. Joomla! is easy to install, simple to manage, and reliable. Now you can easily install the latest Joomla release with &#8216;one click&#8217; from your Pixel Internet control panel.</p>
<p>Order <a title="Joomla Web Hosting" href="http://www.pixelinternet.co.uk/piXel/domain-needed">Joomla Web Hosting</a> now!</p>
<p><a href="http://www.phpbb.com/"><img class="installs" title="phpBB Forum Web Hosting" src="http://www.pixelinternet.co.uk/blog/wp-content/uploads/2008/08/phpbb45.png" border="0" alt="phpBB Forum Web Hosting" width="45" height="45" /></a><br />
<a title="phpBB Forum Web Hosting" href="http://www.phpbb.com/"><strong>phpBB 2 &amp; 3</strong></a></p>
<p>phpBB is a high powered, fully scalable, and highly customisable open-source bulletin board package. phpBB has a user-friendly interface, simple and straightforward administration panel, and helpful FAQ. Now you can easily install the latest phpBB release with &#8216;one click&#8217; from your Pixel Internet control panel.</p>
<p>Order <a title="phpBB Forum Web Hosting" href="http://www.pixelinternet.co.uk/piXel/domain-needed">phpBB Forum Web Hosting</a> now!</p>
<p><a href="http://www.mediawiki.org"><img class="installs" title="MediaWiki Web Hosting" src="http://www.pixelinternet.co.uk/blog/wp-content/uploads/2008/08/media_wiki45.png" border="0" alt="MediaWiki Web Hosting" width="45" height="45" /></a><br />
<a title="MediaWiki Web Hostin" href="http://www.mediawiki.org"><strong>MediaWiki</strong></a></p>
<p>phpBB is a high powered, fully scalable, and highly customisable open-source bulletin board package. phpBB has a user-friendly interface, simple and straightforward administration panel, and helpful FAQ. Now you can easily install the latest MediaWiki release with &#8216;one click&#8217; from your Pixel Internet control panel.</p>
<p>Order <a title="MediaWiki Web Hostin" href="http://www.pixelinternet.co.uk/piXel/domain-needed">MediaWiki Web Hosting</a> now!</p>
<p>We&#8217;ll be adding more great installations over the next few weeks, so be sure to check back soon!</p>
<p>Related posts:<ol>
<li><a href='http://www.pixelinternet.co.uk/blog/54/web-hosting-on-a-budget/' rel='bookmark' title='Budget Web Hosting from Pixel Internet!'>Budget Web Hosting from Pixel Internet!</a></li>
<li><a href='http://www.pixelinternet.co.uk/blog/78/upgraded-scripts-at-pixel-internet/' rel='bookmark' title='Upgraded Scripts at Pixel Internet'>Upgraded Scripts at Pixel Internet</a></li>
<li><a href='http://www.pixelinternet.co.uk/blog/1490/5-brand-new-one-click-installs-available-from-pixel-internet/' rel='bookmark' title='5 Brand New One-Click Installs Available From Pixel Internet'>5 Brand New One-Click Installs Available From Pixel Internet</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pixelinternet.co.uk/blog/57/one-click-installs-from-pixel-internet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

