<?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>.:Neil Smith Designs:.  Web Design and Development &#187; Website Development</title>
	<atom:link href="http://www.neilsmithdesigns.co.uk/blog/category/website-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.neilsmithdesigns.co.uk/blog</link>
	<description>Web development and design.  Professional design for corperate websites.  Every day solutions for all websites.</description>
	<lastBuildDate>Tue, 04 Oct 2011 19:01:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>10 Top Tips for Optimising Joomla 1.5 for speed</title>
		<link>http://www.neilsmithdesigns.co.uk/blog/2011/08/10-top-tips-for-optimising-joomla-1-5-for-speed/</link>
		<comments>http://www.neilsmithdesigns.co.uk/blog/2011/08/10-top-tips-for-optimising-joomla-1-5-for-speed/#comments</comments>
		<pubDate>Wed, 03 Aug 2011 21:28:20 +0000</pubDate>
		<dc:creator>nessasmith</dc:creator>
				<category><![CDATA[Website Development]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[deactivate modules]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[fine tuning]]></category>
		<category><![CDATA[joomla development]]></category>
		<category><![CDATA[joomla optimisation]]></category>
		<category><![CDATA[joomla running slow]]></category>
		<category><![CDATA[joomla yslow]]></category>
		<category><![CDATA[redevelopment]]></category>
		<category><![CDATA[SEF]]></category>
		<category><![CDATA[top ten tips]]></category>

		<guid isPermaLink="false">http://www.neilsmithdesigns.co.uk/blog/?p=448</guid>
		<description><![CDATA[Joomla! is a fantastic CMS platform that can grow with your needs.  Being an open source system with an ever growing community, Joomla! is going from strength to strength and is being used in more creative ways than ever before.  No matter what type of website you&#8217;re looking for Joomla! can handle it.
As Joomla! is [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-464" title="joomla-logo" src="http://www.neilsmithdesigns.co.uk/blog/wp-content/uploads/2011/08/joomla-logo-300x205.png" alt="joomla-logo" width="180" height="123" />Joomla! is a fantastic CMS platform that can grow with your needs.  Being an open source system with an ever growing community, Joomla! is going from strength to strength and is being used in more creative ways than ever before.  No matter what type of website you&#8217;re looking for Joomla! can handle it.</p>
<p>As Joomla! is molded into the web developers vision using more advanced templates, modules and plugins, it soon becomes a bit of a monster.  Unfortunately that monster is not a speedy one!  The more modules and plugins that are used, the more code is served up to the server, which can start to slow down under the strain.</p>
<p>If the website then becomes popular, or the new development is replacing an old website that already attracts heavy traffic, the results can be disastrous.  In fact, it can result in a blank screen for your visitors.</p>
<p>That doesn&#8217;t mean you shouldn&#8217;t use Joomla! for successful websites, it simply means you have to plan how you are going to use it and consider several aspects during its build.  To help you do this, I&#8217;ve written up a list of checks and optimisation tips that you can use as a basis for your development.</p>
<p>1) <strong>Use alternative templates for sections</strong><br />
Joomla! takes a bit of getting your head around.  But once you do, you will soon be sorting your content into sections with categories that contain articles.  The point here is that you don&#8217;t need to use one single template for the whole website.  By simply copying your template and creating duplicate versions you can apply style-sheets that are needed for that section only.<br />
This will mean less background images from your style-sheets being loaded each time and therefore less overhead.</p>
<p>This will also mean you have the flexibility of altering the template slightly for various areas of the website, which can be really useful from a users perspective as from a navigational point of view, in a large website, they can intuitively know where they are in the website.</p>
<p>To do this simply duplicate your template and rename the template in the xml file.  Click on the new template name in the Joomla! admin template area and allocate the template to the relevant section.</p>
<p>Make sure you point any links to common css files in the new template to the original.  In your new template you then need to point to your extra css template for aspects within this section only.</p>
<p>2) <strong>Use css sprites</strong><br />
When you were taught how to design a website in the old days (I&#8217;m sounding old now!), you were told to split up images so that they<img class="alignright size-full wp-image-465" title="css" src="http://www.neilsmithdesigns.co.uk/blog/wp-content/uploads/2011/08/css.gif" alt="css" width="200" height="200" /> could progressively download to show the user something was happening when they were downloading the page.  This was the time of the 56k modem.<br />
While I would say for small sites that attract few visitors you may as well keep this discipline.  For larger sites with big traffic loads I would seriously recommend you use css sprites.<br />
I&#8217;m not going to go into detail on how to use css sprites, here&#8217;s some great tutorials, but I will tell you why you should use them.</p>
<p>Every-time a user visits your site, all of the background images in your css along with your on-page images are requested from the server.  All of these HTTP requests use a small amount of your servers cpu and memory to deliver the images back to the user.  By combining your images into single images you are cutting down considerably on the number of HTTP requests, therefore saving your server a lot of work.</p>
<p>One tip I will give you that I didn&#8217;t see in the tutorials, is that you need 3 types of css sprites.  One for horizontal gradients, another for vertical gradients and a third for single images.  If you are repeating an image in your css on the x axis, you can&#8217;s specify a width of an image and repeat it, you need to use the actual full images width.  Therefore if you have several x axis gradients, if you are using css sprites correctly you will have a 1px wide image that is as high as you need to contain all of your gradients.</p>
<p>3) <strong>Remove unnecessary javascript from the template</strong><br />
One of the best functions I found in Joomla! was <span style="color: #b1b100;">- if</span> <span style="color: #009900;">(</span>JRequest<span style="color: #339933;">::</span><span style="color: #004000;">getVar</span><span style="color: #009900;">(</span><span style="color: #0000ff;">&#8216;view&#8217;</span><span style="color: #009900;">)</span><span style="color: #339933;">!=</span><span style="color: #0000ff;">&#8216;frontpage&#8217;</span><span style="color: #009900;">)</span> <span style="color: #009900;">{}</span> , By being able to define if the user is on the front-page (function also works for section or category) you can specify what loads in your template.<br />
Therefore if your website doesn&#8217;t need a certain javascript on your front-page but does on sub pages then use this function to remove the script if the user is on the front page.<br />
Let&#8217;s face it, we would all like to think that all users are going to love our websites and trawl through all the pages of it.  But in reality many will only load the front page, so lets not make our server work harder than it has to fetching scripts that are not necessary.</p>
<p>4) <strong>Remove Mootools.js, Caption.js and K2.js&#8230; if you have k2 installed!</strong><br />
<a rel="http://mootools.net/" href="http://mootools.net/" target="_blank"><img class="alignleft size-full wp-image-466" title="logo-mootools" src="http://www.neilsmithdesigns.co.uk/blog/wp-content/uploads/2011/08/logo-mootools.gif" alt="logo-mootools" width="180" height="60" /></a>Although you would think that the above function could be used easily to remove mootools.js from loading in the template file, you would be wrong.  Same applies for K2.js if you have the K2 module installed.<br />
The reason for this, is because these javascript files are loaded onto your template via system plugins.<br />
To remove k2.js you need to go into your k2.php file in your plugins -&gt; system folder and edit the script using the function above.<br />
This will make sure your k2.js doesn&#8217;t load on the front page.<br />
Mootools.js and caption.js is loaded by default (mostly because your admin pages uses it), so that requires the following script placing at the top of your template&#8230;</p>
<pre style="font-family:monospace;">//remove mootools.js and caption.js
$headerstuff=$this-&gt;getHeadData();
reset($headerstuff['scripts']);
foreach($headerstuff['scripts'] as $key=&gt;$value){
unset($headerstuff['scripts'][$key]);
}
$this-&gt;setHeadData($headerstuff);</pre>
<p>With Joomla! it&#8217;s always worth looking at your page&#8217;s source code to see what javascript files are being loaded.  Do this on several pages and see if you can identify the modules or plugins that are loading the javascript.  Many modules will use jquery or mootools which are only needed on the pages that have the module active.</p>
<p>5) <strong>Deactivate the modules and plugins your not using<br />
</strong>When your building a new site with Joomla! it&#8217;s easy to get carried away with all the fantastic modules that are available.  Also, before you find that perfect module to fulfill your objective, you may find yourself installing several modules of the same type.<br />
While this is often fine and won&#8217;t cause too many problems, there is often a lot of code being injected into your pages due to these <img class="alignright size-full wp-image-467" title="deactivate" src="http://www.neilsmithdesigns.co.uk/blog/wp-content/uploads/2011/08/deactivate.jpg" alt="deactivate" width="135" height="135" />modules and plugins remaining active.</p>
<p>Therefore throughout your development, install just one module, plugin ot component at a time,  test the new functionality it is suppose to provide and if it doesn&#8217;t fulfill your objective un-install it.  It sounds simple, but this discipline will leave your website in good condition.</p>
<p>If you haven&#8217;t done this as you go along.  It pays off to go through the modules you are unsure are in use and deactivate them.  Check this doesn&#8217;t disable any functionality you want working on the website and un-install if it&#8217;s not in use.</p>
<p>6) <strong>Have a dig into the third party modules and plugins you&#8217;ve installed<br />
</strong>The community surrounding Joomla! is fantastic and it never ceases to amaze me just what people are prepared to give away for <img class="alignleft size-medium wp-image-468" title="Programming" src="http://www.neilsmithdesigns.co.uk/blog/wp-content/uploads/2011/08/Programming-300x233.jpg" alt="Programming" width="180" height="140" />free.  I understand why, as it is a brilliant feeling seeing your product help others, but some of the Joomla! modules and plugins would be the result of years of hard graft and they&#8217;re being offered up for free a lot of the time.</p>
<p>However, as with any open source community, the quality of Joomla! extensions do vary.  Some are very code heavy and can cause your site to slow down.  It&#8217;s also worth checking the code of a module for third party extensions that may have been used.  For example I&#8217;ve spotted a few modues with google analytics embedded.  The author obviously wants to capture how well the module is doing, but this doesn&#8217;t help you at all.  So have a dig around, don&#8217;t remove code that breaches any copyright, but make sure you understand exactly what the modules doing.</p>
<p>7) <strong>Set your expiry tags<br />
</strong>Utilising the users cache can be a really useful way of speeding up your website.  Joomla! allows you to set the cache usage up through the admin panel within Site -&gt; Global Configuration -&gt; System.  Depending on how dynamic your site is you can set up how long the cache should be stored before it is refreshed.<img class="alignright size-full wp-image-469" title="sell-by-date" src="http://www.neilsmithdesigns.co.uk/blog/wp-content/uploads/2011/08/sell-by-date.jpg" alt="sell-by-date" width="150" height="150" /><strong> </strong></p>
<p>While you may set your cache to refresh ever hour, there will still be many components that won&#8217;t refresh this often.  By setting expiry tags you are telling the users cache to keep these items for longer periods.</p>
<p>This will again cut down on those valuable HTTP requests as it will only be the first time a visitor views your site will they have to request every element from the server.</p>
<p>To set this up in apache, mod_expires needs to be switched on in the httpd.conf file.  Then within the vhosts section set which file types you want to set expiry tags for, i.e.</p>
<pre style="font-family:monospace;">ExpiresByType text/css “now plus 1 months”</pre>
<p>Here&#8217;s a really good article by Simon Whatley on <a href="http://www.simonwhatley.co.uk/how-to-set-an-expires-header-in-apache" target="_blank">setting up expiry tags</a>.</p>
<p> <img src='http://www.neilsmithdesigns.co.uk/blog/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> <strong>Not Joomla! specific but&#8230; Compress your css and javascript files &amp; optimise your images<br />
</strong>It may only shave a few milliseconds off, but everything counts.  Obviously the larger the files the more you will benefit from compressing them.<br />
One recommendation though if your compressing fully, is to save an uncompressed version of your css or javascript files so you can easily update them.</p>
<p><img class="aligncenter size-full wp-image-471" title="photoshop-19-trick" src="http://www.neilsmithdesigns.co.uk/blog/wp-content/uploads/2011/08/photoshop-19-trick1.jpg" alt="photoshop-19-trick" width="615" height="254" /></p>
<p>Compressing images used to simply be part of the web build process, but it&#8217;s amazing how many web designers now-a-days are looking over this most fundamental of practices.<br />
Invest in a decent package like Photoshop, save your images for web and carefully pick the image that is as optimised as possible while still looking good.  Remember if your designing for mobile to actually view the images on a mobile!  In many cases you can get away with further compression.</p>
<p><a href="http://www.csscompressor.com/ " target="_blank">http://www.csscompressor.com/ </a>- CSS compression online<br />
<a href="http://jscompress.com/" target="_blank">http://jscompress.com/</a> &#8211; Javascript file compression online</p>
<p>9) <strong>Download YSlow<br />
</strong>While Google offers a speed analyser plugin for Firefox, I would recommend downloading <a href="http://developer.yahoo.com/yslow/" target="_blank">YSlow</a> from Yahoo.  It&#8217;s a quality plugin thats been around longer than Google&#8217;s and while the almighty Google doesn&#8217;t often come second, in this case it does.<br />
YSlow will analyse your page, give you stats and let you see by component where your website is optimised and where it&#8217;s falling over.<br />
The grading from A-F is instantly available so you can target the problem areas right away.</p>
<p>10) <strong>Use your .htaccess file carefully<br />
</strong>Again this is not Joomla! specific, but often Joomla! is chosen as a platform when a website is being redeveloped or if this isn&#8217;t the case, for sites that are going to grow considerably over time.<br />
When redeveloping a website, you will almost certainly change the structure of your site, therefore popular pages that are linked to and in search engine index&#8217;s all over the web, all of a sudden become unavailable.  This can have catastrophic effects on your rankings, visits and ultimately conversions on your website.</p>
<p>Many people turn to their .htaccess file to set 301 redirects for popular pages.  While I would fully recommend you do for the most<img class="alignright size-full wp-image-472" title="joomSEF_1" src="http://www.neilsmithdesigns.co.uk/blog/wp-content/uploads/2011/08/joomSEF_1.jpg" alt="joomSEF_1" width="195" height="206" /> important ones, especially those that you have sent out any marketing material for, for those that are less important, leave them be.<br />
By using Google&#8217;s webmaster tools, look for pages that are being linked to form external sites, then using Google analytics look for your most popular pages.  Make sure these are set up as 301 redirects.  But set these up in your httpd.conf file instead of your .htaccess file.  By using the httpd.conf file you are ensuring the redirects are loaded once for the users visit rather than every time the user loads any page.  By entering hundreds of 301&#8217;s in your .htaccess file you would be making hundreds of server requests for every user visit.  A site that attracts thousands of visits could soon come to a halt.</p>
<p>The same applies for using the .htaccess file to re-write your pages address&#8217;s for SEF urls.  Within the Joomla! Global configuration you can use SEF&#8217;s without using the apache mod re-write.</p>
<p><strong>Summary</strong></p>
<p>Hopefully some of these tips will help you speed up your Joomla! installation.  But obviously I&#8217;ve not covered everything so if you have any more tips please leave them in the comments below to help other Joomla! users that are feeling that need for speed.</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_61110" title="10 Top Tips for Optimising Joomla 1.5 for speed" url="http://www.neilsmithdesigns.co.uk/blog/2011/08/10-top-tips-for-optimising-joomla-1-5-for-speed/"></script>]]></content:encoded>
			<wfw:commentRss>http://www.neilsmithdesigns.co.uk/blog/2011/08/10-top-tips-for-optimising-joomla-1-5-for-speed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet World 2011 &#8211; time to reflect</title>
		<link>http://www.neilsmithdesigns.co.uk/blog/2011/05/internet-world-2011-time-to-reflect/</link>
		<comments>http://www.neilsmithdesigns.co.uk/blog/2011/05/internet-world-2011-time-to-reflect/#comments</comments>
		<pubDate>Sat, 28 May 2011 11:15:15 +0000</pubDate>
		<dc:creator>nessasmith</dc:creator>
				<category><![CDATA[Website Development]]></category>
		<category><![CDATA[future internet]]></category>
		<category><![CDATA[innovations]]></category>
		<category><![CDATA[internet of things]]></category>
		<category><![CDATA[Internet world 2011]]></category>
		<category><![CDATA[keynotes]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[quality content]]></category>
		<category><![CDATA[seminars]]></category>

		<guid isPermaLink="false">http://www.neilsmithdesigns.co.uk/blog/?p=436</guid>
		<description><![CDATA[My last blog was written on an iPad hooked up to my friends mifi on a train whilst  on my way to Internet World 2011 at Earls Court.  The blog described the anticipation of Internet World, the keynotes I looked forward to and the types of agencies I would allow access to my barcoded badge [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-444" title="iw_entrance" src="http://www.neilsmithdesigns.co.uk/blog/wp-content/uploads/2011/05/iw_entrance.jpg" alt="iw_entrance" width="240" height="161" />My last blog was written on an iPad hooked up to my friends mifi on a train whilst  on my way to Internet World 2011 at Earls Court.  The blog described the anticipation of Internet World, the keynotes I looked forward to and the types of agencies I would allow access to my barcoded badge so they could contact me afterwards.</p>
<p>So, did the show live up to my expectation?  Or was it a squid that had only just ventured out of the water?</p>
<p>On entry to the show it struck me that some of the more lavish stands of recent years had been scaled down in an obvious cost cutting excersise.  In fact, I would say the show as a whole had a feeling of being hit by cut backs.  This wasn&#8217;t suprising and lets face it, measurement and ROI is bread and butter to these exhibitors so they will be ensuring they spend wisely on their set-up.</p>
<p>The blend of exhibitors is more important than how the stands look and I certainly thought the mix was good.  There didn&#8217;t seem to be an overwhealming number of the same type of supplier and the organisers should be congratulated on the floor plan which grouped similar suppliers together.  This meant if you wanted a particular service, such as e-mail marketing tools, then you could compare and contrast easily within just a few steps.</p>
<p>Compared to two/three years ago there was a noticable shift from the majority of stands providing services to help you gain more traffic to your site, to now providing servces and tools to improve content engagement ensuring visitors stay on your site.  I think this mirrored the way the internet is now shaping.  It&#8217;s an old saying, but &#8220;Content is King&#8221;  and we&#8217;re seeing more and more that by having good quality unique engaging content on your website is the key to success.  Link farms, sites with shallow content and providers of random syndicated content stuffed with affiliate links is exactly what we want to move away from.  Google&#8217;s &#8220;Panda&#8221; update is certainly looking at these aspects to improve their ranking of sites.</p>
<p>One key aspect of the new Panda update is bounce rate so we need to engage visitors.  Not easy for a site that simply wants you to<img class="alignright size-full wp-image-445" title="iw_1" src="http://www.neilsmithdesigns.co.uk/blog/wp-content/uploads/2011/05/iw_1.jpg" alt="iw_1" width="240" height="161" /> click on an affiliate link.</p>
<p>I&#8217;m sure like many other visitors to the show, I was looking for inspiration and insight into the latest innovations the industry had to offer.  While I wasn&#8217;t exactly blown away, I was happy to see some neat kit for 3d model imaging and a growth in mobile commerce agencies which again reflects the advancements in this area.</p>
<p>All in all, I was pleased with the suppliers exhibiting.  I even offered up my badge several times for scanning.</p>
<p>Even though I have a premier club pass, the keynotes were as always difficult to get in to.  The Linked In presentation from Laurence Bret-Stern was on the Tuesday so I unfortunately missed what I&#8217;m sure was a really interesting presentation.</p>
<p>Many of the Keynotes such as Yann Depoys from ebay, James Kent from Google and Amanda Rosenberg also from the search giant <img class="alignleft size-full wp-image-446" title="iw_queue" src="http://www.neilsmithdesigns.co.uk/blog/wp-content/uploads/2011/05/iw_queue.jpg" alt="iw_queue" width="240" height="161" />were primarily focused on advertising.  How we can successfully market our websites, products and services online and in the mobile space is important.  However, by now we all know how to set-up campaigns, track their success and measure their ROI.  We know about the real-time tools that are available and the multi-varient testing that&#8217;s required.  What we really want to know is about the most successful case studies that have that secret ingredient we&#8217;re missing.  I&#8217;m not sure if I missed it, but I certainly didn&#8217;t see it revealed.</p>
<p>Yahoo&#8217;s Jon Myers looked at the future innovations of search.  Although I&#8217;m sure there wasn&#8217;t a visitor in the keynote that didn&#8217;t think this was a bit strange as Yahoo&#8217;s future in terms of search can be summed up in one word, &#8220;Bing&#8221;.  The social aspects pulled in to the presentation were expected and the indexing of quality content a given.  The real &#8220;innovations&#8221; of search were more down to how we would be searching rather than the way in which we search or how search is presented.  Mobile search is where the real &#8220;innovations&#8221; will happen.</p>
<p>I found several of the smaller keynotes were actually more interesting and less of a sales pitch for the platforms of the big boys.<br />
The smaller keynotes concentrated on the quality content angle and how we can offer that more unique expereince that will encourage repeat vists.  These keynotes were essential for any new internet start-up or newbie.</p>
<p>Overall Internet World 2011 provided access to some very impressive suppliers that showed how the industry is thriving with new developments that can help content providers make their online offering that bit more special.</p>
<p>When you see how fast this industry is moving compared to others, it&#8217;s no wonder online sales and useage is increasing so rapidly.  From 2000-2011 the global use of the internet has grown by 444%.   Internet World showed us why.</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_61110" title="Internet World 2011 - time to reflect" url="http://www.neilsmithdesigns.co.uk/blog/2011/05/internet-world-2011-time-to-reflect/"></script>]]></content:encoded>
			<wfw:commentRss>http://www.neilsmithdesigns.co.uk/blog/2011/05/internet-world-2011-time-to-reflect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet world 2011 The anticipation</title>
		<link>http://www.neilsmithdesigns.co.uk/blog/2011/05/internet-world-2011-the-anticipation/</link>
		<comments>http://www.neilsmithdesigns.co.uk/blog/2011/05/internet-world-2011-the-anticipation/#comments</comments>
		<pubDate>Wed, 11 May 2011 09:10:16 +0000</pubDate>
		<dc:creator>nessasmith</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[earls court]]></category>
		<category><![CDATA[Internet exhibition]]></category>
		<category><![CDATA[Internet world 2011]]></category>
		<category><![CDATA[iw_expo]]></category>
		<category><![CDATA[keynote speakers]]></category>
		<category><![CDATA[uk]]></category>

		<guid isPermaLink="false">http://www.neilsmithdesigns.co.uk/blog/2011/05/internet-world-2011-the-anticipation/</guid>
		<description><![CDATA[I&#8217;m currently sitting on the train from Leicester to London on my way to Internet world 2011 at earls court.  Fortunately a friend has a mifi connection to enable me to while away the time blogging rather than looking over the shoulder of the bloke next to me on his Samsung q330 laptop (ok [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently sitting on the train from Leicester to London on my way to Internet world 2011 at earls court.  Fortunately a friend has a mifi connection to enable me to while away the time blogging rather than looking over the shoulder of the bloke next to me on his Samsung q330 laptop (ok I did look over his shoulder to check out the model).</p>
<p>I thought I would fire up a quick post on the anticipation of the show and then follow this up over the weekend to see how the actual experience matched.  I missed out last year so I&#8217;m expecting things to have changed a tad in the time I&#8217;ve been away.  After all we do work in the fastest moving industry-type there is, don&#8217;t we?</p>
<p>The blurb says there&#8217;s &#8220;Over 300 solution providers and 12,000 visitors, combining five shows in one event, Internet World is the event for digital marketing and online business!&#8221;</p>
<p>All very well and good.  But as we all know, the fact that suppliers are paying a hefty fee to exhibit at the earls court venue, means we attend these shows armed with the knowledge we are about to be pitched to harder than if we were Peter Jones.</p>
<p>That said some very good contacts can be found.  This year I&#8217;m especially interested in mobile advertising having launched a new app for the company I work for.  I&#8217;m also interested in any search providers who can offer up something a little different in terms of trending, profiling and customisation of the end user experience.</p>
<p>The main reason to attend however, is the keynotes.  This year Internet world have certainly pulled in some big guns, so it&#8217;s worth having a look at a few.</p>
<p>Keynotes:</p>
<p>Brian Mc Bride, UK Managing Director of Amazon&#8217;s will be talking about their many successes!<br />
This will certainly be of interest.  I&#8217;m a loyal amazon customer and have always been impressed with their innovations over the years.  They always seem to approach web design and development from the customer angle and as a result have never over complicated things.  I&#8217;m also an amazon associate, so it will be interesting to see if anything on affiliate marketing is covered.</p>
<p>Semir Mahjoub, President of Ericsson Mobile Services at Ericsson is appearing, so I&#8217;m wondering if anything will be mentioned of the recent joint ventures with Microsoft.  Something of which I have blogged about in the past.</p>
<p>Rick Kelley , Director for Inside Sales EMEA at Facebook will be presenting.  He helps  oversee expanding advertising efforts with an emphasis on emerging brands.  While I would always look forward to hearing from anyone at Facebook, it&#8217;s just a question if will this be a sales pitch?<br />
If I see a live ad published with real-time stats being displayed on click-throughs, I&#8217;ll be tempted to walk out.  I saw that 2 years ago.</p>
<p>Two more possible sales pitches may come in the form of James Kent, Analytics Research Specialist at Google who measures the impact of display advertising and<br />
Amanda Rosenberg, Business Development Manager at Google who works specifically with mobile ads.  As mentioned I am interested in how mobile advertising is developing so I&#8217;m hoping this produces some useful insight and isn&#8217;t just a pitch for more business.</p>
<p>The one keynote that i am disappointed I wont be able to attend is that from Laurence Bret-Stern, Marketing Director EMEA at LinkedIn.  Laurence covered Social Media and the Talent Economy.  I&#8217;m a real advocate of LinkedIn and believe while many social platforms may come and go, LinkedIn will continue to grow.  I just hope the presentation will be made available.</p>
<p>Anyway, here&#8217;s hoping it will be a good show!</p>
<p><a href="http://www.neilsmithdesigns.co.uk/blog/wp-content/uploads/2011/05/20110511-101133.jpg"><img class="alignnone size-full" src="http://www.neilsmithdesigns.co.uk/blog/wp-content/uploads/2011/05/20110511-101133.jpg" alt="" /></a></p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_61110" title="Internet world 2011 The anticipation" url="http://www.neilsmithdesigns.co.uk/blog/2011/05/internet-world-2011-the-anticipation/"></script>]]></content:encoded>
			<wfw:commentRss>http://www.neilsmithdesigns.co.uk/blog/2011/05/internet-world-2011-the-anticipation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The most viewed blog post in the world</title>
		<link>http://www.neilsmithdesigns.co.uk/blog/2011/03/the-most-viewed-blog-post-in-the-world/</link>
		<comments>http://www.neilsmithdesigns.co.uk/blog/2011/03/the-most-viewed-blog-post-in-the-world/#comments</comments>
		<pubDate>Sat, 19 Mar 2011 18:43:21 +0000</pubDate>
		<dc:creator>nessasmith</dc:creator>
				<category><![CDATA[Website Development]]></category>
		<category><![CDATA[blog post]]></category>
		<category><![CDATA[console sales]]></category>
		<category><![CDATA[demographic]]></category>
		<category><![CDATA[global sales]]></category>
		<category><![CDATA[kinect]]></category>
		<category><![CDATA[microsoft kinect]]></category>
		<category><![CDATA[Most viewed]]></category>
		<category><![CDATA[nintendo wii]]></category>
		<category><![CDATA[world record]]></category>

		<guid isPermaLink="false">http://www.neilsmithdesigns.co.uk/blog/?p=381</guid>
		<description><![CDATA[There seems to be a common thread in the PR stories spun recently by the tech industry big boys.  Microsoft, Nintendo, Apple and virtually all manufacturers of 3D TVs have all come out saying how well their products are selling.  It&#8217;s strange considering the world economy is only just recovering (slowly) from the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-385" title="sheep_following" src="http://www.neilsmithdesigns.co.uk/blog/wp-content/uploads/2011/03/sheep_following.jpg" alt="sheep_following" width="183" height="275" />There seems to be a common thread in the PR stories spun recently by the tech industry big boys.  Microsoft, Nintendo, Apple and virtually all manufacturers of 3D TVs have all come out saying how well their products are selling.  It&#8217;s strange considering the world economy is only just recovering (slowly) from the crisis we have been experiencing.  Consumers still  don&#8217;t have that disposable income they once did, yet the stories on the wire from the brands behind the latest innovations tell a different story &#8211; their products are selling&#8230; big time.</p>
<p>The theory here is that of the sheep.  People follow.  If you tell people everyone is buying something &#8211; no one wants to get left behind so they go out an purchase.</p>
<p>Like this blog post!  The title suggests this is the most viewed blog post in the world, or at least it will point you to it.  That&#8217;s probably the reason your reading this now.  If it&#8217;s good enough for everyone else to read, it&#8217;s good enough for you as well.</p>
<p>Let&#8217;s have a look at a couple of these stories,</p>
<p>Microsoft has apparently sold more than 10 million Kinect systems for the Xbox 360 to retailers.  This was announced by Microsoft on Wednesday and with many of the Kinect units being sold in the first three months of it&#8217;s launch it has become the fastest selling consumer device ever.  Pretty impressive.<br />
If we disect this story however, we can see this is the number of units sold to <em>retailers</em> not customers.  So while the title fastest selling consumer device is true &#8211; it&#8217;s a tad misleading as in many cases it&#8217;s not in consumers hands.<img class="alignright size-full wp-image-386" title="kinect" src="http://www.neilsmithdesigns.co.uk/blog/wp-content/uploads/2011/03/kinect.jpg" alt="kinect" width="267" height="189" /><br />
Many people would say that they will be otherwise the retailers wouldn&#8217;t have stocked them?  But wouldn&#8217;t they?  Considering how it&#8217;s virtually common practice now-days for supply of devices such as the Kinect to be intentionally limited so consumers get the impression of a sought-after-hard-to-get device, making the &#8220;want&#8221; factor outweigh the &#8220;need&#8221;.<br />
It appears Microsoft&#8217;s approach in this case has been different.  They have allowed retailers access to the units, which they have obviously taken up and therefore been able to spin the story of the fastest selling consumer device in history.  The result &#8211; consumers saying &#8220;blimey this Kinect thing must be good&#8230; better get one!&#8221;.</p>
<p>The next story to hit the press with massive sales figures was from the the closest competitor to Kinect &#8211; the Wii.<br />
Nintendo this time &#8211; who were masters of limiting supply when they launched the Wii &#8211; came out with their PR wizardry stating sales of the Wii have passed 50 million.  This makes the Wii the fastest selling games console in history by beating the PS2.<br />
<img class="alignleft size-full wp-image-387" title="wii" src="http://www.neilsmithdesigns.co.uk/blog/wp-content/uploads/2011/03/wii.jpg" alt="wii" width="254" height="198" />The fact that the Wii has now been around for almost 5 years for it to reach this figure is obviously not mentioned.  Neither is the fact that it took the Nintendo Wii about two years to pass the 10 million sales mark recently touted by the Kinect.  But it&#8217;s interesting how Nintendo are coming out with this story at the same time as Microsoft&#8217;s Kinect release.  Although I would say, Microsoft owe a lot to the fact Nintendo opened up the console market to such a wider demographic.  This is the real reason so many of these devices are being sold.  Ask a serious gamer and they wouldn&#8217;t touch the Wii.  Although many people would think it immerses the gamer more through the fact they control the game-play through movement, in reality there&#8217;s only a couple of good games that really achieve this, one being wii sports which was released with the console.</p>
<p>While you cannot take away the success of the Wii and Kinect, you have to wonder if they really are the &#8220;game changers&#8221; people are making them out to be.  Or are we being spoon fed a very clever dose of Marketing.</p>
<p>The two inventions have certainly opened up the console market to a new demographic and I think that should be noted as the no.1 achievement of these inventions &#8211; not the fact they are selling so many million and this is the reason why they must be good!</p>
<p>Oh, and incase you landed on here thinking this was the most viewed blog post in the world &#8211; or it was going to point you to it, then I&#8217;m sorry.</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_61110" title="The most viewed blog post in the world" url="http://www.neilsmithdesigns.co.uk/blog/2011/03/the-most-viewed-blog-post-in-the-world/"></script>]]></content:encoded>
			<wfw:commentRss>http://www.neilsmithdesigns.co.uk/blog/2011/03/the-most-viewed-blog-post-in-the-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Knowing Me Alan Partridge Knowing You Fosters Aha!</title>
		<link>http://www.neilsmithdesigns.co.uk/blog/2010/11/knowing-me-alan-partridge-knowing-you-fosters-aha/</link>
		<comments>http://www.neilsmithdesigns.co.uk/blog/2010/11/knowing-me-alan-partridge-knowing-you-fosters-aha/#comments</comments>
		<pubDate>Tue, 09 Nov 2010 21:27:19 +0000</pubDate>
		<dc:creator>nessasmith</dc:creator>
				<category><![CDATA[Website Development]]></category>
		<category><![CDATA[Alan Partridge]]></category>
		<category><![CDATA[Fosters]]></category>
		<category><![CDATA[Fosters Funny]]></category>
		<category><![CDATA[Internet only series]]></category>
		<category><![CDATA[mid-morning matters]]></category>

		<guid isPermaLink="false">http://www.neilsmithdesigns.co.uk/blog/?p=321</guid>
		<description><![CDATA[My favorite comedian of all time, Alan Partridge, is back with a new series called Mid-Morning Matters.  This is obviously fantastic news for me as I thought the days of Coogan playing my favorite character were numbered.
It&#8217;s a small shame that the episodes are only 12-13 mins each, but I&#8217;m happy enough that I&#8217;m getting [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_330" class="wp-caption alignleft" style="width: 189px"><img class="size-full wp-image-330" title="im-alan-patridge-logo" src="http://www.neilsmithdesigns.co.uk/blog/wp-content/uploads/2010/11/im-alan-patridge-logo.jpg" alt="Alan" width="179" height="220" /><p class="wp-caption-text">Alan</p></div>
<p>My favorite comedian of all time, Alan Partridge, is back with a new series called Mid-Morning Matters.  This is obviously fantastic news for me as I thought the days of Coogan playing my favorite character were numbered.</p>
<p>It&#8217;s a small shame that the episodes are only 12-13 mins each, but I&#8217;m happy enough that I&#8217;m getting anything so I&#8217;m not going to moan.  What is interesting though is that this is an &#8220;Internet Only&#8221; show that is brought to us by Fosters.  Yep &#8211; Fosters, the famous Aussie Lager which us Brits apparently consume at a rate of 30 pints every second!</p>
<p>I see this as a master-stroke from Fosters, who have launched a new website called &#8220;<a href="http://www.fostersfunny.co.uk/">Fosters Funny</a>&#8221; here in the UK.  They have managed to persuade a much-loved character to make a come back as well as try something new and innovative.  Not only this, they have also given us a glimpse of how we will all be consuming media in the not-to-distant future.</p>
<p>The <a href="http://www.youtube.com/watch?v=ucrpgmJxx0E">video is hosted on YouTube</a> and the website is a very simple blog-style set-up, but it works perfectly for capturing the users attention as well as their details to ensure Fosters know exactly how successful this initiative has been.  The usual social sharing buttons are present, as well as a a community style &#8220;send us something funny&#8221; request which helps them feed the site.<br />
A few select &#8220;Tweets&#8221; from hand picked users are displayed and finally a few social style games are available.  Basically it is a very simple interactive social website that has just enough content while still being  easy for Fosters to maintain.</p>
<p>I know from experience that Alan Partridge has a massive following and promotes enough of a &#8220;cult&#8221; following to be searched for actively online.  My Alan Partridge soundboard attracts a good number of hits a month from people looking online for &#8220;<a href="http://www.neilsmithdesigns.co.uk/alanpartridge.html">Alan Partridge Quotes</a>&#8220;.</p>
<div id="attachment_322" class="wp-caption aligncenter" style="width: 590px"><img class="size-full wp-image-322" title="viz_alantrend" src="http://www.neilsmithdesigns.co.uk/blog/wp-content/uploads/2010/11/viz_alantrend.png" alt="viz_alantrend" width="580" height="260" /><p class="wp-caption-text">Google Search Trends for Alan Partridge</p></div>
<p>As we can see from the latest Google trends figures, the search term &#8220;Alan Partridge&#8221; is enjoying the highest traffic since his hey-day with &#8220;Knowing Me, Knowing You&#8221; and &#8220;I&#8217;m Alan Partridge&#8221; back in 2004/05.  The difference between now and then though was in 2004/05 it was a TV series influencing peoples online search, rather than solely an Internet &#8220;Buzz&#8221;.</p>
<p>Fosters have been advertising Alan&#8217;s comeback on Facebook, Yahoo and through Google Ads.  So combined with the social sharing aspect the website encourages I&#8217;m sure the message has been received by a huge audience of Alan fans.</p>
<p>There is no doubt that Fosters has increased its brand awareness though this campaign.  At time of blogging over 228,000 views, 2,270 &#8220;Likes&#8221; and 779 comments have been recorded on YouTube in the 4 days it has been online.  The video hosts a pre &amp; post roll sequence of an animated Fosters logo as well as maintains the Fosters logo in the top left corner throughout the episode.  As an episode lasts 12-13mins, this is a long time for almost 1/4million people to be engaged with the brand.</p>
<div id="attachment_325" class="wp-caption aligncenter" style="width: 590px"><img class="size-full wp-image-325" title="viz_fosters" src="http://www.neilsmithdesigns.co.uk/blog/wp-content/uploads/2010/11/viz_fosters.png" alt="Trend for the search term &quot;Fosters&quot; this year" width="580" height="260" /><p class="wp-caption-text">Trend for the search term &quot;Fosters&quot; this year</p></div>
<p>Again using Google Trends we can see the search term &#8220;Fosters&#8221; is also enjoying its highest peak this year, an indication the &#8220;Fosters&#8221; brand is at the forefront of peoples minds when online.</p>
<p>If brand awareness was the objective with this campaign, Fosters can surely sit back and think it&#8217;s a job well done &#8211; and that&#8217;s after episode 1 of Mid Morning Matters.<br />
If however, it was to sell more pints&#8230; Only time will tell.  I&#8217;m a Fosters drinker already, although I&#8217;m sure like the majority of lager drinkers I have little loyalty towards the brand.  If Fosters isn&#8217;t available I certainly wouldn&#8217;t leave the pub&#8230; I&#8217;d just ask for an alternative.  I can&#8217;t see that changing because Fosters have resurrected my favorite comedy character.</p>
<p>With that said, I still believe Fosters have come up with a winner in Fosters Funny.  As Fosters is my primary choice already I&#8217;m probably not their target audience with this campaign.  I may be guessing, but I think they will be trying to convert lager drinkers of competing brands or maybe lager drinkers that haven&#8217;t really made their mind up even when appoaching the bar.  With these consumers in mind, I&#8217;m sure consciously or subconsciously they will connect the large red F on the beer tap with what they have seen on the internet while watching Alan.  I&#8217;m also sure their next four words will be &#8220;Pint of Fosters please!&#8221;.</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_61110" title="Knowing Me Alan Partridge Knowing You Fosters Aha!" url="http://www.neilsmithdesigns.co.uk/blog/2010/11/knowing-me-alan-partridge-knowing-you-fosters-aha/"></script>]]></content:encoded>
			<wfw:commentRss>http://www.neilsmithdesigns.co.uk/blog/2010/11/knowing-me-alan-partridge-knowing-you-fosters-aha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I feel the need for some mod_pagespeed</title>
		<link>http://www.neilsmithdesigns.co.uk/blog/2010/11/i-feel-the-need-for-some-mod_pagespeed/</link>
		<comments>http://www.neilsmithdesigns.co.uk/blog/2010/11/i-feel-the-need-for-some-mod_pagespeed/#comments</comments>
		<pubDate>Sun, 07 Nov 2010 18:08:00 +0000</pubDate>
		<dc:creator>nessasmith</dc:creator>
				<category><![CDATA[Website Development]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[faster web pages]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[mod_pagespeed]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[webpage optimisation]]></category>

		<guid isPermaLink="false">http://www.neilsmithdesigns.co.uk/blog/?p=313</guid>
		<description><![CDATA[There&#8217;s a new slice of Google code written for Apache called mod_pagespeed which apparently trims the excess fat off your website and makes it a mean lean speedy beast.  But better than that it&#8217;s also a quick, easy process to make it happen.
A Google exec has said &#8220;&#8230;any webmasters can use mod_pagespeed to quickly [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-318" title="speedy_gonzales" src="http://www.neilsmithdesigns.co.uk/blog/wp-content/uploads/2010/11/speedy_gonzales.jpg" alt="speedy_gonzales" width="190" height="232" />There&#8217;s a new slice of Google code written for Apache called mod_pagespeed which apparently trims the excess fat off your website and makes it a mean lean speedy beast.  But better than that it&#8217;s also a quick, easy process to make it happen.</p>
<p>A Google exec has said &#8220;&#8230;any webmasters can use mod_pagespeed to quickly and automatically optimize their sites.  It can reduce page load times by up to 50% &#8211; in other words, essentially speeding up websites by roughly 2x.&#8221;</p>
<p>Considering how much emphasis Google have recently placed on webpage speed this new module will do your website no harm in terms of SEO.  I&#8217;m not quite sure how much I believe the Google optimiser when I run sites through the webmaster tools and it unveils my pages are faster than 60% of all other sites, meaning 40% are faster than my web page that loads in 1.5 seconds!  But there is no doubt that site speed is heavily weighted by Google in terms of website rankings.  Even more important for me though, is how there is no doubting users certainly lose patience quickly when it comes to loading web pages.  If this mod means just a few % use my site instead of leaving, then it&#8217;s a good thing.</p>
<p>So how does mod_pagespeed work?  It works by rewriting resources using filters. these filters optimise JavaScript, HTML and CSS, JPEG&#8217;s and PNG images to conform with best practices.  If you&#8217;ve already optimised these files the results will be less dramatic, but may still make a difference.</p>
<p>mod_pagespeed currently only supports Apache 2.2 and is available as a down-loadable binary for i386 and x86-64bit systems and as open-source code.<br />
After instilation it will still take some fine-tuning of the configuration to get the maximum benefit in terms of page performance, but once set up for your website your away.</p>
<p>For full instructions on how to use mod_pagespeed visit <a href="http://code.google.com/speed/page-speed/docs/using_mod.html">http://code.google.com/speed/page-speed/docs/using_mod.html</a></p>
<p>and to download the necessary binary&#8217;s or open-source code visit <a href="http://code.google.com/speed/page-speed/docs/module.html">http://code.google.com/speed/page-speed/docs/module.html</a></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="390" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.youtube.com/v/8moGR2qf994&amp;hl=en_US&amp;feature=player_embedded&amp;version=3" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="390" src="http://www.youtube.com/v/8moGR2qf994&amp;hl=en_US&amp;feature=player_embedded&amp;version=3" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_61110" title="I feel the need for some mod_pagespeed" url="http://www.neilsmithdesigns.co.uk/blog/2010/11/i-feel-the-need-for-some-mod_pagespeed/"></script>]]></content:encoded>
			<wfw:commentRss>http://www.neilsmithdesigns.co.uk/blog/2010/11/i-feel-the-need-for-some-mod_pagespeed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Buying a domain? How well will the domain travel?</title>
		<link>http://www.neilsmithdesigns.co.uk/blog/2010/11/buying-a-domain-how-well-will-the-domain-travel/</link>
		<comments>http://www.neilsmithdesigns.co.uk/blog/2010/11/buying-a-domain-how-well-will-the-domain-travel/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 22:10:12 +0000</pubDate>
		<dc:creator>nessasmith</dc:creator>
				<category><![CDATA[Website Development]]></category>
		<category><![CDATA[buying a domain]]></category>
		<category><![CDATA[buying domains]]></category>
		<category><![CDATA[domain trvel]]></category>
		<category><![CDATA[established brands]]></category>
		<category><![CDATA[localisation]]></category>
		<category><![CDATA[logo.com]]></category>
		<category><![CDATA[sub domains]]></category>
		<category><![CDATA[unique domains]]></category>

		<guid isPermaLink="false">http://www.neilsmithdesigns.co.uk/blog/?p=306</guid>
		<description><![CDATA[How a domain travels is often not considered.  Even many small start-ups have ambitions of &#8220;going global&#8221;, but how many would really consider this when purchasing their domain name?  Not many.
Recently Logo.com sold for half a million dollars, that&#8217;s a lot of money on a domain name.  However, the justification for $500,000 [...]]]></description>
			<content:encoded><![CDATA[<p>How a domain travels is often not considered.  Even many small start-ups have ambitions of &#8220;going global&#8221;, but how many would really consider this when purchasing their domain name?  Not many.</p>
<p>Recently Logo.com sold for half a million dollars, that&#8217;s a lot of money on a domain name.  However, the justification for $500,000 on logo.com was actually one of the best I&#8217;ve heard.  New owners of logo.com and E-commerce developers Adam Strong and Alan Townsend said&#8230;</p>
<blockquote><p>The word logo translates the same in English, German, French, Italian, Polish and other languages.</p></blockquote>
<p><img class="alignleft size-full wp-image-309" title="domain" src="http://www.neilsmithdesigns.co.uk/blog/wp-content/uploads/2010/11/domain.jpg" alt="domain" width="211" height="143" />As the services they are going to offer will include logo design, web design, business card and letterhead design and printing services,  the domain will be applicable globally and as &#8220;logo&#8221; translates into so many languages, as far as the url is concerned their search engine optimisation will be assured in all of the search engines various language portals.<br />
This is after all the number one consideration when purchasing a domain.</p>
<p>Of course if you have $500,000 to spend on a domain, you may also argue that a unique domain name could be purchased and you would have funds for marketing a new memorable name.  Like &#8220;moonpig&#8221; really has nothing to do with cards, but is a unique memorable name that once marketed correctly ensures web users will find it.</p>
<p>Many established brands with their domains already sorted, often use their .com as a portal and then sub-domains, or extended alternative domains to convey the region.  This often works well, but has still backfired in some cases&#8230; powergen<strong>england</strong>, powergen<strong>spain</strong>, powergen<strong>italia</strong>!</p>
<p>If you&#8217;re about to buy a domain and there is any chance it might go global.  Consider the options.</p>
<ul>
<li>Buy a domain that translates, at least partially into various languages.  Although as the case above proves &#8211; this may come at some cost.</li>
<li>Buy a domain that targets your largest audience, most probably your local audience first.  Then use sub-domains.</li>
<li>Think of a unique, memorable name that you can market to your audience.  But be careful.  Get your unique name translated into various languages first to make sure it doesn&#8217;t mean something innapropriate in a different language.</li>
</ul>
<p>Most will pick the second option due to the costs involved with the first and last.<br />
If this is the case then consider this last point.  You could still purchase an existing domain that has some history in search engines.  This will still come at a cost which varies depending on the domain (DiscountVouchers.com just sold for $160,000) but will give you an instant boost in terms of search engine optimisation that may otherwise take you a long time to build up.</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_61110" title="Buying a domain? How well will the domain travel?" url="http://www.neilsmithdesigns.co.uk/blog/2010/11/buying-a-domain-how-well-will-the-domain-travel/"></script>]]></content:encoded>
			<wfw:commentRss>http://www.neilsmithdesigns.co.uk/blog/2010/11/buying-a-domain-how-well-will-the-domain-travel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I get a Pinterest invite? Let&#8217;s see&#8230;</title>
		<link>http://www.neilsmithdesigns.co.uk/blog/2010/10/how-do-i-get-a-pinterest-invite-lets-see/</link>
		<comments>http://www.neilsmithdesigns.co.uk/blog/2010/10/how-do-i-get-a-pinterest-invite-lets-see/#comments</comments>
		<pubDate>Fri, 29 Oct 2010 20:41:32 +0000</pubDate>
		<dc:creator>nessasmith</dc:creator>
				<category><![CDATA[Website Development]]></category>
		<category><![CDATA[invite]]></category>
		<category><![CDATA[pin this]]></category>
		<category><![CDATA[pinboard]]></category>
		<category><![CDATA[pins]]></category>
		<category><![CDATA[pinterest]]></category>
		<category><![CDATA[pinterest invite]]></category>
		<category><![CDATA[social network]]></category>
		<category><![CDATA[stealth start-up]]></category>

		<guid isPermaLink="false">http://www.neilsmithdesigns.co.uk/blog/?p=297</guid>
		<description><![CDATA[I want a Pinterest invite.  Simple.  How do I get one?
I think the new social-flickr-type-site looks really interesting and want to get started on my pinboard asap.
Pinterest is a new social network in the making and is currently only available by invite only.  With just over 17,000 users at time of writing [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-303" title="pinterest" src="http://www.neilsmithdesigns.co.uk/blog/wp-content/uploads/2010/10/pinterest.jpg" alt="pinterest" width="208" height="88" />I want a <a href="http://www.pinterest.com">Pinterest</a> invite.  Simple.  How do I get one?<br />
I think the new social-flickr-type-site looks really interesting and want to get started on my pinboard asap.</p>
<p>Pinterest is a new social network in the making and is currently only available by invite only.  With just over 17,000 users at time of writing it is early days, but the fact it has already had almost 1 million pins placed on its users boards shows how engaging this concept is.</p>
<p>As I don&#8217;t have an account as yet, I&#8217;m hardly well placed to review the new &#8220;stealth start-up&#8221;.  But if it&#8217;s first impressions that count then I&#8217;m willing to bet on this beauty.  What most people will notice is it&#8217;s creative design and fantastic engaging concept, but what I think will make Pinterest a winning website is the possibilities that will open up when they have developed the inevitable APIs that will allow any website to incorporate &#8220;Pins&#8221;.</p>
<p>Just how Facebook traffic ballooned when they launched their &#8220;Like&#8221; button and Twitter&#8217;s audience grew massivly when &#8220;Tweet this!&#8221; appeared on virtually every blog, you can easily see how &#8220;Pin this&#8221; will work brilliantly for extracting small snippets of info from websites (pics, videos, quotes) and storing them on your pinboard.  As these interests are all search-able and can be discovered though the people you are following it will propagate the content for sure.<br />
If you get a snippet on a board and you can view the full content on the source through a link &#8211; it will be in the website owners best interests to include the new &#8220;Pin this&#8221; code.</p>
<p>There&#8217;s a lot going on at Pinterest and like I said, it&#8217;s early days.  From their blog <a href="http://blog.pinterest.com/">http://blog.pinterest.com/</a> it looks like the staff are having a cracking time developing the new social site, so good luck to them.</p>
<p>If you currently search on info surrounding Pinterest you will be overwhelmed with stories of the new myspace ripping off their design.  If this is the case or not, I don&#8217;t really care.  This PR story will not be the making of Pinterest.  The making of Pinterest will be the creativity of this new concept, the hard work of some talented developers and hopefully the invention of some usable APIs that us webmasters can integrate to help propagate good quality content online.</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_61110" title="How do I get a Pinterest invite? Let's see..." url="http://www.neilsmithdesigns.co.uk/blog/2010/10/how-do-i-get-a-pinterest-invite-lets-see/"></script>]]></content:encoded>
			<wfw:commentRss>http://www.neilsmithdesigns.co.uk/blog/2010/10/how-do-i-get-a-pinterest-invite-lets-see/feed/</wfw:commentRss>
		<slash:comments>50</slash:comments>
		</item>
		<item>
		<title>New myspace 2010 launches with a wimper</title>
		<link>http://www.neilsmithdesigns.co.uk/blog/2010/10/new-myspace-2010-launches-with-a-wimper/</link>
		<comments>http://www.neilsmithdesigns.co.uk/blog/2010/10/new-myspace-2010-launches-with-a-wimper/#comments</comments>
		<pubDate>Wed, 27 Oct 2010 18:23:01 +0000</pubDate>
		<dc:creator>nessasmith</dc:creator>
				<category><![CDATA[Website Development]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[launch]]></category>
		<category><![CDATA[MySpace]]></category>
		<category><![CDATA[new design]]></category>
		<category><![CDATA[new layout]]></category>
		<category><![CDATA[new logo]]></category>
		<category><![CDATA[new myspace]]></category>

		<guid isPermaLink="false">http://www.neilsmithdesigns.co.uk/blog/?p=293</guid>
		<description><![CDATA[So within the next 24 hrs we are going to be witnessing the dawn of a new era, the phoenix rising from the flames, the revenge of a scorned facebook victim!  Well, maybe nothing quite so dramatic.  But we will be exposed to the all new myspace.
With an all New logo (which i&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>So within the next 24 hrs we are going to be witnessing the dawn of a new era, the phoenix rising from the flames, the revenge of a scorned facebook victim!  Well, maybe nothing quite so dramatic.  But we will be exposed to the all new myspace.</p>
<p>With an all New logo (which i&#8217;ve already blogged about) and what is promised to be a new cleaner design to &#8220;showcase you and your interests&#8221;, the new myspace will apparently be more magazine-like for content and more tv-like for video.  This all sounds good to me as I felt the current design was a mishmash of widgets and content you were interested in was too hard to find.</p>
<p>I hope that myspace has found something of a middle ground between control of the design and flexibility of allowing customisation.  In comparison to the current mobile os&#8217;s, a sort of in-between an ios platform and android.  If they have they will be on to a winner.</p>
<p>Myspace will let you add friends and then make it as easy as possible to share your discoveries of music, games and tv shows.  This will be building a massive pool of data in the background which will be analysed to push you recommendations based on your interests.</p>
<p><a href="http://www.neilsmithdesigns.co.uk/blog/wp-content/uploads/2010/10/l_787_428_611E1A23-95C2-4FBC-821E-557C16365262.jpeg"><img src="http://www.neilsmithdesigns.co.uk/blog/wp-content/uploads/2010/10/l_787_428_611E1A23-95C2-4FBC-821E-557C16365262.jpeg" width="250px" alt="myspace stats" class="alignleft" /></a></p>
<p> The new myspace will also let you Sync all your social accounts for simple sharing across networks.  Myspace are obviously hoping you will use their website as your hub rather than leaving to talk about your interests.</p>
<p>To me this all sounds very impressive and a much needed step in the right direction for myspace. What has surprised me though is the marketing, or rather the lack of it, surrounding the launch.  A fair amount of coverage online was made of the logo change, but apart from that nothing much has been announced about the new myspace.  Certainly not when you compare the coverage a new feature like &#8220;Facebook Places&#8221; received.</p>
<p>This just goes to show how much ground myspace has lost over the last few years.  I only hope this new site can help it grow once again into the powerful online presence it once was.  This will only be a good thing for the Internet as too much emphasis is now put on facebook and google &#8211; we need some competition!  </p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_61110" title="New myspace 2010 launches with a wimper" url="http://www.neilsmithdesigns.co.uk/blog/2010/10/new-myspace-2010-launches-with-a-wimper/"></script>]]></content:encoded>
			<wfw:commentRss>http://www.neilsmithdesigns.co.uk/blog/2010/10/new-myspace-2010-launches-with-a-wimper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to choose a web designer/developer</title>
		<link>http://www.neilsmithdesigns.co.uk/blog/2010/10/how-to-choose-a-web-designerdeveloper/</link>
		<comments>http://www.neilsmithdesigns.co.uk/blog/2010/10/how-to-choose-a-web-designerdeveloper/#comments</comments>
		<pubDate>Tue, 19 Oct 2010 21:06:09 +0000</pubDate>
		<dc:creator>nessasmith</dc:creator>
				<category><![CDATA[Website Development]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[leicester web design]]></category>
		<category><![CDATA[local web design]]></category>
		<category><![CDATA[web agencies]]></category>
		<category><![CDATA[web designer]]></category>
		<category><![CDATA[web developer]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.neilsmithdesigns.co.uk/blog/?p=279</guid>
		<description><![CDATA[This could be the shortest blog post I&#8217;ve ever made.  It&#8217;s simple just visit www.neilsmithdesigns.co.uk your best choice for a local Leicester web designer! &#8230;  
Seriously though, how do you go about choosing a good trustworthy web designer that will suit your individual need.
It&#8217;s one very difficult decision and not one that you [...]]]></description>
			<content:encoded><![CDATA[<p>This could be the shortest blog post I&#8217;ve ever made.  It&#8217;s simple just visit www.neilsmithdesigns.co.uk your best choice for a local <a href="http://www.neilsmithdesigns.co.uk">Leicester web designer</a>! &#8230; <img src='http://www.neilsmithdesigns.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Seriously though, how do you go about choosing a good trustworthy web designer that will suit your individual need.<br />
It&#8217;s one very difficult decision and not one that you can take lightly.  This new investment you are about to make is your shop window for the world to gaze into.</p>
<p>Before you start researching who to use, first ask yourself <strong>why you want a website</strong>?  What is the objective?  This is the single most important factor that will make or break your website.  There are some fantastic web design agencies that can provide pretty much any solution you throw at them.  But some will have a particular flair for certain areas, so it&#8217;s best to pick one that&#8217;s a good match with your objective.</p>
<p>All web design agencies have to build up a portfolio of websites to be successful and just like an actor that plays a certain role very well, they can get typecast.  Therefore an agency that starts off building a website for a restaurant for example are more likely to be exposed to others in the same marketplace.  It makes sense.  If you&#8217;re a restaurant looking for a new website &#8211; you&#8217;ll look at other restaurant websites and the agencies that have built them.  Therefore when you visit the agencies website &#8211; <strong>look at their portfolio</strong> and see if they have developed anything in your field.  After all, there&#8217;s no substitute for experience.</p>
<p><img class="alignleft size-full wp-image-283" title="website" src="http://www.neilsmithdesigns.co.uk/blog/wp-content/uploads/2010/10/website.jpg" alt="website" width="286" />The next point to consider is <strong>the DIY approach</strong>.  Depending on the complexities of what you need, i.e. if you just want your company contact information online or you want to start up a blog.  With just a little bit of technical know-how and  time, there is no reason you couldn&#8217;t give it a go yourself.  <a href="http://www.blogger.com">Blogger</a> is fool-proof if you want the simplest solution for blogging and <a href="http://www.wordpress.org">wordpress</a> is a fantastic tool for setting up a simple website that looks good quickly.</p>
<p>If you don&#8217;t want to get your fingers dirty though, then ask any friends/colleagues that have had websites designed, do the research and see a few agencies before making the choice.</p>
<p><strong>Try picking an agency that&#8217;s local</strong>.  This way you can have meetings easily at the crucial stages of the project.  The initial meeting is vital &#8211; the agency should put you at ease and should instill confidence in you from the outset.  If they look like they are glazing over at your input, it&#8217;s probably best to avoid as they are probably missing the point.<br />
They should also ask you why you want a website, what you want to do with it and how you would like it to grow.</p>
<p><strong>Think about the long-term</strong>.  Some agencies will make it impossible for you to update the website yourself, therefore forcing you to use them again&#8230; for a cost.  Think about the parts of the website you need to be dynamic, maybe database driven.  This may cost a little more initially, but long term will pay you back.</p>
<p>Finally, make sure you<strong> keep records of all your details</strong>.  Login usernames, passwords, ftp access, hosting providers and domain registrations.  This way, if the agency ever goes under your website doesn&#8217;t go down with them.</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_61110" title="How to choose a web designer/developer" url="http://www.neilsmithdesigns.co.uk/blog/2010/10/how-to-choose-a-web-designerdeveloper/"></script>]]></content:encoded>
			<wfw:commentRss>http://www.neilsmithdesigns.co.uk/blog/2010/10/how-to-choose-a-web-designerdeveloper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

