<?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; WordPress</title>
	<atom:link href="http://interconnectit.com/category/wordpress/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>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>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>Spots for WordPress Developer Notes</title>
		<link>http://interconnectit.com/2906/spots-for-wordpress-developer-notes/</link>
		<comments>http://interconnectit.com/2906/spots-for-wordpress-developer-notes/#comments</comments>
		<pubDate>Fri, 07 Oct 2011 09:26:10 +0000</pubDate>
		<dc:creator>Tom J Nowell</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Spots]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://interconnectit.com/?p=2906</guid>
		<description><![CDATA[Our Spots for WordPress plugin is designed to make your content management life with WP even easier. Although there are developer notes on the WordPress.org repository, we&#8217;ve decided to maintain a page here where we can possibly show a broader range of information in the future, depending on the take-up of the plugin. Template tags Spots provides 2 template tags&#8230; <a class="more" href="http://interconnectit.com/2906/spots-for-wordpress-developer-notes/">continue reading <span class="unicode">&#8674;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Our <a title="Spots for WordPress" href="http://wordpress.org/extend/plugins/spots/other_notes/">Spots for WordPress plugin</a> is designed to make your content management life with WP even easier.</p>
<p>Although there are developer notes on the WordPress.org repository, we&#8217;ve decided to maintain a page here where we can possibly show a broader range of information in the future, depending on the take-up of the plugin.</p>
<h2>Template tags</h2>
<p>Spots provides 2 template tags for developers named <code>icit_spot</code> and <code>icit_get_spot</code>.</p>
<h3>icit_spot</h3>
<p>This template tag echos out a spot:</p>
<pre><code>icit_spot( $id_or_name, $template );</code></pre>
<p>It takes the following parameters:</p>
<ul>
<li><code>$id_or_name</code>: Required. A numeric ID or the name of a spot as a string.</li>
<li><code>$template</code>: Optional. A string used in a call to <code><a href="http://codex.wordpress.org/Function_Reference/get_template_part" target="_blank">get_template_part</a>()</code></li>
</ul>
<h3>icit_get_spot</h3>
<p>This template tag performs the same function, but it allows the developer to specify wether to echo the result, or return it as a variable:</p>
<pre><code>icit_get_spot( $id_or_name, $template, $echo );</code></pre>
<p>It takes the following extra parameter:</p>
<ul>
<li><code>$echo</code>: Optional. Defaults to false. A boolean to indicate whether to echo the spot content or just return it.</li>
</ul>
<h2>Basic Usage</h2>
<p>You can use spots to replace boilerplate text in your themes. If you have areas in your themes where typically you would hard code the text you could use the following code:</p>
<pre><code>if ( <a href="http://php.net/manual/en/function.function-exists.php" target="_blank">function_exists</a>( 'icit_spot' ) )
    icit_spot( 'Copyright' );</code></pre>
<p>The above code would output the contents of a spot titled &#8216;Copyright&#8217;. If the spot does not exist it will be created as a draft. Spots in draft mode are only visible to logged in users with editing capabilities.</p>
<h2>Templates</h2>
<p>The plugin will initially look for a file in your theme using the <code><a href="http://codex.wordpress.org/Function_Reference/get_template_part" target="_blank">get_template_part</a>()</code> function. If you have a file called <code>spot.php</code> in your theme that will be the default template for all spots. The <code>icit_spot()</code> function can take a second parameter for the template part to use for example:</p>
<pre><code>if ( <a href="http://php.net/manual/en/function.function-exists.php" target="_blank">function_exists</a>( 'icit_spot' ) )
    icit_spot( 'Copyright', 'copyright' );</code></pre>
<p>The above code will make the plugin look in your theme folder for a file called <code>spot-copyright.php</code> to use for the output. If not available it will fall back to <code>spot.php</code> and if that is not available it will simply output the spot contents.</p>
<p>Use templates when you want to display a featured image from a spot or if you require some additional/alternative markup for the spot. Spots are just like posts, so in the templates you retrieve the contents of the spot using <code><a href="http://codex.wordpress.org/Function_Reference/the_content" target="_blank">the_content</a>()</code> just as would in the loop.</p>
<h3>Basic spot template example:</h3>
<pre><code>&lt;div class="spot"&gt;
    &lt;?php <a href="http://codex.wordpress.org/Function_Reference/the_content" target="_blank">the_content</a>(); ?&gt;
&lt;/div&gt; </code></pre>
<h3>Spot template with featured image:</h3>
<pre><code>&lt;div class="spot-with-image"&gt;
    &lt;?php
    if ( <a href="http://codex.wordpress.org/Function_Reference/has_post_thumbnail" target="_blank">has_post_thumbnail</a>() )
        <a href="http://codex.wordpress.org/Function_Reference/the_post_thumbnail" target="_blank">the_post_thumbnail</a>( 'medium' );
    <a href="http://codex.wordpress.org/Function_Reference/the_content" target="_blank">the_content</a>(); ?&gt;
&lt;/div&gt; </code></pre>
<h2>Additional</h2>
<p>There are many filters and hooks available to get even more out of spots, so drop by the plugin homepage or use the forums if there is something you need to do with spots but aren&#8217;t sure how.</p>
]]></content:encoded>
			<wfw:commentRss>http://interconnectit.com/2906/spots-for-wordpress-developer-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How You Sell Matters &#8211; Our Story</title>
		<link>http://interconnectit.com/2895/how-you-sell-is-important/</link>
		<comments>http://interconnectit.com/2895/how-you-sell-is-important/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 12:48:22 +0000</pubDate>
		<dc:creator>David Coveney</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://interconnectit.com/?p=2895</guid>
		<description><![CDATA[Sometimes, it&#8217;s not just what you&#8217;re selling, but how you&#8217;re selling it that really matters. Way back in 2008, we decided to launch a WordPress themes club called Spectacu.la.  We had a couple of nice blogging themes that had been targeted for a marketplace, but as that marketplace got canned we found we had nowhere to sell them.  We figured&#8230; <a class="more" href="http://interconnectit.com/2895/how-you-sell-is-important/">continue reading <span class="unicode">&#8674;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Sometimes, it&#8217;s not just what you&#8217;re selling, but how you&#8217;re selling it that really matters.</p>
<p>Way back in 2008, we decided to launch a <a title="WordPress Self-Hosted" href="http://wordpress.org">WordPress</a> themes club called Spectacu.la.  We had a couple of nice blogging themes that had been targeted for a marketplace, but as that marketplace got canned we found we had nowhere to sell them.  We figured it was worth getting our investment back.</p>
<p>But it failed, massively.  Although we got some decent attention for it, the income it brought was negligible.  The only real benefit, we found, was that it opened doors and helped us in our more custom aspirations.  Great, but in the meantime we had a site with assets that required some looking after.</p>
<p>However, it limped along, gaining and losing members steadily, but never enough to make anything close to a profit.  But we spotted something &#8211; almost every single new member didn&#8217;t join to get support for themes but to gain access to the editable version of the <a title="WordPress User Guide" href="http://interconnectit.com/products/wordpress-user-guide/">WordPress User Guide</a> we offered.  So we had a support forum with tumbleweed blowing through it, whilst we were still getting sign-ups.</p>
<h3>Realising Your Assets</h3>
<p>This is where we had a moment of realisation.  We&#8217;d only supplied the user guide as a bonus extra.  We always thought our most valuable assets were the themes.  But in fact, the themes weren&#8217;t that amazing.  Good, of course, but nothing to get too excited about.  However, a user guide that could be rebranded by trainers, educators and theme designers?  Well yes, that&#8217;s got value.</p>
<p>In fact, when we investigated further we realised that although it was our prize asset, there were some significant blocks.</p>
<h3>Bundling Isn&#8217;t Always Best</h3>
<p>There&#8217;s an instinct to think that offering a big package of features is the best option.  You can have this, and this, and this.  Spectacu.la was a bundle.  But most people didn&#8217;t want most of the bundle.  So here&#8217;s how they felt&#8230; &#8220;hmmm &#8211; I only want a quarter of this bundle.  It&#8217;s not great value for <em>me!</em>&#8220;  That in itself acted as a block.  Then they also had the relatively time consuming sign-up process before they could start to download.</p>
<h3>Pricing Is Important</h3>
<p>So, that was our first set of epiphanies &#8211; we knew we had a good product, and we knew it was sold badly.  So, what to do?  Obvious &#8211; sell it as a digital download.</p>
<p>And look there &#8211; in the chart below you&#8217;ll see that there&#8217;s a sudden lift in the rate of income.  The chart plods along in the Spectacu.la years (and the line charts <em>all</em> memberships including non user-guide downloaders) and then suddenly ticks up in early 2011.</p>
<p><a href="http://www.interconnectit.com/wp-content/uploads/2011/10/wordpress-user-guide-income-flat.jpg"><img class="alignleft size-large wp-image-2896" title="wordpress-user-guide-income-flat" src="http://www.interconnectit.com/wp-content/uploads/2011/10/wordpress-user-guide-income-flat-680x527.jpg" alt="" width="680" height="527" /></a></p>
<h3>Dollars Are Even More Important</h3>
<p>The next decision we made was to switch to pricing in US Dollars.  We didn&#8217;t want to &#8211; accounts wise it&#8217;s a pain as each guide, to us here in Britain, sells for a slightly different price depending on the exchange rate of the day.  But we could see that we made proportionately few sales in the US, and rather more elsewhere.</p>
<p>It&#8217;s harder to see the effect of dollar pricing just yet, but September took double what August did.  One noticeable difference is that we received just three of the optional donations in August, and thirteen in September.  We&#8217;ve also noticed that donations from US residents have gone up dramatically.  Before it was dribs and drabs, and now it&#8217;s usually a donation every other day.<em></em></p>
<h3>Conclusion</h3>
<p>Well, we&#8217;re not done yet.  In the future we&#8217;re going to offer regional options &#8211; Eurozone buyers will be able to pay in Euros, Brits in GBP and Americans in USD.  Similarly, we may offer reduced prices to those in poorer countries &#8211; it&#8217;s noticeable that we&#8217;ve only had one purchase ever from sub-saharan Africa, for example, yet we know that many of our old free themes have proven popular there.</p>
<p>We also have to be a little careful &#8211; our changes tend to coincide with new releases of the user guide &#8211; so the figures are harder to tease out.  However, when you compare like-for-like there is still a significant improvement in sales with each change we&#8217;ve made.</p>
]]></content:encoded>
			<wfw:commentRss>http://interconnectit.com/2895/how-you-sell-is-important/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcing Spots</title>
		<link>http://interconnectit.com/2364/announcing-spots/</link>
		<comments>http://interconnectit.com/2364/announcing-spots/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 15:02:04 +0000</pubDate>
		<dc:creator>David Coveney</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://interconnectit.com/?p=2364</guid>
		<description><![CDATA[Imagine that you&#8217;re building a theme, and in various places in that theme you have small elements that you&#8217;d just love to content manage.  It could be items in a footer, in the header, or for use as widgets.  Things like a copyright notice, a credit line, some free form spaces and so on. In the past, coding for this&#8230; <a class="more" href="http://interconnectit.com/2364/announcing-spots/">continue reading <span class="unicode">&#8674;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Imagine that you&#8217;re building a theme, and in various places in that theme you have small elements that you&#8217;d just love to content manage.  It could be items in a footer, in the header, or for use as widgets.  Things like a copyright notice, a credit line, some free form spaces and so on.</p>
<p>In the past, coding for this was a pain &#8211; you either needed to add an options page on your theme leaving your users with an HTML content area or deal with the weight of adding WYSIWYG support, or you&#8217;d just hard code these elements.</p>
<p>interconnect/<strong>it</strong> Spots solves this.  By adding a new content type to WordPress and using the familiar WP interface, you can now quickly and easily make these Spots into content managed elements.</p>
<p>A simple template call is all you need to instantiate a Spot:</p>
<pre>if ( function_exists('icit_spot') ) {
 icit_spot('Copyright');
 }</pre>
<p>This will then create a Spot which the user can edit using the familiar WP WYSIWYG tools.  If another theme comes along that requires the same Spot, then the content is already there and ready.</p>
<p>This is all built as part of the interconnect/<strong>it</strong> principle of <a href="http://www.slideshare.net/interconnectit/how-to-content-manage-everything">&#8220;Content Manage Everything.&#8221;</a> We hate hardcoding, and we&#8217;re sure most of you do.  But sometimes it happens because there&#8217;s only so much time available in a project.  With interconnect/<strong>it</strong> Spots you&#8217;ll be able to handle these items quickly and elegantly.</p>
<h3>It&#8217;s Not a Developer Tool Only!</h3>
<p>Spots also comes with its own widget, allowing you to assign your spots to any widget space available.  The widget even has its own WYSIWYG editor, allowing you to quickly tweak your Spots widgets without leaving the widget admin page.</p>
<div id="attachment_2366" class="wp-caption alignright" style="width:320px;"><a href="http://www.interconnectit.com/wp-content/uploads/2011/08/widget-spot.jpg"><img class="size-medium wp-image-2366" title="widget-spot" src="http://www.interconnectit.com/wp-content/uploads/2011/08/widget-spot-320x239.jpg" alt="" width="320" height="239" /></a><p class="wp-caption-text">Let&#39;s do this!</p></div>
<h3>OK, Sounds Great, Now Give Me Some Examples!</h3>
<p>So, let&#8217;s say you&#8217;re using the 2011 theme and you want to add a Copyright notice to your sidebar.  Easy-peasy.  Simple install Spots, activate it, then go to Appearances | Widgets.</p>
<p>From there you will drag the Spot widget into your sidebar space.</p>
<p>Now, if you&#8217;ve already created your Spot you can simply select the spot you want and away you&#8217;re done. But if you <em>haven&#8217;t</em> already created your Spot the widget will offer to let you go and create a new Spot.</p>
<div id="attachment_2367" class="wp-caption alignright" style="width:320px;"><a href="http://www.interconnectit.com/wp-content/uploads/2011/08/the-spot-widget.jpg"><img class="size-medium wp-image-2367" title="the-spot-widget" src="http://www.interconnectit.com/wp-content/uploads/2011/08/the-spot-widget-320x188.jpg" alt="" width="320" height="188" /></a><p class="wp-caption-text">The Spots Widget</p></div>
<p>Here you&#8217;ll find yourself at a familiar WP editor.  Simply give it a sensible title and then put in what you like.  You want an image there?  Go for it.  You want special symbols?  The editor will help you.  Here we&#8217;ll call the spot Copyright, and we&#8217;ll input the content saying &#8220;This site is copyright 2011.&#8221;  Then hit Publish, just as you would for a post.</p>
<p>Once you&#8217;ve saved your spot, return to the widget administration page, go to the widget and from the dropdown select the spot you&#8217;ve just created.</p>
<div id="attachment_2370" class="wp-caption alignright" style="width:320px;"><a href="http://www.interconnectit.com/wp-content/uploads/2011/08/the-spot-widget2.jpg"><img class="size-medium wp-image-2370" title="the-spot-widget2" src="http://www.interconnectit.com/wp-content/uploads/2011/08/the-spot-widget2-320x351.jpg" alt="" width="320" height="351" /></a><p class="wp-caption-text">The full Spot widget showing the editor.</p></div>
<p>Hit Save.  And once you do, you&#8217;ll notice something else.  The widget now features a WYSIWYG editor.  This means that you can quickly and easily edit your spot right there, without breaking your widget admin workflow.</p>
<p>If you now visit your site, you&#8217;ll see that the Copyright notice is where you&#8217;ve placed it.</p>
<h3>Why Not Just Use the Text Widget?</h3>
<p>A good question!  The text widget is great.  Simple, quick, and easy to use.  But it&#8217;s HTML only.  And that means that a user who has access to administer widgets can, by virtue of a bit of bad HTML code render the site completely broken.  They can do this using the editor, of course, but it&#8217;s *much* harder to do so.</p>
<p>The editor also means you can easily insert media.</p>
<div id="attachment_2372" class="wp-caption alignright" style="width:320px;"><a href="http://www.interconnectit.com/wp-content/uploads/2011/08/widget-with-image.jpg"><img class="size-medium wp-image-2372" title="widget-with-image" src="http://www.interconnectit.com/wp-content/uploads/2011/08/widget-with-image-320x235.jpg" alt="" width="320" height="235" /></a><p class="wp-caption-text">A Spot widget, with an image in it.</p></div>
<p>Let&#8217;s take an example using the above.  Imagine we&#8217;re using the default WP 2011 theme, and the user decides to put a big image in his post.  What happens?  Well, it&#8217;s not a problem &#8211; most well-written themes (and we accept that many aren&#8217;t) will sort this out.  But what&#8217;s nice is that if you&#8217;re using a suitable shadowbox plugin the full size image, if it&#8217;s linked to, will pop up.  Try it for yourselves.</p>
<h3>I&#8217;m Happy In Code &#8211; What Can I Do?</h3>
<p>Ah, well, it gets better for you.</p>
<p>Let&#8217;s take the 2011 theme again.  Say you wish to place an Awesomeness element in the footer instead of the line saying &#8220;Proudly Powered by WordPress.&#8221;  This is so easy, it&#8217;s daft.</p>
<p>First, you need to get the footer.php file for the theme.</p>
<p>Then, find the div: &lt;div id=&#8221;site-generator&#8221;&gt; and remove everything that goes in-between that and the closing &lt;/div&gt;</p>
<p>Replace the code with the following:</p>
<pre>&lt;?php if ( function_exists('icit_spot') ) {
 icit_spot('Awesomeness');
 } ?&gt;</pre>
<p>What&#8217;s nice is that if you visit a page on the site and the Spot called &#8216;Awesomeness&#8217; hasn&#8217;t been created, the plugin will create a blank Draft version of the Spot ready for completion.</p>
<p>All the user then needs to do is to go in and edit that Spot and hey presto, the footer now looks like this:</p>
<div id="attachment_2373" class="wp-caption aligncenter" style="width:680px;"><a href="http://www.interconnectit.com/wp-content/uploads/2011/08/very-proudly-powered-by-WP.jpg"><img class="size-large wp-image-2373 " title="very-proudly-powered-by-WP" src="http://www.interconnectit.com/wp-content/uploads/2011/08/very-proudly-powered-by-WP-680x153.jpg" alt="" width="680" height="153" /></a><p class="wp-caption-text">See that? VERY.</p></div>
<h3>So Can I Try It?</h3>
<p>Sure!  We released the production version of Spots at the beginning of October 2011 and it is now available directly from the WordPress back-end or for download from the WordPress Extend repository.</p>
<p><a class="call-to-action" href="http://wordpress.org/extend/plugins/spots/">Get WordPress Spots from the WordPress.org Repository</a></p>
]]></content:encoded>
			<wfw:commentRss>http://interconnectit.com/2364/announcing-spots/feed/</wfw:commentRss>
		<slash:comments>43</slash:comments>
		</item>
		<item>
		<title>Liverpool WordPress Interest Group (SWIG) Meeting &#8211; 25th August 2011</title>
		<link>http://interconnectit.com/2262/liverpool-wordpress-interest-group-swig-meeting-25th-august-2011/</link>
		<comments>http://interconnectit.com/2262/liverpool-wordpress-interest-group-swig-meeting-25th-august-2011/#comments</comments>
		<pubDate>Mon, 22 Aug 2011 11:57:17 +0000</pubDate>
		<dc:creator>David Coveney</dc:creator>
				<category><![CDATA[Interest Group Events]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Liverpool WordPress Interest Group]]></category>
		<category><![CDATA[SWIG]]></category>
		<category><![CDATA[WordPress Interest Group]]></category>

		<guid isPermaLink="false">http://interconnectit.com/?p=2262</guid>
		<description><![CDATA[Heck &#8211; again, a little note from me about how quickly these events come around. But they&#8217;re great &#8211; we all enjoy them. This month we have the excellent local designer Edward Ridding coming to talk about design. There&#8217;s also the usual Q&#038;A and technical assistance to hand, as well as a wide range of WordPress developers and know it&#8230; <a class="more" href="http://interconnectit.com/2262/liverpool-wordpress-interest-group-swig-meeting-25th-august-2011/">continue reading <span class="unicode">&#8674;</span></a>]]></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>Heck &#8211; again, a little note from me about how quickly these events come around.  But they&#8217;re great &#8211; we all enjoy them. This month we have the excellent local designer <a href="http://www.edwardridding.co.uk/">Edward Ridding</a> coming to talk about design.  There&#8217;s also the usual Q&#038;A and technical assistance to hand, as well as a wide range of WordPress developers and know it alls from whom you can learn.  </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>.</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>PRESENTATION: by <a href="http://www.edwardridding.co.uk/">Edward Ridding</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, copy writing, marketing, case studies or just fun web stuff are all fair game.</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.</p>
<div style="width:100%; text-align:left;" ><iframe  src="http://www.eventbrite.com/tickets-external?eid=2077741581&#038;ref=etckt" frameborder="0" height="240" width="100%" vspace="0" hspace="0" marginheight="5" marginwidth="5" scrolling="auto" allowtransparency="true"></iframe>
<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;" target="_blank" href="http://www.eventbrite.com/r/etckt" >Online event registration</a><span style="color:#ddd;" > for </span><a style="color:#ddd; text-decoration:none;" target="_blank" href="http://www.eventbrite.com/event/2077741581?ref=etckt" >Liverpool WordPress Interest Group (SWIG)</a><span style="color:#ddd;" > powered by </span><a style="color:#ddd; text-decoration:none;" target="_blank" href="http://www.eventbrite.com?ref=etckt" >Eventbrite</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://interconnectit.com/2262/liverpool-wordpress-interest-group-swig-meeting-25th-august-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Liverpool WordPress Interest Group (SWIG) Meeting &#8211; 28th July 2011</title>
		<link>http://interconnectit.com/2224/liverpool-wordpress-interest-group-swig-meeting-28th-july-2011/</link>
		<comments>http://interconnectit.com/2224/liverpool-wordpress-interest-group-swig-meeting-28th-july-2011/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 13:42:04 +0000</pubDate>
		<dc:creator>David Coveney</dc:creator>
				<category><![CDATA[Interest Group Events]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[SWIG]]></category>
		<category><![CDATA[WordPress User Group]]></category>

		<guid isPermaLink="false">http://interconnectit.com/?p=2224</guid>
		<description><![CDATA[Amazing how quickly these things come around. Consequently, apologies for the late announcement of this event&#8217;s agenda and ticketing. Must try harder for next month, but it&#8217;s been very hectic. This month we can look forward to Lydia Bates and her talk on writing for the web, as well as the usual Q&#38;A, show and tell and pub trip. You&#8230; <a class="more" href="http://interconnectit.com/2224/liverpool-wordpress-interest-group-swig-meeting-28th-july-2011/">continue reading <span class="unicode">&#8674;</span></a>]]></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>Amazing how quickly these things come around.  Consequently, apologies for the late announcement of this event&#8217;s agenda and ticketing. Must try harder for next month, but it&#8217;s been very hectic. This month we can look forward to Lydia Bates and her talk on writing for the web, as well as the usual Q&amp;A, show and tell and pub trip.  You can find the meet-up at the <a href="http://interconnectit.com/about/find-us/">interconnect/<strong>it</strong> offices</a>.</p>
<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, copy writing, marketing, case studies or just fun web stuff are all fair game.</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>PRESENTATION: Writing for the Web, by Lydia Bates</li>
<li>Q&amp;A</li>
<li>Drinks and open forum</li>
</ol>
<p>If you&#8217;d like to add anything to the agenda &#8211; just mention it in the comments.</p>
<h3>Thanks Everyone!</h3>
<p>The event went really well so a big thank you to everyone who came down.</p>
<p>There was some good discussion of issues arising from switching to WordPress 3.2, mostly to do with hosting providers not having up to date PHP or MySQL versions, also, you should avoid using shorthand PHP opening and closing tags if you&#8217;re upgrading!</p>
<p>Lydia&#8217;s talk about writing for the web was fantastic and we&#8217;ll get the slides from her as soon as we can. There was a lengthy Q&amp;A afterwards and I think it&#8217;s fair to say that everybody there learned something new. Copy writing is one of the most important elements of a successful website.</p>
<p>On another note Lydia is now available as a freelance copy writer and I can say without a doubt that she knows her stuff. Get in touch with her on twitter <a href="http://twitter.com/lydiajo">@lydiajo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://interconnectit.com/2224/liverpool-wordpress-interest-group-swig-meeting-28th-july-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

