<?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>Thu, 19 Jan 2012 18:01:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Using WordPress as a content management system</title>
		<link>http://www.webdevblog.co.uk/techstuff/techtips/using-wordpress-as-a-content-management-system/</link>
		<comments>http://www.webdevblog.co.uk/techstuff/techtips/using-wordpress-as-a-content-management-system/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 13:56:11 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[Tech Tips]]></category>

		<guid isPermaLink="false">http://www.webdevblog.co.uk/?p=741</guid>
		<description><![CDATA[We have been finding ourselves turning more and more to WordPress to meet our Content Management needs. Over the past couple of years it has outgrown its &#8216;blogging software&#8217; roots and become a fully fledged content management system in its own right, being awarded the Overall Best Open Source CMS Award in the 2009 Open [...]]]></description>
			<content:encoded><![CDATA[<p>We have been finding ourselves turning more and more to WordPress to meet our Content Management needs. Over the past couple of years it has outgrown its &#8216;blogging software&#8217; roots and become a fully fledged content management system in its own right, being awarded the Overall Best Open Source CMS Award in the <a href="http://www.packtpub.com/award">2009 Open Source CMS Awards</a>.</p>
<p>We would like to showcase two of our most recent websites that make good use of WordPress: Golden Bough, <a href="http://www.goldenboughip.com/">Intellectual Property Solutions</a> and <a href="http://www.laurencesternetrust.org.uk/wp/precious-cargo/">Precious Cargo</a>, a sub site of The Laurence Sterne Trust.</p>
<p><span id="more-741"></span></p>
<h3>Golden Bough</h3>
<div id="attachment_761" class="wp-caption alignnone" style="width: 510px"><a href="http://www.webdevblog.co.uk/wp-content/uploads/2011/04/golden-bough-main.jpg" rel="lightbox[741]"><img class="size-large wp-image-761 " title="golden-bough-main" src="http://www.webdevblog.co.uk/wp-content/uploads/2011/04/golden-bough-main-500x527.jpg" alt="" width="500" height="527" /></a><p class="wp-caption-text">Golden Bough, Intellectual Poperty</p></div>
<p>This is a small brochure style website that required an easy to use and archived latest news system, with certain news items to appear on the home page, as well as a Chinese translated version of the site which was to be translated by the client themselves, i.e not an automatic translation.</p>
<p>To achieve the news management we made use of WordPress&#8217; blog features, creating new posts for each news item. These are automatically archived and can easily be outputted by Month, Year or Date. We then fed all posts which have the tag &#8216;featured&#8217; to the home page, including their featured image, with a default image for those without one. We then displayed these featured news items as a slideshow using Javascript with the <a href="http://jquery.malsup.com/cycle/">jQuery Cycle plugin</a>.</p>
<div id="attachment_762" class="wp-caption alignnone" style="width: 510px"><a href="http://www.webdevblog.co.uk/wp-content/uploads/2011/04/golden-bough-news.jpg" rel="lightbox[741]"><img class="size-large wp-image-762" title="golden-bough-news" src="http://www.webdevblog.co.uk/wp-content/uploads/2011/04/golden-bough-news-500x286.jpg" alt="" width="500" height="286" /></a><p class="wp-caption-text">The archived news system</p></div>
<div id="attachment_765" class="wp-caption alignnone" style="width: 284px"><a href="http://www.webdevblog.co.uk/wp-content/uploads/2011/04/golden-bough-news-feed.jpg" rel="lightbox[741]"><img class="size-full wp-image-765" title="golden-bough-news-feed" src="http://www.webdevblog.co.uk/wp-content/uploads/2011/04/golden-bough-news-feed.jpg" alt="" width="274" height="314" /></a><p class="wp-caption-text">The featured news items display in a slideshow</p></div>
<p>For the Chinese version of the site we used a WordPress plugin called <a href="http://www.qianqin.de/qtranslate/">qTranslate</a>. There are plenty of Translation plugins for WordPress although most of them provide an automatic translation of some sort, using various online services, qTranslate enables the client to write the translation themselves, as you can see in the screenshot below.</p>
<div id="attachment_755" class="wp-caption alignnone" style="width: 510px"><a href="http://www.webdevblog.co.uk/wp-content/uploads/2011/04/golden-bough-translate.jpg" rel="lightbox[741]"><img class="size-full wp-image-755 " title="golden-bough-translate" src="http://www.webdevblog.co.uk/wp-content/uploads/2011/04/golden-bough-translate.jpg" alt="" width="500" height="233" /></a><p class="wp-caption-text">The edit panel with Chinese version of the content</p></div>
<p>The plugin also creates a user friendly URL for the Chinese version, simply adding the folder &#8216;/zh/&#8217; to the URL, for example: <a href="http://www.goldenboughip.com/GBIP/zh/services/">http://www.goldenboughip.com/GBIP/zh/services/</a>.</p>
<p>The only issue we had was that only the text contained within the WordPress database is translated. We also needed to load a different banner for the Chinese version, as well as other little bits of text such as the contact form labels. For this we used some custom php to detect which language was currently being viewed and then serve up the appropriate text snippet or set of banners.</p>
<h3>Precious Cargo</h3>
<div id="attachment_767" class="wp-caption alignnone" style="width: 510px"><a href="http://www.webdevblog.co.uk/wp-content/uploads/2011/04/lst-main.jpg" rel="lightbox[741]"><img class="size-large wp-image-767" title="lst-main" src="http://www.webdevblog.co.uk/wp-content/uploads/2011/04/lst-main-500x458.jpg" alt="" width="500" height="458" /></a><p class="wp-caption-text">The Precious Cargo Letters</p></div>
<p>Precious Cargo has been a huge task and we are all very pleased with the result. The one installation of WordPress actually manages 2 different sub sites of The Laurence Sterne Trust, Precious Cargo and The Collection.</p>
<p>The main focus of the Precious cargo sub site was to be the &#8216;<a href="http://www.laurencesternetrust.org.uk/wp/precious-cargo/letters-from-yorick-and-eliza/">Letters from Yorick to Eliza</a>&#8216;, which are scans from a book. Each scanned page is set up as a different page in WordPress (all sub pages of the same parent). Each of these pages has a featured image attached (the scanned image), as well as some content (the page notes). A number of the letters also have YouTube videos associated which are added via a custom field.</p>
<p>This all works well within the template we set up, however, what was required was a more sophisticated system of browsing the letters, without needing to load a new page each time and then scroll down to the letter. For this we created a custom Javascript slideshow which allows us to browse the letters without having to load a new page, this includes the page notes and a link to the embedded YouTube video (if one exists), the YouTube embed code is cleverly added to a popup window.</p>
<div id="attachment_768" class="wp-caption alignnone" style="width: 510px"><a href="http://www.webdevblog.co.uk/wp-content/uploads/2011/04/lst-page.jpg" rel="lightbox[741]"><img class="size-large wp-image-768" title="lst-page" src="http://www.webdevblog.co.uk/wp-content/uploads/2011/04/lst-page-500x290.jpg" alt="" width="500" height="290" /></a><p class="wp-caption-text">One of many informative pages on the Precious cargo exhibit</p></div>
<p>Alongside the letters we needed a number of pages, each with a gallery of images and extra &#8216;page notes&#8217; at the bottom, the page notes being created with custom fields and the <a href="http://wordpress.org/extend/plugins/custom-field-template/">Custom Field Template</a> plugin (which adds <a href="http://en.wikipedia.org/wiki/WYSIWYG">WYSIWYG editing</a> to custom fields). One of these pages also needed to display certain events and exhibitions from the main Laurence Sterne Trust website. We had built a custom event management system for them last year so for this we added the ability to tag an event as &#8216;precious cargo&#8217; we then fed all the precious cargo tagged events through to this page.</p>
<p>For two of the pages we also required a  &#8216;mini blog&#8217;, with one of them having comment functionality. As these only needed to be single category blogs we simply output the posts from the relevant category in each page&#8217;s template, along with the featured image and the usual social bookmarking links.</p>
<p>This left the &#8216;posts&#8217; in WordPress relatively free and enabled us to use these for the second sub site, The Collection. This is a showcase of books and various other items, &#8216;<a href="http://www.laurencesternetrust.org.uk/wp/the-collection/">The World’s largest collection of editions of the 18th century writer Laurence Sterne’s work</a>.&#8217;</p>
<p>These are split into 9 categories just like the usual blog posts, the categories are all sub categories of a top level &#8216;the collection&#8217; category. Each item has a featured image and a set of images displayed in a gallery format. We made use of custom fields to display extra information, such as object history, dimensions, date, author etc.</p>
<p>We also included the WordPress search function, limiting the results to the Collection categories only, rather than the entire WordPress databse which would give us precious cargo pages aswell.</p>
<div id="attachment_795" class="wp-caption alignnone" style="width: 510px"><a href="http://www.webdevblog.co.uk/wp-content/uploads/2011/04/collection-home.jpg" rel="lightbox[741]"><img class="size-large wp-image-795" title="collection-home" src="http://www.webdevblog.co.uk/wp-content/uploads/2011/04/collection-home-500x304.jpg" alt="" width="500" height="304" /></a><p class="wp-caption-text">The Collection home page</p></div>
<div id="attachment_796" class="wp-caption alignnone" style="width: 510px"><a href="http://www.webdevblog.co.uk/wp-content/uploads/2011/04/collection-sentimental.jpg" rel="lightbox[741]"><img class="size-large wp-image-796" title="collection-sentimental" src="http://www.webdevblog.co.uk/wp-content/uploads/2011/04/collection-sentimental-500x292.jpg" alt="" width="500" height="292" /></a><p class="wp-caption-text">An item in The Collection</p></div>
<!-- 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%2Fusing-wordpress-as-a-content-management-system%2F&amp;title=Using+WordPress+as+a+content+management+system" 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%2Fusing-wordpress-as-a-content-management-system%2F&amp;title=Using+WordPress+as+a+content+management+system" 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%2Fusing-wordpress-as-a-content-management-system%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%2Fusing-wordpress-as-a-content-management-system%2F&amp;title=Using+WordPress+as+a+content+management+system" 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+Using+WordPress+as+a+content+management+system+@+http%3A%2F%2Fwww.webdevblog.co.uk%2Ftechstuff%2Ftechtips%2Fusing-wordpress-as-a-content-management-system%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%2Fusing-wordpress-as-a-content-management-system%2F&amp;t=Using+WordPress+as+a+content+management+system" 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/using-wordpress-as-a-content-management-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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 be constantly adding plugins and even removing them as they become superseded. Akismet http://wordpress.org/extend/plugins/akismet/ This [...]]]></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 be constantly adding plugins and even removing them as they become superseded.</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>Lock Pages</strong><br />
<a href="http://wordpress.org/extend/plugins/lock-pages/">http://wordpress.org/extend/plugins/lock-pages/</a><br />
Thanks to Mark for finding this one, <em>&#8220;Lock Pages prevents specified pages (or all pages) from having their  slug or parent edited, or from being deleted, by non-administrators.&#8221; </em>Really handy when using WordPress as a CMS, as we all know what could happen if top level pages start being removed and renamed<em>.</em></p>
<p><strong>Excerpt and Content Word Limit</strong><em><br />
</em><a href="http://wordpress.org/extend/plugins/content-and-excerpt-word-limit/">http://wordpress.org/extend/plugins/content-and-excerpt-word-limit/</a><br />
You can&#8217;t always rely on a client making use of either the &#8216;excerpt&#8217; or the &#8216;more tag&#8217; and as useful as the excerpt is, it relys on it being set up in the theme. I had played around with word limit plugins before but been unsatisfied, mostly due to the limits of the options. This plugin is great, you can use it anywhere you like, by swapping the usual <em>&#8216;the_content()&#8217;</em> to <em>&#8216;content(25)&#8217;</em> in your theme, where 25 is the number of words to limit the post by, this is handy because you can have different word limits in different places and can also limit the excerpt. The only downside of this plugin is that the word limit, is itself limited by 27, i.e. it wont go any higher than that.</p>
<p><strong>Maintenance Mode<br />
</strong><a href="http://wordpress.org/extend/plugins/maintenance-mode/">http://wordpress.org/extend/plugins/maintenance-mode/</a><br />
<em>&#8220;Adds a splash page to your blog that lets visitors know your blog is down for  maintenance. Logged in administrators get full access to the blog including the front-end.&#8221;</em> Says it all really, very useful as without messing with the .htaccess file you can&#8217;t just add an index.html page to appear before the .php, and even then i&#8217;m not sure that will work. You can of course edit the standard template that comes with the plugin, it is also easy to switch on and off and includes other settings I haven&#8217;t needed to play with.</p>
<p><strong>WP-Paginate</strong><br />
<a href="http://wordpress.org/extend/plugins/wp-paginate/">http://wordpress.org/extend/plugins/wp-paginate/</a><br />
Pagination is a great way to navigate lots of pages of a &#8216;list&#8217; kind of style, i.e. blog posts. WordPress page navigation out of the box is, in my opinion, a bit naff, simply going from previous to next page. This is easy to install and easy to style. Use this and the breadcrumb nav and you&#8217;re sorted.</p>
<p><strong>Thats it for now</strong><br />
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>
<!-- 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 class="aligncenter size-full wp-image-401" title="Web Analytics Consultants" src="http://www.webdevblog.co.uk/wp-content/uploads/2010/01/awa-screenshot.jpg" alt="Web Analytics Consultants" width="500" /></a></p>
<p><a href="http://www.webdevblog.co.uk/wp-content/uploads/2010/01/get-cycling-newsletter.jpg" rel="lightbox[389]"><img class="aligncenter size-full wp-image-402" title="get-cycling-newsletter" src="http://www.webdevblog.co.uk/wp-content/uploads/2010/01/get-cycling-newsletter.jpg" alt="Get Cycling" width="500" /></a></p>
<p><a href="http://www.webdevblog.co.uk/wp-content/uploads/2010/01/rfwp-newsletter.jpg" rel="lightbox[389]"><img class="aligncenter size-full wp-image-403" title="rfwp-newsletter" src="http://www.webdevblog.co.uk/wp-content/uploads/2010/01/rfwp-newsletter.jpg" alt="Royal Fireworks Press" width="500" /></a></p>
<p><a href="http://www.webdevblog.co.uk/wp-content/uploads/2010/01/tmsdi-newlsetter.jpg" rel="lightbox[389]"><img class="aligncenter size-full wp-image-404" title="tmsdi-newlsetter" src="http://www.webdevblog.co.uk/wp-content/uploads/2010/01/tmsdi-newlsetter.jpg" alt="TMSDI" width="500&quot;" /></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 Blogs showcase</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 makes WordPress a great, highly fexible content management system, take a look at our post on <a href="http://www.webdevblog.co.uk/techstuff/techtips/using-wordpress-as-a-content-management-system/">using WordPress as a content management system</a> here.</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/bb1.jpg" rel="lightbox[338]"><img class="alignnone size-full wp-image-712" title="Button Bag Blog" src="http://www.webdevblog.co.uk/wp-content/uploads/2009/12/bb1.jpg" alt="" width="456" height="581" /></a></p>
<p><a href="http://www.buttonbag.co.uk/blog/" target="_blank">Button Bag</a><br />
Blog for Button Bag, Craft Kits for Children e-commerce website, this was added to their current website with a slightly modified design, makes use of plugins WP-print and Sexy Bookmarks, as well as Breadcrumb trail and All in one SEO pack.</p>
<p><a href="http://www.webdevblog.co.uk/wp-content/uploads/2009/12/getcycling.jpg" rel="lightbox[338]"><img class="alignnone size-large wp-image-713" title="Get Cycling" src="http://www.webdevblog.co.uk/wp-content/uploads/2009/12/getcycling-500x335.jpg" alt="" width="500" height="335" /></a></p>
<p><a href="http://www.getcycling.org.uk/news/" target="_blank">Get Cycling News</a><br />
Wordpress was added to the Get Cycling website to handle their latest news. It is a simple, single category blog which feeds the latest 4 posts onto the home page.</p>
<p><a href="http://www.webdevblog.co.uk/wp-content/uploads/2009/12/cyclorama.jpg" rel="lightbox[338]"><img class="alignnone size-large wp-image-714" title="Cyclorama" src="http://www.webdevblog.co.uk/wp-content/uploads/2009/12/cyclorama-500x530.jpg" alt="" width="500" height="530" /></a></p>
<p><a href="http://www.cyclorama.net/blog/" target="_blank">Cyclorama</a><br />
Get Cycling sister company, Cyclorama wanted a blog to run alongside their current website, the blog was designed to look like the rest of the site and has been made good use of, with plenty of articles, links to other blogs, a feed from their Twitter account and &#8216;share this&#8217; social bookmarking links.</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 />
Facts and Figures is a feature rich blog, making good use of Twitter Syndication, RSS feeds by Feedburner, email subscription to feeds and comments, share this social bookmarking, print this post, all in one SEO pack and vipers video quick-tags. The theme was chosen by the client from the <a href="http://wordpress.org/extend/themes/">WordPress theme directory</a> and modified to meet the blogs requirements.</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 and WP-Syntax<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+Blogs+showcase" 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+Blogs+showcase" 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+Blogs+showcase" 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+Blogs+showcase+@+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+Blogs+showcase" 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>Social Networking integration</title>
		<link>http://www.webdevblog.co.uk/techstuff/blog-facebook/</link>
		<comments>http://www.webdevblog.co.uk/techstuff/blog-facebook/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 14:29:26 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Tips 'n' tricks]]></category>

		<guid isPermaLink="false">http://www.webdevblog.co.uk/?p=151</guid>
		<description><![CDATA[This article will demonstrate how to integrate Social Networking sites, Facebook, Twitter and LinkedIn, together with WordPress, enabling you to update all sites from WordPress. Lets begin with Facebook, you can do this on either your personal profile, or a Facebook &#8216;page&#8217;, you cannot currently do this on Groups. Go to your profile or page [...]]]></description>
			<content:encoded><![CDATA[<p>This article will demonstrate how to integrate Social Networking sites, Facebook, Twitter and LinkedIn, together with WordPress, enabling you to update all sites from WordPress.</p>
<p>Lets begin with Facebook, you can do this on either your personal profile, or a Facebook &#8216;page&#8217;, you cannot currently do this on Groups. Go to your profile or page and look for &#8216;notes&#8217; on the tabs at the top, if you can&#8217;t see notes you can add it by clicking the add button. Go into notes then look to the bottom left for a link titled &#8216;edit import settings&#8217; click on this, then input your blogs RSS feed url and bobs yer uncle, each new post now appears on your wall! You can take a look at it <a href="http://www.facebook.com/pages/York/Semlyen-IT/133049022640" target="_blank">in action here</a>.</p>
<div id="attachment_718" class="wp-caption alignnone" style="width: 510px"><a href="http://www.webdevblog.co.uk/wp-content/uploads/2009/09/1.jpg" rel="lightbox[151]"><img class="size-large wp-image-718  " title="Import your blogs RSS feed into your Facebook Notes" src="http://www.webdevblog.co.uk/wp-content/uploads/2009/09/1-500x238.jpg" alt="" width="500" height="238" /></a><p class="wp-caption-text">Import your blogs RSS feed into your Facebook Notes</p></div>
<p>Next, Twitter, for this we use a plugin called <a href="http://wordpress.org/extend/plugins/twitter-tools/" target="_blank">Twitter Tools</a>. This enables you to automatically &#8216;tweet&#8217; everytime you create a new blog post, you can also disable this for individual posts and it works the other way round too, i.e. everytime you tweet, a new blog post is created. It also gives you the option to update Twitter only, direct from WordPress. After following the plugins installation we then have to create an &#8216;application&#8217; in Twitter.</p>
<p>Login to Twitter, scroll to the bottom of the page and click on &#8216;Twitter API&#8217; click on register an app and fill in the required information. For application type, choose Browser, for default access type, choose read and write and use your blogs address for the callback url. Once you have submitted this information you will be given a Consumer Key, Consumer Secret, Access Token and Access Token Secret. Copy these details into Twitter tools and you are good to go.</p>
<div id="attachment_722" class="wp-caption alignnone" style="width: 510px"><a href="http://www.webdevblog.co.uk/wp-content/uploads/2009/09/3.jpg" rel="lightbox[151]"><img class="size-large wp-image-722 " title="You need to create a Twitter application, in order to get Twitter Tools working" src="http://www.webdevblog.co.uk/wp-content/uploads/2009/09/3-500x268.jpg" alt="" width="500" height="268" /></a><p class="wp-caption-text">You need to create a Twitter application, in order to get Twitter Tools working</p></div>
<p>Finally, LinkedIn. For this there are 2 methods, the first one simply displays a list of your latest posts on your profile, for this you simply need to add the WordPress application to your LinkedIn account and then input your blog details, <a href="http://www.linkedin.com/opensocialInstallation/preview?_ch_panel_id=1&amp;_applicationId=2200">you can do so here</a>. That is all well and good, the only issue is that people need to be viewing your profile in order to see your latest posts. The second method, makes use of your Twitter account, login to LinkedIn and go to your update status box, click on the blue Twitter logo and you will see your Twitter settings, you can now add your Twitter account, follow the instructions and your ready to go.</p>
<div id="attachment_723" class="wp-caption alignnone" style="width: 510px"><a href="http://www.webdevblog.co.uk/wp-content/uploads/2009/09/4.jpg" rel="lightbox[151]"><img class="size-large wp-image-723" title="From here you can access your Twitter account settings and also send your status updates to Twitter" src="http://www.webdevblog.co.uk/wp-content/uploads/2009/09/4-500x137.jpg" alt="" width="500" height="137" /></a><p class="wp-caption-text">Access your Twitter account settings and also send your status updates to Twitter</p></div>
<p>This is how we have set up Web Dev Blog, we always use WordPress to post and everything else follows. However, if you set Twitter Tools to create a new blog post from tweets you can then do everything from either Twitter or LinkedIn (take a look at the diagram below). Also please note that with regards to Twitter and LinkedIn, there are settings to control how the updates display, wether to use tinyURLs etc.</p>
<div id="attachment_725" class="wp-caption alignnone" style="width: 510px"><a href="http://www.webdevblog.co.uk/wp-content/uploads/2009/09/map.jpg" rel="lightbox[151]"><img class="size-large wp-image-725" title="There are 3 ways to update all 4 websites" src="http://www.webdevblog.co.uk/wp-content/uploads/2009/09/map-500x150.jpg" alt="" width="500" height="150" /></a><p class="wp-caption-text">There are 3 ways to update all 4 websites</p></div>
<!-- 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%2Fblog-facebook%2F&amp;title=Social+Networking+integration" 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%2Fblog-facebook%2F&amp;title=Social+Networking+integration" 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%2Fblog-facebook%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%2Fblog-facebook%2F&amp;title=Social+Networking+integration" 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+Social+Networking+integration+@+http%3A%2F%2Fwww.webdevblog.co.uk%2Ftechstuff%2Fblog-facebook%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%2Fblog-facebook%2F&amp;t=Social+Networking+integration" 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/blog-facebook/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>3</slash:comments>
		</item>
	</channel>
</rss>

