<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web Dev Blog &#187; Tips &#8216;n&#8217; tricks</title>
	<atom:link href="http://www.webdevblog.co.uk/category/techstuff/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdevblog.co.uk</link>
	<description>Web Development Articles from York web designers Semlyen IT</description>
	<lastBuildDate>Wed, 21 Jul 2010 16:20:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Handy WordPress plugins</title>
		<link>http://www.webdevblog.co.uk/techstuff/techtips/handy-wordpress-plugins/</link>
		<comments>http://www.webdevblog.co.uk/techstuff/techtips/handy-wordpress-plugins/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 15:22:42 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.webdevblog.co.uk/?p=550</guid>
		<description><![CDATA[Anyone installing a WordPress blog should take note of these plugins. Some of them are essential, some of them are just handy. They have all been tested and found to be compatible with the new release WordPress 3.0. We will add or remove plugins as and when needed. Akismet http://wordpress.org/extend/plugins/akismet/ This one comes with WordPress [...]]]></description>
			<content:encoded><![CDATA[<p>Anyone installing a WordPress blog should take note of these plugins. Some of them are essential, some of them are just handy. They have all been tested and found to be compatible with the new release WordPress 3.0. We will add or remove plugins as and when needed.</p>
<p><strong>Akismet</strong><br />
<em><a href="http://wordpress.org/extend/plugins/akismet/" target="_blank">http://wordpress.org/extend/plugins/akismet/</a><br />
</em>This one comes with WordPress &#8216;out of the box&#8217;, but it is well worth activating as it is basically an anti spam tool. It simply requires that you enter an API key, available by registering on the WordPress site or the Akismet site. The API keys are reusable across domains so you need only do it once for all your blogs.</p>
<p><strong>All in one SEO pack</strong><br />
<em><a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/" target="_blank">http://wordpress.org/extend/plugins/all-in-one-seo-pack/</a><br />
</em>Pretty essential for any blog really, this adds meta description and meta keyword tags to your template (which seem to be missing from some themes) as well as canonical URLs. Title, Description and Keywords tags are automatically written, based on the plugin&#8217;s settings. All these can be overwritten individually for each post and there are a number of other useful settings, such as excluding pages and adding noindex for archives.</p>
<p><strong>Google Analytics for WordPress</strong><br />
<a href="http://wordpress.org/extend/plugins/google-analytics-for-wordpress/"><em>http://wordpress.org/extend/plugins/google-analytics-for-wordpress/</em></a><br />
You may choose just to add your Analytics code to the footer in your template, but using this plugin gives you more control over what data is tracked &#8211; for example you can exclude admin visits. It also supports AdSense tracking and Urchin.</p>
<p><strong>No 404 Errors</strong><br />
<a href="http://wordpress.org/extend/plugins/no-404-errors/" target="_blank"><em>http://wordpress.org/extend/plugins/no-404-errors/<br />
</em></a>There is a bug that affects some shared hosting, whereby rather than displaying 404 Errors, raw html is sent to the browser. This clever plugin changes 404 errors to 301 errors and redirects to a custom WordPress page.</p>
<p><strong>TinyMCE Advanced </strong><br />
<a href="http://wordpress.org/extend/plugins/tinymce-advanced/"><em>http://wordpress.org/extend/plugins/tinymce-advanced/</em></a><br />
This adds buttons to WordPress&#8217;s limited TinyMCE setup and also allows you to control what buttons are used with a drag-and-drop interface. It also has the option to import styles from the stylesheet and to stop WordPress&#8217;s annoying habit of stripping out &lt;p&gt; and &lt;br&gt; tags, making it easier for users to add spacing in a post.</p>
<p><strong>Breadcrumb Trail</strong><br />
<em><a href="http://wordpress.org/extend/plugins/breadcrumb-trail/" target="_blank">http://wordpress.org/extend/plugins/breadcrumb-trail/</a><br />
</em>Some designs require a &#8216;breadcrumb&#8217; navigation, showing you the route you took from the homepage to the current page. They can be very useful, since it&#8217;s easy to get lost when navigating a complex blog. WordPress doesn&#8217;t supply this feature out of the box, but this plugin gives you a breadcrumb trail function that you can add anywhere in your theme. It&#8217;s simple to customize via the plugins files.</p>
<p><em><strong>Add Lightbox</strong></em><br />
<em><a href="http://wordpress.org/extend/plugins/add-lightbox/" target="_blank">http://wordpress.org/extend/plugins/add-lightbox/</a><br />
</em>This automatically adds rel=&#8221;lightbox&#8221; to all images linked to in your posts and pages, grouped by post ID. You have to add the javascript files manually. The code can easily be modified in order to use your preferred image pop up script, for example, colorbox.</p>
<p><strong>WP-Syntax</strong><em><br />
</em><a href="http://wordpress.org/extend/plugins/wp-syntax/">http://wordpress.org/extend/plugins/wp-syntax/</a><br />
Great for posts of a technical nature, this allows you to highlight code by wrapping it in &#8216;pre&#8217; tags and specifying a language from the <a href="http://qbnz.com/highlighter/" target="_blank">GeSHi</a> library, for example, XML, PHP, CSS.</p>
<p><strong>NextGEN Gallery</strong><br />
<a href="http://wordpress.org/extend/plugins/nextgen-gallery/"><em>http://wordpress.org/extend/plugins/nextgen-gallery/</em></a><br />
WordPress already has a pretty useful gallery function, whereby each post or page can have a number of pictures associated and displayed in a simple Gallery layout. NextGEN gallery allows you to insert any Gallery, or a selection of Galleries (an Album) into any post or page. It also comes with a number of Javascript slide shows already set up (some of which require  you to install the javascript files manually) and the ability to add watermarks, arrange your pictures and albums, create RSS Feeds, add photos to the sidebar etc. For any blog where images are an essential part of their content, you should be using this. It is a little daunting when you first try to use it but you&#8217;ll soon get the hang of it.</p>
<p><strong>WP-Print<br />
</strong><a href="http://wordpress.org/extend/plugins/wp-print/"><em>http://wordpress.org/extend/plugins/wp-print/</em></a><br />
Adds a button to the bottom of every post and/or page that generates a printable version of your content. You can choose whether to display comments, images and links or not.</p>
<p><strong>Social Bookmarking</strong><br />
There are many social bookmarking plugins and it is an essential feature for blogs and indeed any website these days. There are the well known buttons such as <a href="http://wordpress.org/extend/plugins/addthis/">AddThis</a> and <a href="http://wordpress.org/extend/plugins/share-this/">ShareThis</a> that you will see all around the web, as well as the specific WordPress plugins. These add a clickable list of social networking icons to the bottom of each post. The ones we tend to use are <a href="http://wordpress.org/extend/plugins/social-bookmarks/">Social Bookmarks</a>, which you can see on this site, and <a href="http://wordpress.org/extend/plugins/sociable/">Sociable</a>, which I feel is the better choice as there are more sites to choose from and the icons are a little nicer, plus the user can manually disable it for individual posts. Another one which I rather like is <a href="http://wordpress.org/extend/plugins/sexybookmarks/">Sexy Bookmarks</a>, although this isn&#8217;t for all sites. At the end of the day there are many to choose from and its up to you to find one you like.</p>
<p><strong>A couple of handy tips</strong></p>
<p>That&#8217;s it for now although I will leave you with this: Although most of these plugins have settings to customize the look and functionality they can still be quite restricted. However remember that CSS can do some pretty clever things and in many cases the plugin&#8217;s code itself is quite straightforward, so it&#8217;s worth having a little play around to get things just as you like.</p>
<p>Finally, before you hand over your blog to the client you should take a look at SitePoint&#8217;s admin customization tips &#8211; <a href="http://www.sitepoint.com/blogs/2010/04/15/make-wordpress-easier-for-clients-branding/">part 1</a> and <a href="http://www.sitepoint.com/blogs/2010/04/29/how-to-hide-menus-in-wordpress/">part 2</a>. Another little tip is to log in as your client, go to the edit post window, open up the second row of editor buttons (top right button) and arrange the panels on this page so that the ones they are more likely to need are at the top. WordPress remembers how you had your edit page set up and this stops clients wondering where things are when they log in for the first time.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark this post:</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.webdevblog.co.uk%2Ftechstuff%2Ftechtips%2Fhandy-wordpress-plugins%2F&amp;title=Handy+WordPress+plugins" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.webdevblog.co.uk/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.webdevblog.co.uk%2Ftechstuff%2Ftechtips%2Fhandy-wordpress-plugins%2F&amp;title=Handy+WordPress+plugins" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.webdevblog.co.uk/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.webdevblog.co.uk%2Ftechstuff%2Ftechtips%2Fhandy-wordpress-plugins%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.webdevblog.co.uk/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.webdevblog.co.uk%2Ftechstuff%2Ftechtips%2Fhandy-wordpress-plugins%2F&amp;title=Handy+WordPress+plugins" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.webdevblog.co.uk/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Handy+WordPress+plugins+@+http%3A%2F%2Fwww.webdevblog.co.uk%2Ftechstuff%2Ftechtips%2Fhandy-wordpress-plugins%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.webdevblog.co.uk/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.webdevblog.co.uk%2Ftechstuff%2Ftechtips%2Fhandy-wordpress-plugins%2F&amp;t=Handy+WordPress+plugins" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.webdevblog.co.uk/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.webdevblog.co.uk/techstuff/techtips/handy-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When something goes wrong: how to report a bug</title>
		<link>http://www.webdevblog.co.uk/techstuff/techtips/when-something-goes-wrong-how-to-report-a-bug/</link>
		<comments>http://www.webdevblog.co.uk/techstuff/techtips/when-something-goes-wrong-how-to-report-a-bug/#comments</comments>
		<pubDate>Fri, 21 May 2010 16:11:28 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[bug reports]]></category>
		<category><![CDATA[help guide]]></category>

		<guid isPermaLink="false">http://www.webdevblog.co.uk/?p=539</guid>
		<description><![CDATA[How to report bugs, a brief guide. Help us to help you!]]></description>
			<content:encoded><![CDATA[<p>We don&#8217;t really do much tech support here, but we always try to be helpful to our clients when they&#8217;re experiencing problems.</p>
<p>Whatever the problem is, and whether it&#8217;s with hardware, software or a website, there are a few things you can do to help the techies of this world help you.</p>
<p>The golden rule, of course, is: don&#8217;t panic! And before you turn-it-off-and-on-again -</p>
<p><strong>1. Grab that error message!<br />
</strong>When something goes wrong, make a note of what it says. That error report may not mean anything to you but it will to someone. If it&#8217;s on a web page, chances are you&#8217;ll be able to copy-and-paste it into an email. A half-remembered error report can confuse the issue no end.</p>
<p><strong>2. What&#8217;s going on?</strong><br />
A clear, step-by-step description of what you were doing when you got the error helps enormously. If you got the error on a webpage, let us know exactly which one it was &#8211;  copy the contents of the address bar into an email. If you were uploading a file, send us the file. If it was something  on your computer, remember all the programs you had open at the time,  and tell us the last thing you did before the error showed up.</p>
<p><strong>3. Your machine</strong><br />
It&#8217;s vital to know what you&#8217;re using &#8211; which browser, which operating system. Is it Windows, Linux, or Mac? Are you using Internet Explorer, Firefox, Safari or Opera? The first thing a techie will try to do is replicate the error. Chances are it&#8217;s not something that happened when they tested it, so what&#8217;s the difference between your machine and theirs?</p>
<p>Here&#8217;s a great resource to get all this info quickly: <a href="http://www.supportdetails.com/">www.supportdetails.com</a> from Imulus, who earn serious brownie points for this site. It gives you all the details about your own system and lets you download them as a CSV or PDF, or just send it all in an email straight to your local techies.</p>
<p><strong>4. Even better: show us!<br />
</strong>The best you can do: as soon as anything goes wrong, grab that screen! On a Windows machine, pressing Print Screen (often labelled &#8220;PrtScn&#8221;) actually does just that &#8211; it grabs the current screen and puts it in the Windows clipboard. You can then paste it into an image file and save it using MS Paint (under &#8216;Accessories &#8216;) or &#8211; your favourite and mine &#8211; <a href="http://www.irfanview.com">IrfanView,</a> the free image viewer. In Mac OS X, I&#8217;m reliably informed, Command-Shift-3 will take a screenshot and save it as a file on your desktop.</p>
<p>Send this screenshot to your helpful techie friends and it&#8217;ll help them no end.</p>
<p>This has the added benefit of showing us what you&#8217;ve got open and what operating system you&#8217;re using. It&#8217;ll tell us &#8211; roughly &#8211; what version of what browser you&#8217;re using, and which operating system. They tell a thousand words, you know!</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark this post:</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.webdevblog.co.uk%2Ftechstuff%2Ftechtips%2Fwhen-something-goes-wrong-how-to-report-a-bug%2F&amp;title=When+something+goes+wrong%3A+how+to+report+a+bug" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.webdevblog.co.uk/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.webdevblog.co.uk%2Ftechstuff%2Ftechtips%2Fwhen-something-goes-wrong-how-to-report-a-bug%2F&amp;title=When+something+goes+wrong%3A+how+to+report+a+bug" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.webdevblog.co.uk/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.webdevblog.co.uk%2Ftechstuff%2Ftechtips%2Fwhen-something-goes-wrong-how-to-report-a-bug%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.webdevblog.co.uk/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.webdevblog.co.uk%2Ftechstuff%2Ftechtips%2Fwhen-something-goes-wrong-how-to-report-a-bug%2F&amp;title=When+something+goes+wrong%3A+how+to+report+a+bug" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.webdevblog.co.uk/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+When+something+goes+wrong%3A+how+to+report+a+bug+@+http%3A%2F%2Fwww.webdevblog.co.uk%2Ftechstuff%2Ftechtips%2Fwhen-something-goes-wrong-how-to-report-a-bug%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.webdevblog.co.uk/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.webdevblog.co.uk%2Ftechstuff%2Ftechtips%2Fwhen-something-goes-wrong-how-to-report-a-bug%2F&amp;t=When+something+goes+wrong%3A+how+to+report+a+bug" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.webdevblog.co.uk/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.webdevblog.co.uk/techstuff/techtips/when-something-goes-wrong-how-to-report-a-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Personalised Newsletters and Mailing List Management</title>
		<link>http://www.webdevblog.co.uk/techstuff/personalised-newsletters-and-mailing-list-management/</link>
		<comments>http://www.webdevblog.co.uk/techstuff/personalised-newsletters-and-mailing-list-management/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 17:52:44 +0000</pubDate>
		<dc:creator>Helen</dc:creator>
				<category><![CDATA[Tips 'n' tricks]]></category>
		<category><![CDATA[email campaign]]></category>
		<category><![CDATA[email newsletter]]></category>
		<category><![CDATA[online marketing]]></category>

		<guid isPermaLink="false">http://www.webdevblog.co.uk/?p=389</guid>
		<description><![CDATA[For any business, staying in touch with potential and existing customers regularly is very important, and the most cost-effective way to do this is via email. However, it&#8217;s important to have an efficient system through which to sent the emails. Email marketing campaigns, if just done manually, can be extremely time-consuming. Managing a list of [...]]]></description>
			<content:encoded><![CDATA[<p>For any business, staying in touch with potential and existing customers regularly is very important, and the most cost-effective way to do this is via email. </p>
<p>However, it&#8217;s important to have an efficient system through which to sent the emails. Email marketing campaigns, if just done manually, can be extremely time-consuming. Managing a list of email addresses, deleting those who choose to unsubscribe and those addresses which are no longer functional, on top of creating the newsletter itself, can all add up to hours, or even days. </p>
<p>Many small business start their mailing lists in this way, but as their lists grow they find them increasingly difficult to manage. Many people imagine that upgrading to an automated system that produces professional emails &#8211; perhaps even personalised to match their website &#8211; might be complicated, expensive, or both. However, this is not the case!</p>
<p>We work with a email marketing system called <a href="http://www.campaignmonitor.com/" target="_blank">Campaign Monitor</a>, which is cost effective and extremely flexible, even for relatively small mailing lists. We can design email newsletters to match your site, which you can either take as a template for creating your own newsletters, or just leave it all to us. </p>
<p>As well as boosting your image with a professionally designed email newsletter, Campaign Monitor takes all the fuss out of managing an email list. Every email sent through the system includes a small &#8216;unsubscribe&#8217; link at the bottom of the page, so if anyone no longer wants to hear from you, all it takes is one click. If an email address bounces, Campaign Monitor can remove it from the list automatically. You can add an automatic subscription form to your website for people to join the list. In short, Campaign Monitor will manage your subscribers for you &#8211; there&#8217;s no more time-consuming address book management.</p>
<p>What&#8217;s more, once your email is sent, you have access to statistics such as who opens the email, who clicks on the links to your website &#8211; information which is difficult trace when emails are sent manually.</p>
<p>On top of this, there are dozens of other features: newsletter designs can be tested to ensure that they will display properly in all the major email clients, and you can make separate lists for customers who may have slightly different interests within your service. If you wish, you can even track whether recipients of the email have forwarded it on to a friend.</p>
<p>Here are some examples of Campaign Monitor newsletters we have designed and sent for clients in the past:</p>
<p><a href="http://www.appliedwebanalytics.com"><img src="http://www.webdevblog.co.uk/wp-content/uploads/2010/01/awa-screenshot.jpg" alt="Web Analytics Consultants" title="Web Analytics Consultants" width="500"  class="aligncenter size-full wp-image-401" /></a></p>
<p><a href="http://www.webdevblog.co.uk/wp-content/uploads/2010/01/get-cycling-newsletter.jpg" rel="lightbox[389]"><img src="http://www.webdevblog.co.uk/wp-content/uploads/2010/01/get-cycling-newsletter.jpg" alt="Get Cycling" title="get-cycling-newsletter" width="500" class="aligncenter size-full wp-image-402" /></a></p>
<p><a href="http://www.webdevblog.co.uk/wp-content/uploads/2010/01/rfwp-newsletter.jpg" rel="lightbox[389]"><img src="http://www.webdevblog.co.uk/wp-content/uploads/2010/01/rfwp-newsletter.jpg" alt="Royal Fireworks Press" title="rfwp-newsletter" width="500" class="aligncenter size-full wp-image-403" /></a></p>
<p><a href="http://www.webdevblog.co.uk/wp-content/uploads/2010/01/tmsdi-newlsetter.jpg" rel="lightbox[389]"><img src="http://www.webdevblog.co.uk/wp-content/uploads/2010/01/tmsdi-newlsetter.jpg" alt="TMSDI" title="tmsdi-newlsetter" width=500" class="aligncenter size-full wp-image-404" /></a></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark this post:</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.webdevblog.co.uk%2Ftechstuff%2Fpersonalised-newsletters-and-mailing-list-management%2F&amp;title=Personalised+Newsletters+and+Mailing+List+Management" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.webdevblog.co.uk/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.webdevblog.co.uk%2Ftechstuff%2Fpersonalised-newsletters-and-mailing-list-management%2F&amp;title=Personalised+Newsletters+and+Mailing+List+Management" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.webdevblog.co.uk/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.webdevblog.co.uk%2Ftechstuff%2Fpersonalised-newsletters-and-mailing-list-management%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.webdevblog.co.uk/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.webdevblog.co.uk%2Ftechstuff%2Fpersonalised-newsletters-and-mailing-list-management%2F&amp;title=Personalised+Newsletters+and+Mailing+List+Management" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.webdevblog.co.uk/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Personalised+Newsletters+and+Mailing+List+Management+@+http%3A%2F%2Fwww.webdevblog.co.uk%2Ftechstuff%2Fpersonalised-newsletters-and-mailing-list-management%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.webdevblog.co.uk/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.webdevblog.co.uk%2Ftechstuff%2Fpersonalised-newsletters-and-mailing-list-management%2F&amp;t=Personalised+Newsletters+and+Mailing+List+Management" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.webdevblog.co.uk/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.webdevblog.co.uk/techstuff/personalised-newsletters-and-mailing-list-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress customization</title>
		<link>http://www.webdevblog.co.uk/techstuff/techtips/wordpress-customization/</link>
		<comments>http://www.webdevblog.co.uk/techstuff/techtips/wordpress-customization/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 15:35:32 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[social bookmarking]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.webdevblog.co.uk/?p=338</guid>
		<description><![CDATA[WordPress is a powerful, yet simple, blog management system which runs online. Installation and customization is simple, it can be skinned to look like almost anything and if you don&#8217;t have a design in mind there are hundreds of themes available. The license allows us to modify the templates as much as we like and [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress is a powerful, yet simple, blog management system which runs online. Installation and customization is simple, it can be skinned to look like almost anything and if you don&#8217;t have a design in mind there are hundreds of themes available. The license allows us to modify the templates as much as we like and does not even require we credit WordPress&#8230; oh and its completely free!</p>
<p>This allows us to use WordPress almost like a Content Management System with any custom arrangement of pages, categories, sub-categories and even our own custom static pages. In some cases we have stripped out what we don&#8217;t need and used it as a simple and effective feedback or latest news system.</p>
<p>But WordPress is just as useful &#8216;out of the box&#8217; it contains everything you need to set up and manage a successful blog and can be a great asset to your website, giving it an up-to-date feeling, while increasing repeat visits and improving SEO. There are thousands of plug-ins available for WordPress which do a range of things from running automatic backups and basic security, to automatically updating your Twitter account and turning your blog into a photo gallery.</p>
<p><span id="more-338"></span></p>
<p>Some examples:</p>
<p><a href="http://www.webdevblog.co.uk/wp-content/uploads/2009/12/hijacked-big.jpg" rel="lightbox[338]"><img class="alignnone size-full wp-image-351" title="Hijacked wordpress blog with Flickr plug-in" src="http://www.webdevblog.co.uk/wp-content/uploads/2009/12/hijacked-sm.jpg" alt="Hijacked wordpress blog with Flickr plug-in" width="500" height="745" /></a></p>
<p><a href="http://www.hijackedyork.com" target="_blank">Breaks night in York</a><br />
Blog to promote a monthly DJ night, a simple yet funky design complete with Soundcloud snippets, Flickr Gallery Feeds and Twitter Syndication.</p>
<p>&nbsp;</p>
<p><a href="http://www.webdevblog.co.uk/wp-content/uploads/2009/12/nifty-big.jpg" rel="lightbox[338]"><img class="alignnone size-full wp-image-354" title="The Nifty Thrifters" src="http://www.webdevblog.co.uk/wp-content/uploads/2009/12/nifty-sm.jpg" alt="The Nifty Thrifters" width="500" height="439" /></a></p>
<p><a href="http://www.niftythrifters.co.uk" target="_blank">Thrifty Living website</a><br />
Highly customized blog with different templates for each category, although no plug-ins have been used a large amount of custom coding was required, the blog sits alongside static pages including an online book shop.</p>
<p>&nbsp;</p>
<p><a href="http://www.webdevblog.co.uk/wp-content/uploads/2009/12/tuina-1-big.jpg" rel="lightbox[338]"><img class="alignnone size-full wp-image-355" title="Tuina UK - embedded comments" src="http://www.webdevblog.co.uk/wp-content/uploads/2009/12/tuina-1-sm.jpg" alt="Tuina UK - embedded comments" width="500" height="433" /></a></p>
<p><a href="http://www.webdevblog.co.uk/wp-content/uploads/2009/12/tuina-2-big.jpg" rel="lightbox[338]"><img class="alignnone size-full wp-image-357" title="Tuina UK - Next Gen Gallery plug-in" src="http://www.webdevblog.co.uk/wp-content/uploads/2009/12/tuina-2-sm.jpg" alt="Tuina UK - Next Gen Gallery plug-in" width="500" height="429" /></a></p>
<p><a href="http://www.tuinauk.com" target="_blank">Tui Na UK</a><br />
A simple, cheap feedback system was required that would let users post feedback on particular pages, WordPress was chosen to do the job and integrated on a number of pages, all other &#8216;blog like&#8217; features have been taken out of the front end so all we see is the feedback form and the comments. A gallery was then required, so we installed a gallery plug-in and again, stripped out all but the standard blog stuff.</p>
<p>&nbsp;</p>
<p><a href="http://www.webdevblog.co.uk/wp-content/uploads/2009/12/facts-big.jpg" rel="lightbox[338]"><img class="alignnone size-full wp-image-360" title="Facts and Figures - The blog of Applied Web Analytics" src="http://www.webdevblog.co.uk/wp-content/uploads/2009/12/facts-sm.jpg" alt="Facts and Figures - The blog of Applied Web Analytics" width="500" height="491" /></a></p>
<p><a href="http://www.appliedwebanalytics.com/blog/" target="_blank">Web Analytics Consultancy</a><br />
Features: Twitter Syndication, RSS feeds by Feedburner, email subscription to feeds and comments, social bookmark links, print this post, all in one SEO and vipers video quick-tags.</p>
<p>&nbsp;</p>
<p><strong>This one!<br />
</strong>You may have noticed you are reading a WordPress blog, this one is fairly &#8216;out of the box&#8217; but uses the following plug ins: all in one SEO pack, Add lightbox, Google Analytics for WordPress, Lightbox 2, Limit login attempts, WP-Syntax and WPBook<strong>.</strong></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark this post:</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.webdevblog.co.uk%2Ftechstuff%2Ftechtips%2Fwordpress-customization%2F&amp;title=WordPress+customization" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.webdevblog.co.uk/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.webdevblog.co.uk%2Ftechstuff%2Ftechtips%2Fwordpress-customization%2F&amp;title=WordPress+customization" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.webdevblog.co.uk/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.webdevblog.co.uk%2Ftechstuff%2Ftechtips%2Fwordpress-customization%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.webdevblog.co.uk/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.webdevblog.co.uk%2Ftechstuff%2Ftechtips%2Fwordpress-customization%2F&amp;title=WordPress+customization" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.webdevblog.co.uk/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+WordPress+customization+@+http%3A%2F%2Fwww.webdevblog.co.uk%2Ftechstuff%2Ftechtips%2Fwordpress-customization%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.webdevblog.co.uk/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.webdevblog.co.uk%2Ftechstuff%2Ftechtips%2Fwordpress-customization%2F&amp;t=WordPress+customization" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.webdevblog.co.uk/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.webdevblog.co.uk/techstuff/techtips/wordpress-customization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cloudfree IT</title>
		<link>http://www.webdevblog.co.uk/techstuff/cloudfree-it/</link>
		<comments>http://www.webdevblog.co.uk/techstuff/cloudfree-it/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 15:14:19 +0000</pubDate>
		<dc:creator>Helen</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Tips 'n' tricks]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google indexing]]></category>
		<category><![CDATA[Google stop words]]></category>
		<category><![CDATA[Javascript navigation]]></category>
		<category><![CDATA[sitemap]]></category>

		<guid isPermaLink="false">http://www.webdevblog.co.uk/?p=243</guid>
		<description><![CDATA[Recently we&#8217;ve had quite a surge in the number of clients who have come to us for SEO services.  One of the sites that underwent some SEO treatment in October was that belonging to Cloudfree IT, who are a team of IT consultants in Keighley, Shipley and Bingley in West Yorkshire. This site was an [...]]]></description>
			<content:encoded><![CDATA[<p>Recently we&#8217;ve had quite a surge in the number of clients who have come to us for SEO services.  One of the sites that underwent some SEO treatment in October was that belonging to Cloudfree IT, who are a team of <a href="http://www.cloudfreeit.com/">IT consultants in Keighley, Shipley and Bingley</a> in West Yorkshire.</p>
<p>This site was an interesting one to work on, as much of its existing navigation relies on Javascript. If a page is only linked to the rest of the site via a Javascript link, Google is unable to find it, and the page is not indexed. This meant that there were quite a few pages on the site which, even if they received heavy onsite SEO, would never appear in any Google search because Google simply couldn&#8217;t see them. Ideally we would recode the site, which is still a possibility for the future but since the budget to do this was not immediately available and SEO was seen as more of a priority, we needed a work-around.</p>
<p>Our solution was simple: we created a site map, and made sure that every page was linked from that via a static text link. Within a few weeks Google had not only indexed the pages for the first time, but they were also beginning to climb to higher positions for various searches such as &#8216;<a href="http://www.cloudfreeit.com/IT_Health_Check.html">IT support in Shipley</a>&#8216;, &#8216;<a href="http://www.cloudfreeit.com/cloudfreeit_at_home.html">computer repairs in Bingley</a>&#8216; and &#8216;<a href="http://www.cloudfreeit.com/why.html">Keighley computer services</a>&#8216;.</p>
<p>Another interesting point that arose when optimising this site was the fact that when a Google search is performed which contains &#8216;IT&#8217;, Google will often ignore this, as it sees it as the word &#8216;it&#8217; which is disregarded by the search engine due to being a very commonly used word. Google does have an option at the bottom of pages of such results inviting the user to view results which do contain the word &#8216;it&#8217;, but this is hard to spot, especially when quickly flicking through different sites, and I imagine many users will miss it.</p>
<p>This means that it takes considerably more effort to obtain a high position for searches containing &#8216;IT&#8217;. When optimising a site for &#8216;<a href="http://www.cloudfreeit.com/">Keighley IT consultants</a>&#8216;, if Google is only paying attention to the words &#8216;Keighley&#8217; and &#8216;consultants&#8217;, many other consultants within various other professions in Keighley are unwittingly competitors for the Google top position. Despite this, after our SEO treatment Cloudfree IT has gained a number 1 position in Google for &#8216;<a href="http://www.cloudfreeit.com/">IT consultants in Keighley</a>&#8216; without having to click the &#8216;display results that contain the word &#8220;it&#8221;&#8216; button. It&#8217;s interesting to note, however, that position number 2 is currently occupied by a firm of recruitment consultants, position 3 by business consultants, and 4 by transport consultants &#8211; none of whom offer any IT services at all!</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark this post:</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.webdevblog.co.uk%2Ftechstuff%2Fcloudfree-it%2F&amp;title=Cloudfree+IT" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.webdevblog.co.uk/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.webdevblog.co.uk%2Ftechstuff%2Fcloudfree-it%2F&amp;title=Cloudfree+IT" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.webdevblog.co.uk/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.webdevblog.co.uk%2Ftechstuff%2Fcloudfree-it%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.webdevblog.co.uk/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.webdevblog.co.uk%2Ftechstuff%2Fcloudfree-it%2F&amp;title=Cloudfree+IT" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.webdevblog.co.uk/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Cloudfree+IT+@+http%3A%2F%2Fwww.webdevblog.co.uk%2Ftechstuff%2Fcloudfree-it%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.webdevblog.co.uk/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.webdevblog.co.uk%2Ftechstuff%2Fcloudfree-it%2F&amp;t=Cloudfree+IT" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.webdevblog.co.uk/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.webdevblog.co.uk/techstuff/cloudfree-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can justified text be justifed for the web?</title>
		<link>http://www.webdevblog.co.uk/uncategorized/can-justified-text-be-justifed-for-the-web/</link>
		<comments>http://www.webdevblog.co.uk/uncategorized/can-justified-text-be-justifed-for-the-web/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 11:43:14 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.webdevblog.co.uk/?p=95</guid>
		<description><![CDATA[Can justified text be justified for the web? The answer, in case you were wondering, is no! As you continue to read this article I will explain  the disadvantages of justified text, and when it should be used. To begin, I would like to explain my reasons for writing this blog post.

]]></description>
			<content:encoded><![CDATA[<p>Can justified text be justified for the web? The answer, in case you were wondering, is no! As you continue to read this article I will explain  the disadvantages of justified text, and when it should be used. To begin, I would like to explain my reasons for writing this blog post.</p>
<p><span id="more-95"></span></p>
<p>In the past we&#8217;ve had several clients say:</p>
<blockquote><p>“That text would look much neater justified, can you change it please?”</p></blockquote>
<p>In most cases we&#8217;ve successfully explained the pitfalls of justified text and the client has agreed to keep the standard left alignment. However, in some cases, clients had decided to have justified text regardless.</p>
<h2>What is justified text and when is it used?</h2>
<p>Justified text or justification, in typography, is the alignment of text within a column or measure to align against the left and right margin. To achieve this effect, extra space is added between words. Justified text is commonly used in printed media such as newspapers, book, leaflets etc where the straight line on each margin can be used successfully to guide the eye across columns of text.</p>
<p>Newspapers are a great example of  justified text used successfully. With such a large amount of information to place on a large area, the neatly aligned columns clearly define the different areas of text and create a logical flow of words, thus enhancing readability.</p>
<h2>Why is justified text on websites a bad idea?</h2>
<p>There are many reasons why not to use justified text and they revolve around usability and user experience.</p>
<p>The human eye perceives images on a screen different to that of printed media so its understandable that justified text can work, but not necessarily on a computer screen. You may not be aware but the image on a screen is not static, in fact its updated and refreshed many times a second. Reading on a computer screen is much harder on the eyes than reading from printed media.</p>
<p>Here are the top reasons why justified text is a bad idea for websites</p>
<ul>
<li>When using justified text for print, the designer has complete control over how the user will see the content. However, with the many combination of website browsers (and versions) on many different operating systems, a website designer can not be certain how the justified text will be rendered on the screen. For example a person using Firefox 3 browser on a Mac, would likely see the text displayed differently to somebody using Internet Explorer 6 on Windows XP.</li>
<li>The different rendering on different systems can create &#8220;rivers&#8221; of white space. This is when the spaces between words line up with other lines of text, creating a column of space down the content. This river within the text draws the eye away from the content making it more difficult to read. In some cases the white space can form more of a logical pattern than the content itself.</li>
<li>A combination of the first two points make justified text difficult to read by dyslexic users. The uneven white space creates a distraction which can easily make you loose your place. As web designers we spend time testing in different browsers to make sure as many people as possible can view the website as intended. Around 10% of the UK population are affected by dyslexia to some degree, so making a website that is difficult for 10% of users to read is obviously a bad idea!</li>
<li>Visually impaired users often use screen magnifiers to enlarge text to a suitable level. Many magnifiers work by enlarging the area around your mouse. Because the large uneven spaces are also magnified it can become difficult for the to follow the words with their magnifying software. Instead of following the flow of words along even spacing, users have to find the start of each new word.</li>
<li>The Royal National Institute of Blind people (RNIB) strongly recommend websites do not use justified text. Modern websites are all about the user. There was a time websites were created to look good on the creators screen, not necessarily other users. Websites we not tested thoroughly to make sure all users can access the content. Times have changed and accessibility and usability are very important factors in modern website development. Doing anything that excludes or hinders certain users, reduces the audience and therefore the overall success of a website.</li>
</ul>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark this post:</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.webdevblog.co.uk%2Funcategorized%2Fcan-justified-text-be-justifed-for-the-web%2F&amp;title=Can+justified+text+be+justifed+for+the+web%3F" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.webdevblog.co.uk/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.webdevblog.co.uk%2Funcategorized%2Fcan-justified-text-be-justifed-for-the-web%2F&amp;title=Can+justified+text+be+justifed+for+the+web%3F" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.webdevblog.co.uk/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.webdevblog.co.uk%2Funcategorized%2Fcan-justified-text-be-justifed-for-the-web%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.webdevblog.co.uk/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.webdevblog.co.uk%2Funcategorized%2Fcan-justified-text-be-justifed-for-the-web%2F&amp;title=Can+justified+text+be+justifed+for+the+web%3F" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.webdevblog.co.uk/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Can+justified+text+be+justifed+for+the+web%3F+@+http%3A%2F%2Fwww.webdevblog.co.uk%2Funcategorized%2Fcan-justified-text-be-justifed-for-the-web%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.webdevblog.co.uk/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.webdevblog.co.uk%2Funcategorized%2Fcan-justified-text-be-justifed-for-the-web%2F&amp;t=Can+justified+text+be+justifed+for+the+web%3F" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.webdevblog.co.uk/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.webdevblog.co.uk/uncategorized/can-justified-text-be-justifed-for-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding your place in the world</title>
		<link>http://www.webdevblog.co.uk/news/our_news/finding-your-place-in-the-world/</link>
		<comments>http://www.webdevblog.co.uk/news/our_news/finding-your-place-in-the-world/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 18:20:06 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Our News]]></category>
		<category><![CDATA[Tips 'n' tricks]]></category>
		<category><![CDATA[GIS]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[maps]]></category>

		<guid isPermaLink="false">http://www.webdevblog.co.uk/?p=40</guid>
		<description><![CDATA[Get yourself noticed on the virtual Earth - and get a virtual earth on your website!]]></description>
			<content:encoded><![CDATA[<p>The whole world is going online. Literally. It started with <a href="http://www.multimap.com/">Multimap</a> and <a href="http://www.streetmap.co.uk/">Streetmap</a>, and it got a heck of a kick with <a href="http://maps.google.co.uk">Google Maps</a> and then <a href="http://earth.google.co.uk">Google Earth</a>. Right now as you read, the whole planet is being digitised in ever greater detail by <a href="http://www.telegraph.co.uk/news/2475792/Google-Street-View-car-pulled-over-by-police-for-driving-in-bus-lane.html">cars</a>, <a href="http://en.wikipedia.org/wiki/Aerial_photography">planes</a> and <a href="http://www.popsci.com/military-aviation-space/article/2008-03/how-it-works-best-view-space-yet">satellites</a>. </p>
<p>The grandiose term for these are Geographical Information Systems &#8211; GIS. And they are incredibly useful. <span id="more-40"></span>  You can find out whether your house will be underwater come the next flash flood, you can find your political representatives, or you can find your nearest bakery.</p>
<p>So &#8211; if you&#8217;ve got an interest in the real world, you&#8217;ll need to get your flag raised on the virtual one too. You&#8217;ll want to be listed on Google Local Business - currently rivalling the Yellow Pages as the source for information on local services. Like anything with user-created content, it can be messy. Some unscrupulous types will go to any length to hog the top spots (can you spot the spam listings <a href="http://www.google.co.uk/search?q=estate+agents+york">here</a>?). But list yourself, and they will come.</p>
<p>But there&#8217;s so much more you can do with maps, courtesy of Google -</p>
<p><strong>Get a map on your website<br />
</strong>It&#8217;s really straightforward to embed a Google map on your website showing your location. We offer that as standard to all our clients &#8211; check out this site selling <a href="http://www.responsiblygorgeous.co.uk/about.php">ethical jewellery</a> for an example. It lets people zoom and pan around to get the context they need, depending on how well they know your area. You don&#8217;t get that with a static image.</p>
<p>People love playing with maps. Men especially. If you&#8217;ve got some excuse for getting a map on your site, you should. For some businesses, like these <a href="http://www.cityletsyork.co.uk/search.php">letting agents in York</a>, it&#8217;s obvious why you&#8217;d want one. But any excuse is a good one. We&#8217;ve recently finished setting up a site for a <a href="http://www.rosewineofyorkshire.co.uk">Yorkshire wine merchant</a>, and we&#8217;re going to be adding to this over the new few months. One thing you&#8217;ll see on the site soon is a map showing where the vinyards are that grew the wine they sell. Select &#8216;Satellite Map&#8217; and see the actual rows of vines. Doesn&#8217;t that make the wine seem more special? I know I&#8217;ll be checking to see if they&#8217;ve got any wines from the vinyards I cycled through on holiday.</p>
<p>I&#8217;ll blog later on some of the problems we encounter when we&#8217;re using these systems and some of the ways we get around these them.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark this post:</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.webdevblog.co.uk%2Fnews%2Four_news%2Ffinding-your-place-in-the-world%2F&amp;title=Finding+your+place+in+the+world" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.webdevblog.co.uk/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.webdevblog.co.uk%2Fnews%2Four_news%2Ffinding-your-place-in-the-world%2F&amp;title=Finding+your+place+in+the+world" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.webdevblog.co.uk/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.webdevblog.co.uk%2Fnews%2Four_news%2Ffinding-your-place-in-the-world%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.webdevblog.co.uk/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.webdevblog.co.uk%2Fnews%2Four_news%2Ffinding-your-place-in-the-world%2F&amp;title=Finding+your+place+in+the+world" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.webdevblog.co.uk/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Finding+your+place+in+the+world+@+http%3A%2F%2Fwww.webdevblog.co.uk%2Fnews%2Four_news%2Ffinding-your-place-in-the-world%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.webdevblog.co.uk/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.webdevblog.co.uk%2Fnews%2Four_news%2Ffinding-your-place-in-the-world%2F&amp;t=Finding+your+place+in+the+world" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.webdevblog.co.uk/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.webdevblog.co.uk/news/our_news/finding-your-place-in-the-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
