<?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>Interconnect IT - WordPress Consultants, Web Development and Web Design &#187; Interconnect IT</title>
	<atom:link href="http://www.interconnectit.com/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.interconnectit.com</link>
	<description></description>
	<lastBuildDate>Sun, 18 Jul 2010 16:04:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Migrating a WordPress/WPMU/BuddyPress Website</title>
		<link>http://www.interconnectit.com/719/migrating-a-wordpresswpmubuddypress-website/</link>
		<comments>http://www.interconnectit.com/719/migrating-a-wordpresswpmubuddypress-website/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 17:11:21 +0000</pubDate>
		<dc:creator>Interconnect IT</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[address change]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[MU]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.interconnectit.com/?p=719</guid>
		<description><![CDATA[


Migrating a WordPress site can be something of a scary challenge, but we do it a lot, and we&#8217;ve become used to it.  There are many good reasons to move a site &#8211; for example, you might set one up in a subfolder, and decide to move WP to the root.  Or perhaps [...]]]></description>
			<content:encoded><![CDATA[<p><!-- Start ScreenSteps Content --></p>
<div class="LessonContent">
<div class="LessonSummary">
<p>Migrating a WordPress site can be something of a scary challenge, but we do it a lot, and we&#8217;ve become used to it.  There are many good reasons to move a site &#8211; for example, you might set one up in a subfolder, and decide to move WP to the root.  Or perhaps you&#8217;ve built a site on localhost and now need to put it on a live server.</p>
<p>If you do it incorrectly, you stand to lose all your widget settings, some file links and so on.  This wasn&#8217;t a problem with &#8216;classic WP&#8217; years ago, but these days there are many many paths stored away in the database, in various forms, and catching them all can be somewhat tricky.</p>
<p>Here I show you the steps we take moving a localhost site to a live domain.  We&#8217;re using WPMU which is running the BuddyPress plugin suite.</p>
</p></div>
<div class="LessonStep top">
<h3 class="StepTitle">The Local Install</h3>
<div class="StepImage">
	<img src="http://www.interconnectit.com/wp-content/uploads/2010/04/media_1254926142419.png" width="540" height="234" alt="media_1254926142419.png" />
</div>
<div class="StepInstructions">
<p>Here&#8217;s our site on our localhost.  As you can see, it&#8217;s pretty basic, but everything&#8217;s there that needs to be there &#8211; we know all elements of the install works, and now we want to pop it onto a live server.  In this lesson, we&#8217;re going to use FileZilla and ftp the files across from our local install.</p>
</div></div>
<div class="LessonStep top">
<h3 class="StepTitle">Copying the Files</h3>
<div class="StepImage">
	<img src="http://www.interconnectit.com/wp-content/uploads/2010/04/media_1254926439240.png" width="540" height="415" alt="media_1254926439240.png" />
</div>
<div class="StepInstructions">
<p>On the left you can see we&#8217;ve navigated to our local filesystem for this install.  On the right, we&#8217;re connected to the server.  There are already files there, because we have an old install running.  You should delete all the files and replace them with the new ones in this case, but if you are replacing a site do make sure you have a copy of everything.  Merging sites is much harder than migrating &#8211; and way beyond the scope of this tutorial.</p>
<p>So &#8211; select and drag all the files from one side, to the other.</p>
</div></div>
<div class="LessonStep top">
<h3 class="StepTitle">Moving the Database</h3>
<div class="StepImage">
	<img src="http://www.interconnectit.com/wp-content/uploads/2010/04/media_1254927088021.png" width="540" height="451" alt="media_1254927088021.png" />
</div>
<div class="StepInstructions">
<p>Our preferred tool for administering databases is mySQL Administrator.  A free tool that really simplifies a lot of DB Admin tasks.  Use this to take a backup of your database.  You&#8217;ll need to create a new backup project.</p>
<p>1. Click Backup<br />
2. Create New Project<br />
3. Select the Schema you&#8217;ve been using<br />
4. Click to move it across, selecting ALL tables (unless you have multiple installs in one database, in which case, just the tables for the install you&#8217;re interested in)<br />
5. Give it a name<br />
6. Save Project<br />
7. Execute the Backup</p>
</div></div>
<div class="LessonStep top">
<h3 class="StepTitle">Backup Done</h3>
<div class="StepImage">
	<img src="http://www.interconnectit.com/wp-content/uploads/2010/04/media_1254927164402.png" width="540" height="177" alt="media_1254927164402.png" />
</div>
<div class="StepInstructions">
<p>You should now have a backup.</p>
<p>Because the server we&#8217;re using doesn&#8217;t allow connections on Port 3306, we&#8217;re going to use phpMyAdmin there.  This is no problem at all, but if you were using mySQL administrator you could use the restore tools there.  If you&#8217;re doing this kind of project you should really know how to use these tools anyway &#8211; I&#8217;m only explaining these steps for completeness sake and showing you a migration I&#8217;m doing myself that&#8217;s likely to be typical.</p>
</div></div>
<div class="LessonStep top">
<h3 class="StepTitle">Editing the SQL</h3>
<div class="StepImage">
	<img src="http://www.interconnectit.com/wp-content/uploads/2010/04/media_1254927350304.png" width="540" height="321" alt="media_1254927350304.png" />
</div>
<div class="StepInstructions">
<p>A database backup is done simply as a big set of SQL statements that you can run.  If you&#8217;re migrating to a different database you&#8217;ll need to edit the CREATE and USE statement to tell it which database to use.</p>
<p>Be very careful with this database dump by the way &#8211; database dumps are a very easy way for hackers to get into your system and find out lots of information you&#8217;d rather not give away.</p>
</div></div>
<div class="LessonStep top">
<h3 class="StepTitle">Importing The Database</h3>
<div class="StepImage">
	<img src="http://www.interconnectit.com/wp-content/uploads/2010/04/media_1254927962875.png" width="540" height="393" alt="media_1254927962875.png" />
</div>
<div class="StepInstructions">
<p>Now you need to Import the Database.  We&#8217;re using phpMyAdmin for this. If you have any tables there already, it&#8217;s probably best to drop them.  All of them.  Like I say, if you&#8217;re merging you&#8217;re going to need more help than this guide can provide.</p>
<p>1. Click on the Import tab<br />
2. Select your file (if it&#8217;s bigger than your sever&#8217;s upload limit then you&#8217;ll have to speak to your admin guys about how to do this.<br />
3. Press the Go button!</p>
<p>Once the import has run successfully you should see a message saying something like &quot;Import has been successfully finished, 95 queries executed.&quot; &#8211; and it can be an awful lot more than 95 queries!  It can also take quite some time.  If you need to handle large datasets it&#8217;s far easier to use the mySQL Administrator tools &#8211; phpMyAdmin can get clunky.</p>
</div></div>
<div class="LessonStep top">
<h3 class="StepTitle">Visit the Site</h3>
<div class="StepImage">
	<img src="http://www.interconnectit.com/wp-content/uploads/2010/04/media_1254928211787.png" width="540" height="292" alt="media_1254928211787.png" />
</div>
<div class="StepInstructions">
<p>If you try to visit the new uploaded site at the moment you&#8217;ll get a Fatal Error because all sorts of things are confused.</p>
<p>You need to change the wp-config.php file.</p>
</div></div>
<div class="LessonStep top">
<h3 class="StepTitle">Changing wp-config.php DB Settings</h3>
<div class="StepImage">
	<img src="http://www.interconnectit.com/wp-content/uploads/2010/04/media_1254928518189.png" width="540" height="321" alt="media_1254928518189.png" />
</div>
<div class="StepInstructions">
<p>Change 1, 2, and 3 to match your server&#8217;s database settings.</p>
<p>Change 4 to the appropriate path.  Most installs are in the root directory, so that would mean $base = &#8216;/&#8217;;</p>
<p>Change 5 to the domain name in use.</p>
<p>Change 6 from &#8216;/buddypress.11/&#8217; (or whatever your local path is) to the new path, like in 4, so in most cases that will be &#8216;/&#8217; also.</p>
</div></div>
<div class="LessonStep top">
<h3 class="StepTitle">Search &#038; Replace on the Database</h3>
<div class="StepImage">
	<img src="http://www.interconnectit.com/wp-content/uploads/2010/04/media_1272277924659.png" width="467" height="781" alt="media_1272277924659.png" />
</div>
<div class="StepInstructions">
<p>You now need to run a search and replace on the database &#8211; including all incidences of code within serialised PHP strings.  There is an excellent and free utility written by Interconnect IT, called the <a href="http://spectacu.la/search-and-replace-for-wordpress-databases/">Safe Search and Replace Tool.</a></p>
<p>I can&#8217;t emphasise enough that it&#8217;s important to handle serialised PHP correctly.  If you don&#8217;t, then settings will go missing, fields will get corrupted, and your site runs a severe chance of not working on the new location.  It&#8217;s a pain, but it&#8217;s important.</p>
<p>So, download the program, place it in your blog&#8217;s root folder and then run it by visiting the appropriate URL.</p>
<p>If you&#8217;re getting confused at this point, perhaps you shouldn&#8217;t run the program.  Just saying, because it can cause plenty of damage!</p>
</div></div>
<div class="LessonStep top">
<h3 class="StepTitle">Running the Script</h3>
<div class="StepImage">
	<img src="http://www.interconnectit.com/wp-content/uploads/2010/04/media_1254930511307.png" width="540" height="83" alt="media_1254930511307.png" />
</div>
<div class="StepInstructions">
<p>Simply visit http://www.example.com/searchreplacedb.php in your browser to fire off the script.  This will run.  If you experience a time-out, or too much output, you may need to go into the script and remove any echos that are slowing it down.  I&#8217;ll probably comment this out in due course anyway, but for diagnostics purposes I&#8217;ve left it.  Once run, you should see something like the above at the bottom.  Even a very large search and replace should only take a few seconds.</p>
</div></div>
<div class="LessonStep top">
<h3 class="StepTitle">Some Tweaks</h3>
<div class="StepInstructions">
<p>Check that you can navigate your site in its new location.</p>
<p>You may have to modify .htaccess to fix paths, and you may need to check your uploads folder for media.  But that&#8217;s it.  All should be good.</p>
</div></div>
<div class="LessonStep top">
<h3 class="StepTitle">Extra Steps for WordPress MU</h3>
<div class="StepImage">
	<img src="http://www.interconnectit.com/wp-content/uploads/2010/04/media_1254930620452.png" width="540" height="277" alt="media_1254930620452.png" />
</div>
<div class="StepInstructions">
<p>If you&#8217;re using WordPress Single User, then that&#8217;s it.  You&#8217;re all done!</p>
<p>But in this example, we&#8217;re running BuddyPress on WordPress MU, and that means one extra step.  In phpMyAdmin you need to open up (1) wp_blogs, (2) click the browse tab, and (3) click the edit tab for each row.  If you have a lot, you may wish to run another searchreplacedb.php against the database, looking for localhost.localdomain and buddypress.11 and swapping them appropriately.</p>
</div></div>
</div>
<p><!-- End ScreenSteps Content --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.interconnectit.com/719/migrating-a-wordpresswpmubuddypress-website/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Running a WordPress Plugin, always&#8230;</title>
		<link>http://www.interconnectit.com/675/running-a-wordpress-plugin-always/</link>
		<comments>http://www.interconnectit.com/675/running-a-wordpress-plugin-always/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 19:38:47 +0000</pubDate>
		<dc:creator>Interconnect IT</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.interconnectit.com/?p=675</guid>
		<description><![CDATA[<img class="size-thumbnail wp-image-676 alignleft" title="mu-plugins" src="http://www.interconnectit.com/wp-content/uploads/2009/08/mu-plugins-150x150.jpg" alt="As seen on my local WP development environment" width="150" height="150" />There times when you absolutely must run some plugins on a WP install, and you don't want to allow administrators to be able to disable them.  Here's how...]]></description>
			<content:encoded><![CDATA[<div id="attachment_676" class="wp-caption alignright" style="width: 314px"><a href="http://www.interconnectit.com/wp-content/uploads/2009/08/mu-plugins.jpg" rel="shadowbox[post-675];player=img;"><img class="size-medium wp-image-676" title="mu-plugins" src="http://www.interconnectit.com/wp-content/uploads/2009/08/mu-plugins-304x219.jpg" alt="As seen on my local WP development environment" width="304" height="219" /></a><p class="wp-caption-text">As seen on my local WP development environment</p></div>
<p>Sometimes you&#8217;ve created a site with WordPress standard (not single user), but have had allow the site owners or users to have full admin access to it.  You have plugin and theme dependencies, and if the site owner disables that plugin, you have problems.</p>
<p>For example, you&#8217;ve written a plugin that carries out a certain range of syndication functions for your client.  If the client accidentally disables it he will lose money, and you will have a call-out, potentially an angry one, when he finds out.  He wants admin access, but you know he&#8217;s dangerous with it.</p>
<p>So, since WordPress 2.8 you&#8217;ve had the facility to create a folder in wp-content called mu-plugins.  It will work just like the mu-plugins folder in WordPress MU &#8211; as in, any plugin placed there, will run automatically.  Activation code won&#8217;t fire off, but apart from that, so long as the plugin is correctly written, everything will work.</p>
<p>I&#8217;m not sure if this change is a part of allowing &#8216;must-use&#8217; plugins support, as suggested in <a title="Must load WP plugins" href="http://core.trac.wordpress.org/changeset/10737">http://core.trac.wordpress.org/changeset/10737</a> or if it&#8217;s also planned as part of the move towards merging WP single user and WP-MU.  Either way, it&#8217;s an incredibly useful tool for those of us who set up and configure sites for clients who are a little prone to fiddling.</p>
<blockquote><p>Watch out for plugin updates &#8211; you can&#8217;t auto-update anything in mu-plugins, and you won&#8217;t receive any notifications.  Be aware that you have to stay on top of this by yourself, just like in the old days!</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.interconnectit.com/675/running-a-wordpress-plugin-always/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8.4 Released</title>
		<link>http://www.interconnectit.com/670/wordpress-2-8-4-released/</link>
		<comments>http://www.interconnectit.com/670/wordpress-2-8-4-released/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 15:10:15 +0000</pubDate>
		<dc:creator>Interconnect IT</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.interconnectit.com/?p=670</guid>
		<description><![CDATA[<img class="size-thumbnail wp-image-671 alignleft" title="wpbug" src="http://www.interconnectit.com/wp-content/uploads/2009/08/wpbug-150x109.jpg" alt="wpbug" width="150" height="109" />WordPress 2.8.3 (and probably all versions below it) has been found to have a minor but annoying vulnerability.

Probably best to upgrade to the latest version, but if you can't, there's a simple fix...]]></description>
			<content:encoded><![CDATA[<div id="attachment_671" class="wp-caption alignright" style="width: 218px"><a href="http://www.interconnectit.com/wp-content/uploads/2009/08/wpbug.jpg" rel="shadowbox[post-670];player=img;"><img class="size-full wp-image-671" title="wpbug" src="http://www.interconnectit.com/wp-content/uploads/2009/08/wpbug.jpg" alt="wpbug" width="208" height="109" /></a><p class="wp-caption-text">Slightly broken code, now fixed.</p></div>
<p>Those who follow WordPress closely will understand that a vulnerability has been found that, whilst not being especially dangerous, could be very annoying for some &#8211; especially for high-profile blogs.</p>
<p>By using a specially crafted URL, it&#8217;s possible for an attacker to force a reset of the admin password.  The attacker can&#8217;t know this admin password, it will be a random string, and this password will be e-mailed to the administrator of the blog.  However, there&#8217;s no denying that this could be annoying to the administrator.  More specifically, an administrator could be locked out of a block while some other exploits are tried, simply by resetting the password at short intervals.</p>
<p>So, it&#8217;s not the end of the world, but it&#8217;s an annoyance and in a few rare cases a potentially dangerous one.</p>
<p>To fix this vulnerability in older versions of WordPress, such as 2.7, you can manually change wp-login.php using the code shown in the Changeset on the WordPress Trac: <a href="http://core.trac.wordpress.org/changeset/11798">http://core.trac.wordpress.org/changeset/11798</a> &#8211; ideally, you should upgrade to the just released WordPress 2.8.4 but if you have legacy reasons for staying with 2.7 (and many have, for example problems with widgets) then you may need to delay this.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.interconnectit.com/670/wordpress-2-8-4-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress in News &amp; Media Presentation</title>
		<link>http://www.interconnectit.com/657/wordpress-in-news-media-presentation/</link>
		<comments>http://www.interconnectit.com/657/wordpress-in-news-media-presentation/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 12:16:12 +0000</pubDate>
		<dc:creator>Interconnect IT</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[implementations]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[MU]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.interconnectit.com/?p=657</guid>
		<description><![CDATA[<img src="http://www.interconnectit.com/wp-content/uploads/2009/07/wordcampuk-logo-150x150.jpg" alt="wordcampuk-logo" title="wordcampuk-logo" width="150" height="150" class="alignleft size-thumbnail wp-image-640" />This is the presentation we've given on WordPress in News and Media at WordCamp UK 2009.  It covers the issues faced, barriers, and uses in this sector.]]></description>
			<content:encoded><![CDATA[<p>This is the presentation given by David Coveney at WordCamp UK 2009 in Cardiff.  It covers the advantages, problems and implementations of WordPress as used by the News &#038; Media sectors.</p>
<p>If you need to view the slide notes (primarily for me, to be honest, but you may see some points that got cut during the presentation) you&#8217;ll have to visit the Slideshare site.</p>
<div style="width:680px;text-align:left" id="__ss_1743282"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/interconnectit/wordpress-for-news-and-media-word-camp-uk-2009" title="WordPress For News And Media   Word Camp Uk 2009">WordPress For News And Media   Word Camp Uk 2009</a><object style="margin:0px" width="680" height="587"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=wordpressfornewsandmedia-wordcampuk2009-090720054100-phpapp02&#038;stripped_title=wordpress-for-news-and-media-word-camp-uk-2009" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=wordpressfornewsandmedia-wordcampuk2009-090720054100-phpapp02&#038;stripped_title=wordpress-for-news-and-media-word-camp-uk-2009" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="680" height="587"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">presentations</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/interconnectit">Interconnect IT</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.interconnectit.com/657/wordpress-in-news-media-presentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress in the Enterprise Presentation</title>
		<link>http://www.interconnectit.com/653/wordpress-in-the-enterprise-presentation/</link>
		<comments>http://www.interconnectit.com/653/wordpress-in-the-enterprise-presentation/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 14:03:02 +0000</pubDate>
		<dc:creator>Interconnect IT</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.interconnectit.com/?p=653</guid>
		<description><![CDATA[<img src="http://www.interconnectit.com/wp-content/uploads/2009/07/wordcampuk-logo-150x150.jpg" alt="wordcampuk-logo" title="wordcampuk-logo" width="150" height="150" class="alignleft size-thumbnail wp-image-640" />This is the presentation we've given on WordPress in the Enterprise at WordCamp UK 2009.  It covers the issues faced, barriers, and opportunities in this sector.]]></description>
			<content:encoded><![CDATA[<p>This is the presentation given by David Coveney at WordCamp UK 2009 in Cardiff.  It covers the advantages, problems and opportunities of WordPress within the Enterprise space.</p>
<p>If you need to view the slide notes you&#8217;ll have to visit the Slideshare site.  But the notes are really for me, so they&#8217;re a little messy.</p>
<div style="width:680px;text-align:left" id="__ss_1739586"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/interconnectit/word-press-in-the-enterprise-word-camp-uk-2009" title="Word Press In The Enterprise   Word Camp Uk 2009">Word Press In The Enterprise   Word Camp Uk 2009</a><object style="margin:0px" width="680" height="587"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=wordpressintheenterprise-wordcampuk2009-090719053424-phpapp02&#038;stripped_title=word-press-in-the-enterprise-word-camp-uk-2009" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=wordpressintheenterprise-wordcampuk2009-090719053424-phpapp02&#038;stripped_title=word-press-in-the-enterprise-word-camp-uk-2009" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="680" height="587"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">presentations</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/interconnectit">Interconnect IT</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.interconnectit.com/653/wordpress-in-the-enterprise-presentation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>We&#8217;re Presenting at WordCamp UK 2009</title>
		<link>http://www.interconnectit.com/639/were-presenting-at-wordcamp-uk-2009/</link>
		<comments>http://www.interconnectit.com/639/were-presenting-at-wordcamp-uk-2009/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 12:17:03 +0000</pubDate>
		<dc:creator>Interconnect IT</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[WordCampUK]]></category>

		<guid isPermaLink="false">http://www.interconnectit.com/?p=639</guid>
		<description><![CDATA[<img src="http://www.interconnectit.com/wp-content/uploads/2009/07/wordcampuk-logo-150x150.jpg" alt="wordcampuk-logo" title="wordcampuk-logo" width="150" height="150" class="alignleft size-thumbnail wp-image-640" />Last year we decided to keep quiet at <a title="WordCamp UK 2009" href="http://uk.wordcamp.org/">WordCamp UK</a> - simply because we didn't have that much to talk about that we felt could be exciting.  But a year has changed a lot for us and WP...]]></description>
			<content:encoded><![CDATA[<div id="attachment_640" class="wp-caption alignright" style="width: 314px"><a href="http://www.interconnectit.com/wp-content/uploads/2009/07/wordcampuk-logo.jpg" rel="shadowbox[post-639];player=img;"><img class="size-medium wp-image-640" title="wordcampuk-logo" src="http://www.interconnectit.com/wp-content/uploads/2009/07/wordcampuk-logo-304x214.jpg" alt="Be there to get the latest news and network with the leading lights of WordPress in the UK" width="304" height="214" /></a><p class="wp-caption-text">Be there to get the latest news and network with the leading lights of WordPress in the UK</p></div>
<p>Last year we decided to keep quiet at <a title="WordCamp UK 2009" href="http://uk.wordcamp.org/">WordCamp UK</a>, on the whole, beyond a spot of sponsorship &#8211; simply because we didn&#8217;t have that much to talk about that we felt could be exciting.  But a year has changed a lot &#8211; WordPress is becoming popular for large scale blogging platforms such as <a title="Telegraph" href="http://blogs.telegraph.co.uk">The Telegraph Blogs</a>, and for use as a news platform such as at <a title="Telecoms.com" href="http://www.telecoms.com">Telecoms.com</a>.<span id="more-639"></span></p>
<p>Large companies are, inherently, going to be a little more conservative in their approach to new technology &#8211; but once they see others making a move a cascade effect tends to kick in.  This, we believe, is what is starting to happen with WordPress.</p>
<p>So, because of what is happening, we&#8217;re giving <a title="WordCamp UK 2009 running order" href="http://wiki.wordcampuk.tonyscott.org.uk/2009_running_order">two presentations at WordCamp UK</a> this year&#8230;</p>
<h3>WordPress in the Enterprise</h3>
<p>This presentation will cover how WordPress is starting to be seen in the enterprise space, its potential, the pitfalls, and the opportunities available to WordPress developers and designers.  The presentation itself should last around 30-40 minutes, with a further 15 minutes of open discussion and Q&amp;A before clearing the stage in preparation of the next talk.</p>
<h3>WordPress in News &amp; Media</h3>
<p>WordPress is starting to show signs of adoption within the news industry not just as a blogging platform, but as a full featured news platform.  We will cover the strengths and weaknesses, problems found, what WP lacks out of the box, and demonstrate some of the ways in which a comprehensive news site can be built using our Caribou Theme that we built for Spectacu.la.  We will also be demonstrating the back-end we built for Telecoms.com which allow them to run a far more flexible WP news site than ever anticipated.</p>
<h3>Other Reasons to Go to WordCamp UK 2009</h3>
<ol>
<li>It&#8217;s in Cardiff, capital of Wales.</li>
<li><a title="Matt Mullenweg" href="http://ma.tt">Matt Mullenweg</a> is attending &#8211; he&#8217;s effectively the lead of the <a title="WordPress" href="http://wordpress.org">WordPress</a> project and is highly influential in the community.</li>
<li>Other notables such as <a title="Tony Scott" href="http://tonyscott.org.uk/">Tony Scott</a>, <a title="Peter Westwood" href="http://peter.westwood.name/">Peter Westwood</a>, <a title="Simon Wheatley" href="http://www.simonwheatley.co.uk/">Simon Wheatley</a>, <a title="Simon Dickson" href="http://puffbox.com/">Simon Dickson</a> and <a title="Mike Little" href="http://zed1.com/">Mike Little</a> (who sometimes does some work for us) are presenting &#8211; and they always have something interesting to say.</li>
<li>You&#8217;ll be mixing with some of the coolest and nicest people in the software community.</li>
<li>The afterparty is always good fun!</li>
</ol>
<p>We really look forward to seeing everyone at the WordCamp.  Myself and James Whitehead (our technical lead) will be attending.  If you have anything you&#8217;d like to see covered at the event, just comment here.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.interconnectit.com/639/were-presenting-at-wordcamp-uk-2009/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Telegraph Relaunches Blogs on WordPress</title>
		<link>http://www.interconnectit.com/610/telegraph-relaunches-blogs-on-wordpress/</link>
		<comments>http://www.interconnectit.com/610/telegraph-relaunches-blogs-on-wordpress/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 08:12:12 +0000</pubDate>
		<dc:creator>Interconnect IT</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[journalists]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Telegraph]]></category>
		<category><![CDATA[WordPress MU]]></category>

		<guid isPermaLink="false">http://www.interconnectit.com/?p=610</guid>
		<description><![CDATA[<img src="http://www.interconnectit.com/wp-content/uploads/2009/06/telegraph_blogs-150x150.jpg" alt="telegraph_blogs" title="telegraph_blogs" width="150" height="150" class="alignleft size-thumbnail wp-image-611" />On the night of June 23rd, Telegraph Media flicked the switch on a new project they've been working on this Spring - the Telegraph Blogs, relaunched on <a title="WordPress MU" href="http://mu.wordpress.org/">WordPress MU</a>.]]></description>
			<content:encoded><![CDATA[<p>On the night of June 23rd, Telegraph Media flicked the switch on a new project they&#8217;ve been working on this Spring &#8211; the <a title="Telegraph Blogs" href="http://www.telegraph.co.uk/comment/blogs/">Telegraph Blogs</a>, relaunched on <a title="WordPress MU" href="http://mu.wordpress.org/">WordPress MU</a>.</p>
<p>And, proudly, we&#8217;d like to say we had a little bit to do with the project.  Not a lot, mind &#8211; we provided some consultancy, some code snippets, advice and developer support now and then.  It&#8217;s the kind of project we&#8217;d have loved to have taken on in full, but the in-house team at the Telegraph were perfectly capable of doing the work and we always say that if you have the in-house skills then you shouldn&#8217;t spend a small fortune on external consultants and developers.<span id="more-610"></span></p>
<div id="attachment_611" class="wp-caption alignright" style="width: 314px"><img class="size-medium wp-image-611" title="telegraph_blogs" src="http://www.interconnectit.com/wp-content/uploads/2009/06/telegraph_blogs-304x973.jpg" alt="telegraph_blogs" width="304" height="973" /><p class="wp-caption-text">The Telegraph&#39;s blogs, running on WordPress MU</p></div>
<p>The site is a fairly typical MU implementation, but with a few interesting tweaks in the way they&#8217;ve configured.  Instead of giving each journalist their own blog, they&#8217;ve understood that some simply won&#8217;t be that active.  Instead, authors tend towards having a category of their own to work with.  So if you go to <a title="Shane Richmond" href="http://blogs.telegraph.co.uk/technology/author/shanerichmond/">Shane Richmond&#8217;s blog</a>, for instance, you&#8217;re actually seeing the Author Archive view that WordPress provides, within the general Technology Blog.</p>
<p>In fact, the flexibility of WordPress, the way you can output content differently according to category or author, all helped to contribute towards creating a platform that Telegraph Media feel they can grow with.</p>
<h3>Challenges</h3>
<p>One of the key things to think about with media blogs like this is that traffic can be astonishing.  A lot of questions were asked early on about scalability and performance in WordPress.  Because it&#8217;s a purely dynamic system, running more like an application than a group of static files, different approaches have to be taken with caching and performance.  The database server is one key area that always needs consideration &#8211; especially when you have to consider 200 concurrent users.</p>
<p>One interesting lesson learned is that with WordPress you have to be exceptionally careful about go-live processes.  Our standard process is to run two installs &#8211; one for pre-production and one for live.  There is never a beta running that suddenly finds itself running on a different domain name.</p>
<p>At the Telegraph we know that the way they did it was to run a beta on a subdomain prior to running a search and replace script (not sure if it was one of our own <a title="PHP Database Search and Replace" href="http://www.davesgonemental.com/mysql-database-search-replace-with-serialized-php/">developer&#8217;s PHP database search</a> and replace scripts that we use for migrations) and then point the domains right over to it.  That resulted in poor performance initially, even though load testing had confirmed everything to be OK.  Consequently the go-live was held back for a few days, but once WordPress had settled down performance picked up markedly.  The issue appears to be to do with cached variables not resetting on the move.  We&#8217;ll document our low-hassle approach to migrating WordPress installs shortly on this site.</p>
<h3>The Future</h3>
<p>Well, we can&#8217;t talk for what will happen at Telegraph Media in the future, but what we do see is increased interest in WordPress as a blogging tool for newspapers.  But beyond that it&#8217;s even more interesting &#8211; some groups like Informa Telecoms &amp; Media are starting to use WordPress as complete news platforms.  For Informa we built the <a title="Telecoms.com" href="http://telecoms.com">Telecoms.com</a> site almost entirely from WordPress &#8211; this not only led to increased journalistic productivity, but increased traffic and reader engagement.  Seeing the comments section slowly spring to life as readers started to understand its potential has been a real joy to see.</p>
<p>We imagine that it will be magazines and local newspapers that make the first moves to WordPress as a news platform, but when will the first national do it?  We&#8217;d like to be there for them if they make the leap!  WordPress is fully capable thanks, in no part, to some of the excellent work in turning WP into what is essentially framework by <a title="Donncha O'Caoimh" href="http://ocaoimh.ie/">Donncha O&#8217;Caoimh</a>, a WordPress core developer, and others on the <a title="WordPress" href="http://wordpress.org">WordPress.org</a> team.</p>
<p>If the interest in The Telegraph&#8217;s move by such important figures as <a title="Kevin Anderson reports on the Telegraph's use of WordPress" href="http://www.guardian.co.uk/media/pda/2009/jun/24/blogging-telegraphmediagroup">Kevin Anderson at the Guardian</a>, <a title="Puffbox" href="http://puffbox.com/2009/06/25/telegraph-moves-its-blogs-to-wordpress/">Simon Dickson (a WordPress friendly rival who specialises in e-Government sites)</a>, and others is anything to go by then WordPress is booming in the news sector.  Good!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.interconnectit.com/610/telegraph-relaunches-blogs-on-wordpress/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>New Site for Us!</title>
		<link>http://www.interconnectit.com/601/new-site-for-us/</link>
		<comments>http://www.interconnectit.com/601/new-site-for-us/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 20:39:16 +0000</pubDate>
		<dc:creator>Interconnect IT</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.interconnectit.com/?p=601</guid>
		<description><![CDATA[<img src="http://www.interconnectit.com/wp-content/uploads/2009/06/interconnectit-front-150x150.jpg" alt="interconnectit-front" title="interconnectit-front" width="150" height="150" class="alignright size-thumbnail wp-image-605" />After two years with our old site we finally decided it was time to apply a lot of what we've learned over the years into a re-launch.  It's easier to use, so take a look around and see what you think!]]></description>
			<content:encoded><![CDATA[<p>After two years with our old site we finally decided it was time to apply a lot of what we&#8217;ve learned over the years into a re-launch.</p>
<p>So, what does this actually mean?  A new site usually comes with something different, and in this case we didn&#8217;t want to disappoint.<span id="more-601"></span></p>
<h3>WordPress Focus</h3>
<div id="attachment_605" class="wp-caption alignright" style="width: 314px"><img class="size-medium wp-image-605" title="interconnectit-front" src="http://www.interconnectit.com/wp-content/uploads/2009/06/interconnectit-front-304x328.jpg" alt="New site, new features, new challenges" width="304" height="328" /><p class="wp-caption-text">New site, new features, new challenges</p></div>
<p>One of the biggest changes you&#8217;ll see now is that we&#8217;re focussing more strongly on our WordPress practice.  We&#8217;ve always believed in <a title="WordPress" href="http://wordpress.org">WordPress</a> as a CMS, and have used it as such for both our own and our client sites since 2006, but it&#8217;s only recently that the market has caught up with us.  We were the first UK practice to be approved for listing on <a title="WordPress Consultants List" href="http://automattic.com/services/wordpress-consultants/">Automattic&#8217;s WordPress Consultants</a> List, and we believe that we&#8217;re either the country&#8217;s leading WordPress developers or very close to it.</p>
<h3>More Products</h3>
<p>We&#8217;ve also added some new products to our site:</p>
<ol>
<li>A wider range of <a title="WordPress Training" href="http://www.interconnectit.com/training/">WordPress related training courses</a></li>
<li><a title="Adwords Packages" href="http://www.interconnectit.com/adwords/">Google Adwords Packages</a></li>
<li><a title="Web Development" href="http://www.interconnectit.com/web-development/">Web Development services</a></li>
</ol>
<p>There is, of course, more to come online in the coming year.  If you&#8217;re wondering what, just watch the news section of this site&#8230;</p>
<h3>More Information</h3>
<p>There&#8217;ll also be more information on this site.  We&#8217;ve created sections for a <a title="Portfolio" href="http://www.interconnectit.com/category/portfolio/">Portfolio</a> and for <a title="WordPress Case Studies" href="http://www.interconnectit.com/category/case-studies/">Case Studies</a> &#8211; the Portfolio part giving a light view of our work, while the Case Studies section gives in depth coverage of our selected items of work, showing how we did the work and the advantages that we&#8217;ve brought to our clients.</p>
<h3>Client Section</h3>
<p>Clients, and those on support contracts, will have access to our new <a title="Interconnect IT Client Section" href="http://www.interconnectit.com/client-section/">Client Section</a> which uses the excellent <a title="Mantis Bug Tracking system" href="http://www.mantisbt.org/">Mantis Bug Tracker</a>.</p>
<h3>Whizzy Bits</h3>
<p>We wanted to get a lot of information onto our home page without overwhelming visitors with a large amount of text.  This is beneficial from the point of view of search engines, but also gives visitors quick access to a lot of information.  So we&#8217;ve used lots of lovely <a title="jQuery" href="http://jquery.com/">jQuery</a> to make this an interactive space that gives prominence to the latest content whilst making other content still easy to find.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.interconnectit.com/601/new-site-for-us/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Telecoms.com Case Study</title>
		<link>http://www.interconnectit.com/275/telecomscom-case-study/</link>
		<comments>http://www.interconnectit.com/275/telecomscom-case-study/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 10:54:04 +0000</pubDate>
		<dc:creator>Interconnect IT</dc:creator>
				<category><![CDATA[Case Studies]]></category>

		<guid isPermaLink="false">http://www.interconnectit.com/?p=275</guid>
		<description><![CDATA[<a href="http://www.interconnectit.com/275/telecomscom-case-study/"><img src="http://www.interconnectit.com/wp-content/uploads/2009/06/telecoms2.jpg" alt="telecoms2" title="telecoms2" width="316" height="103" class="size-full wp-image-238" /></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">
<div id="attachment_294" class="wp-caption aligncenter" style="width: 670px"><img class="size-full wp-image-294" title="telecoms-topper" src="http://www.interconnectit.com/wp-content/uploads/2009/06/telecoms-topper.jpg" alt="Telecoms.com is an example of using WordPress as a news platform." width="660" height="100" /><p class="wp-caption-text">Telecoms.com uses WordPress Interconnect IT&#39;s extensions and theme technology as a flexible news platform</p></div>
<h3>Overview</h3>
<p>When we were approached by <a title="Informa Telecoms &amp; Media" href="http://www.informatm.com/itmgcontent/icoms">Informa Telecoms &amp; Media Ltd</a> (part of <a title="Informa plc" href="http://www.informa.com/">Informa</a> plc) about whether <a href="http://wordpress.org">WordPress</a> could be used as a fully fledged news platform suitable for replacing their <a title="Telecoms.com" href="http://www.telecoms.com">Telecoms.com</a> site, we hesitated, but not for very long.  Following a full analysis of their requirements we were able to confirm that in combination with some of our own technology, plus some new development, we could create a very flexible WordPress based news platform that allowed for excellent productivity for the Telecoms.com team.<span id="more-275"></span></p>
<h3>Analysis</h3>
<p>One of the biggest problems that Telecoms.com had experienced with their previous Java based system was that there was relatively little flexibility built into the system.  Most changes meant going back to the developers with a formal request.  This was both expensive (developers usually are), time consuming and, worst of all, meant that the site could not respond quickly to events in the market place.</p>
<p>What was needed was an ability to create new sections on the site, quickly, without use of expensive development staff.  We had already proven this technology with our Caribou News Theme that we offer freely as a GPL project through our <a href="http://spectacu.la">Spectacu.la</a> site, and this helped us to assure the Informa TM team that we were able to match their requirements.</p>
<h3>Planning &amp; Design</h3>
<p>We worked with the Telecoms.com team initially to supply a range of mock-ups.  However, although they were effective, they weren&#8217;t exactly what was wanted by the team.  In order to expedite matters we agreed to work with a third party design agency, <a title="Coast Digital" href="http://www.coastdigital.co.uk/">Coast Digital</a>, who supplied excellent designs in Fireworks format.  These took some of our ideas and built upon them to create the sophisticated and attractive site that is now visible.</p>
<p>At the same time, we planned the structure of the site and how its framework would allow the client to manage content.  We decided that although the Caribou sections system is useful the full requirements as planned meant that we decided to use a page based widget driven system for the site.  This would allow the client to create pages using the section page template that is part of the theme and this would initiate a series of widget spaces which would become available in the WordPress back-end.  Once available, various standard and custom widgets, appropriately styled, could be dropped in place.</p>
<h3>The Sections System</h3>
<div id="attachment_451" class="wp-caption alignright" style="width: 314px"><img class="size-medium wp-image-451" title="category_lister_widget" src="http://www.interconnectit.com/wp-content/uploads/2009/06/category_lister_widget-304x379.jpg" alt="The Interconnect IT category listing plugin in action." width="304" height="379" /><p class="wp-caption-text">The Interconnect IT category listing plugin in action.</p></div>
<p>The ability to create sections full of widget spaces is only useful if you have suitable widgets to place there.  One of the biggest parts of the project was creating and styling a wide range of widgets that allowed the site adminstrators to quickly create a new section and populate it with content.  The primary key to this is Interconnect IT&#8217;s Category Lister Widget which allows a client to select content according to logical category criteria.  You could have a set of regional categories and a set of format categories and choose items that are in both.</p>
<p>In this case, there are a range of format categories such as News, Opinion and so on, and a continental based region categorisation.  If the client wishes to select content that is news based from America, they simply choose those two categories and any content that matches the criteria will be displayed.</p>
<p>The key advantage to this is that a new section can be created within minutes.  For example, should there be a business need to create a Nokia section, the client could create a category for Nokia, and then select content that is News and Nokia for one widget, Opinion and Nokia for another, and so on.  They then add the navigation to the section using the menu builder plugin we modified for the purpose, and the section becomes &#8216;live&#8217;.  The whole job of creating a Nokia news and information section could be carried it in less than quarter of a section.  For a responsive news site this facility is extremely important.</p>
<blockquote><p>Getting a new section built would take weeks and was a complicated task. Now we can do it on the fly. It allows us so much more freedom and opportunity to do innovative things, and neatly get rid of stuff that doesn&#8217;t work out.</p>
<p style="text-align: right;"><em>James Middleton, Managing Editor of Telecoms.com on the advantages of the new system.<br />
</em></p></blockquote>
<h3>Plugins</h3>
<p>One thing we warn all sites against is something we call &#8216;pluginitis&#8217; which is where a site owner keeps adding various plugins, some of which may interact with one another in unexpected ways.  We believe that most sites rarely need more than ten or so plugins to function in a way that is suitable for needs.</p>
<p>We supply a set of Interconnect IT only plugins, which add news specific functionality and optimisations to WordPress, such as theme specific image resizing, alternative post titles, category selection, and standfirst capabilities.  These plugins are only available from Interconnect IT for projects that we lead, and are not available through third parties.</p>
<p>We also selected various plugins which were already available in the GPL sphere which added appropriate functionality, such as Lester Chan&#8217;s popular WP-Polls Plugin, the Add This social bookmarking plugin, and WordPress Popular Posts amongst others.  All were selected and tested for performance, reliability and quality before being applied.  Other plugins were also used, but most required modification to fulfil their requirements and we expect to feed this code back into the community in due course.</p>
<p>One thing that we never do, and for which there is rarely any need, is to modify the WordPress core.  This helps reduce maintenance issues and costs in the future.</p>
<h3>Hosting &amp; Performance</h3>
<div id="attachment_430" class="wp-caption alignright" style="width: 314px"><img class="size-medium wp-image-430" title="telecoms-now-sshot1" src="http://www.interconnectit.com/wp-content/uploads/2009/06/telecoms-now-sshot1-304x787.jpg" alt="Telecoms.com now" width="304" height="787" /><p class="wp-caption-text">The Telecoms.com site in all its glory, showing the richness of content on the front page - there are many other similar pages on the site</p></div>
<p>For hosting, systems administration and load testing we worked with Kumina N.L. who have since become a company with which we partner by choice.  They provided a robust four way, load balanced hosting solution and carried out load-testing to ensure the servers were capable of handling peak traffics that can come to any news site.  The infrastructure relies on a Debian based AMP stack and has proven to be extremely robust.</p>
<p>One thing we did learn is that when content is pulled from a third party site (for example, adverts) site loading times can be slowed by factors outside your control.  To resolve this in future implementations of such sites Interconnect IT is in the process of developing post-loading technology which will create a widget that seeks external content only after all other important content has been loaded rather than using the conventional approach of loading content in strict order.</p>
<h3>Traffic Growth</h3>
<p>Although actual figures for Telecoms.com&#8217;s traffic are confidential business information, they have told us that after two months visitor numbers and page views have grown by approximately 30% to 50%, depending on the metrics used.  The analytics suggest that site &#8217;stickiness&#8217; and engagement have increased markedly thanks to the improved design, adoption of threaded comments (allowing for discussions to take place on news), most popular news information, and related content teasers.</p>
<h3>WordPress Advantages</h3>
<p>WordPress has succeeded in becoming a successful blogging platform over the past six years, but beyond that it has started to show the flexibility of the framework it provides.  The ease of use required by bloggers, coupled with a sophisticated theme and plugin framework has allowed the system to go far beyond its original means.</p>
<p>When good developers mix with WordPress the results can be impressive and help to create professional news sites for budgets that, including development and implementation, often cost less than the traditional CMS systems once used.  As a consequence interest in WordPress has mushroomed significantly.  While interest is still primarily focussed on use of WordPress for blogging platforms, Telecoms.com has shown its power when used as a news platform also.</p>
<blockquote><p>By comparison [to the previous system], Wordpress is a dream, and the best thing is, less technical users find it intuitive and easy to get along with. As a successful blogging platform you can tell a lot of time and effort has been invested in making it a slick and productive tool, and that translates well when using it as a business CMS too.</p>
<p style="text-align: right;"><em>James Middleton</em></p>
</blockquote>
<h3>Support &amp; Maintenance</h3>
<p>Since going live the system has proven to be robust and simple to use.  In fact, it proved so robust that there was no need for an ongoing support contract from us for our code.  This is often the case with our work and we make little money from support &#8211; while this may seem like poor business sense, we believe that building for reliability and performance helps us to keep our clients coming back to us time and time again.  We anticipate working with Informa on future projects.</p>
<h3>Conclusion</h3>
<p>WordPress, coupled with Interconnect IT&#8217;s additional technology has led to a strong, high-performance website which has significantly exceeded the expectations of the client.  WordPress has now proven itself as a platform for content far beyond blogging at Informa and we believe they are now likely to use the platform on future projects.  Since then, Interconnect IT has been approached by, and entered into discussions with, a number of other news organisations with a view to developing WordPress usage within their organisations.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.interconnectit.com/275/telecomscom-case-study/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sniff Petrol Case Study</title>
		<link>http://www.interconnectit.com/241/sniff-petrol-case-study/</link>
		<comments>http://www.interconnectit.com/241/sniff-petrol-case-study/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 17:17:00 +0000</pubDate>
		<dc:creator>Interconnect IT</dc:creator>
				<category><![CDATA[Case Studies]]></category>

		<guid isPermaLink="false">http://www.interconnectit.com/?p=241</guid>
		<description><![CDATA[<a href="http://www.interconnectit.com/241/sniff-petrol-case-study/"><img src="http://www.interconnectit.com/wp-content/uploads/2009/06/sniffpetrol.jpg" alt="sniffpetrol" title="sniffpetrol" width="316" height="103" class="size-full wp-image-247" /></a>]]></description>
			<content:encoded><![CDATA[<div id="attachment_400" class="wp-caption aligncenter" style="width: 670px"><a href="http://www.interconnectit.com/wp-content/uploads/2009/06/sniff-petrol-topper.jpg" rel="shadowbox[post-241];player=img;"><img class="size-full wp-image-400" title="sniff-petrol-topper" src="http://www.interconnectit.com/wp-content/uploads/2009/06/sniff-petrol-topper.jpg" alt="Sniff Petrol is an anarchic motor industry and motorsport satire site" width="660" height="100" /></a><p class="wp-caption-text">Sniff Petrol is an anarchic motor industry and motorsport satire site</p></div>
<h3>Overview</h3>
<ol>
<li>Over 120,000 posts viewed per week</li>
<li>Well controlled costs</li>
<li>High availability</li>
<li>Large peaks in traffic handled well when a new &#8216;edition&#8217; is released</li>
<li>Highly responsive site</li>
</ol>
<p><span id="more-241"></span></p>
<h3>Analysis</h3>
<p style="clear: both">Sniff Petrol is a well known and highly regarded satirical site with its focus on motorsport and the car industry.  After six years, however, updating the site had increasingly become something of a chore for the site owner.</p>
<p>At this point friends had recommended producing a blog style site.  Unfortunately, creating an attractive and interesting blog theme that moved the design of the site forwards rather than backwards had proved problematic for Sniff Petrol.  This is where Interconnect IT were able to become involved, solving a whole raft of problems.</p>
<p>The problems solved can easily be listed:</p>
<ol>
<li>Difficulty in making updates</li>
<li>Lack of creative freedom</li>
<li>Having to maintain a separate archive page by hand</li>
<li>A need for a more modern design that connects with the old site</li>
<li>RSS Feeds to allow visitors to keep up with changes to the site</li>
<li>Analytics to allow monitoring of traffic and to see which features are most popular</li>
</ol>
<p>We also wanted to make sure that the site could be accessible to the widest range of users possible, using many different platforms.</p>
<p style="text-align: center"><a title="Sniff Petrol - Motoring and motorsport satire" href="http://www.sniffpetrol.com" target="_blank"><img class="aligncenter size-large wp-image-248" title="sniffshot" src="http://www.interconnectit.com/wp-content/uploads/2009/06/sniffshot-680x412.jpg" alt="sniffshot" width="680" height="412" /></a></p>
<p>With these criteria in mind, we created a standard blog layout with floating panels for the content, lying on an orange &#8216;page&#8217;, and with navigation elements shown on the page through cut-out panels.  This gives the site a contemporary, layered feel.</p>
<p>Elements on the site are now managed dynamically &#8211; so for example, if the owner wishes to create a new category for articles, it won&#8217;t appear in the navigation panel until it&#8217;s populated with content.  Then, if a visitor selects this category, it is highlighted, helping the visitor to know where in the site they&#8217;ve found themselves.</p>
<p>The underlying publishing platform is <a title="WordPress website" href="http://www.wordpress.org" target="_blank">WordPress</a>, a popular blogging and web publishing tool that&#8217;s put many millions of websites online.  By plugging into its APIs we are able to add extra functionality without causing legacy problems in the future.</p>
<p>WordPress allows a range of blogging functions which help the professional blogger &#8211; for example, the ability to post date features means that content can be published automatically once the date has arrived.  Useful for embargoed press releases, for example.  This helps Sniff Petrol to batch output up ready for editions, which is the working method preferred for the site.</p>
<p>Other useful facilities include the ability to assign posts to different &#8216;users&#8217; &#8211; on Sniff Petrol a users like Crazy Dave Coulthard, D.I. Blundell and Carcoat Damphands have been defined, and posts can then be written with them as the author.</p>
<h3>Traffic Improvement</h3>
<p>In order to deal with the greater technical requirements of the new site, as well as ensuring higher availability and regular backups, it was decided to move everything on to Interconnect IT&#8217;s servers.  The initial load was high, with over 6,000 visitors per day within just a few days.  People around the world quickly learned that there was a new version of the site and traffic climbed exponentially at first.  A sudden increase in traffic can sometimes be disastrous to a blog, but our well specified server barely noticed the change.</p>
<p>Overall, with like-on-like comparisons, the site has seen an increase in visits by over 100% &#8211; measured in the short term.  It&#8217;s likely that due to the more regularly updated content that, in the long term, the site&#8217;s traffic will grow considerably.</p>
<h3>Months Later&#8230;</h3>
<p>Site traffic continued to climb, and is now steadily at 600% over the original visitor levels.  This meant some tweaking to maintain server performance and keep bandwidth bills reasonable.  This huge increase in visitors has happened because not only is the site updated more regularly than before, it&#8217;s also easier to keep track off &#8211; there are 3,000 visits a day from RSS readers alone.</p>
<h3>In 2009&#8230;</h3>
<p>The site is continuing to perform and grow.  Sniff Petrol&#8217;s use of Twitter, coupled with a Twitter widget in the sidebar, has helped bring the site to a new audience.  Updates ended up going back to a monthly basis, but the ease of use with WordPress means that the site&#8217;s owner continues to enjoy posting to it on a regular basis.</p>
<p><a title="Contact Form" href="http://www.interconnectit.com/contact/">If you&#8217;d like a site like this one, why not contact us on 0151 331 5140 (+44 151 331 5140 from outside the UK) or complete our contact form for a free initial consultation.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.interconnectit.com/241/sniff-petrol-case-study/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
