<?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; Jamie</title>
	<atom:link href="http://www.webdevblog.co.uk/author/jamie/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>Web Dev Blog now running on WordPress 3.0</title>
		<link>http://www.webdevblog.co.uk/news/web-dev-blog-now-running-on-wordpress-3-0/</link>
		<comments>http://www.webdevblog.co.uk/news/web-dev-blog-now-running-on-wordpress-3-0/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 14:23:23 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.webdevblog.co.uk/?p=629</guid>
		<description><![CDATA[WordPress 3.0 &#8220;Thelonious&#8221;, the thirteenth major release of WordPress was released to the general public on the 17th June, 2010. After successfully testing our most commonly used plugins on our development/test blog we have decided to upgrade our own blog and will slowly work our way through our clients blogs. Hats off to WordPress 3.0 [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress 3.0 &#8220;Thelonious&#8221;, the thirteenth major release of WordPress was released to the general public on the 17th June, 2010. After successfully testing our most commonly used plugins on our development/test blog we have decided to upgrade our own blog and will slowly work our way through our clients blogs.</p>
<p>Hats off to WordPress 3.0 as this upgrade has been a dream, not one of the plugins tested (so far) has been incompatible with WordPress 3.0 and as usual the automatic upgrade function ran smoothly.</p>
<p>WordPress 3.0 boasts &#8220;1,217 bug fixes and feature enhancements&#8221;, personally I didnt find it very buggy to begin with and I am still getting to know some of its standard features. However there are a few major additions that should prove to be very useful, especially when using WordPress as a Content Management System. The most notable of these being &#8216;Custom Menus&#8217;, &#8216;Header and Background API&#8217;s', &#8216;Custom post types&#8217; and the &#8216;WordPress MU (Multisites)&#8217;.</p>
<p>We havent yet had the chance to build a blog or site from scratch using WordPress 3.0 (and I imagine not many people have yet) and so these features have yet to be thoroughly tested, but its looking good none-the-less. If you would like to read more about WordPress 3.0, take a look at the <a href="http://wordpress.org/development/2010/06/thelonious/" target="_blank">WordPress Blog</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%2Fnews%2Fweb-dev-blog-now-running-on-wordpress-3-0%2F&amp;title=Web+Dev+Blog+now+running+on+WordPress+3.0" 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%2Fweb-dev-blog-now-running-on-wordpress-3-0%2F&amp;title=Web+Dev+Blog+now+running+on+WordPress+3.0" 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%2Fweb-dev-blog-now-running-on-wordpress-3-0%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%2Fweb-dev-blog-now-running-on-wordpress-3-0%2F&amp;title=Web+Dev+Blog+now+running+on+WordPress+3.0" 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+Web+Dev+Blog+now+running+on+WordPress+3.0+@+http%3A%2F%2Fwww.webdevblog.co.uk%2Fnews%2Fweb-dev-blog-now-running-on-wordpress-3-0%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%2Fweb-dev-blog-now-running-on-wordpress-3-0%2F&amp;t=Web+Dev+Blog+now+running+on+WordPress+3.0" 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/web-dev-blog-now-running-on-wordpress-3-0/feed/</wfw:commentRss>
		<slash:comments>2</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>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>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>Welcome to WebDevBlog</title>
		<link>http://www.webdevblog.co.uk/news/welcome-to-webdevblog/</link>
		<comments>http://www.webdevblog.co.uk/news/welcome-to-webdevblog/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 14:56:31 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Our News]]></category>

		<guid isPermaLink="false">http://www.webdevblog.co.uk/?p=12</guid>
		<description><![CDATA[Welcome to Semlyen IT&#8217;s blog – WebDevBlog. We aim to keep you up to speed about: what&#8217;s going on at Semlyen IT – what we&#8217;re up to, and what we&#8217;re thinking about. Everything from reflections on running a technology company in York, to the new services we&#8217;re offering. the latest interesting ideas for website design [...]]]></description>
			<content:encoded><![CDATA[<p>Welcome to Semlyen IT&#8217;s <span>blog – WebDevBlog</span>.</p>
<p>We aim to keep you up to speed about:</p>
<ul>
<li><strong>what&#8217;s going on at Semlyen IT</strong> – what we&#8217;re up to, and what we&#8217;re thinking about. Everything from 	reflections on running a technology company in York, to the new 	services we&#8217;re offering.<strong></strong></li>
<li><strong>the latest interesting ideas 	for website design</strong> – should you believe the hype, or will the 	latest widgets really take your site into orbit? <span>Our 	reviews will</span> help you navigate the confusing world of 	web-development.<span id="more-12"></span></li>
<li><strong>tips, tricks, and FAQs </strong>– 	want to know how things are done, but were afraid to ask? We&#8217;ll put 	it simply and easily for you in our guides to doing things on the 	web.<strong></strong></li>
<li><strong>fun and interesting stuff – </strong><span>five minutes to kill, or just 	looking for ideas? We&#8217;ll post links to other sites, articles, and 	web-content that will entertain or inspire you.</span></li>
</ul>
<p>Each new article posted to this blog will belong to a &#8216;category&#8217;, relating to the list above – <em>news</em>, <em>ideas</em>, <em>tech-tips</em>, or <em>fun-stuff. </em>You can browse posts through the categories menu on the right, or through the calendar.</p>
<p>The staff at Semlyen IT &#8211; Jim, Richard, Andy and Jamie &#8211; hope you enjoy this new blog. Please get in touch if there&#8217;s anything you&#8217;d like us to write about.</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%2Fwelcome-to-webdevblog%2F&amp;title=Welcome+to+WebDevBlog" 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%2Fwelcome-to-webdevblog%2F&amp;title=Welcome+to+WebDevBlog" 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%2Fwelcome-to-webdevblog%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%2Fwelcome-to-webdevblog%2F&amp;title=Welcome+to+WebDevBlog" 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+Welcome+to+WebDevBlog+@+http%3A%2F%2Fwww.webdevblog.co.uk%2Fnews%2Fwelcome-to-webdevblog%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%2Fwelcome-to-webdevblog%2F&amp;t=Welcome+to+WebDevBlog" 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/welcome-to-webdevblog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

