<?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</title>
	<atom:link href="http://interconnectit.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://interconnectit.com</link>
	<description></description>
	<lastBuildDate>Mon, 30 Jan 2012 15:53:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Designing The Plaza</title>
		<link>http://interconnectit.com/3082/designing-the-plaza/</link>
		<comments>http://interconnectit.com/3082/designing-the-plaza/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 17:05:56 +0000</pubDate>
		<dc:creator>Robert O'Rourke</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Plaza Cinema]]></category>

		<guid isPermaLink="false">http://interconnectit.com/?p=3082</guid>
		<description><![CDATA[You may have heard by now that we recently launched a new website for the Plaza Community Cinema in Waterloo near Liverpool. We try to fit one charity project in a year at interconnect/it to give ourselves a challenge that wouldn&#8217;t normally come up. I should come clean that part of the reason for doing this project is that we were&#8230; <a class="more" href="http://interconnectit.com/3082/designing-the-plaza/">continue reading <span class="unicode">&#8674;</span></a>]]></description>
			<content:encoded><![CDATA[<p>You may have heard by now that we recently launched a new website for the<a href="http://plazacinema.org.uk"> Plaza Community Cinema</a> in Waterloo near Liverpool. We try to fit one charity project in a year at interconnect<strong>/it </strong>to give ourselves a challenge that wouldn&#8217;t normally come up. I should come clean that part of the reason for doing this project is that we were hoping to be selected to design and build the new website for <a href="http://www.fact.co.uk/">FACT</a> however after making it to the short list there were two other agencies that pipped us to the post. Grrr.</p>
<p>It would have been a shame to waste the ideas we had and the planning we&#8217;d done so I got in touch with local artist and teacher <a href="http://twitter.com/smeechuk">Sam Meech</a> who I met at one our SWIG events. Sam had put together the existing Plaza website using an off the shelf theme but it had it had it&#8217;s fair share of problems when it came to maintaining film times and organising content.</p>
<h2>Background</h2>
<div id="attachment_3635" class="wp-caption alignright" style="width:680px;"><img class="size-large wp-image-3635" title="Cinema Facade" src="http://www.interconnectit.com/wp-content/uploads/2012/01/mcnulty-11-680x308.jpg" alt="" width="680" height="308" /><p class="wp-caption-text">photograph by Mark McNulty</p></div>
<p>The Plaza cinema has had a few different owners through the years. When I was little it was an Odeon cinema and being just around the corner from my home it was always where I went to see films throughout my childhood, the first one I remember being <a href="http://www.themoviedb.org/movie/11319-the-rescuers">The Rescuers</a>, then not long after that I remember being utterly petrified by the &#8216;giant&#8217; scorpion in <a href="http://www.themoviedb.org/movie/9354-honey-i-shrunk-the-kids">Honey I shrunk the Kids</a>!</p>
<div id="attachment_3633" class="wp-caption alignright" style="width:320px;"><img class="size-medium wp-image-3633" title="Screen 1" src="http://www.interconnectit.com/wp-content/uploads/2012/01/mcnulty-06-320x212.jpg" alt="" width="320" height="212" /><p class="wp-caption-text">photograph by Mark McNulty</p></div>
<p>After a closure and reopening as the Apollo cinema, the old art deco building eventually came under threat of demolition. This did not go over well with the community in Waterloo and the surrounding areas! Happily the cinema was reopened as a charity and is run by its fantastic volunteers so it really does belong to the community. I was only too pleased when Dave gave the nod to spend the time that was booked for FACT to create a new website for the Plaza, a place that was very much a part of my formative years.</p>
<h2>Getting Started</h2>
<p>We met up with Sam, James and Martin who were the volunteers responsible for managing the website to find out what their thoughts were and to share our ideas. the response was very positive and as it turned out I had (almost) complete freedom to get creating.</p>
<p>There were some branding guidelines and a logo in place developed by students at the <a href="http://www.ljmu.ac.uk/lsa/">John Moores University Art and Design Academy</a> under the guidance of Sam, some photos by <a href="http://www.mcnulty.co.uk/">Mark McNulty</a> and <a href="http://michaelsheerin.photoshelter.com/">Michael Sheerin</a> and a plethora of printed material to start from.</p>
<h3>AutomatIC for the People</h3>
<p>Before I could get too engrossed in designing the website there was one pretty crucial technical aspect that I wanted to address &#8211; streamlining the process of gathering data about the films.</p>
<p>I created a plugin to integrate themoviedb.org&#8217;s API with WordPress and you can see it in action on this dodgy screen cast Dave put together.</p>
<p><iframe width="680" height="383" src="http://www.youtube.com/embed/eJf9ThyRUnY?fs=1&#038;feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>The nice thing is with the approach I took to writing the plugin its functionality can be added to any post type using the built in wordpress method:</p>
<pre>add_post_type_support( 'post_type', 'movie' );</pre>
<p>That line on its own adds all the custom taxonomies for actors, genres, directors etc&#8230; and the meta box for searching the db and populating the post data and gallery.</p>
<p>You can <a href="https://github.com/interconnectit/MovieDBPress">grab the movie db plugin from github</a>.</p>
<h3>Recurrence, recurrence, recurrence&#8230;</h3>
<p>That word starts to look funny written multiple times&#8230; This is the technical issue that caused me the most sleep deprivation due to the regularly shifting schedules of the movies. The events management plugin we&#8217;ve been developing already had a means of creating repeating events but for movie listings the game changes in a subtly significant way. I had to make it possible for an event to happen multiple times within a single day, but also at different times within the day over the course of the repeating event. For example a film might be on at a fixed time every week day with extra showings on the weekends and one day of the week where it was not on at all.</p>
<div id="attachment_3640" class="wp-caption alignright" style="width:680px;"><img class="size-large wp-image-3640" title="subdaily recurrence" src="http://www.interconnectit.com/wp-content/uploads/2012/01/subdaily-recurrence-680x460.jpg" alt="" width="680" height="460" /><p class="wp-caption-text">The events interface showing subdaily times</p></div>
<p>While the implementation I came up with may not be the best, especially in terms of the data structure the guys were able to get on with the UI without too many problems.</p>
<h3>Research</h3>
<p>The Plaza has a few unique points that set it apart from the likes of the Odeon and other chain multiplexes. There are midnight screenings for new and classic movies, family screen events, charity or film festival events, film club events, autism and disability friendly screenings as well as community outreach projects.</p>
<h4>Autism</h4>
<p>Most of the above would be covered by providing a means of categorising the movies however one notable element of the design was that the site would be catering to people on the Autism spectrum. Cue the hive mind! I asked for some advice from my followers about any experience or knowledge they had of design considerations that I should be aware of for the project. I received a slew of very useful tips and links from <a href="http://twitter.com/paultimney">Paul Timney</a>, <a href="http://twitter.com/anthony_casey">Anthony Casey</a>, <a href="http://twitter.com/orchard_andy">Andy Chesters</a> and a few others whose tweets I forgot to archive (sorry!).</p>
<p>In summary some of the main considerations to make are:</p>
<ul>
<li>Yellow type on black is easier to read (same goes for visually impaired users)</li>
<li>Avoid having too much on the page &#8211; multiple columns or too many boxes of info could lead to confusion</li>
<li>Spacing of type is crucial, in particular the use of generous leading</li>
<li>Simple or clear fonts at a slightly larger size than on a normal website</li>
<li>Consider using PECS symbols (<a href="http://www.autism.org.uk/picturesymbols">Picture Exchange Communication System</a>) which a lot of people on the autistic spectrum use, often their reading is not too great and PECS is a universal system</li>
</ul>
<p>Andy got his information from his partner who works at Landgate School in Wigan who specialise in educating young people on the autism spectrum. He went on to ask about the use of movement in web design eg. animated type or images or flashing for example. The response was a little unexpected:</p>
<blockquote><p>Moving type or animations could actually engage them as long as they&#8217;re not too random, complicated or chaotic</p></blockquote>
<p>Good to know!</p>
<p>So the question is &#8211; did I follow all of this advice? Well, no, not all of it. Although people on the autism spectrum make up part of the audience I was still designing for everyone else too (and partly for myself as a punter of the cinema).</p>
<p>I did heed the advice given to me in a few key areas though:</p>
<ul>
<li>Plenty of white space</li>
<li>Use of icons for the main menu items</li>
<li>Simple and familiar font</li>
<li>Only 2 columns in the main content areas</li>
<li>Avoided information overload by leaving out excerpts and sticking to a minimum of content on each page while still having a site that was easy to get around and discover content in</li>
<li>The site can be linearised and further simplified by reducing the width of the window or browsing on a mobile</li>
<li>The animations are used when appropriate and are quite subtle (in my opinion of course)</li>
</ul>
<p>If you want to find out more there is a lot of information to be found on <a href="http://www.autism.org.uk">autism.org.uk</a><span style="color: #656261;"><br />
</span></p>
<h4>ART DECO</h4>
<div id="attachment_3630" class="wp-caption alignright" style="width:320px;"><a href="http://www.bikeexif.com/art-deco-custom-motorcycle"><img class="size-medium wp-image-3630" title="art-deco-motorcycle" src="http://www.interconnectit.com/wp-content/uploads/2012/01/art-deco-motorcycle-320x214.jpg" alt="" width="320" height="214" /></a><p class="wp-caption-text">image via bikeexif.com</p></div>
<p>The cinema building is a classic example of art deco architecture as you can see from the photos. Given this heritage I began looking into the art deco style, in particular the vehicle designs of <a href="http://wikicars.org/en/Harley_Earl">Harley Earl</a> piqued my attention. My favourite find was this 1930 Henderson motorbike (not by Harley Earl) that looks like something out of <a href="http://www.themoviedb.org/movie/5137-sky-captain-and-the-world-of-tomorrow">Sky Captain and the World of Tomorrow</a>.</p>
<p>It echoed part of the branding already in place for the plaza in the shape of the horizontal stripes common to art deco design. The polished solid colours influenced the decision to make the header into a band of bright colour rather than to have the movie backdrop behind it as in some early mockups.</p>
<div id="attachment_3641" class="wp-caption alignnone" style="width:680px;"><img class="size-large wp-image-3641" title="mockup" src="http://www.interconnectit.com/wp-content/uploads/2012/01/mockup-2_r1_c1-680x495.jpg" alt="" width="680" height="495" /><p class="wp-caption-text">A scrapped idea for the home page</p></div>
<p>Other common features of the art deco style are the geometric arrangements, pleating and fanned lines, I experimented with bringing this detailing in at a few points but none of it felt right. I don&#8217;t feel that it&#8217;s a huge loss however.</p>
<p>I opted to stick to the simple 3 lines motif in only a handful of places and also mirrored the architecture of the building itself in a more subtle way to carry the design through. The grid I adopted was a 5 column fluid grid. By working from a width of 1000px it was easy to calculate relative percentages for my columns and sub elements. By making the design fluid it meant that it would still work when shrunk down up until the break point where the site becomes linear on an iPad held portrait-way.</p>
<p><em>Why a 5 column grid?</em> If you look at the photo of the front of the cinema at the beginning of this post there are 5 columns punctuating the facade. I felt this was a perfect way to marry the physical object and its digital representation.</p>
<h2>Rounding off</h2>
<p>Hopefully you&#8217;ve gained some insight in to the approach I took and the considerations behind the end result you see below. Of course I should mention the contributions and suggestions from my colleagues Dave, Tom &amp; James that helped to improve the experience and also the feedback I received from industry peers. Thanks to input and feedback from <a href="http://twitter.com/jonthebeef">Jon Grant</a>, <a href="http://twitter.com/nicktoye">Nick Toye</a>, <a href="http://twitter.com/cole007">Cole Henley</a> and numerous others (I love twitter!).</p>
<div class="figure"><a href="http://plazacinema.org.uk/"><img class="alignnone size-large wp-image-3642" title="Plaza Cinema - community cinema" src="http://www.interconnectit.com/wp-content/uploads/2012/01/Plaza-Cinema-community-cinema-680x421.png" alt="" width="680" height="421" /></a></div>
<p>After a very iterative design process and many many meetings with Sam to squash bugs and to tidy up and simplify the display of the film times, my first real foray into responsive web design has been well received by the cinema, it&#8217;s volunteers and customers. It&#8217;s always a good sign when a client has been happily updating their site with very little in the way of support from us after the initial training session.</p>
<p>As for me I&#8217;ll never be truly satisfied with anything I do, although the movie times section is damn tasty if I do say so myself!</p>
]]></content:encoded>
			<wfw:commentRss>http://interconnectit.com/3082/designing-the-plaza/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plaza Cinema</title>
		<link>http://interconnectit.com/3321/plaza-cinema/</link>
		<comments>http://interconnectit.com/3321/plaza-cinema/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 11:58:12 +0000</pubDate>
		<dc:creator>David Coveney</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Plaza Cinema]]></category>

		<guid isPermaLink="false">http://interconnectit.com/?p=3321</guid>
		<description><![CDATA[Cinema websites present a number of challenges, and are often surprisingly poor at selling the film in question. Our build for the Plaza Cinema automatically pulls in images and trailers for films, giving visitors a punchy, dynamic experience.]]></description>
			<content:encoded><![CDATA[<p>About once a year we like to build a site for a community group or charity that would otherwise struggle to get the funds together to really benefit from a top-end website.  To do this we either discount very heavily (there&#8217;s a new site for the Whitley Fund for Nature coming soon) or we donate the site entirely.</p>
<div id="attachment_3325" class="wp-caption alignright" style="width:320px;"><a href="http://www.interconnectit.com/wp-content/uploads/2011/12/FireShot-Screen-Capture-233-Plaza-Cinema-I-community-cinema-plazacinema_org_uk.jpg"><img class="size-medium wp-image-3325 " title="FireShot Screen Capture #233 - 'Plaza Cinema I community cinema' - plazacinema_org_uk" src="http://www.interconnectit.com/wp-content/uploads/2011/12/FireShot-Screen-Capture-233-Plaza-Cinema-I-community-cinema-plazacinema_org_uk-320x517.jpg" alt="" width="320" height="517" /></a><p class="wp-caption-text">The design combines form and function beautifully.</p></div>
<p>This year we donated some of our time and energy to Crosby, Liverpool&#8217;s <a href="http://plazacinema.org.uk">Plaza Cinema</a>.  In part they were selected because we&#8217;d just missed out on the running to redevelop the <a href="http://www.fact.co.uk/">FACT</a> website after having made the shortlist.  We had heads full of great ideas for the presentation of cinematic information and schedules and we fancied implementing them.  <a href="http://interconnectit.com/author/rob/">Rob</a>, the designer and developer of this site, had just moved into a new house around the corner from the Plaza Cinema and couldn&#8217;t help noticing that their site could benefit from our skills.  An idea was born, some calls were made, and a plan fell into place.</p>
<h3>Services Provided</h3>
<ul>
<li>Full Web Design</li>
<li>Development of sophisticated WordPress theme</li>
<li>Extension of Events Plugin to handle complex cinema schedules</li>
<li>Development of <a href="http://www.themoviedb.org/">TheMovieDb.org</a> API plugin to improve workflow</li>
<li>Custom taxonomies</li>
<li>Hosting</li>
<li>User training</li>
<li>Ongoing user support</li>
<li>Links to newsletter subscription systems</li>
<li>Ongoing content management support</li>
</ul>
<h3>Site Design</h3>
<p>A cinema website design is a tricky thing to get just right &#8211; after all, you need to be able to easily present complex scheduling information (what&#8217;s on, what&#8217;s coming soon, etc) whilst at the same time allowing the films to sell themselves.  We wanted to create a cinematic experience within the browser quite unlike the surprisingly poor visual experience of most cinema websites.</p>
<p>The design language within interconnect/<strong>it</strong> is very much based upon typographic systems following mathematical structures.  There&#8217;s not only a grid of columns, as is common on websites, but a carefully structured typographic scale allowing for the creation of vertical rhythm.</p>
<p>With the strong typographic there is little need for graphical frippery and instead you can allow the text and movie images to really stand out.  On the movie pages we use large backdrop images, pulled in automatically from the TheMovieDb.org, to create a visually bold statement with very little effort from the site administrators.</p>
<div id="attachment_3323" class="wp-caption alignright" style="width:320px;"><a href="http://www.interconnectit.com/wp-content/uploads/2011/12/FireShot-Screen-Capture-231-Plaza-Cinema-I-community-cinema-plazacinema_org_uk.jpg"><img class="size-medium wp-image-3323" title="FireShot Screen Capture #231 - 'Plaza Cinema I community cinema' - plazacinema_org_uk" src="http://www.interconnectit.com/wp-content/uploads/2011/12/FireShot-Screen-Capture-231-Plaza-Cinema-I-community-cinema-plazacinema_org_uk-320x432.jpg" alt="" width="320" height="432" /></a><p class="wp-caption-text">The simplified small screen view.</p></div>
<p>On top of this there is a dynamic feel to the site where hovering over film names changes the backdrops, and clicking them has the feeling of dimming the lights while the film trailer is pulled in from YouTube.  The feeling of being at the cinema is reproduced in these actions.</p>
<h3>Responsive Design</h3>
<p>Not only is the site visually powerful on a large screen or laptop, it changes itself should you have a small screen such as a telephone or tablet.  This responsive design allows for a simplified presentation whilst retaining all the important information.</p>
<h3>Time-Saving Workflow</h3>
<p>One key element we focus on at interconnect/<strong>it</strong> is that visual design is nothing without a good workflow for the people who assemble the site.  A CMS should never slow down or stress the user or visitor, and we look at what takes up their time and what we can do to save it.  In this site&#8217;s case, the ability to automatically pull in movie descriptions, images and taxonomies such as actors and directors means that a lot of time is saved in creating the site&#8217;s content.  It used to take about an hour to create a film listing whereas it now takes around five to ten minutes to not only list the film, but allow visitors to view trailers and see the key people involved.</p>
<p>This video shows how the workflow comes together:</p>
<p><iframe width="680" height="383" src="http://www.youtube.com/embed/eJf9ThyRUnY?fs=1&#038;feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>Visit the <a href="http://plazacinema.org.uk/">Plaza Cinema website</a> and see for yourself why it’s a step forward in cinema website design.</p>
<h3>Gallery</h3>

<a href='http://interconnectit.com/3321/plaza-cinema/fireshot-screen-capture-230-plaza-cinema-i-community-cinema-plazacinema_org_uk/' title='FireShot Screen Capture #230 - &#039;Plaza Cinema I community cinema&#039; - plazacinema_org_uk'><img width="200" height="121" src="http://www.interconnectit.com/wp-content/uploads/2011/12/FireShot-Screen-Capture-230-Plaza-Cinema-I-community-cinema-plazacinema_org_uk-200x121.jpg" class="attachment-thumbnail" alt="FireShot Screen Capture #230 - &#039;Plaza Cinema I community cinema&#039; - plazacinema_org_uk" title="FireShot Screen Capture #230 - &#039;Plaza Cinema I community cinema&#039; - plazacinema_org_uk" /></a>
<a href='http://interconnectit.com/3321/plaza-cinema/fireshot-screen-capture-231-plaza-cinema-i-community-cinema-plazacinema_org_uk/' title='FireShot Screen Capture #231 - &#039;Plaza Cinema I community cinema&#039; - plazacinema_org_uk'><img width="200" height="270" src="http://www.interconnectit.com/wp-content/uploads/2011/12/FireShot-Screen-Capture-231-Plaza-Cinema-I-community-cinema-plazacinema_org_uk-200x270.jpg" class="attachment-thumbnail" alt="FireShot Screen Capture #231 - &#039;Plaza Cinema I community cinema&#039; - plazacinema_org_uk" title="FireShot Screen Capture #231 - &#039;Plaza Cinema I community cinema&#039; - plazacinema_org_uk" /></a>
<a href='http://interconnectit.com/3321/plaza-cinema/fireshot-screen-capture-232-plaza-cinema-i-community-cinema-plazacinema_org_uk/' title='FireShot Screen Capture #232 - &#039;Plaza Cinema I community cinema&#039; - plazacinema_org_uk'><img width="200" height="121" src="http://www.interconnectit.com/wp-content/uploads/2011/12/FireShot-Screen-Capture-232-Plaza-Cinema-I-community-cinema-plazacinema_org_uk-200x121.jpg" class="attachment-thumbnail" alt="FireShot Screen Capture #232 - &#039;Plaza Cinema I community cinema&#039; - plazacinema_org_uk" title="FireShot Screen Capture #232 - &#039;Plaza Cinema I community cinema&#039; - plazacinema_org_uk" /></a>
<a href='http://interconnectit.com/3321/plaza-cinema/fireshot-screen-capture-233-plaza-cinema-i-community-cinema-plazacinema_org_uk/' title='FireShot Screen Capture #233 - &#039;Plaza Cinema I community cinema&#039; - plazacinema_org_uk'><img width="200" height="323" src="http://www.interconnectit.com/wp-content/uploads/2011/12/FireShot-Screen-Capture-233-Plaza-Cinema-I-community-cinema-plazacinema_org_uk-200x323.jpg" class="attachment-thumbnail" alt="FireShot Screen Capture #233 - &#039;Plaza Cinema I community cinema&#039; - plazacinema_org_uk" title="FireShot Screen Capture #233 - &#039;Plaza Cinema I community cinema&#039; - plazacinema_org_uk" /></a>
<a href='http://interconnectit.com/3321/plaza-cinema/plazalogo/' title='plazalogo'><img width="200" height="68" src="http://www.interconnectit.com/wp-content/uploads/2011/12/plazalogo.png" class="attachment-thumbnail" alt="plazalogo" title="plazalogo" /></a>

]]></content:encoded>
			<wfw:commentRss>http://interconnectit.com/3321/plaza-cinema/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>bigSWIG</title>
		<link>http://interconnectit.com/3161/bigswig/</link>
		<comments>http://interconnectit.com/3161/bigswig/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 18:31:44 +0000</pubDate>
		<dc:creator>Tom J Nowell</dc:creator>
				<category><![CDATA[Interest Group Events]]></category>
		<category><![CDATA[SWIG]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://interconnectit.com/?p=3161</guid>
		<description><![CDATA[The Liverpool WordPress Interest Group invites you to an evening of learning and networking at Leaf on Bold Street. Event Registration Online for bigSWIG Tuesday 24th January @ 6.30 SWIG started off as a purely WordPress based community group meeting at the interconnect/it offices.  It&#8217;s clearly become something more than just that and is of interest to anybody who works and&#8230; <a class="more" href="http://interconnectit.com/3161/bigswig/">continue reading <span class="unicode">&#8674;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The Liverpool WordPress Interest Group invites you to an evening of learning and networking at <a href="http://www.thisisleaf.co.uk/">Leaf</a> on Bold Street.</p>
<div class="alignright" style="width:195px; text-align:center;" ><iframe  src="http://www.eventbrite.co.uk/countdown-widget?eid=2676400185" frameborder="0" height="304" width="195" marginheight="0" marginwidth="0" scrolling="no" allowtransparency="true"></iframe>
<div style="font-family:Helvetica, Arial; font-size:10px; padding:5px 0 5px; margin:2px; width:195px; text-align:center;" ><a style="color:#ddd; text-decoration:none;" target="_blank" href="http://www.eventbrite.co.uk/r/ecount" >Event Registration Online</a><span style="color:#ddd;" > for </span><a style="color:#ddd; text-decoration:none;" target="_blank" href="http://bigswig.eventbrite.co.uk?ref=ecount" >bigSWIG</a></div>
</div>
<p><strong>Tuesday 24th January @ 6.30</strong></p>
<p>SWIG started off as a purely WordPress based community group meeting at the interconnect/<strong>it</strong> offices<strong>.</strong>  It&#8217;s clearly become something more than just that and is of interest to anybody who works and lives on the web. With speakers on topics as diverse as copywriting and business management as well as the continued WP interest we&#8217;ve now decided to run a larger occasional paid ticket event called bigSWIG.</p>
<p>Leaf is a great venue in central Liverpool, with excellent food, alcohol and soft drinks available, making for a convivial and relaxing atmosphere.</p>
<h3>Speakers:</h3>
<ul>
<li><a href="http://hereinthehive.com/" target="_blank">Dan Donald</a><br />
Reactive web design &#8211; designing for context</li>
<li><a href="http://www.systemerror.co.uk/" target="_blank">Jake Smith</a><br />
WordPress in the wild - megadrive.me</li>
<li><a href="http://whatshesaid.co.uk/" target="_blank">Lydia Bates</a><br />
Writing for the web</li>
<li><a href="http://www.wpbees.com/" target="_blank">Chris Hough</a><br />
Creating a theme options panel</li>
</ul>
<h3>Q&amp;A session</h3>
<p><strong></strong>Get the answers to any burning questions you have about web design and WordPress.</p>
<h3>Tickets</h3>
<ul>
<li>£5</li>
<li>£4 for students</li>
</ul>
<p>This is the first time we&#8217;ve tried to run SWIG as a larger event so please please please spread the word!</p>
<div style="width: 100%; text-align: left;"><iframe src="http://www.eventbrite.co.uk/tickets-external?eid=2676400185&amp;ref=etckt" frameborder="0" scrolling="auto" width="100%" height="244"></iframe></p>
<div style="font-family: Helvetica, Arial; font-size: 10px; padding: 5px 0 5px; margin: 2px; width: 100%; text-align: left;"><a style="color: #ddd; text-decoration: none;" href="http://www.eventbrite.co.uk/r/etckt" target="_blank">Event management</a><span style="color: #ddd;"> for </span><a style="color: #ddd; text-decoration: none;" href="http://bigswig.eventbrite.co.uk?ref=etckt" target="_blank">bigSWIG</a><span style="color: #ddd;"> powered by </span><a style="color: #ddd; text-decoration: none;" href="http://www.eventbrite.co.uk?ref=etckt" target="_blank">Eventbrite</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://interconnectit.com/3161/bigswig/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SWIGmas &#8211; 15th December Special</title>
		<link>http://interconnectit.com/3134/swigmas-15th-december-special/</link>
		<comments>http://interconnectit.com/3134/swigmas-15th-december-special/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 10:55:45 +0000</pubDate>
		<dc:creator>David Coveney</dc:creator>
				<category><![CDATA[Interest Group Events]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[SWIG]]></category>

		<guid isPermaLink="false">http://interconnectit.com/?p=3134</guid>
		<description><![CDATA[SWIGmas is the end of year get together for all SWIGgers &#8211; we&#8217;ll relax a little, have a drink, and watch some entertaining and thoughtful videos on a range of web and design related subjects. Nothing too heavy, and we&#8217;re not planning on anyone giving a talk as we know how hard it is to prepare in the run-up to&#8230; <a class="more" href="http://interconnectit.com/3134/swigmas-15th-december-special/">continue reading <span class="unicode">&#8674;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="attachment_2043" class="wp-caption alignright" style="width:320px;"><img title="swig-logo1-flat" src="http://www.interconnectit.com/wp-content/uploads/2011/03/swig-logo1-flat-320x121.png" alt="" width="320" height="121" /><p class="wp-caption-text">One day we&#39;ll do a proper logo</p></div>
<p>SWIGmas is the end of year get together for all SWIGgers &#8211; we&#8217;ll relax a little, have a drink, and watch some entertaining and thoughtful videos on a range of web and design related subjects. Nothing too heavy, and we&#8217;re not planning on anyone giving a talk as we know how hard it is to prepare in the run-up to Xmas.</p>
<p>This month the event is being held on the fifteenth, rather than the normal last Thursday because&#8230; well, we all know that an event in the middle of the holidays will be <em>quiet</em> to say the least.</p>
<p>In January we have <a href="http://twitter.com/hereinthehive">Dan Donald</a> from <a href="http://speaktheweb.org/">Speak the Web</a> presenting on an as yet undisclosed topic so don&#8217;t miss it! Tickets for the January BIGSwig will be announced shortly.</p>
<h3>Meeting Location</h3>
<p>This meet-up takes place at the <a href="http://interconnectit.com/about/find-us/">interconnect/<strong>it</strong> offices</a>. The SWIG meeting room takes place on the first floor of the Liverpool Science Park (meeting room 1, up the stairs to the first floor once you enter the building, through the propped open door and then first on your right).</p>
<h3>Agenda for this Meeting, starting at 6:30pm</h3>
<ol>
<li>Welcome and Introductions &#8211; tell us who you are and what you do, and something cool you learned about WordPress recently like new plugins or themes</li>
<li><strong>&#8220;F*ck You, Pay Me&#8221;</strong> &#8211; The Happy Cog way of dealing with getting paid. Chosen because we can all have these problems.</li>
<li><strong>&#8220;Can we eat to starve cancer?&#8221;</strong> &#8211; TED talk by William Li, chosen because you never know, a blow-out Xmas dinner could save your life!</li>
<li><strong>&#8220;Design and Discovery&#8221;</strong> &#8211; TED talk by David Carson</li>
<li>Q&amp;A</li>
<li>Drinks at a nearby pub and open forum</li>
</ol>
<p>Don&#8217;t forget to get in touch if you want to present something at one of friendly meetings, it doesn&#8217;t strictly have to be to do with WordPress so talks on design, copywriting, marketing, case studies or just fun web stuff are all fair game. We&#8217;ve had some great talks over summer, and the event just keeps getting better and bigger.</p>
<p>If you&#8217;d like to add anything to the agenda &#8211; just mention it in the comments. Please use the form below to register (it&#8217;s free to attend!) If you can&#8217;t make it to a meeting and have booked a ticket please do let us know as numbers are strictly limited and it&#8217;s disappointing to have five no-shows on a sold out night.</p>
<div style="width: 100%; text-align: left;">
<p><iframe src="http://www.eventbrite.com/tickets-external?eid=2077741581&amp;ref=etckt" frameborder="0" marginwidth="5" marginheight="5" scrolling="auto" width="100%" height="240"></iframe></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://interconnectit.com/3134/swigmas-15th-december-special/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Liverpool WordPress Interest Group (SWIG) Meeting &#8211; 24th November</title>
		<link>http://interconnectit.com/3070/liverpool-wordpress-interest-group-swig-meeting-24th-november/</link>
		<comments>http://interconnectit.com/3070/liverpool-wordpress-interest-group-swig-meeting-24th-november/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 13:02:34 +0000</pubDate>
		<dc:creator>Robert O'Rourke</dc:creator>
				<category><![CDATA[Interest Group Events]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[SWIG]]></category>

		<guid isPermaLink="false">http://interconnectit.com/?p=3070</guid>
		<description><![CDATA[In the run up to SWIGmas we&#8217;ve got a great event on this month. We have 2 talks from regulars Matt Pealing and Anthony Casey covering the modern web design techniques and how WordPress can be applied to very specific content management jobs so it promises to be much more interesting than listening to me prattle on! Next month&#8217;s event&#8230; <a class="more" href="http://interconnectit.com/3070/liverpool-wordpress-interest-group-swig-meeting-24th-november/">continue reading <span class="unicode">&#8674;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="attachment_2043" class="wp-caption alignright" style="width:320px;"><img title="swig-logo1-flat" src="http://www.interconnectit.com/wp-content/uploads/2011/03/swig-logo1-flat-320x121.png" alt="" width="320" height="121" /><p class="wp-caption-text">The SWIG logo - shall we do one properly yet?</p></div>
<p>In the run up to SWIGmas we&#8217;ve got a great event on this month. We have 2 talks from regulars Matt Pealing and Anthony Casey covering the modern web design techniques and how WordPress can be applied to very specific content management jobs so it promises to be much more interesting than listening to me prattle on!</p>
<p>Next month&#8217;s event will be on the 15th to avoid eating into our precious holidays. We&#8217;re planning a movie night with a few talks from vimeo and TED with discussion time afterwards, or if it&#8217;s by popular demand we can always watch my Helvetica DVD&#8230; (you know you want to).</p>
<p>In January we have <a href="http://twitter.com/hereinthehive">Dan Donald</a> from <a href="http://speaktheweb.org/">Speak the Web</a> presenting on an as yet undisclosed topic so don&#8217;t miss it!</p>
<h3>Meeting Location</h3>
<p>This meet-up takes place at the <a href="http://interconnectit.com/about/find-us/">interconnect/<strong>it</strong> offices</a>. As those from September&#8217;s SWIG remember we can seat more people with a bigger room on the first floor in (meeting room 1, up the stairs once you enter the building, through the door and on your right).</p>
<h3>Agenda for this Meeting, starting at 6:30pm</h3>
<ol>
<li>Welcome and Introductions &#8211; tell us who you are and what you do, and something cool you learned about WordPress recently like new plugins or themes</li>
<li>Quick discussion about ideas and get things arranged for the next month&#8217;s event</li>
<li><strong>&#8220;Responsive Design&#8221;</strong> &#8211; presentation by <a href="http://twitter.com/anthony_casey">Anthony Casey</a></li>
<li><strong>&#8220;Building a directory website with WordPress&#8221;</strong> &#8211; presentation by <a href="http://twitter.com/pealo86">Matt Pealing</a></li>
<li>Q&amp;A</li>
<li>Drinks at a nearby pub and open forum</li>
</ol>
<p>Don&#8217;t forget to get in touch if you want to present something at one of friendly meetings, it doesn&#8217;t strictly have to be to do with WordPress so talks on design, copywriting, marketing, case studies or just fun web stuff are all fair game. We&#8217;ve had some great talks over summer, and the event just keeps getting better and bigger.</p>
<p>If you&#8217;d like to add anything to the agenda &#8211; just mention it in the comments. Please use the form below to register (it&#8217;s free to attend!) If you can&#8217;t make it to a meeting and have booked a ticket please do let us know as numbers are strictly limited and we&#8217;re always completely sold out of seated places. You can also book in advance for December&#8217;s meeting (15th).</p>
<div style="width: 100%; text-align: left;">
<p><iframe src="http://www.eventbrite.com/tickets-external?eid=2077741581&amp;ref=etckt" frameborder="0" marginwidth="5" marginheight="5" scrolling="auto" width="100%" height="240"></iframe></p>
</div>
<h2>Presentations</h2>
<h3>Won&#8217;t Somebody think of the internet connected fridge?</h3>
<p>Talk by <a href="http://www.escapecrate.co.uk/">Anthony Casey</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://interconnectit.com/3070/liverpool-wordpress-interest-group-swig-meeting-24th-november/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Saving You Time With Clever Code</title>
		<link>http://interconnectit.com/3062/saving-you-time-with-clever-code/</link>
		<comments>http://interconnectit.com/3062/saving-you-time-with-clever-code/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 12:52:43 +0000</pubDate>
		<dc:creator>David Coveney</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Screencasts]]></category>

		<guid isPermaLink="false">http://interconnectit.com/?p=3062</guid>
		<description><![CDATA[One thing that many non-clients fail to appreciate about our work here is that it&#8217;s not just about pretty front ends.  We believe in streamlining your workflow so that when you need to keep your content up to date it&#8217;s as quick and easy as possible. We&#8217;re currently building a site for the Plaza Cinema in Crosby, Liverpool which makes&#8230; <a class="more" href="http://interconnectit.com/3062/saving-you-time-with-clever-code/">continue reading <span class="unicode">&#8674;</span></a>]]></description>
			<content:encoded><![CDATA[<p>One thing that many non-clients fail to appreciate about our work here is that it&#8217;s not just about pretty front ends.  We believe in streamlining your workflow so that when you need to keep your content up to date it&#8217;s as quick and easy as possible.</p>
<p>We&#8217;re currently building a site for the Plaza Cinema in Crosby, Liverpool which makes use of API calls to <a href="http://www.themoviedb.org/">themoviedb.org</a> API in order to pull in movie summaries, trailers, backdrop images and posters automatically.  This will save the users a considerable amount of time when creating listings as they will no longer need to find images and painstakingly resize them, nor will they have to search for the trailers, poster images or details such as actors and directors.</p>
<p>Over time this will also create an extensive referrable database of films shown by the cinema which will be interesting from a historical and analytical perspective as well.</p>
<p>Anyway, you came here for the demo because that shows more than a thousand words ever could.  So here it is&#8230;</p>
<p><object width="680" height="383"><param name="movie" value="http://www.youtube.com/v/eJf9ThyRUnY?version=3&#038;feature=oembed"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/eJf9ThyRUnY?version=3&#038;feature=oembed" type="application/x-shockwave-flash" width="680" height="383" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>http://www.themoviedb.org/</p>
]]></content:encoded>
			<wfw:commentRss>http://interconnectit.com/3062/saving-you-time-with-clever-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Digital TV Europe Doubles Search Engine Traffic</title>
		<link>http://interconnectit.com/3040/digital-tv-europe-doubles-search-engine-traffic/</link>
		<comments>http://interconnectit.com/3040/digital-tv-europe-doubles-search-engine-traffic/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 14:21:39 +0000</pubDate>
		<dc:creator>David Coveney</dc:creator>
				<category><![CDATA[Case Studies]]></category>
		<category><![CDATA[Informa]]></category>

		<guid isPermaLink="false">http://interconnectit.com/?p=3040</guid>
		<description><![CDATA[When Digital TV Europe decided to switch to WordPress they knew why - better search engine results, and an easier workflow.  Here we explain how that worked out after going live.]]></description>
			<content:encoded><![CDATA[<p>In mid summer 2011 we were pleased to develop and launch the new <a href="http://www.digitaltveurope.net/">Digital TV Europe</a> site, based on <a title="WordPress" href="http://wordpress.org">WordPress</a> and using our sectioning technology.</p>
<p>The site had previously run on the Squiz CMS but had been suffering from poor search engine performance and low visitor engagement. Having had a <a href="http://interconnectit.com/tag/informa/">number of past successes</a> with interconnect/<strong>it</strong> developed WordPress sites in the past, Informa were keen to have us build this site.</p>
<p>Following the Informa supplied designs, we were able to quickly turn around a sophisticated, feature loaded news site that worked well with their workflow.</p>
<p>But what you really want to know is this &#8211; the increase in readership that followed going live with the new layout and system was substantial. From 16,830 visits in April 2011 to 25,098 visits in September. An increase of 50%. Page views went up even further, up by 63%. And the headline story is that a substantial proportion of that was due to improved search engine performance, with the new site bringing 10,678 visitors in a month compared to 5,285 visitors back in May. That&#8217;s more than double the search engine traffic.</p>
<div id="attachment_3044" class="wp-caption alignright" style="width:320px;"><a href="http://www.interconnectit.com/wp-content/uploads/2011/11/dtvemay.jpg"><img class="size-medium wp-image-3044" title="dtvemay" src="http://www.interconnectit.com/wp-content/uploads/2011/11/dtvemay-320x102.jpg" alt="" width="320" height="102" /></a><p class="wp-caption-text">April-May</p></div>
<h3>Why Such Gains?</h3>
<ol>
<li>Automatic pinging of search engines when posting new content, meaning that fresh news is indexed promptly.</li>
<li>Properly structured HTML.</li>
<li>A sensible permalink structure easily followed by search engines.</li>
</ol>
<div id="attachment_3045" class="wp-caption alignright" style="width:320px;"><a href="http://www.interconnectit.com/wp-content/uploads/2011/11/dtveseptember.jpg"><img class="size-medium wp-image-3045" title="dtveseptember" src="http://www.interconnectit.com/wp-content/uploads/2011/11/dtveseptember-320x101.jpg" alt="" width="320" height="101" /></a><p class="wp-caption-text">September-October</p></div>
<p>Of course, there can be more to it than just that.  A relaunch often brings with it a flurry of interest.  However, the traffic is sustained and, in our experience of sites such as Telecoms.com, the growth is compound.  In other words, the benefits will continue to accrue over the years. Often this comes with increased understanding of how to use SEO tools to improve search engine listings further.</p>
<h3>Referral Trafic Up By 75%</h3>
<p>Another important improvement has been the increase in referral traffic by 75% &#8211; this can drive the search engine rankings and can be due to the easier linking of the site and its new use of social tools to allow easy &#8216;liking&#8217; and bookmarking.  Unfortunately, we don&#8217;t have full access to analytics for this site, which precludes us from carrying out in-depth analysis on the site, but it does match in with our experience on sites where we&#8217;ve been able to drill down deeply into the data.</p>
<h3>Other Benefits</h3>
<p>Our experience also shows that the switch to WordPress often brings other benefits such as improved productivity, creative options, fantastic add-on SEO tools and so on.  As a client and users mature with the product and develop real expertise, we&#8217;ve found that they start to find new ways to exploit the power of the system.  This is a good thing &#8211; it means that after three or four years you should still be pleased with a system we&#8217;ve developed for you.</p>
<p>Ultimately, our tools shouldn&#8217;t feel like they slow you down &#8211; they should make you feel fast, free and even a little bit lucky.  Digital TV Europe may feel lucky they chose us and that they know have substantially more traffic than before, but hopefully they&#8217;re really enjoying the fast and the free!</p>
<p>Some screenshots below show the following elements of functionality:</p>
<ol>
<li>Multiple Widget powered pages.</li>
<li>Use of the interconnect/<strong>it</strong> Spots plugin for managing small elements of content.</li>
<li>Related Content.</li>
<li>Polls.</li>
<li>Sophisticated video handling.</li>
<li>Events listing (integrated with Magento API.)</li>
</ol>
<p>The best way to understand the site&#8217;s range is to <a href="http://www.digitaltveurope.net/">visit Digital TV Europe and look around</a>.</p>

<a href='http://interconnectit.com/3040/digital-tv-europe-doubles-search-engine-traffic/fireshot-capture-200-home-%c2%bb-digital-tv-europe-www_digitaltveurope_net_section_home/' title='FireShot capture #200 - &#039;Home » Digital TV Europe&#039; - www_digitaltveurope_net_section_home'><img width="200" height="121" src="http://www.interconnectit.com/wp-content/uploads/2011/11/FireShot-capture-200-Home-»-Digital-TV-Europe-www_digitaltveurope_net_section_home-200x121.jpg" class="attachment-thumbnail" alt="FireShot capture #200 - &#039;Home » Digital TV Europe&#039; - www_digitaltveurope_net_section_home" title="FireShot capture #200 - &#039;Home » Digital TV Europe&#039; - www_digitaltveurope_net_section_home" /></a>
<a href='http://interconnectit.com/3040/digital-tv-europe-doubles-search-engine-traffic/fireshot-capture-201-comment-%c2%bb-digital-tv-europe-www_digitaltveurope_net_category_comment/' title='FireShot capture #201 - &#039;Comment » Digital TV Europe&#039; - www_digitaltveurope_net_category_comment'><img width="200" height="121" src="http://www.interconnectit.com/wp-content/uploads/2011/11/FireShot-capture-201-Comment-»-Digital-TV-Europe-www_digitaltveurope_net_category_comment-200x121.jpg" class="attachment-thumbnail" alt="FireShot capture #201 - &#039;Comment » Digital TV Europe&#039; - www_digitaltveurope_net_category_comment" title="FireShot capture #201 - &#039;Comment » Digital TV Europe&#039; - www_digitaltveurope_net_category_comment" /></a>
<a href='http://interconnectit.com/3040/digital-tv-europe-doubles-search-engine-traffic/fireshot-capture-202-video_audio-%c2%bb-digital-tv-europe-www_digitaltveurope_net_section_videoaudio/' title='FireShot capture #202 - &#039;Video_Audio » Digital TV Europe&#039; - www_digitaltveurope_net_section_videoaudio'><img width="200" height="121" src="http://www.interconnectit.com/wp-content/uploads/2011/11/FireShot-capture-202-Video_Audio-»-Digital-TV-Europe-www_digitaltveurope_net_section_videoaudio-200x121.jpg" class="attachment-thumbnail" alt="FireShot capture #202 - &#039;Video_Audio » Digital TV Europe&#039; - www_digitaltveurope_net_section_videoaudio" title="FireShot capture #202 - &#039;Video_Audio » Digital TV Europe&#039; - www_digitaltveurope_net_section_videoaudio" /></a>
<a href='http://interconnectit.com/3040/digital-tv-europe-doubles-search-engine-traffic/fireshot-capture-203-events-%c2%bb-digital-tv-europe-www_digitaltveurope_net_category_events/' title='FireShot capture #203 - &#039;Events » Digital TV Europe&#039; - www_digitaltveurope_net_category_events'><img width="200" height="121" src="http://www.interconnectit.com/wp-content/uploads/2011/11/FireShot-capture-203-Events-»-Digital-TV-Europe-www_digitaltveurope_net_category_events-200x121.jpg" class="attachment-thumbnail" alt="FireShot capture #203 - &#039;Events » Digital TV Europe&#039; - www_digitaltveurope_net_category_events" title="FireShot capture #203 - &#039;Events » Digital TV Europe&#039; - www_digitaltveurope_net_category_events" /></a>
<a href='http://interconnectit.com/3040/digital-tv-europe-doubles-search-engine-traffic/fireshot-capture-204-dtve-channels-2011_-access-all-areas-%c2%bb-digital-tv-europe-www_digitaltveurope_net_16923_dtve-channels-2011-access-all-areas/' title='FireShot capture #204 - &#039;DTVE Channels 2011_ Access all areas » Digital TV Europe&#039; - www_digitaltveurope_net_16923_dtve-channels-2011-access-all-areas'><img width="200" height="121" src="http://www.interconnectit.com/wp-content/uploads/2011/11/FireShot-capture-204-DTVE-Channels-2011_-Access-all-areas-»-Digital-TV-Europe-www_digitaltveurope_net_16923_dtve-channels-2011-access-all-areas-200x121.jpg" class="attachment-thumbnail" alt="FireShot capture #204 - &#039;DTVE Channels 2011_ Access all areas » Digital TV Europe&#039; - www_digitaltveurope_net_16923_dtve-channels-2011-access-all-areas" title="FireShot capture #204 - &#039;DTVE Channels 2011_ Access all areas » Digital TV Europe&#039; - www_digitaltveurope_net_16923_dtve-channels-2011-access-all-areas" /></a>

]]></content:encoded>
			<wfw:commentRss>http://interconnectit.com/3040/digital-tv-europe-doubles-search-engine-traffic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Digital TV Europe</title>
		<link>http://interconnectit.com/3002/digital-tv-europe/</link>
		<comments>http://interconnectit.com/3002/digital-tv-europe/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 15:12:36 +0000</pubDate>
		<dc:creator>David Coveney</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://interconnectit.com/?p=3002</guid>
		<description><![CDATA[Using the words from their own website, Digital TV Europe magazine is renowned as the leading monthly international publication covering the business of broadband and pay-TV, whether cable, DTH, IPTV, DTT or mobile. It is read by senior management in engineering, content distribution, finance and marketing.]]></description>
			<content:encoded><![CDATA[<p>Using the words from their own website, Digital TV Europe magazine is renowned as the leading monthly international publication covering the business of broadband and pay-TV, whether cable, DTH, IPTV, DTT or mobile. It is read by senior management in engineering, content distribution, finance and marketing.</p>
<p>The site serves a community of over 14,000 decision makers.</p>
<div id="attachment_3004" class="wp-caption alignright" style="width:320px;"><a href="http://www.interconnectit.com/wp-content/uploads/2011/10/FireShot-capture-186-Home-%C2%BB-Digital-TV-Europe-www_digitaltveurope_net_section_home.jpg"><img class="size-medium wp-image-3004" title="FireShot capture #186 - 'Home » Digital TV Europe' - www_digitaltveurope_net_section_home" src="http://www.interconnectit.com/wp-content/uploads/2011/10/FireShot-capture-186-Home-%C2%BB-Digital-TV-Europe-www_digitaltveurope_net_section_home-320x681.jpg" alt="" width="320" height="681" /></a><p class="wp-caption-text">That&#39;s a very long screenshot, isn&#39;t it? But Digital TV Europe has a lot of news to get out there.</p></div>
<p>Digital TV Europe needed a stronger online presence along with a simpler way of managing content such that it could help retain users.</p>
<h3>Services Provided</h3>
<ul>
<li>Design feedback</li>
<li>Design detail completion</li>
<li>Development of sophisticated WordPress Theme</li>
<li>Events display from Magento feeds</li>
<li>Sections management</li>
<li>Tools to handle large numbers of advertising spots</li>
<li>Custom taxonomies</li>
<li>Custom post types</li>
<li type="_moz">Installation</li>
<li>Ongoing user and technical support</li>
</ul>
<h3>Site Build</h3>
<p>The site&#8217;s visuals and structure was designed by the Digital TV Europe team, and interpreted by interconnect/<strong>it</strong> into a WordPress theme and suite of functionality designed to provide simple usability.</p>
<p>Principle requirements included dramatically improved SEO, faster publishing, ability to handle a range of content types, tools to enable the placing of advertising in a wide range of spots.</p>
<h3>Three Months Later</h3>
<p>The site has been running without a single ticket raised since August 2011, and has attracted a growing readership.  They&#8217;ve been kind enough to release their traffic statistics to us and you can read more about the project&#8217;s success in our <a href="http://interconnectit.com/3040/digital-tv-europe-doubles-search-engine-traffic/" title="Digital TV Europe Doubles Search Engine Traffic">case study of the site&#8217;s traffic growth</a>.</p>
<h3>Gallery</h3>
<p>The images in this gallery reveal some of the functional elements of the site, but are in no way a complete representation, nor do they show the significant back-end tools that have been developed.<br />

<a href='http://interconnectit.com/3002/digital-tv-europe/fireshot-capture-186-home-%c2%bb-digital-tv-europe-www_digitaltveurope_net_section_home/' title='FireShot capture #186 - &#039;Home » Digital TV Europe&#039; - www_digitaltveurope_net_section_home'><img width="200" height="426" src="http://www.interconnectit.com/wp-content/uploads/2011/10/FireShot-capture-186-Home-»-Digital-TV-Europe-www_digitaltveurope_net_section_home-200x426.jpg" class="attachment-thumbnail" alt="That&#039;s a very long screenshot, isn&#039;t it?  But Digital TV Europe has a lot of news to get out there." title="FireShot capture #186 - &#039;Home » Digital TV Europe&#039; - www_digitaltveurope_net_section_home" /></a>
<a href='http://interconnectit.com/3002/digital-tv-europe/fireshot-capture-200-home-%c2%bb-digital-tv-europe-www_digitaltveurope_net_section_home-2/' title='FireShot-capture-200-Home-»-Digital-TV-Europe-www_digitaltveurope_net_section_home'><img width="200" height="121" src="http://www.interconnectit.com/wp-content/uploads/2011/10/FireShot-capture-200-Home-»-Digital-TV-Europe-www_digitaltveurope_net_section_home-200x121.jpg" class="attachment-thumbnail" alt="FireShot-capture-200-Home-»-Digital-TV-Europe-www_digitaltveurope_net_section_home" title="FireShot-capture-200-Home-»-Digital-TV-Europe-www_digitaltveurope_net_section_home" /></a>
<a href='http://interconnectit.com/3002/digital-tv-europe/fireshot-capture-201-comment-%c2%bb-digital-tv-europe-www_digitaltveurope_net_category_comment-2/' title='FireShot-capture-201-Comment-»-Digital-TV-Europe-www_digitaltveurope_net_category_comment'><img width="200" height="121" src="http://www.interconnectit.com/wp-content/uploads/2011/10/FireShot-capture-201-Comment-»-Digital-TV-Europe-www_digitaltveurope_net_category_comment-200x121.jpg" class="attachment-thumbnail" alt="FireShot-capture-201-Comment-»-Digital-TV-Europe-www_digitaltveurope_net_category_comment" title="FireShot-capture-201-Comment-»-Digital-TV-Europe-www_digitaltveurope_net_category_comment" /></a>
<a href='http://interconnectit.com/3002/digital-tv-europe/fireshot-capture-202-video_audio-%c2%bb-digital-tv-europe-www_digitaltveurope_net_section_videoaudio-2/' title='FireShot-capture-202-Video_Audio-»-Digital-TV-Europe-www_digitaltveurope_net_section_videoaudio'><img width="200" height="121" src="http://www.interconnectit.com/wp-content/uploads/2011/10/FireShot-capture-202-Video_Audio-»-Digital-TV-Europe-www_digitaltveurope_net_section_videoaudio-200x121.jpg" class="attachment-thumbnail" alt="FireShot-capture-202-Video_Audio-»-Digital-TV-Europe-www_digitaltveurope_net_section_videoaudio" title="FireShot-capture-202-Video_Audio-»-Digital-TV-Europe-www_digitaltveurope_net_section_videoaudio" /></a>
<a href='http://interconnectit.com/3002/digital-tv-europe/fireshot-capture-203-events-%c2%bb-digital-tv-europe-www_digitaltveurope_net_category_events-2/' title='FireShot-capture-203-Events-»-Digital-TV-Europe-www_digitaltveurope_net_category_events'><img width="200" height="121" src="http://www.interconnectit.com/wp-content/uploads/2011/10/FireShot-capture-203-Events-»-Digital-TV-Europe-www_digitaltveurope_net_category_events-200x121.jpg" class="attachment-thumbnail" alt="FireShot-capture-203-Events-»-Digital-TV-Europe-www_digitaltveurope_net_category_events" title="FireShot-capture-203-Events-»-Digital-TV-Europe-www_digitaltveurope_net_category_events" /></a>
<a href='http://interconnectit.com/3002/digital-tv-europe/fireshot-capture-204-dtve-channels-2011_-access-all-areas/' title='FireShot-capture-204-DTVE-Channels-2011_-Access-all-areas'><img width="200" height="121" src="http://www.interconnectit.com/wp-content/uploads/2011/10/FireShot-capture-204-DTVE-Channels-2011_-Access-all-areas-200x121.jpg" class="attachment-thumbnail" alt="FireShot-capture-204-DTVE-Channels-2011_-Access-all-areas" title="FireShot-capture-204-DTVE-Channels-2011_-Access-all-areas" /></a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://interconnectit.com/3002/digital-tv-europe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Liverpool WordPress Interest Group (SWIG) Meeting &#8211; 27th October 2011</title>
		<link>http://interconnectit.com/2986/liverpool-wordpress-interest-group-swig-meeting-27th-october-2011/</link>
		<comments>http://interconnectit.com/2986/liverpool-wordpress-interest-group-swig-meeting-27th-october-2011/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 15:21:41 +0000</pubDate>
		<dc:creator>Tom J Nowell</dc:creator>
				<category><![CDATA[Interest Group Events]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://interconnectit.com/?p=2986</guid>
		<description><![CDATA[Good grief, is it late October already? How did that happen? What it means, of course, is that it's SWIG time soon! In less than a week. So you'd better get booked in quickly, and we'll look forward to seeing you there!]]></description>
			<content:encoded><![CDATA[<div id="attachment_2043" class="wp-caption alignright" style="width:320px;"><a href="http://www.interconnectit.com/wp-content/uploads/2011/03/swig-logo1-flat.png"><img title="swig-logo1-flat" src="http://www.interconnectit.com/wp-content/uploads/2011/03/swig-logo1-flat-320x121.png" alt="" width="320" height="121" /></a><p class="wp-caption-text">The SWIG logo - shall we do one properly yet?</p></div>
<p>It&#8217;s that time of the month again! This month Robert O&#8217;Rourke from interconnect/<strong>it</strong> will demonstrate the Plaza Cinema site that&#8217;s being worked on, showing how he hooks into <a href="http://www.themoviedb.org/">themoviedb.org&#8217;s</a> API in order to create a visually stunning yet functional website.  As this will be a relatively short session, we&#8217;ll also be running a guru session &#8211; the team from the company will be on hand to answer questions, but if anybody else attending feels they can help others, please let us know!</p>
<h3>Meeting Location</h3>
<p>This meet-up takes place at the <a href="http://interconnectit.com/about/find-us/">interconnect/<strong>it</strong> offices</a>. As those from September&#8217;s SWIG remember we can seat more people with a bigger room on the first floor in (meeting room 1, up the stairs once you enter the building, through the door and on your right).</p>
<h3>Agenda for this Meeting, starting at 6:30pm</h3>
<ol>
<li>Welcome and Introductions</li>
<li>Quick discussion about ideas and get things arranged for the next month&#8217;s event</li>
<li>Rob to demonstrate the Plaza Cinema site</li>
<li>Guru time!</li>
<li>Q&amp;A</li>
<li>Drinks at a nearby pub and open forum</li>
</ol>
<p>Don&#8217;t forget to get in touch if you want to present something at one of friendly meetings, it doesn&#8217;t strictly have to be to do with WordPress so talks on design, copywriting, marketing, case studies or just fun web stuff are all fair game.  We&#8217;ve had some great talks over summer, and the event just keeps getting better and bigger.</p>
<p>If you&#8217;d like to add anything to the agenda &#8211; just mention it in the comments. Please use the form below to register (it&#8217;s free to attend!) If you can&#8217;t make it to a meeting and have booked a ticket please do let us know as numbers are strictly limited and we&#8217;re always completely sold out of seated places. You can also book in advance for Novembers meeting (24th).</p>
<div style="width: 100%; text-align: left;"><iframe src="http://www.eventbrite.com/tickets-external?eid=2077741581&amp;ref=etckt" frameborder="0" marginwidth="5" marginheight="5" scrolling="auto" width="100%" height="240"></iframe></p>
<div style="font-family: Helvetica, Arial; font-size: 10px; padding: 5px 0 5px; margin: 2px; width: 100%; text-align: left;"><a style="color: #ddd; text-decoration: none;" href="http://www.eventbrite.com/r/etckt" target="_blank">Online event registration</a><span style="color: #ddd;"> for </span><a style="color: #ddd; text-decoration: none;" href="http://www.eventbrite.com/event/2077741581?ref=etckt" target="_blank">Liverpool WordPress Interest Group (SWIG)</a><span style="color: #ddd;"> powered by </span><a style="color: #ddd; text-decoration: none;" href="http://www.eventbrite.com?ref=etckt" target="_blank">Eventbrite</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://interconnectit.com/2986/liverpool-wordpress-interest-group-swig-meeting-27th-october-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Greenwich Healthy Living</title>
		<link>http://interconnectit.com/2965/greenwich-healthy-living/</link>
		<comments>http://interconnectit.com/2965/greenwich-healthy-living/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 15:00:33 +0000</pubDate>
		<dc:creator>David Coveney</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Greenwich PCT]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://interconnectit.com/?p=2965</guid>
		<description><![CDATA[You know sometimes you have a site requirement and the needs simply aren&#8217;t that easily met? Well, this was one of those &#8211; there were several primary requirements, but the biggest was to be able to easily display a wide number of healthy living events across the borough in a way that would be easily understood by the general public&#8230; <a class="more" href="http://interconnectit.com/2965/greenwich-healthy-living/">continue reading <span class="unicode">&#8674;</span></a>]]></description>
			<content:encoded><![CDATA[<p>You know sometimes you have a site requirement and the needs simply aren&#8217;t that easily met? Well, this was one of those &#8211; there were several primary requirements, but the biggest was to be able to easily display a wide number of healthy living events across the borough in a way that would be easily understood by the general public whilst still being simple to administer in the back-end.</p>
<h3>Services Provided</h3>
<div id="attachment_2966" class="wp-caption alignright" style="width:320px;"><a href="http://www.interconnectit.com/wp-content/uploads/2011/10/FireShot-capture-178-Greenwich-Healthy-Living-Service-greenwichhealthyliving_nhs_uk.jpg"><img class="size-medium wp-image-2966" title="FireShot capture #178 - 'Greenwich Healthy Living Service' - greenwichhealthyliving_nhs_uk" src="http://www.interconnectit.com/wp-content/uploads/2011/10/FireShot-capture-178-Greenwich-Healthy-Living-Service-greenwichhealthyliving_nhs_uk-320x595.jpg" alt="" width="320" height="595" /></a><p class="wp-caption-text">There&#39;s a lot of functionality here, but it&#39;s made readily available.</p></div>
<ul>
<li>Design feedback</li>
<li>Design detail completion</li>
<li>Development of sophisticated WordPress Theme</li>
<li>Development of Events plugin</li>
<li>Custom taxonomies</li>
<li>Hosting</li>
<li>User training</li>
<li>Ongoing user support</li>
<li>Links to newsletter subscription systems</li>
<li>Ongoing content management support</li>
</ul>
<h3>Site Build</h3>
<p>The overall site design was built by the team at Capita, while we were responsible for some finishing touches along with the final build and back-end design where appropriate. We created an accessible, easy to use site which would perform well in search engines.</p>
<p>The biggest challenge, however, was the event management. Repeating, frequent events that needed to be categorised according to location, accessibility, price, type and so on. It&#8217;s always difficult to know what the best options for categorising things like this will be, but Greenwich had researched and tested a number of ideas and came to us with their preferred structure that allows visitors to quickly find their preferred events.</p>
<h3>Three Months in</h3>
<p>The site has been running successfully since May 2011, and has attracted a growing readership. Not only that, but the newsletter subscription has been a huge success and means that thousands of newsletters are now regularly sent out to residents and health professionals. The site is frequently updated, and support overhead is minimal. Overall, a huge success and interconnect/<strong>it</strong> is now listed as a preferred supplier of web services to the Greenwich PCT &#8211; that&#8217;s always nice to see!</p>
<p><a title="Greenwich Healthy Living Service" href="http://greenwichhealthyliving.nhs.uk/">Visit the Greenwich Healthy Living Service website</a> and see for yourself why it&#8217;s doing so well.</p>

<a href='http://interconnectit.com/2965/greenwich-healthy-living/fireshot-capture-178-greenwich-healthy-living-service-greenwichhealthyliving_nhs_uk/' title='FireShot capture #178 - &#039;Greenwich Healthy Living Service&#039; - greenwichhealthyliving_nhs_uk'><img width="200" height="372" src="http://www.interconnectit.com/wp-content/uploads/2011/10/FireShot-capture-178-Greenwich-Healthy-Living-Service-greenwichhealthyliving_nhs_uk-200x372.jpg" class="attachment-thumbnail" alt="There&#039;s a lot of functionality here, but it&#039;s made readily available." title="FireShot capture #178 - &#039;Greenwich Healthy Living Service&#039; - greenwichhealthyliving_nhs_uk" /></a>
<a href='http://interconnectit.com/2965/greenwich-healthy-living/ghlis-events-calendar-view/' title='ghlis-events-calendar-view'><img width="200" height="419" src="http://www.interconnectit.com/wp-content/uploads/2011/10/ghlis-events-calendar-view-200x419.jpg" class="attachment-thumbnail" alt="ghlis-events-calendar-view" title="ghlis-events-calendar-view" /></a>
<a href='http://interconnectit.com/2965/greenwich-healthy-living/ghlis-internal-section-page/' title='ghlis-internal-section-page'><img width="200" height="285" src="http://www.interconnectit.com/wp-content/uploads/2011/10/ghlis-internal-section-page-200x285.jpg" class="attachment-thumbnail" alt="ghlis-internal-section-page" title="ghlis-internal-section-page" /></a>
<a href='http://interconnectit.com/2965/greenwich-healthy-living/ghlis-wednesday-evening-events/' title='ghlis-wednesday-evening-events'><img width="200" height="284" src="http://www.interconnectit.com/wp-content/uploads/2011/10/ghlis-wednesday-evening-events-200x284.jpg" class="attachment-thumbnail" alt="ghlis-wednesday-evening-events" title="ghlis-wednesday-evening-events" /></a>

]]></content:encoded>
			<wfw:commentRss>http://interconnectit.com/2965/greenwich-healthy-living/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

