<?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>UK Web Hosting Blog - NetHosted</title> <atom:link href="http://www.nethosted.co.uk/blog/feed" rel="self" type="application/rss+xml" /><link>http://www.nethosted.co.uk/blog</link> <description>NetHosted&#039;s web hosting articles and information.</description> <lastBuildDate>Fri, 17 Feb 2012 14:06:26 +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>How to migrate a CMS to a new server or domain</title><link>http://www.nethosted.co.uk/blog/uk-web-hosting/how-to-migrate-a-cms-to-a-new-server-or-domain</link> <comments>http://www.nethosted.co.uk/blog/uk-web-hosting/how-to-migrate-a-cms-to-a-new-server-or-domain#comments</comments> <pubDate>Fri, 17 Feb 2012 14:06:06 +0000</pubDate> <dc:creator>NetHosted</dc:creator> <category><![CDATA[Content Management Systems]]></category> <category><![CDATA[UK Web Hosting]]></category> <guid
isPermaLink="false">http://www.nethosted.co.uk/blog/?p=855</guid> <description><![CDATA[If you are looking to move your site to a new hosting company, perhaps to change the URL of your website or setup a copy of the site for testing and development purposes this guide will give a general overview of how to go about this. The steps tend to be fairly similar for any [...]]]></description> <content:encoded><![CDATA[<p>If you are looking to move your site to a new hosting company, perhaps to change the URL of your website or setup a copy of the site for testing and development purposes this guide will give a general overview of how to go about this. The steps tend to be fairly similar for any content management system so this will point you in the right direction, though for specific tips we&#8217;d recommend checking out the documentation and community sites for the CMS you are using.</p><h3> Step 1 &#8211; Backup!</h3><p>The importance of creating a backup of your site before making changes to it can never be overstated, using cPanel this can be done with just a couple of clicks and could save you hours if not days of work down the line. This process shouldn&#8217;t affect your existing site however mistakes can happen so it&#8217;s always best to be on the safe side.<span
id="more-855"></span></p><h3> Step 2 &#8211; Export database via phpMyAdmin</h3><p>Select phpMyAdmin in cPanel and click the name of the database you wish to export on the left, then click the Export tab. The default options are fine so you can just leave quick selected, then press the Go button which will download the database .sql file, make a note of where this downloads to on your computer.</p><p><img
class="aligncenter size-full wp-image-860" title="export-cms" src="http://www.nethosted.co.uk/blog/wp-content/uploads/2012/02/export-cms.jpg" alt="" width="775" height="542" /></p><h3>Step 3 &#8211; Download website files</h3><p>Login to your old site via FTP and download all files inside the public_html/ folder (assuming this is the main domain on the account, if it is an addon domain then you should download all files within the addon domain folder which is a subfolder of your public_html). You will need to upload these to the new site via FTP shortly.</p><h3>Step 4 &#8211; Upload website files</h3><p>You should now login to the new site FTP, and upload the files previously downloaded. If this is the main domain on a new account then these can go straight into the public_html/ folder, if it is an addon domain then you should put them inside the addon domain folder that you have specified in the cPanel Addon Domains section.</p><h3>Step 5 &#8211; Create a new database</h3><p>In the MySQL Databases section of cPanel you now need to create a new database</p><p><img
class="aligncenter size-full wp-image-861" title="createdb" src="http://www.nethosted.co.uk/blog/wp-content/uploads/2012/02/createdb.jpg" alt="" width="500" height="266" /></p><p>Then create a new user, making a note of the password.</p><p><img
class="aligncenter size-full wp-image-862" title="createuser" src="http://www.nethosted.co.uk/blog/wp-content/uploads/2012/02/createuser.jpg" alt="" width="500" height="256" /></p><p>Now add that user to the new database</p><p><img
class="aligncenter size-full wp-image-863" title="adduser" src="http://www.nethosted.co.uk/blog/wp-content/uploads/2012/02/adduser.jpg" alt="" width="356" height="130" /></p><h3>Step 6 -  Import database via phpMyAdmin</h3><p>Go to phpMyAdmin in your new account and select the new database you just created on the left. Now click the import button, then choose file and select the earlier database backup that we made, then click Go.</p><p><img
class="aligncenter size-full wp-image-864" title="importdb" src="http://www.nethosted.co.uk/blog/wp-content/uploads/2012/02/importdb.jpg" alt="" width="904" height="812" /></p><h3>Step 7 &#8211; Edit configuration file with new database settings</h3><p>The location of this file will vary depending on what CMS you are using, but the process should be the same for all CMS. You will need to locate the configuration file and edit this, changing the database name, database username and database user password, all of which you have previously created. The database name and database username will begin with your cPanel username followed by an underscore.</p><p><strong>Common CMS configuration file locations (relative from installation directory):</strong></p><p><a
href="http://www.nethosted.co.uk/uk-drupal-hosting.php" target="_blank">Drupal</a> &#8211; sites/default/settings.php</p><p><a
href="http://www.nethosted.co.uk/uk-wordpress-hosting.php" target="_blank">WordPress</a> &#8211; wp-config.php</p><p><a
href="http://www.nethosted.co.uk/uk-joomla-hosting.php" target="_blank">Joomla</a> &#8211; configuration.php</p><p><a
href="http://www.nethosted.co.uk/uk-magento-hosting.php" target="_blank">Magento</a> &#8211; app/etc/local.xml</p><p><a
href="http://www.nethosted.co.uk/uk-concrete5-hosting.php" target="_blank">Concrete5</a> &#8211; config/site.php</p><h3>Step 8 &#8211; Edit the site URL in the database (URL changes only)</h3><p>This step may not always be necessary, some CMS&#8217;s hardcode the site URL into the database when they are setup, if this is the case then when you visit the new site some links or the whole site may end up redirecting to the old URL. You should then go back into phpMyAdmin and select the new database, select the search tab and enter the domain surrounded by % signs, e.g. %domain.com% &#8211; You should edit any instances that show up in configuration tables to the new URL.</p><p><img
class="aligncenter size-full wp-image-868" title="searchdb" src="http://www.nethosted.co.uk/blog/wp-content/uploads/2012/02/searchdb.jpg" alt="" width="866" height="554" /></p><h3>Step 9 &#8211; Finished!</h3><p>Admire your work as you&#8217;ve just migrated your CMS successfully (with a bit of luck!)</p> ]]></content:encoded> <wfw:commentRss>http://www.nethosted.co.uk/blog/uk-web-hosting/how-to-migrate-a-cms-to-a-new-server-or-domain/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Six Attractive Free WordPress Themes for 2012</title><link>http://www.nethosted.co.uk/blog/uk-web-hosting/six-attractive-free-wordpress-themes-for-2012</link> <comments>http://www.nethosted.co.uk/blog/uk-web-hosting/six-attractive-free-wordpress-themes-for-2012#comments</comments> <pubDate>Fri, 27 Jan 2012 15:31:36 +0000</pubDate> <dc:creator>NetHosted</dc:creator> <category><![CDATA[UK Web Hosting]]></category> <guid
isPermaLink="false">http://www.nethosted.co.uk/blog/?p=833</guid> <description><![CDATA[We&#8217;ve had a look at some of the best WordPress themes updated/released in 2012 so far, here is a selection of some of the best, all free to download and use on your blog! Some of these use HTML5 and CSS3 so your blog will be using the latest web languages and looking very pretty [...]]]></description> <content:encoded><![CDATA[<p>We&#8217;ve had a look at some of the best WordPress themes updated/released in 2012 so far, here is a selection of some of the best, all free to download and use on your blog! Some of these use HTML5 and CSS3 so your blog will be using the latest web languages and looking very pretty at the same time!</p><h2><a
target="_blank" href="http://wordpress.org/extend/themes/blogolife">Blogolife</a></h2><p><img
class="aligncenter size-full wp-image-834" title="wordpress-theme-blogolife" src="http://www.nethosted.co.uk/blog/wp-content/uploads/2012/01/wordpress-theme-blogolife.jpg" alt="blogolife" width="590" height="400" /></p><p>BlogoLife is a simple and attractive theme built in HTML5 &amp; CSS3 for personal blogging , it&#8217;s fully customisable and clean so can be styled if you want to change it, otherwise it can be used straight away.<span
id="more-833"></span></p><h2><a
target="_blank" href="http://wordpress.org/extend/themes/colorway">Colorway</a></h2><p><img
class="aligncenter size-full wp-image-840" title="wordpress-theme-colorway" src="http://www.nethosted.co.uk/blog/wp-content/uploads/2012/01/wordpress-theme-colorway.jpg" alt="colorway" width="590" height="366" /></p><p>Colorway is a simple elegant theme that is fully customisable and has built in support for analytics. This theme is built by InkThemes.com and has support for a range of site types including gallery display.</p><h2><a
target="_blank" href="http://wordpress.org/extend/themes/ping">Ping</a></h2><p><img
class="aligncenter size-full wp-image-841" title="wordpress-theme-ping" src="http://www.nethosted.co.uk/blog/wp-content/uploads/2012/01/wordpress-theme-ping.jpg" alt="ping" width="590" height="338" /></p><p>SwitchUp Studio&#8217;s Ping Theme is a simple stylish blog theme, quite traditional but with fully customisable colour options.</p><h2><a
target="_blank" href="http://wordpress.org/extend/themes/toommorel-lite">ToomMorel Lite</a></h2><p><img
class="aligncenter size-full wp-image-842" title="wordpress-theme-toom-morel-light" src="http://www.nethosted.co.uk/blog/wp-content/uploads/2012/01/wordpress-theme-toom-morel-light.jpg" alt="" width="590" height="374" /></p><p>ToomMorel Lite for WordPress allows you to get a stylish site up and running in minutes. It features templates for blogs, gallery, fullwidth pages without sidebar and a contact us page.</p><h2><a
target="_blank" href="http://wordpress.org/extend/themes/triton-lite">Triton Lite</a></h2><p
style="text-align: center;"><img
class="aligncenter size-full wp-image-843" title="wordpress-theme-triton-lite" src="http://www.nethosted.co.uk/blog/wp-content/uploads/2012/01/wordpress-theme-triton-lite.jpg" alt="triton-lite" width="590" height="366" /></p><p
style="text-align: left;">Triton is a all in one WordPress theme with awesome 3 fonts, 1 slider, 1 layout &amp; easy to use theme option panel. It is SEO friendly and has plenty of user-friendly options. The theme also comes with a contact page template which doesn&#8217;t require any setup.</p><h2 style="text-align: left;"><a
target="_blank" href="http://wordpress.org/extend/themes/zeebizzcard">ZeeBizzCard</a></h2><p><img
class="aligncenter size-full wp-image-844" title="wordpress-theme-zeebizzcard" src="http://www.nethosted.co.uk/blog/wp-content/uploads/2012/01/wordpress-theme-zeebizzcard.jpg" alt="zeebizzcard" width="590" height="329" /></p><p>zeeBizzCard is a clean and elegant styled Business Card Theme for WordPress that fits perfectly for a sleek homepage for personalities, freelancers, entrepreneurs or small business owners. It comes with a featured posts slider, a custom post types based portfolio and shortcodes for resume, aboutme box and skills.</p> ]]></content:encoded> <wfw:commentRss>http://www.nethosted.co.uk/blog/uk-web-hosting/six-attractive-free-wordpress-themes-for-2012/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Lightest Material in the World Unveiled</title><link>http://www.nethosted.co.uk/blog/technology/lightest-material-in-the-world-unveiled</link> <comments>http://www.nethosted.co.uk/blog/technology/lightest-material-in-the-world-unveiled#comments</comments> <pubDate>Tue, 22 Nov 2011 13:49:39 +0000</pubDate> <dc:creator>NetHosted</dc:creator> <category><![CDATA[Technology]]></category> <guid
isPermaLink="false">http://www.nethosted.co.uk/blog/?p=826</guid> <description><![CDATA[A team of US engineers working at the University of California, Irvine, HRL Laboratories and the California Institute of Technology have revealed the result of their latest research, a material they claim to be the world&#8217;s lightest. This material is created from a collection of tiny hollow tubes, each tube having a wall thickness of [...]]]></description> <content:encoded><![CDATA[<p><img
class="aligncenter size-full wp-image-827" title="micro-lattice" src="http://www.nethosted.co.uk/blog/wp-content/uploads/2011/11/micro-lattice.jpg" alt="" width="590" height="329" /></p><p>A team of US engineers working at the University of California, Irvine, HRL Laboratories and the California Institute of Technology have revealed the result of their latest research, a material they claim to be the world&#8217;s lightest.<span
id="more-826"></span></p><p>This material is created from a collection of tiny hollow tubes, each tube having a wall thickness of just 100 nanometers, around 1,000 times thinner than a human hair. These tubes are arranged into a micro-lattice formation, a diagonal pattern with the tubes crossing each other with small open spaces between them.</p><p>The resulting density of this material is 0.9 milligrams per cubic centimetre, compared to polystyrene this is around 100 times lighter. This metallic micro-lattice consists of 99.99% air and 0.01% solid which gives it such a low density.</p><p>As well as being the lightest material it is also very strong due to the ordered nature of the lattice design. Potential uses of this material due to it&#8217;s properties are in shock absorbers and next generation batteries. Further details of this research are published in the latest edition of Science.</p> ]]></content:encoded> <wfw:commentRss>http://www.nethosted.co.uk/blog/technology/lightest-material-in-the-world-unveiled/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Apple iPhone 4S Review &#8211; Are Siri, iCloud &amp; 8 Megapixels enough?</title><link>http://www.nethosted.co.uk/blog/technology/apple-iphone-4s-review-are-siri-icloud-8-megapixels-enough</link> <comments>http://www.nethosted.co.uk/blog/technology/apple-iphone-4s-review-are-siri-icloud-8-megapixels-enough#comments</comments> <pubDate>Thu, 06 Oct 2011 10:29:08 +0000</pubDate> <dc:creator>NetHosted</dc:creator> <category><![CDATA[Technology]]></category> <guid
isPermaLink="false">http://www.nethosted.co.uk/blog/?p=813</guid> <description><![CDATA[&#160; &#160; Yesterday Apple announced the iPhone 4S at a press conference in California which you can view here. A quick breakdown of the new and improved features over the iPhone 4 follows: Upgraded CPU &#8211; A5 Dual Core CPU, 2x faster processing, 7x faster graphics Upgraded Camera &#8211; To 8MP from 5MP, increased aperture [...]]]></description> <content:encoded><![CDATA[<p>&nbsp;</p><p><iframe
src="http://www.youtube.com/embed/SFfm2uQbaLM" frameborder="0" width="560" height="315"></iframe></p><p>&nbsp;</p><p>Yesterday Apple announced the iPhone 4S at a press conference in California which you can view <a
target="_blank" href="http://www.youtube.com/watch?v=GUO6ZUDfTpE">here</a>. A quick breakdown of the new and improved features over the iPhone 4 follows:</p><ul><li>Upgraded CPU &#8211; A5 Dual Core CPU, 2x faster processing, 7x faster graphics</li><li>Upgraded Camera &#8211; To 8MP from 5MP, increased aperture size, additional lens, improved start-up time, face-recognition &amp; image stabiliser</li><li>Upgraded Video Recording &#8211; To 1080P@30FPS from 720P@30FPS</li><li>Added Siri &#8211; Voice command system</li><li>Added iCloud &#8211; Adds features sharing all media, documents, photos, apps, calendar, mail, contacts between Apple devices, remote backup to iCloud, find friends and locate iDevices remotely and wipe them.<span
id="more-813"></span></li></ul><h2>Upgraded CPU</h2><p>Having a more responsive interface and apps running quicker is never a bad thing, that being said the iPhone 4 already had a responsive interface and to many people this may not really be noticable. This feature is touted as being ideal for gamers however the number of people, even from those who game, that actually run graphically intensive games is rather limited. This does give the potential for developers to produce more advanced games and apps specifically for the iPhone 4s in the future.</p><h2>Upgraded Camera</h2><p>This is said by Apple to be much closer to using a dedicated camera with the quality of pictures that it takes, and that it would stop the need to carry around a camera, at least a basic one. The features that have been added are definitely useful, increasing the aperture size and physical number of lenses should noticably increase picture quality. For many people it will eliminate the need for a separate camera. Whilst these improvements are good this was mostly the case for the previous iPhone 4 also, and won&#8217;t make a major difference to many people.</p><h2>Upgraded Video Recording</h2><p>Moving to 1080P from 720P is a nice step up and a natural progression, as this is the limit of almost all TV&#8217;s today being Full HD this standard is unlikely to progress in the immediate future. It is nice to have this though the disk space usage would no doubt be rapidly used up shooting video at this quality, and generally for anyone&#8217;s personal videos 720p would be adequate so I would not class this as a killer feature.</p><h2>Siri</h2><p>This is one of the biggest new features Apple have been pushing,  and whilst it&#8217;s new for Apple to offer it integrated on the phone you could previously download this as a free app on the App Store for the last 18 months. It allows you to use voice commands which can be naturally spoken as opposed to specifically set phrases, it&#8217;s billed as a personal assistant. It does this by processing your speech on it&#8217;s external servers and using artificial intelligence tries to do what you want. Some of the uses they have demonstrated so far include making phonecalls, setting calendar events, replying to text messages, checking the weather and playing music. This feature does look interesting, I&#8217;m sure a lot of owners will be playing with it testing the AI once available. Whether it&#8217;s actually a feature that people would use long term though or just a gimmick it&#8217;s hard to say. It could be very useful whilst driving to operate the phone handsfree so that seems like a strength, however it&#8217;s not completely handsfree as you need to hold the home button at present, perhaps this could be enabled via software in future though.</p><h2>iCloud</h2><p>The second big new feature Apple are pushing is iCloud, which will enable sharing of seemingly any data between iPhone / iPad / iDevices. One of the features demonstrated is taking a picture and having it instantly available on another linked device (This synergises nicely with the high quality pictures of the iPhone 4(S) and the larger high res screen of the iPad 2 (and upcoming iPad 3). It can also share music, videos, apps, documents, calendar events, contacts, basically everything that you can store. Some of the more interesting features are not the sharing though, it also lets you back up your devices to the cloud when your phone is connected via WiFi. This is a great feature, anyone who has lost their phone (especially an iPhone) knows how stressful it can be, losing all your contacts/videos/photos and being able to restore this on to a replacement phone and essentially not have lost anything apart from the physical phone would be a relief. Of course this has been available via iTunes but in the unfortunate event of a computer failure or loss at the same time as the phone it would be very useful.</p><p>Another feature of iCloud is device tracking, you can track these from their GPS signal so if your phone was lost or stolen you may well be able to track it down or provide the police these details. Finally they have a feature where you can also add your friends devices to track their location, I feel this is more of a novelty feature and thankfully you need their permission to do this so it&#8217;s not too stalker friendly, and you can turn off tracking whenever you wish.</p><h2>Summary</h2><p>The iPhone 4S wouldn&#8217;t be considered a must have upgrade from the iPhone 4 for all but avid Apple fans, it does add some quirky new features and improve some old ones, but nothing strikes as a must have. It is however an attractive upgrade for any iPhone 3G / 3GS users that have been waiting to upgrade.</p><p><em>- <a
target="_blank" href="http://en.wikipedia.org/wiki/Steve_Jobs">Steve Jobs</a> sadly passed away the day this article was written, we would like to dedicate it to his memory. A true visionary, his work shall be remembered for many years to come.</em></p> ]]></content:encoded> <wfw:commentRss>http://www.nethosted.co.uk/blog/technology/apple-iphone-4s-review-are-siri-icloud-8-megapixels-enough/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Five High Quality Magento Themes, Paid &amp; Free</title><link>http://www.nethosted.co.uk/blog/content-management-systems/five-high-quality-magento-themes-paid-free</link> <comments>http://www.nethosted.co.uk/blog/content-management-systems/five-high-quality-magento-themes-paid-free#comments</comments> <pubDate>Fri, 02 Sep 2011 10:30:35 +0000</pubDate> <dc:creator>NetHosted</dc:creator> <category><![CDATA[Content Management Systems]]></category> <guid
isPermaLink="false">http://www.nethosted.co.uk/blog/?p=787</guid> <description><![CDATA[EM Bellentesque - $99 This is a very stylish fashion boutique store theme offering many features such as: product image sizes controlled in the back-end, slideshow with over +20 transitions, mega-menu with many multiple columns styles, constantly updating new products, best-seller, the promotional information. Featuring clean lines with large product images and an attractive layout it&#8217;s perfect for a high end fashion store. HelloMagento &#8211; [...]]]></description> <content:encoded><![CDATA[<p><a
target="_blank" href="http://www.emthemes.com/premium-magento-themes/em-bellentesque.html"><strong><img
class="aligncenter size-full wp-image-788" title="em-bella" src="http://www.nethosted.co.uk/blog/wp-content/uploads/2011/09/em-bella.jpg" alt="" width="600" height="461" /></strong></p><p><strong>EM Bellentesque</strong> - $99</a></p><p>This is a very stylish fashion boutique store theme offering many features such as: product image sizes controlled in the back-end, slideshow with over +20 transitions, mega-menu with many multiple columns styles, constantly updating new products, best-seller, the promotional information. Featuring clean lines with large product images and an attractive layout it&#8217;s perfect for a high end fashion store.<br
/> <span
id="more-787"></span><br
/> <a
target="_blank" href="http://www.hellothemes.com/demo/?theme=hellomagento"><a
target="_blank" href="http://www.hellothemes.com/demo/?theme=hellomagento"><img
class="aligncenter size-full wp-image-789" title="hellomagento" src="http://www.nethosted.co.uk/blog/wp-content/uploads/2011/09/hellomagento.png" alt="" width="600" height="453" /></p><p>HelloMagento &#8211; Free</a></p><p>This free Magento Theme gives you a chance to set up your store the easy way and right way. Perfect for most types of store and its absolutely free! This also has a featured item slider and product carousel, great for showcasing individual products.</p><p><a
target="_blank" href="http://www.magento-templates.com/all/electronics-free-magento-template/"><img
class="aligncenter size-full wp-image-790" title="electronics" src="http://www.nethosted.co.uk/blog/wp-content/uploads/2011/09/electronics.jpg" alt="" width="600" height="490" /></p><p>Electronics &#8211; Free</a></p><p>This Free Magento template is great fit for gifts, electronics, computers, music, software, games and any other gifts that you can think of. It&#8217;s styled to look futuristic, with fairly minimal colours used, which may make your products stand out.</p><p><a
target="_blank" href="http://www.magento-themes.jextn.com/luxury-home-for-magento.html"><img
class="aligncenter size-full wp-image-792" title="luxuryhome" src="http://www.nethosted.co.uk/blog/wp-content/uploads/2011/09/luxuryhome.jpg" alt="" width="600" height="473" /><br
/> Luxury Home &#8211; $99</a></p><p>This theme is great for any furniture store, designed with an easily accessible layout this is a homely yet stylish theme. It&#8217;s SEO friendly and features some attractive javascript carosels and slider menus.</p><p><a
target="_blank" href="http://templates-master.com/magento-templates/azure-universal-magento-template.html"><img
class="aligncenter size-full wp-image-794" title="azure" src="http://www.nethosted.co.uk/blog/wp-content/uploads/2011/09/azure.jpg" alt="" width="600" height="473" />Azure Universal &#8211; $99</a></p><p>Azure Universal Magento template will provide your store with fresh and unique look. Clean and bright store design will help focus your customers attention on your products and information. Template is based on 1 column home page layout with image slider on main page. This template can be used for any store that need clean and modern look with improved SEO compatibility and user interface.</p> ]]></content:encoded> <wfw:commentRss>http://www.nethosted.co.uk/blog/content-management-systems/five-high-quality-magento-themes-paid-free/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Samsung Chromebook Series 5 Review</title><link>http://www.nethosted.co.uk/blog/technology/samsung-chromebook-series-5-review</link> <comments>http://www.nethosted.co.uk/blog/technology/samsung-chromebook-series-5-review#comments</comments> <pubDate>Thu, 11 Aug 2011 15:55:27 +0000</pubDate> <dc:creator>NetHosted</dc:creator> <category><![CDATA[Technology]]></category> <guid
isPermaLink="false">http://www.nethosted.co.uk/blog/?p=777</guid> <description><![CDATA[If you&#8217;re new to Chromebooks I&#8217;d recommend you start with our Chromebook Preview. The Samsung Chromebook Series 5 is the first of the Chromebooks to be released, and can be found for £349 at Amazon, but what do you get for your money? Not a whole lot really. Allow me to elaborate, the Chromebook is [...]]]></description> <content:encoded><![CDATA[<p><img
class="aligncenter" title="Chromebook" src="http://www.techwatch.co.uk/wp-content/uploads/2011/07/Google-Chromebook-460x276.jpg" alt="" width="460" height="276" />If you&#8217;re new to Chromebooks I&#8217;d recommend you start with our <a
href="http://www.nethosted.co.uk/blog/technology/to-buy-a-chromebook-or-not-to-buy-a-chromebook">Chromebook Preview</a>.</p><p>The Samsung Chromebook Series 5 is the first of the Chromebooks to be released, and can be found for £349 at Amazon, but what do you get for your money? Not a whole lot really.</p><p>Allow me to elaborate, the Chromebook is a fairly stylish (if somewhat dated Apple-esque looking) 12.1&#8243; netbook running Chrome OS which is essentially a browser based operating system. Now I used the word netbook which certainly isn&#8217;t a glowing adjective, but to describe it as much more would be generous. This is an <a
target="_blank" href="http://newsroom.intel.com/community/intel_newsroom/blog/2011/03/01/chip-shot-intel-delivers-new-dual-core-intel-atom-processor-for-netbooks">Intel Atom N570</a> based netbook (note that Intel themselves describe it as a &#8220;processor for netbooks&#8221;) with 2GB RAM and a 16GB SSD and whilst this low power CPU means that 8-9 hours of battery life is a possibility it also means that<span
id="more-777"></span> it struggles playing 720P HD videos. This lack of oomph means that the Chromebook can&#8217;t do more than a typical netbook, with web browsing and office apps the order of the day, even Angry Birds from the Chrome store can&#8217;t run in it&#8217;s HD mode. Yes, this means that a phone would do a better job at this than the Chromebook.</p><p><img
class="aligncenter" src="http://mos.futurenet.com/techradar/Review%20images/TechRadar/Computing/Samsung%20Chromebook%20review/DSCF5138-420-90.jpg" alt="" width="420" height="315" />When you open up the Chromebook you find a fairly large well spaced keyboard for a netbook, the standard &#8220;F&#8221; function keys have been removed from the top and replaced with some Chrome OS specific shortcut buttons for adjusting volume and switching between tabs. This large keyboard does work very well and is comfortable to use. They have also included a large trackpad, with extra space on this freed up by doing away with the left and right buttons, instead you left click by tapping a finger, and right click by tapping two fingers on the pad. This system works well and frees up the trackpad space which is very useful as you won&#8217;t be using a mouse.</p><p>Whilst the hardware story is not a great one, the Chromebook does impress with it&#8217;s fast start-up time, ready in a few seconds seconds, and the battery life is very good. The always connected nature of it means that a 3G contract is really required to use this properly on the move (assuming no wifi). The simplicity of it is a plus point too, there isn&#8217;t any fiddling required with antivirus or windows, you can just sign into a Google account and you are good to go. The 12.1&#8243; display with a resolution of 1280&#215;800 pixels is actually very good with accurate and vibrant colour reproduction too.</p><p><img
class="aligncenter" src="http://mos.futurenet.com/techradar/Review%20images/TechRadar/Computing/Samsung%20Chromebook%20review/DSCF5136-420-90.jpg" alt="" width="420" height="315" /></p><p>The Chromebook is a mixed bag overall, with some strong points and some weaknesses, as new Chromebooks are released though this could become a competitive platform. Improving the CPU and graphics to the level where HD video playback is comfortable would be a good start, if this could be coupled with a £50 or so price reduction this could become an attractive proposition. Right now though it&#8217;s hard to recommend these unless they are purely for businesses, used by people that won&#8217;t have any real demands beyond document editing and web browsing however in this situation they may well be the best tool for the job right now. For similar money much more capable laptops are available and these would be preferable for home users that would be using these for entertainment as well as business.</p> ]]></content:encoded> <wfw:commentRss>http://www.nethosted.co.uk/blog/technology/samsung-chromebook-series-5-review/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Bitcoin explained: The who, why and how of digital cryptocurrency</title><link>http://www.nethosted.co.uk/blog/technology/bitcoin-explained-the-who-why-and-how-of-digital-cryptocurrency</link> <comments>http://www.nethosted.co.uk/blog/technology/bitcoin-explained-the-who-why-and-how-of-digital-cryptocurrency#comments</comments> <pubDate>Thu, 21 Jul 2011 11:49:29 +0000</pubDate> <dc:creator>NetHosted</dc:creator> <category><![CDATA[Technology]]></category> <guid
isPermaLink="false">http://www.nethosted.co.uk/blog/?p=771</guid> <description><![CDATA[If you&#8217;re a regular reader of Slashdot, El Reg or TechCrunch then you&#8217;ll no doubt have heard of Bitcoin, the digital currency that has recently started garnering a lot of attention as the currency is gaining significant value. As of the moment of writing this article there are currently precisely 6,859,400 bitcoins in existence (You can [...]]]></description> <content:encoded><![CDATA[<p><img
class="aligncenter" title="Bitcoin" src="http://blogs-images.forbes.com/andygreenberg/files/2011/06/bitcoin.png" alt="" width="225" height="225" />If you&#8217;re a regular reader of <a
target="_blank" href="http://slashdot.org/" target="_blank">Slashdot</a>, <a
target="_blank" href="http://www.theregister.co.uk/" target="_blank">El Reg</a> or <a
target="_blank" href="http://techcrunch.com" target="_blank">TechCrunch</a> then you&#8217;ll no doubt have heard of Bitcoin, the digital currency that has recently started garnering a lot of attention as the currency is gaining significant value. As of the moment of writing this article there are currently precisely 6,859,400 bitcoins in existence (You can check the current number <a
target="_blank" href="http://blockexplorer.com/q/totalbc" target="_blank">here</a>). The current market value of these is £8.58 each (taken from <a
target="_blank" href="https://britcoin.co.uk/" target="_blank">Britcoin</a>) valuing the currency at £58.8 million or $95 million, not too significant on a global scale but certainly enough to make people take notice.</p><h3>How do I get bitcoins?</h3><p>Well, you can buy them from various exchanges for whatever currency you use, alternatively you can create your own through a process known as &#8220;mining&#8221;<span
id="more-771"></span>. I guess they adopted this term as in a similar way to mining gold you are creating value (in a digital sense if not real world) using your PC. The mining process uses computing power to do some complex calculations to generate new bitcoins, with the difficulty to create these escalating as more come into circulation. Bitcoins are far more efficiently generated by graphics cards than CPU&#8217;s, and at the current rate if you bought a £200 ATI graphics card such as a Radeon HD 4950 it could make around £50 of bitcoins in a month. This relies on your computer being on 24/7, and it will significantly increase the power usage of your computer, costing around £5-10 a month in electricity. This is also only going to get worse over time, as the difficulty of creating new bitcoins is scaled up roughly each two weeks, based on the total overall computing power in the Bitcoin network.</p><p>A basic principle of the Bitcoin system is that the total amount of currency in circulation is fixed, over time it will approach 21 million bitcoins. Though this may sound like a limiting number bitcoins are divisible down to eight decimal places which gives a huge amount of granularity to the currency.</p><p>This currency originated in 2009 from a <a
target="_blank" href="http://www.bitcoin.org/bitcoin.pdf" target="_blank">self-published paper</a> by Satoshi Nakamoto and makes for interesting reading, there are many advantages (or disadvantages depending how you look at it) of bitcoins as a method of online payment compared to the typical payment providers such as PayPal. Bitcoin transactions are made at a very low cost, currently this is 0.0005 Bitcoin which works out £0.00429 &#8211; less than half a penny. With no central authority, once a transaction is made it cannot be reversed so there is no chargeback system. Transactions offer a fairly high level of anonymity compared to other payment methods, whilst the complete history of Bitcoin transactions is publically available these show transactions simply between Bitcoin identities which cannot be firmly associated with real-life identities.</p><p><span
class="Apple-style-span" style="font-size: 15px; font-weight: bold;">Controversy</span></p><p>Bitcoin has certainly had it&#8217;s share of trouble, last month the largest exchange <a
target="_blank" href="https://mtgox.com/" target="_blank">Mt.Gox</a> had it&#8217;s user database compromised, the end result of this was around 500,000 coins stolen from the users, with a value at the time of around $9 million. This resulted in the exchange shutting down temporarily, due to the nature of the currency this cannot be reversed, the full story is available <a
target="_blank" href="http://www.dailytech.com/Bitcoins+Largest+Exchange+Mt+Gox+Hacked+Closes+After+Massive+Selloff/article21942.htm" target="_blank">here</a>.</p><p>The value of bitcoins has been extremely volatile, at the start of May they were worth around $1 each and by the end around $30, as the currency grows this volatility should reduce if it can prove that it is stable and secure.</p><p>It will certainly be interesting to see how Bitcoin pans out, I wouldn&#8217;t recommend investing heavily in the currency or mining them as it would be high risk given the volatility and security problems that have been seen so far. As this currency moves forward and more secure exchanges such as <a
target="_blank" href="https://x.ruxum.com/" target="_blank">Ruxum</a> &#8211; ran by <a
target="_blank" href="http://techcrunch.com/2011/07/18/ruxum-wall-street-level-security-comes-to-bitcoin-with-new-exchange/" target="_blank">former Wall Street hotshots</a> &#8211; start popping up it may grant more weight to this currency and fuel it&#8217;s success.</p> ]]></content:encoded> <wfw:commentRss>http://www.nethosted.co.uk/blog/technology/bitcoin-explained-the-who-why-and-how-of-digital-cryptocurrency/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Facebook vs Google in the webcam wars&#8230;</title><link>http://www.nethosted.co.uk/blog/technology/facebook-vs-google-in-the-webcam-wars</link> <comments>http://www.nethosted.co.uk/blog/technology/facebook-vs-google-in-the-webcam-wars#comments</comments> <pubDate>Thu, 14 Jul 2011 12:00:15 +0000</pubDate> <dc:creator>NetHosted</dc:creator> <category><![CDATA[Technology]]></category> <guid
isPermaLink="false">http://www.nethosted.co.uk/blog/?p=764</guid> <description><![CDATA[With recent announcements by two of the biggest companies, namely Facebook and Google, both offering free to use video chat are these business behemoths going head-to-head in a Haye vs. Klitschko style world video chat unification bout? Well&#8230; no actually. Whilst the thought of it is an exciting prospect, much like the boxing match the [...]]]></description> <content:encoded><![CDATA[<p><img
class="aligncenter size-full wp-image-765" title="facebookvsgoogle" src="http://www.nethosted.co.uk/blog/wp-content/uploads/2011/07/facebookvsgoogle.jpg" alt="" width="600" height="333" />With recent announcements by two of the biggest companies, namely Facebook and Google, both offering free to use video chat are these business behemoths going head-to-head in a Haye vs. Klitschko style world video chat unification bout? Well&#8230; no actually. Whilst the thought of it is an exciting prospect, much like the boxing match the reality is a much tamer affair.</p><p>Facebook have made it clear that group chat is not a priority for their video chat, citing the fact that <span
id="more-764"></span>one-on-one video chat is far more popular on Skype than group video chat, whilst that is  true they did gloss over the fact that group chat on Skype requires one member of the chat to have a subscription to Skype premium which is a monthly paid service. Facebook are bringing this feature to their users in partnership with Skype who no doubt helped a lot with their considerable video streaming expertise, the user experience is very streamlined with just a quick download required to get going. You can then invite any of your Facebook contacts to start a video chat and this starts up with minimal fuss, making this an extremely easy way to video chat and no doubt the first time many of it&#8217;s users will have tried video chat.</p><p>Google &#8220;Hangouts&#8221; is the catchy name for their video streaming service, this service however is designed with group chat in mind. It has an invites system which is rather too clunky for it to be useful for one-on-one conversations when compared to the simple alternative, it does exactly what is required though and group chat works smoothly.</p><p>So that is the two products, Facebook video chat is superb for talking to friends individually, and Google Hangouts is great for group video chat. These products aren&#8217;t currently fighting for market share, they serve different purposes and are both very effective at what they do. Whether this will be the case in future remains to be seen, it could well be that Facebook offer group video chat if Skype decide to remove the premium for this feature which is certainly possible.</p> ]]></content:encoded> <wfw:commentRss>http://www.nethosted.co.uk/blog/technology/facebook-vs-google-in-the-webcam-wars/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Need an aircraft carrier? Simply add to cart!</title><link>http://www.nethosted.co.uk/blog/shopping-carts/need-an-aircraft-carrier-simply-add-to-cart</link> <comments>http://www.nethosted.co.uk/blog/shopping-carts/need-an-aircraft-carrier-simply-add-to-cart#comments</comments> <pubDate>Wed, 06 Jul 2011 14:15:09 +0000</pubDate> <dc:creator>NetHosted</dc:creator> <category><![CDATA[Shopping Carts]]></category> <guid
isPermaLink="false">http://www.nethosted.co.uk/blog/?p=759</guid> <description><![CDATA[I&#8217;m sure at one time or another we&#8217;ve all had those extravagant purchases, perhaps that late night venture onto eBay for a Michael Bolton CD you simply had to have, but I can&#8217;t help thinking the Ministry of Defence may have gone a step too far offering the HMS Ark Royal with an Add to [...]]]></description> <content:encoded><![CDATA[<p><img
class="aligncenter size-full wp-image-760" title="HMS Ark Royal Add To Cart" src="http://www.nethosted.co.uk/blog/wp-content/uploads/2011/07/arkroyal-addtocart.png" alt="HMS Ark Royal Add To Cart" width="545" height="683" /></p><p>I&#8217;m sure at one time or another we&#8217;ve all had those extravagant purchases, perhaps that late night venture onto eBay for a Michael Bolton CD you simply had to have, but I can&#8217;t help thinking the Ministry of Defence may have gone a step too far offering the HMS Ark Royal with an Add to Cart button. <span
id="more-759"></span>The 10,000 tonne aircraft carrier has been decommissioned and sold earlier today, with the winner of the auction not known until later in the year (it&#8217;s rumoured to sell for around £3.5 million). You can see the actual sales page <a
target="_blank" href="http://www.edisposals.com/is-bin/INTERSHOP.enfinity/WFS/Disposals-Public-Site/en_US/-/GBP/ViewProductDetail-Start;pgid=MieqQ4wkQg8000ArvQ_8K1sp0000sDmq48-X?ProductRef=ARK001%40Disposals-Public&amp;JumpTo=OfferList" target="_blank">here</a> - of course the Add to Cart button doesn&#8217;t actually let you purchase, but they should use a more suitable shopping cart system.</p><p>There are a number of choices as far as shopping cart systems go, the main ones in use are <a
target="_blank" title="Magento" href="http://www.nethosted.co.uk/uk-magento-hosting.php" target="_blank">Magento</a>, Zencart, OSCommerce, CRE Reloaded, X-Cart and Joomla with Virtuemart. Each of these has their own benefits, here is a good <a
href="http://www.itwebexperts.com/oscommerce_zencart_xcart_comparison.php" target="_blank">shopping cart review</a> which is worth a read, it&#8217;s quite thorough and includes a feature comparison table to help you decide which one is right for you.</p> ]]></content:encoded> <wfw:commentRss>http://www.nethosted.co.uk/blog/shopping-carts/need-an-aircraft-carrier-simply-add-to-cart/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Graphene &#8211; Miracle material of the future!</title><link>http://www.nethosted.co.uk/blog/technology/graphene-miracle-material-of-the-future</link> <comments>http://www.nethosted.co.uk/blog/technology/graphene-miracle-material-of-the-future#comments</comments> <pubDate>Tue, 28 Jun 2011 14:10:08 +0000</pubDate> <dc:creator>NetHosted</dc:creator> <category><![CDATA[Technology]]></category> <guid
isPermaLink="false">http://www.nethosted.co.uk/blog/?p=750</guid> <description><![CDATA[If you haven&#8217;t heard of graphene yet prepare to find out about a material that could lead the way in future technologies. Only discovered in 2004 by Dr Konstantin Novoselov and Dr Andre Geim &#8211; from the University of Manchester &#8211; experimenting with sticky tape and graphite (found in common pencils) they have already been [...]]]></description> <content:encoded><![CDATA[<p><img
class="aligncenter size-full wp-image-753" title="graphene lattice" src="http://www.nethosted.co.uk/blog/wp-content/uploads/2011/06/graphene.jpg" alt="graphene lattice" width="590" height="354" /></p><p>If you haven&#8217;t heard of graphene yet prepare to find out about a material that could lead the way in future technologies. Only discovered in 2004 by Dr Konstantin Novoselov and Dr Andre Geim &#8211; from the University of Manchester &#8211; experimenting with sticky tape and graphite (found in common pencils) they have already been awarded a <a
target="_blank" href="http://nobelprize.org/nobel_prizes/physics/laureates/2010/">Nobel Prize</a> for this discovery.</p><h2>What is graphene?</h2><p>You may well have heard of it&#8217;s little brother, carbon nanotubes  which are sheaths of carbon atoms rolled into cylinders with diameters roughly 10,000 times smaller than a <span
id="more-750"></span>human hair. They are incredibly strong, and amazingly conductive, sounding like something from a science-fiction novel but increasingly being used in real world applications today. <a
target="_blank" href="http://www.sciencemag.org/content/319/5865/908.full">Research</a> carried out in 2008 shows that adding carbon nanotubes to standard carbon fibre at just a 1% concentration increased the overall strength of the material by 64%!</p><p>Graphene itself is a single atomic layer of carbon atoms as found in graphite, this is basically the same as a single layer carbon nanotube unrolled. Carbon atoms are arranged in a hexagonal formation with a carbon atom at every point on the hexagon, these are strongly bonded and create what we know as graphene.</p><h2>Why is graphene special?</h2><p>Graphene has a whole host of fantastic properties which will make it valuable to future technology, the list is really quite surprising:</p><ul><li><strong>Strength</strong></li><p>Graphene isn&#8217;t just quite strong, <a
target="_blank" href="http://physicsworld.com/cws/article/news/35055">research at the University of Columbia</a> calculates that graphene is the strongest material in the world. James Hone from the UoC states &#8220;The intrinsic strength of graphene can be considered as an &#8216;upper bound&#8217; for the strength of materials — rather like diamond is for hardness — that could serve as a goal for engineers who design materials,&#8221;</p><li><strong>Electrical Conductivity</strong></li><p>Manchester University&#8217;s Dr Leonid Ponomarenko explains graphene has &#8220;the highest current density (a million times that of copper) at room temperature; the highest intrinsic mobility (100 times more than in silicon); and conducts electricity in the limit of no electrons&#8221;. Breaking this statement down to simple terms it means that graphene is the most efficient electrical conductor, doing this faster and more precisely than any other known material.</p><li><strong>Thermal Conductivity</strong></li><p>Graphene beats diamond in thermal conductivity. It&#8217;s in fact better than any other known material at conducting heat.</p><li><strong>Transparency</strong></li><p>Graphene absorbs just 2.3% of light making it almost entirely transparent, yet still visible if compared to a plain white background. This could be hugely useful in solar cells and touchscreens, currently most are made from Indium Tin Oxide which absorbs around 10% of light, so this would be a great improvement, not only that but Indium Tin Oxide is brittle whereas graphene is not.</p><li><strong>Stiff</strong></li><p>Graphene is also the stiffest known material, stiffer than diamond!</ul><p>As you can see this is a hugely impressive list for a material that was only discovered 7 years ago, very rapid progress has been made in the production of graphene and the application of it into electronics. This <a
target="_blank" href="http://www.bbc.co.uk/news/technology-13886438">BBC article</a> contains some details on IBM&#8217;s progress using it, Dr Yu-Ming Lin, one of the scientists on the project states &#8220;This is the first wafer-scale production of graphene-integrated circuit &#8211; and we&#8217;ve shown that graphene can be integrated with other elements to form a complete function, which enables higher performance and more complex functionalities in a circuit.&#8221;</p><p>In their paper published in the journal Science, the IBM team explained that the circuit could operate at high frequencies of up to 10GHz (10 billion cycles per second), and at temperatures of up to 127°C, far exceeding the operating specifications of current silicon based processors.</p><p>The possibilities that this new material opens up are huge, it seems likely we will be using graphene based CPU&#8217;s in the future as well as finding graphene in many consumer electronics.</p> ]]></content:encoded> <wfw:commentRss>http://www.nethosted.co.uk/blog/technology/graphene-miracle-material-of-the-future/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
