<?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>Website Design North Yorkshire &#187; SiteArt Website Design</title>
	<atom:link href="http://www.siteart.co.uk/feed" rel="self" type="application/rss+xml" />
	<link>http://www.siteart.co.uk</link>
	<description>Professional yet affordable website design</description>
	<lastBuildDate>Sun, 08 Jan 2012 15:20:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>How to customise WP e-Commerce Breadcrumbs</title>
		<link>http://www.siteart.co.uk/how-to-customise-edit-wp-e-commerce-breadcrumbs</link>
		<comments>http://www.siteart.co.uk/how-to-customise-edit-wp-e-commerce-breadcrumbs#comments</comments>
		<pubDate>Wed, 02 Nov 2011 22:07:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design & Development]]></category>
		<category><![CDATA[website design]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp e-commerce]]></category>

		<guid isPermaLink="false">http://www.siteart.co.uk/?p=445</guid>
		<description><![CDATA[I&#8217;m posting this here as there doesn&#8217;t seem to be any documentation on how to do this. The WP e-Commerce plugin is a decent shopping cart plugin for WordPress, unfortunately it&#8217;s documentation is rather poor! The breadcrumbs (once enabled via the settings in the admin panel) display a breadcrumb trail on your product pages. by [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m posting this here as there doesn&#8217;t seem to be any documentation on how to do this. The WP e-Commerce plugin is a decent shopping cart plugin for WordPress, unfortunately it&#8217;s documentation is rather poor!</p>
<p>The breadcrumbs (once enabled via the settings in the admin panel) display a breadcrumb trail on your product pages. by default is looks something like this:</p>
<p><em>Store Name » Products Page » Category Name » Product Name</em></p>
<p>To edit the output you need to edit the function in the theme files. The function is:</p>
<pre>&lt;?php wpsc_output_breadcrumbs (); ?&gt;</pre>
<p>You can pass an array of arguments to the function. Your options are:</p>
<pre>'before-breadcrumbs' =&gt; '&lt;div class="wpsc-breadcrumbs"&gt;',
'after-breadcrumbs'  =&gt; '&lt;/div&gt;',
'before-crumb'       =&gt; '',
'after-crumb'        =&gt; '',
'crumb-separator'    =&gt; ' &amp;raquo; ',
'show_home_page'     =&gt; true,
'show_products_page' =&gt; true,
'echo'               =&gt; true</pre>
<p>Now simply pass your arguments to the function, for example:</p>
<pre>&lt;?php wpsc_output_breadcrumbs ( array (
 'crumb-separator'    =&gt; ' &amp;gt; ',
 'show_home_page'     =&gt; false,   
) ); ?&gt;</pre>
<p>The above would display breadcrumbs with &#8216;&gt;&#8217; as a separator and removes the homepage:</p>
<p><em>Products Page &gt; Category Name &gt; Product Name</em></p>
<p>I also think its best to put your breadcrumb function in a separate file e.g &#8216;wpsc-breadcrumbs.php&#8217; then include it in each instance:</p>
<pre>&lt;? include "wpsc-breadcrumbs.php"; ?&gt;</pre>
<p>This way you don&#8217;t need to edit it multiple times should you decide to change something in the future.</p>
<p>I hope this can be of help to someon<em>e!<br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.siteart.co.uk/how-to-customise-edit-wp-e-commerce-breadcrumbs/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Choosing website colours</title>
		<link>http://www.siteart.co.uk/choosing-website-colours</link>
		<comments>http://www.siteart.co.uk/choosing-website-colours#comments</comments>
		<pubDate>Tue, 15 Feb 2011 18:55:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Website Design]]></category>
		<category><![CDATA[website colours]]></category>
		<category><![CDATA[website design]]></category>

		<guid isPermaLink="false">http://siteart.co.uk/client-testing/siteart/?p=359</guid>
		<description><![CDATA[The colours of your Web site are important because they will define the mood and emotions of your visitors as well as reflect your identity and image branding. It&#8217;s no accident that a lot of fast food restaurants use vivid red &#38; orange colours.  Studies have shown that these colours tend to stimulate appetite, and [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-363" title="Choosing Website Colours" src="http://www.siteart.co.uk/wp-content/uploads/2011/03/website-colours.jpg" alt="Choosing Website Colours" />The colours of your Web site are important because they will define the mood and emotions of your visitors as well as reflect your identity and image branding.</p>
<p>It&#8217;s no accident that a lot of fast food restaurants use vivid red &amp; orange colours.  Studies have shown that these colours tend to stimulate appetite, and large corporations spend vast sums on colour research for marketing purposes.<span id="more-359"></span></p>
<h2>Choosing a Colour Scheme</h2>
<p>Where do you begin? Let’s look at different types of colour combinations.</p>
<h3><img class="alignright size-full wp-image-364" title="Monocromatic" src="http://www.siteart.co.uk/wp-content/uploads/2011/03/monocromatic.jpg" alt="Monocromatic" width="260" height="100" />Monochromatic</h3>
<p>Monochromatic colour schemes use variations of a single colour. Differing values of the chosen colour can be used to create the feel of different colours. Monochromatic colour schemes can feel harmonious and peaceful.</p>
<h3><img class="alignright size-full wp-image-370" title="Analogous" src="http://www.siteart.co.uk/wp-content/uploads/2011/03/analogous1.jpg" alt="Analogous" width="260" height="100" />Analogous</h3>
<p>Analogous colour combinations use colours that are related, but not the same, to create visually appealing schemes. A selection of blues and purples, or reds and oranges create an analogous colour scheme.</p>
<h3><img class="alignright size-full wp-image-366" title="Contrasting Colours" src="http://www.siteart.co.uk/wp-content/uploads/2011/03/contrasting-colours.jpg" alt="Contrasting Colours" width="260" height="100" />Contrasting colours</h3>
<p>Contrasting colours are complimentary and distinguishable. Colours that are opposites create contrasting colour schemes. For example&#8230; yellow and purple or red and green are contrasting colours. Contrasting colour schemes generally use a warm colour and a cool colour, such as orange &amp; blue.</p>
<h2>In summary&#8230;</h2>
<p>Colour choice is crucial. Sometimes the website will already have it colour scheme determined if the company already has one established, although generally it will need adapting for its web environment and many companies do not have any colour scheme in place, therefore the task is left to the designer.Thankfully, there are plenty of online resources from which to gleam inspiration and find that perfect colour scheme for your website.</p>
<h2>Resources:</h2>
<p>A multitude of resources related to colour picking, colour moods and more can be found by a quick Google. Here are a few of our favourites to get you started:</p>
<h3>Sample Colour Schemes:</h3>
<ul>
<li><a title="Colour Lovers" href="http://www.colourlovers.com" target="_blank">ColourLovers.com</a></li>
<li><a title="Kuler" href="http://kuler.adobe.com" target="_blank">Kuler from Adobe</a></li>
</ul>
<h3>Online tools to help you develop your own custom scheme:</h3>
<ul>
<li><a title="Color Scheme Designer" href="http://colorschemedesigner.com" target="_blank">ColorSchemeDesigner.com</a></li>
<li><a title="DigetDesigns.com" href="http://www.digitdesigns.com/colrPick/framePic.htm" target="_blank">DigitDesigns.com Color Picker<br />
</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.siteart.co.uk/choosing-website-colours/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to display browser specific widgets in WordPress</title>
		<link>http://www.siteart.co.uk/how-to-display-browser-specific-widgets-in-wordpress</link>
		<comments>http://www.siteart.co.uk/how-to-display-browser-specific-widgets-in-wordpress#comments</comments>
		<pubDate>Wed, 26 Jan 2011 23:14:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design & Development]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://siteart.co.uk/client-testing/siteart/?p=316</guid>
		<description><![CDATA[The huge array of plugins available for WordPress is one of it&#8217;s most appealing aspects. Unfortunately not all are cross-browser compatible especially with older versions of Internet Explorer. CSS can fix most visual problems however sometimes the javascript used by a plugin throws up an ugly error message, a common one in IE6 &#38; IE7 [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-322" title="Browsers" src="http://www.siteart.co.uk/wp-content/uploads/2011/01/browser-specific.jpg" alt="Browsers" width="270" height="172" />The huge array of plugins available for WordPress is one of it&#8217;s most appealing aspects. Unfortunately not all are cross-browser compatible especially with older versions of Internet Explorer.</p>
<p>CSS can fix most visual problems however sometimes the javascript used by a plugin throws up an ugly error message, a common one in IE6 &amp; IE7 versions is: &#8220;An error has occurred with a script on this page&#8221;. It prompts the user to choose whether to stop running all scripts or not.<span id="more-316"></span></p>
<h2>The scenario&#8230;</h2>
<p>You have just installed a brand spanking new plugin, everything looks great but then you decide to do some cross-browser compatibility checks. Lo and behold the older IE versions start spewing out error messages. Your options are:</p>
<ul>
<li>Ditch the plugin.</li>
<li>Try and debug the error&#8230; but the chances are it will take a while and fixing it may limit the functionality of the script.</li>
<li>Keep the plugin and curse the people still using IE6 or IE7 anyway.</li>
<li>Display a friendly alternative to your widget to the users of older browsers, yet still keep the entire functionality of the widget for everyone else.</li>
</ul>
<p>Thankfully by using a PHP browser detect plugin, it&#8217;s very easy to target specific browser versions in WordPress. I believe WordPress already has an inbuilt browser detect functionality, but unfortunately it only seems to be able to detect browser type and not version, e.g it can detect whether the browser is IE or Firefox, but not if its IE6 or IE8.</p>
<h2>The solution&#8230;</h2>
<p>Install the <a href="http://wordpress.org/extend/plugins/php-browser-detection/" target="_blank">PHP Browser Detection</a> plugin (Developed by <a href="http://martythornley.com/downloads/php-browser-detection/" target="_blank">Marty Thornley</a>). Open up your sidebar or other template file containing the widgetized area, and edit the call to grab the widget. You current markup might be:</p>
<pre>&lt;?php if (function_exists('dynamic_sidebar') &amp;&amp; dynamic_sidebar
('widgetarea1')) : else : ?&gt;
&lt;div class="pre-widget"&gt;
&lt;p&gt;&lt;strong&gt;Widgetized area 1&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This panel is active and ready for you to add some widgets via the
 WP Admin&lt;/p&gt;
&lt;/div&gt;
&lt;?php endif; ?&gt;</pre>
<p>This would display whatever widgets you place in your widget area 1 in the admin panel. To keep things simple for this process it would be advisable to only install one widget per area, so that each one can be specifically swapped out. Now to make a specifc browser version display a different widget you can use th following markup:</p>
<pre>&lt;?php if (is_lt_IE8()) : ?&gt;
&lt;?php if (function_exists('dynamic_sidebar') &amp;&amp; dynamic_sidebar
('widgetarea1')) : else : ?&gt;
&lt;div class="pre-widget"&gt;
&lt;p&gt;&lt;strong&gt;Widgetized area 1&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This panel is active and ready for you to add some widgets via the
WP Admin&lt;/p&gt;
&lt;/div&gt;
&lt;?php endif; ?&gt;
&lt;?php else : ?&gt;
&lt;?php if (function_exists('dynamic_sidebar') &amp;&amp; dynamic_sidebar
('widgetarea2')) : else : ?&gt;
&lt;div class="pre-widget"&gt;
&lt;p&gt;&lt;strong&gt;Widgetized area 2&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This panel is active and ready for you to add some widgets via the
 WP Admin&lt;/p&gt;
&lt;/div&gt;
&lt;?php endif; ?&gt;
&lt;?php endif; ?&gt;</pre>
<p>Using the code <code>&lt;?php if (is_lt_IE8()) : ?&gt;</code> all users of IE versions older than IE8 will see the widget displayed in the widget area 2, and all other browsers will see the widget you place in area1. You can choose a nice compatible version of the widget to display to the older browsers whilst retaining the full functionality for modern browsers. You don&#8217;t even need to replace it with another widget you could simply place some other content there.</p>
<p>Of course your not just limited to  targeting just browsers later than IE8, you can use <code>&lt;?php if ( is_IE6() ) { alternative content here }; ?&gt;</code> to target just IE6 for example, or you can even target mobile specific browsers e.g <code>&lt;?php if ( is_iphone($version) ) { </code><code>alternative content here</code><code> }; ?&gt;</code> will target iphones only. For a full list see the <a href="http://wordpress.org/extend/plugins/php-browser-detection/">plugin page</a>.</p>
<p>If you only have one widget area and need to add more for this simply add more dynamic sidebars to your functions.php file:</p>
<pre>register_sidebar(array(
'name' =&gt; 'widgetarea2',
'id'   =&gt; 'widgetarea2',
'description'   =&gt; 'This is the widgetized area2.',
'before_widget' =&gt; '&lt;div id="%1$s" class="widget %2$s"&gt;',
'after_widget'  =&gt; '&lt;/div&gt;',
'before_title'  =&gt; '&lt;h3&gt;',
'after_title'   =&gt; '&lt;/h3&gt;'
));</pre>
<p>Once done you can rest assured that all visitors to your website regardless of browser still receive a fulfilling experience free of glitches and error messages.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.siteart.co.uk/how-to-display-browser-specific-widgets-in-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Local Business Listings… How to rank highly</title>
		<link>http://www.siteart.co.uk/google-local-business-listings-how-to-rank-highly</link>
		<comments>http://www.siteart.co.uk/google-local-business-listings-how-to-rank-highly#comments</comments>
		<pubDate>Sat, 08 Jan 2011 21:27:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Search Engine Optimisation & Internet Marketing]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google local Business Listings]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://siteart.co.uk/client-testing/siteart/?p=1</guid>
		<description><![CDATA[What is a Google Local Business Listing? Google Business Listings is basically Google&#8217;s version of the yellow pages. These listings appear on the top left hand side of Google search results, typically when a user types a service followed by place or city name. The image below shows the search results for the search phrase [...]]]></description>
			<content:encoded><![CDATA[<h2><img class="alignright size-full wp-image-6" title="Google local business listings" src="http://www.siteart.co.uk/wp-content/uploads/2010/12/google.jpg" alt="" width="318" height="105" />What is a Google Local Business<br />
Listing?</h2>
<p>Google Business Listings is basically Google&#8217;s version of the yellow pages. These listings appear on the top left hand side of Google search results, typically when a user types a <strong>service followed by place or city name</strong>. The image below shows the search results for the search phrase <em>&#8220;dry cleaners york&#8221;</em>. The search results page lists Local Business results at the top of the page alongside a map with a link and telephone number beside up to ten listings. Below that the regular search results are displayed.<span id="more-1"></span></p>
<p><img class="size-full wp-image-182 aligncenter" title="Google Local Business Search Results" src="http://www.siteart.co.uk/wp-content/uploads/2010/12/google-local-business-search-result.jpg" alt="" width="597" height="414" /></p>
<h2>How to add your business to Google Local Business Listings</h2>
<p>It’s quick, easy and best of all completely free! to add your business to the Local Business index. Simply go to <a title="Google Places" href="http://www.google.co.uk/lbc" target="_blank">www.google.co.uk/lbc </a>login  with a Google Account if you already have one or alternatively sign up  for one. Then all you have to do is submit your business details and  your business will be added to the Google Local Business directory. With  careful optimisation of the listing you can help yourself to rank highly  in the local business results, gaining a valuable top spot on the search result pages.</p>
<h2>How to rank highly in Google Local Business Listings…</h2>
<p>It appears the rank of your local business listing is determined by  the value and obviously relevance of your business listing page. Google  gives the top spots to those feeding the search engine’s ever   increasing need for content. Top tips for ranking highly:</p>
<ol class="titled">
<li><span><em>Photos</em> Add as many photos as you can and a company logo.</span></li>
<li><span><em>Multiple Reviews</em> It’s important  that these be  from real customers. You can not have too many. Don’t fake them either,  it’s easy to see. It&#8217;s quite likely the number of quality review will be the most important factor in how you rank compared to local competitors. Reviews show Google your business is active and lots of reviews more than likely means your business is an authority within it&#8217;s field.</span></li>
<li><span><em>Use Keywords in Company Description</em> Keep your company description rich with your business related keywords.</span></li>
<li><span><em>Use Keywords in Company Name</em> Don’t be deceptive by changing your company name, but if your keywords are in the  extended  business name or LLC, make sure this is the name in which you  register.</span></li>
<li><span><em>Add a Coupon</em> Google allows printable coupons to  be added by your listing.</span></li>
<li><span><em>Create links to the listing</em> Add a link from  your homepage to the listing and encourage current customers or website  visitors to review your company.</span></li>
<li><span><em>Add Videos</em> If your company already has videos on  YouTube you can place them right there on the page.</span></li>
</ol>
<p>If you manage to incorporate all of the the above you should be able  to guarantee yourself a top ten place in the local business search  results dependant on the level of competition from competitors.</p>
<p>To try and stay one step ahead of your rivals it would be advisable to continually update and add to the listing frequently, and continue to ask clients if they wouldn&#8217;t mind writing a quick review of your services. It&#8217;s useful to note it also seems to fetch reviews from various &#8220;Review&#8221; websites such as <a href="http://www.tripadvisor.co.uk/" target="_blank">TripAdvisor</a>,<a href="http://www.tripadvisor.co.uk/" target="_blank"> Qype</a> and more, so encouraging customers to review on those also will surely help.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.siteart.co.uk/google-local-business-listings-how-to-rank-highly/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>What to consider when setting up an online shop</title>
		<link>http://www.siteart.co.uk/what-to-consider-when-setting-up-an-online-shop</link>
		<comments>http://www.siteart.co.uk/what-to-consider-when-setting-up-an-online-shop#comments</comments>
		<pubDate>Thu, 09 Dec 2010 13:31:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[E-Commerce & Online Shops]]></category>
		<category><![CDATA[E-commerce]]></category>
		<category><![CDATA[online shops]]></category>
		<category><![CDATA[selling online]]></category>

		<guid isPermaLink="false">http://siteart.co.uk/client-testing/siteart/?p=249</guid>
		<description><![CDATA[E-commerce plays an increasingly important role in the way in which products and services are purchased. E-commerce systems such as a website can be used to market and sell to customers, and to provide after-sales support. E-commerce can also be an important part of strengthening relationships and improving the efficiency of your dealings with suppliers [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-253" title="E-Commerce" src="http://www.siteart.co.uk/wp-content/uploads/2011/01/e-commerce.jpg" alt="" width="421" height="144" />E-commerce plays an increasingly important role in the way in which products and services are purchased.</p>
<p>E-commerce systems such as a website can be used to market and sell to customers, and to provide after-sales support. E-commerce can also be an important part of strengthening relationships and  improving the efficiency of your dealings with suppliers and other key  trading partners.<span id="more-249"></span></p>
<h2>Benefits of selling online</h2>
<p>Selling online has a number of advantages over selling by conventional methods, including:</p>
<ul>
<li>Relatively low set-up and operational costs. You don’t need to  pay shop assistants, rent high-street premises, or answer a lot of  pre-sales queries.</li>
<li>Quickly process orders &amp; reduce costs; Customer orders can automatically come straight into your order database, without the need for any manual data entry.</li>
<li>Reach a global audience.</li>
<li>Compete with larger businesses by being able to open 24 hours a day, seven days a week.</li>
<li>Receive payments quickly from online transactions.</li>
<li>Attract new customers who would not normally have been able to investigate your type of high-street outlet.</li>
<li>Enjoy the benefits of being able to easily view and compare shopping trends.</li>
<li>Use your online shop as a catalogue for existing customers.</li>
</ul>
<p>Online selling will work best for you if you have:</p>
<ul>
<li>Defined products or services that can be sold without human intervention in the sales process.</li>
<li>Fixed prices for all types of potential customers.</li>
<li>Products or services that can be delivered within a predictable time-frame.</li>
</ul>
<h2>Avoid online pitfalls</h2>
<p>Customers will be put off by:</p>
<ul>
<li>
<div>unprofessional designs</div>
</li>
<li>websites that appear unsecured or dishonest</li>
<li>
<div>out-of-date or incorrect information</div>
</li>
<li>
<div>difficult and confusing site navigation and purchasing processes</div>
</li>
<li>
<div>poor order fulfilment and late delivery</div>
</li>
<li>
<div>lack of customer support</div>
</li>
<li>
<div>lack of vital ordering information (payments accepted, returns, deliveries etc.)</div>
</li>
</ul>
<p>Remember – when selling through an online shop, you don’t normally have any personal contact with your customers, so you need to try harder to make sure they can find the information easily without your help. Clear product descriptions, prices and estimated delivery times will help them feel secure in purchasing from your website.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.siteart.co.uk/what-to-consider-when-setting-up-an-online-shop/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Effective tips for marketing your website</title>
		<link>http://www.siteart.co.uk/effective-tips-for-marketing-your-website</link>
		<comments>http://www.siteart.co.uk/effective-tips-for-marketing-your-website#comments</comments>
		<pubDate>Tue, 23 Nov 2010 13:01:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Search Engine Optimisation & Internet Marketing]]></category>
		<category><![CDATA[Internet Marketing]]></category>

		<guid isPermaLink="false">http://siteart.co.uk/client-testing/siteart/?p=240</guid>
		<description><![CDATA[You might have a fantastic website, but if customers don’t know about it, or where to find it, visitors and sales are likely to be very slow. To dramatically increase your chances of success it’s vital that you put some effort into marketing your business website, especially in an ever increasing competitive online market. Our [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-307" title="Marketing Your Website" src="http://www.siteart.co.uk/wp-content/uploads/2011/01/marketing.jpg" alt="Marketing Your Website" width="158" height="136" />You might have a fantastic website, but if customers don’t know about  it, or where to find it, visitors and sales are likely to be very slow.  To dramatically increase your chances of success it’s vital that you put  some effort into marketing your business website, especially in an ever increasing competitive online market.<span id="more-240"></span></p>
<h2>Our top tips are:</h2>
<ol class="titled">
<li><span><em>Create an online community or wealth of information: </em>Starting a forum or blog  on your website should encourage people to to repeat visit if they are  interested in the content. Once your website becomes established as a  valuable resource people will feel inclined to link to your site further  boosting search engine rankings.</span></li>
<li><span><em>Blog elsewhere:</em> Write blogs or articles on other  websites, therefore publishing your name and your business into the  wider public domain. It’s important to make sure that your articles are  original and resourceful otherwise they won’t be read.</span></li>
<li><span><em>SEO:</em> Even the smallest of businesses will make gains  though improving their search engine rankings. You do need to be  patient to see results, but by following good standard SEO practices you will make progress against competitors, and increase the quality and awareness of your brand identity.</span></li>
<li><span><em>Engage in Social &amp; business networking:</em> Add your business to the popular social networks such as <a href="http://www.facebook.com" target="_blank">facebook</a> and <a href="http://twitter.com" target="_blank">twitter</a>, create a link back to your website and encourage people to follow your online business. Maintain regular updates with useful or interesting information for your followers, and perhaps reward them with unique special offers from time to time. Business orientated social networks such as <a title="LinkedIn" href="http://www.linkedin.com" target="_blank">LinkedIn</a> and <a title="XING" href="http://www.xing.com" target="_blank">XING</a> are a useful way to interact globally with related professionals within your field.</span></li>
<li><span><em>Directories: </em>Relevant and reputable directories can  increase there likelihood of your business being found by potential  customers. These could be business directories, or interest and  subject-based directories. You should also try to boost traffic by  linking to other relevant sites.</span></li>
<li><span><em>Advertising:</em> Like any other form of business you  should expect to set aside a budget for advertising your website.  Resources such as Google Adwords can be very helpful. Yes, you have to  pay but the cost can be low and it could be the key to kick-starting a  profitable business. You are guaranteeing exposure and you can also  carefully measure how successful the campaigns are by using analytical  tools.</span></li>
<li><span><em>Good, old-fashioned marketing:</em> Websites don’t have  to be marketed online only. Business cards, leaflets, posters, van-side  promotion, headed notepaper and even word of mouth can also work  wonders. Genereally such mediums are not overly costly and can be quick to  distribute.</span></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.siteart.co.uk/effective-tips-for-marketing-your-website/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Try before you install with opensource CMS</title>
		<link>http://www.siteart.co.uk/try-before-you-install-with-opensource-cms</link>
		<comments>http://www.siteart.co.uk/try-before-you-install-with-opensource-cms#comments</comments>
		<pubDate>Tue, 12 Oct 2010 21:39:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Content Management Systems (CMS)]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Content Management Systems]]></category>

		<guid isPermaLink="false">http://siteart.co.uk/client-testing/siteart/?p=232</guid>
		<description><![CDATA[If you have ever searched Google regarding content management systems, chances are you have already stumbled across www.opensourceCMS.com. “Founded in 2002, opensourceCMS.com is the pre-eminent website concerning open source content management systems. The only website in the world that provides almost 200 demos of open source content management systems.” OpensourceCMS.com is a handy website that [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-233 alignright" title="OpenSource CMS" src="http://www.siteart.co.uk/wp-content/uploads/2011/01/open-source-cms.jpg" alt="" width="160" height="160" />If you have ever searched Google regarding content management systems, chances are you have already stumbled across www.opensourceCMS.com.</p>
<p><em>“Founded in 2002, opensourceCMS.com is the pre-eminent website concerning open source content management systems. The only website in the world that provides almost 200 demos of open source content management systems.”<span id="more-232"></span><br />
</em></p>
<p>OpensourceCMS.com is a handy website that lets you try over 300 CMS solutions before you decide whether you want to install it or not. Its a good chance to have a play, or just see if you like the features and  control panel of a new CMS you’ve been hearing about.</p>
<p>Take a look at <a href="http://www.opensourcecms.com/" target="_blank">www.opensourcecms.com</a><em><br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.siteart.co.uk/try-before-you-install-with-opensource-cms/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to write good website content for SEO</title>
		<link>http://www.siteart.co.uk/how-to-write-good-website-content-for-seo</link>
		<comments>http://www.siteart.co.uk/how-to-write-good-website-content-for-seo#comments</comments>
		<pubDate>Sun, 26 Sep 2010 21:27:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Search Engine Optimisation & Internet Marketing]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Website Content]]></category>

		<guid isPermaLink="false">http://siteart.co.uk/client-testing/siteart/?p=226</guid>
		<description><![CDATA[Content is king on the Web, and in order to attract more visitors to your site (and more importantly keep them), you’re website is going to need to be rich in quality, resourceful web content. Basically, that means you’re going to have to make your writing not only compelling, but searchable. The search engines thrive [...]]]></description>
			<content:encoded><![CDATA[<p><em><img class="alignright size-full wp-image-229" title="Writing Good Web Content" src="http://www.siteart.co.uk/wp-content/uploads/2011/01/writing-good-web-content.jpg" alt="" width="403" height="129" />Content</em> is king on the Web, and in  order to attract more visitors to your site (and more importantly keep  them), you’re website is going to need to be rich in quality,  resourceful web content. Basically, that means you’re going to have to  make your writing not only compelling, but searchable.<span id="more-226"></span></p>
<p>The search engines thrive on content. If they didn&#8217;t have good quality content to provide to their searchers they wouldn&#8217;t have any users, therefore they are highly targeted on providing the best possible results to the people searching. If your website contains poor irrelevant content then it is going to be of little value to the search engines and they will rank you poorly.</p>
<h2>Good Web Content – Keywords and Phrases</h2>
<p>The foundation blocks of you content is targeted keywords and  phrases. These should be researched carefully to match the potential  interests of your target audience, also taking into account competitors  keywords and phrases. Try to find a niche selection of keywords that have less competition but yet still get a reasonable amount of searches.</p>
<h2>Good Web Content – How  To Write It</h2>
<p>Writing for the Web is not that much different than writing for  anything else: you need to make your content interesting, you need to  give it a relevant purpose, and you need to give your readers a “call to action”,  whether that’s buying something, signing up for something or even just  enquiring.</p>
<p>Give the content links that point to other areas of interest on your  site. Links also help the bots index more of your site and compel better  search engine results. Make sure it contains evergreen content (info  that won’t become outdated), as well as fresh updated content.</p>
<p>Keep your writing style natural and don&#8217;t simply stuff keyword in if they don&#8217;t fit.</p>
<h2>In Summary</h2>
<p>Make sure your content is relevant, unique and resourceful. Make it a valuable point of interest to your target audience, and the search engines will invariably reward you with high search result placements.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.siteart.co.uk/how-to-write-good-website-content-for-seo/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 10 SEO tips</title>
		<link>http://www.siteart.co.uk/top-10-seo-tips</link>
		<comments>http://www.siteart.co.uk/top-10-seo-tips#comments</comments>
		<pubDate>Tue, 03 Aug 2010 20:48:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Search Engine Optimisation & Internet Marketing]]></category>
		<category><![CDATA[Search Engine Optimisation]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://siteart.co.uk/client-testing/siteart/?p=213</guid>
		<description><![CDATA[Getting your website to rank highly in the search engines isn't about quick tricks and hidden secrets. The search engines work by providing their users with the highest quality content relevant to the users search, therefore you simply need to make sure your website provides the content your target audience is looking for.]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-220" title="Top 10 SEO Tips" src="http://www.siteart.co.uk/wp-content/uploads/2011/01/top-10-seo-tips.jpg" alt="" width="337" height="115" />There are a huge number of SEO tips knocking about on the internet. Knowing which ones to focus your attention on can be a daunting prospect. Hopefully these ten useful tips will help you identify the most important areas.<span id="more-213"></span></p>
<ol class="titled">
<li><span><em>Identify Correct Keywords</em> Every Internet marketing campaign should start with  identifying the keywords that are searched for, and are relevant to what  your website offers. You should consider keywords that your prospective  clients would actually type into the major search engines.</span></li>
<li><span><em>Don&#8217;t Try To Trick Search Engines</em> There really  no quick tricks to getting and maintaining a high search engine position. The key technique is to develop a website rich in resources to your target  market, and feed the search engines ever increasing demand for quality content.Trying to fool the search engines will only get you penalised or even blacklisted.Don&#8217;t spam, don&#8217;t use hidden text, avoid link farms, and don&#8217;t cram  your keyword descriptions and META tags with keywords. The penalties  will far outweigh the short-lived advantages.&nbsp;
<p></span></li>
<li><span><em>Ensure navigation is structured &amp; meaningful</em> A high-quality link structure on your site will not only help visitors browse your content easily, it can also  ensure search engine spiders can find and index all  pages on your site.Not every visitor will start at your home page, but most will and it  is important to check that each page on your site is linked to the  others. This helps the search engine spiders to quickly index all the  content on your site. Use HTML text for navigation (not just pictures, or flash etc.), and use keyword rich relevant anchor text to help explain to the search engines what the linked page is about.&nbsp;
<p></span></li>
<li><span><em>Develop Inbound Links</em> Developing high quality, relevant links to your site  is vital to achieving prominent search engine rankings. They are used  by Search Engines to evaluate how valuable a website is and consequently  where the site should be ranked.Submitting your website to online directories can be a useful and relatively quick  method of increasing your inbound links.You should also seek  inbound links from other relevant and well regarded websites. Blog about your business, write articles, write comments and add your business to social networks to increase your inbound links.Use keyword rich anchor text for your links, vary the anchor text and keep it natural and meaningful to avoid looking like a spam bot. Try to be selective when choosing link  partners. Certain sites, known as &#8220;link farms&#8221;, can harm your ranking  and may even result in you being blacklisted by the major search  engines.&nbsp;
<p></span></li>
<li><span><em>Optimise Page Titles &amp; Header Tags</em> Use your selected keywords in your page titles and header tags. Use your keywords, avoid prepositions and  conjunctions where possible (the, and, for, with, etc.) and watch your  punctuation.Keep titles short and to the point to avoid watering down your relevance. It can sometimes be better to rank highly for one specific keyword or key-phrase, rather than be ranked in a mediocre position for many.Ensure each page has a unique title tag and H1 tag. This will assist your search  engine rankings and help users to find the relevant information they  were looking for.&nbsp;
<p></span></li>
<li><span><em>Fresh, Unique Content</em> Why do you have a website? Is it to provide information or entertainment? Is it to promote your business? Do you have an online shop? Whatever the function of your website, it is unlikely to be there  just to attract search engine bots.Websites that are designed for  people, offering easy navigation and fresh, unique content will attract  search engine spiders that will want to index the pages.Visiting a site  for timely information, only to find that it hasn&#8217;t been updated for  weeks can be frustrating.&nbsp;
<p></span></li>
<li><span><em>Meta Tags</em> There is much debate regarding the value of META tags. They are certainly not a very valuable method of SEO any more, but some search engines still regard META tags as important when ranking your site whilst others ignore them.The best advice is to still include META tags as part of your SEO strategy, but to understand that they are not the be-all-and-end-all, as some would have you believe.&nbsp;
<p></span></li>
<li><span><em>Optimise Every Page</em> Each page should be optimised for the content it contains. Search engines see the internet as a collection of web-pages not  websites.Optimising each page relevantly will allow potential visitors to find  the information they are looking for. Ensure you have links between  pages to ensure that you whole site is indexed. That way you will be in a  position to compete for more than one keyword in order to attract  people searching for your goods and services.&nbsp;
<p></span></li>
<li><span><em>Include A HTML Site Map for humans &amp; XML Sitemap for the Search Engines</em> A HTML site map can help your visitors and search engine bots to navigate pages on your website but should not be confused with an XML sitemap. An XML sitemap is primarily intended to manually inform the Search Engines of each webpage on your site (it is not really intended to be seen by humans).It will help your website pages get indexed quickly and  efficiently and is also a useful means of updating the search engines as soon as you add new content.&nbsp;
<p></span></li>
<li><span><em>Use clean standards compliant markup, and optimise your code</em> Validated standards compliant code will not only ensure your website displays correctly users, it will also mean your content is easier to read for the search engines. A good code to content ratio should always be maintained. Bloated code effectively dilutes your website content for the search engines.Separate your styling from the content, externalise javascript and put your most important keywords to the top of the page content.&nbsp;
<p></span></li>
</ol>
<h3>Summary:</h3>
<p>Getting your website to rank highly in the search engines isn&#8217;t about quick tricks and hidden secrets. The search engines work by providing their users with the highest quality content relevant to the users search, therefore you simply need to make sure your website provides the content your target audience is looking for.</p>
<p>If you can create a wealth of relevant information that your audience wants to find, you will be rewarded with high search engine placements.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.siteart.co.uk/top-10-seo-tips/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What is PPC (Pay Per Click) Advertising?</title>
		<link>http://www.siteart.co.uk/what-is-ppc-pay-per-click-advertising</link>
		<comments>http://www.siteart.co.uk/what-is-ppc-pay-per-click-advertising#comments</comments>
		<pubDate>Fri, 18 Jun 2010 20:25:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Search Engine Optimisation & Internet Marketing]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Pay Per Click]]></category>

		<guid isPermaLink="false">http://siteart.co.uk/client-testing/siteart/?p=15</guid>
		<description><![CDATA[Pay per click (PPC) is an Internet advertising model used on search engines, advertising networks, and content sites, such as blogs, in which the advertisers pay their ad-host only when their ad is actually clicked (your ad can be displayed but if no one clicks it then you don&#8217;t &#8216;get charged). With search engines, advertisers [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-17" title="Pay Per Click" src="http://www.siteart.co.uk/wp-content/uploads/2011/01/pay-per-click.jpg" alt="" width="358" height="120" /></p>
<p>Pay per click (PPC) is an Internet advertising model used on search  engines, advertising networks, and content sites, such as blogs, in  which the advertisers pay their ad-host only when their ad is actually clicked (your ad can be displayed but if no one clicks it then you don&#8217;t &#8216;get charged). With  search engines, advertisers will typically bid on keyword phrases relevant to  their target market and their ads will be displayed alongside searches or content pages relevant to the keywords.<span id="more-15"></span></p>
<p>Although there are many PPC providers, Google AdWords, Yahoo! Search  Marketing, and Microsoft adCenter are the three largest operators, and all three operate under a bid-based model. Cost per click  (CPC) varies depending on the search engine and the level of  competition for a particular keyword.</p>
<p>With PPC, you’re not paying for a promise, and you’re not paying to load an ad onto a page. You’re paying for an actual <em>result,</em> a <em>click, </em>and thus a targeted visitor to your website<em>.</em> With PPC, you don’t pay if nobody sees your ad, and you don’t even pay if someone <em>does</em> see it but doesn’t click. You pay only when someone clicks your ad (though it must be noted various plans exist where so many ad views will count as 1 click,<em> i.e 1000 ad views costs one click</em>).</p>
<h2>Here’s how PPC works:</h2>
<ol>
<li><span>You join a Pay-Per-Click program e.g Google AdWords, and top up your account with some money i.e £20</span></li>
<li><span>You create a small text ad</span></li>
<li><span>You then specify which keywords should be associated with your ad</span></li>
<li><span>You then specify how much you are willing to pay each time someone clicks on the ad.</span></li>
<li><span>Prospective clients will then go to search engines, and enter one of the keywords or keyword phrases specified.</span></li>
<li><span>The search engine finds the matching ads and places them on the results page.</span></li>
<li><span>If the searcher clicks the ad, they are taken to your web site, and you are charged for the click.</span></li>
</ol>
<p>The amount you pay per click can vary on how competitive the market  is for that keyword or phrase. Generally speaking as long as you are  confident that your website/service has the potential to sell itself to a user  once they have arrived then PPC marketing can be a very valuable traffic  source, offering excellent Return on Investment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.siteart.co.uk/what-is-ppc-pay-per-click-advertising/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

