<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
    <channel>
        <title>akamike</title>
        <link>http://akamike.net/</link>
        <description>Home of Web Developer Mike Robinson</description>
        <language>en</language>
        <copyright>Copyright 2010</copyright>
        <lastBuildDate>Thu, 04 Mar 2010 11:00:00 +0000</lastBuildDate>
        <generator>http://www.sixapart.com/movabletype/</generator>
        <docs>http://www.rssboard.org/rss-specification</docs>
        
        <item>
            <title>Lift is hiring! Full-time Front-end Developer Wanted</title>
            <description><![CDATA[<p><a href="http://studiolift.com/">Lift</a> is looking to take on a front-end developer to work within our existing team. If you're a front-end developer looking for a full-time job, we would love to hear from you.</p>

<p>We need someone with a keen interest in <span class="caps">HTML</span>/CSS and are after the following:</p>

<ul>
<li>You enjoy writing the cleanest <span class="caps">HTML </span>&amp; <span class="caps">CSS </span>possible</li>
<li>You have knowledge of at least one <span class="caps">CMS</span>/blog platform</li>
<li>It would be a bonus if you know, or have played around with JQuery, but not essential</li>
<li><span class="caps">PHP</span>/MySQL skills are a bonus but not a requirement</li>
<li>You are interested in all the current trends on the web, including progressive enhancement</li>
<li>You can work in our studio in Reading (no remote workers I'm afraid)</li>
</ul>

<p>Lift is a small design studio (5 people) producing work for a range of clients, from big corporate clients to small arts organisations. One of our current developers is moving on and we need someone to fill the space in the team.</p>

<p>We work in a brand new, custom built studio in Caversham (on the outskirts of Reading, on the Oxford side). You will be expected to work in the studio with the rest of the team. We like to make our working environment comfortable, so we provide big screens, an Aeron chair and a company iPhone. And you get to work with me, which is a huge plus in itself ;)</p>

<p>We are looking for someone on an initial 6 month contract, with the option to then make the position permanent. If you're interested, send over your details to <a href="mailto:matt@studiolift.com">matt@studiolift.com</a>. We are looking to employ someone as soon as possible, so don't wait around!</p>]]></description>
            <link>http://akamike.net/work/front-end-developer-job/</link>
            <guid>http://akamike.net/work/front-end-developer-job/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Work</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">css</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">html</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">job</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">js</category>
            
            <pubDate>Thu, 04 Mar 2010 11:00:00 +0000</pubDate>
        </item>
        
        <item>
            <title>SVN Repository Structures</title>
            <description><![CDATA[<p>Fellow <a href="http://studiolift.com/">Lift</a> developer <a href="http://skinofstars.com/">Kevin Carmody</a> and I have been looking at improving our use of <span class="caps">SVN, </span>from better working copy management applications to what we write in commit messages. One of the key areas that we are looking at is the structure of our repositories, which currently vary from client to client (I know, bad practice). We want to define a simple standard structure that we can adopt, and I'm interested in hearing how everyone else manages their repositories.</p>

<p>A structure we quite like the idea of is one that uses a repository per client, then directly within that we have directories for each project (site) that we have worked on, as we often work on multiple codebases for each client. Within each project would be the typical trunk, branches and tags. Illustrated:</p>

<ul><li>/client-name/<ul><li>/project-a/<ul><li>/trunk/</li><li>/branches/</li><li>/tags/</li></ul></li><li>/project-b/<ul><li>/trunk/</li><li>/branches/</li><li>/tags/</li></ul></li><li>/project-c/<ul><li>/trunk/</li><li>/branches/</li><li>/tags/</li></ul></li></ul></li></ul>

<p>This allows us to conserve how many repositories we are using, group related projects and still use branching and tagging for each codebase. Does anyone take a similar approach? Is this a common structure?</p>

<p>I also welcome any alternative structure suggestions as well as any advice for better integrating <span class="caps">SVN </span>as part of the development process. <span class="caps">SVN </span>has always been used in my time at Lift but only now are we really looking to get the most out of it, as a part of a larger plan to improve our development methodologies.</p>]]></description>
            <link>http://akamike.net/technology/svn-repository-structures/</link>
            <guid>http://akamike.net/technology/svn-repository-structures/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Technology</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">code</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">develop</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">management</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">structure</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">svn</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">work</category>
            
            <pubDate>Mon, 01 Feb 2010 12:30:00 +0000</pubDate>
        </item>
        
        <item>
            <title>akamike switches to HTML5 and Movable Type</title>
            <description><![CDATA[<p>Yesterday, I <a href="http://twitter.com/akamike/status/5360204768">soft launched</a> the new version of <a href="http://akamike.net/">akamike</a>. If you're viewing the site in a browser, you'll first notice a new design, but if you dig deeper and look at the source, you'll find something far more interesting!</p>

<p>Version 4 of akamike has been marked up in <a href="http://dev.w3.org/html5/spec/Overview.html"><span class="caps">HTML5</span></a>, taking advantage of some of the new elements for improved semantics and document structure. Writing at <a href="http://html5doctor.com/"><span class="caps">HTML5D</span>octor</a>, and my own general interest, has had me involved with this new standard for quite some time. Redesigning akamike was the perfect opportunity for implementing it, and has found me reviewing what I previously thought about some elements in <span class="caps">HTML5.</span> Dig around in the source and feel free to ask in the comments about how it has been done.</p>

<p>The redesign also gave me the excuse to change content management systems. For a while now I have been drifting away from <a href="http://wordpress.org/">Wordpress</a> and my work at <a href="http://studiolift.com/">Lift</a> is primarily with <a href="http://movabletype.org/">Movable Type</a>, so it makes sense for me to use a system I can develop far faster in and honestly enjoy working with more. It was quick and easy to move content across, and integrating the site into MT was very easy.</p>

<p>I am using MT to run multiple sites on my server space, including another which has also recently launched in <span class="caps">HTML5.</span> But more on that another time ;) I am looking to take advantage of more of <span class="caps">MT'</span>s functionality in the near future, such as the user sign-in options. Keep an eye out for little tweaks here and there!</p>

<p>As well as some new functionality, I will still be tweaking the design over the next couple of weeks and correcting old posts, some of which have some formatting issues from the content transfer. If you spot any issues, or just have some general comments, let me know! :)</p>]]></description>
            <link>http://akamike.net/site-news/akamike-switches-to-html5-and-movable-type/</link>
            <guid>http://akamike.net/site-news/akamike-switches-to-html5-and-movable-type/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Site News</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">design</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">html5</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">movable type</category>
            
            <pubDate>Tue, 03 Nov 2009 22:39:54 +0000</pubDate>
        </item>
        
        <item>
            <title>Twitter Needs Targeted Trending Topics</title>
            <description><![CDATA[<p>Pardon me if you know this already, but the world is a big place with lots of things happening, all the time. The internet made it easier to find out what things are happening in different parts of the world, and <a href="http://twitter.com">Twitter</a> brought it to you faster. News breaks on Twitter before it appears on actual news networks and product announcements are picked apart before the producer can even post it up on their own website. To find out the big things that are being talked about you can check out Twitter's Trending Topics and get a feel for what is happening right now.</p>

<p>That's all well and good in theory, but instead you can frequently find Trending Topics filled with rubbish that you have no interest in, such as an ego-boosting campaign from the latest celebrity Twitter newbie or hashtags grouping the latest in low-yield humour. Personally, I don't give a crap about your favourite songs to listen to before/during/after sex and I'd rather spit on Zac Efron than hear about his latest movie. I am pretty sure I'm not the only one in this, Efron could probably get a shower everyday just from the people who dislike him, but with enough people who follow people just for the sake of following people and those constantly re-tweeting because they have nothing of their own to say, the Trending Topic system can be abused. Another flaw in Trending Topics lies with spam bots, who will grab at any topic deemed popular and start hammering it with the usual offers of improved relations with the ladies and the latest pyramid schemes. Trending Topics has quickly become useless.</p>

<p>That's not to say it is a bad idea. The feature indicates what people believe is important, no matter how moronic it is to other people, and it does that job well. It's just far too broad to be worth checking frequently. </p>

<p>Here's an idea: what if Trending Topics was smarter and more personal? I follow people who's content is relevant to me, soon I'll be creating lists to group related users to topics, I have saved searches find news on <a href="http://search.twitter.com/search?q=%23html5">#html5</a>, <a href="http://search.twitter.com/search?q=%23css3">#css3</a> and even <a href="http://search.twitter.com/search?q=%23rdg">#rdg</a>. Why doesn't Twitter analyse this and serve up some topics that are related to these yet I might not heard of yet? I'm a web developer and I'd like to know what is big in the industry, but I might not want to read Firefox news all day and only get a little nudge if they, for example, suddenly switch to IE's Trident rendering engine! Sure, I'd be concerned about the impending apocalypse, but I would at least like it if Twitter thought I should know sooner rather than later.</p>

<p>I don't think this is a difficult feature to build, and it certainly isn't a strange idea. Of course, I expect there is a lot to think about when it comes to scalability, so it's probably something quite far into the future, but I think it would be something people would get a lot of use out of. It just needs to take into account what you say, who you follow, who you say things to, what lists you have made and what searches you have saved, then serve up personalised trend lists of the hour/day/week.</p>

<p>Any thoughts on this? Let me know in the comments. Or, better yet, tweet this post with the hashtag #bettertrendingtopics and you <em>might win a kiss</em>!</p>]]></description>
            <link>http://akamike.net/web-and-internet/twitter-needs-targeted-trending-topics/</link>
            <guid>http://akamike.net/web-and-internet/twitter-needs-targeted-trending-topics/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Web and Internet</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">feature</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">trend</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">twitter</category>
            
            <pubDate>Fri, 02 Oct 2009 17:26:08 +0000</pubDate>
        </item>
        
        <item>
            <title>A squirrel has turned me into a cartoon</title>
            <description><![CDATA[<p>Yesterday, on the way home from work I was pleasantly surprised (seemed like <a href="http://twitter.com/akamike/status/4142863939">a day for it</a>) to find that <a href="http://twitter.com/cssquirrel">Kyle Weems</a> has studied my anatomy, distinguishing features and fashion sense to turn me into a character in his web comic, <a href="http://www.cssquirrel.com/">CSSquirrel</a>. <a href="http://cssquirrel.com/?p=438">The result</a> is, as ever, hilarious.</p>

<p>Making an appearance next to the squirrel and <a href="http://adactio.com/">Jeremy Keith</a>, we have a completely innocent conversation which is unfortunately devoid of semantics. Google-bot happens to be passing by and takes it upon itself to work out what we are saying.</p>

<p>This comic is in <a href="http://www.cssquirrel.com/2009/09/21/comic-update-conversation-sans-semantics/">response</a> to the recent removal of, and failed alternative solution to, dialog. I <a href="http://html5doctor.com/a-little-more-conversation-with-dialog/">wrote about dialog</a> on <a href="http://html5doctor.com/">HTML5Doctor</a> not too long before this change, and was not best pleased by the replacement. Now, marking up conversations is up for discussion (no pun intended), so make sure you <a href="http://wiki.whatwg.org/wiki/What_you_can_do">get your thoughts in</a>.</p>]]></description>
            <link>http://akamike.net/web-and-internet/a-squirrel-has-turned-me-into-a-cartoon/</link>
            <guid>http://akamike.net/web-and-internet/a-squirrel-has-turned-me-into-a-cartoon/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Web and Internet</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">comic</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">css</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">html5</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">squirrel</category>
            
            <pubDate>Tue, 22 Sep 2009 09:39:18 +0000</pubDate>
        </item>
        
        <item>
            <title>CSS Organisation and Best Practices</title>
            <description><![CDATA[<p>At <a href="http://studiolift.com">Lift</a> we have been discussing our methods of organising and writing CSS for new project and future maintenance. It got me wondering how other people choose to manage their stylesheets.</p>]]></description>
            <link>http://akamike.net/web-and-internet/css-organisation-and-best-practices/</link>
            <guid>http://akamike.net/web-and-internet/css-organisation-and-best-practices/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Web and Internet</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">css</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">html</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">method</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Work</category>
            
            <pubDate>Wed, 09 Sep 2009 15:19:00 +0000</pubDate>
        </item>
        
        <item>
            <title>It must be that time of year</title>
            <description><![CDATA[<p>Summer is coming to an end and web designers/developers everywhere seem to be redesigning their personal sites, blogs and portfolios. Here's a few I have picked up on.</p>]]></description>
            <link>http://akamike.net/web-and-internet/it-must-be-that-time-of-year/</link>
            <guid>http://akamike.net/web-and-internet/it-must-be-that-time-of-year/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Web and Internet</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">redesign</category>
            
            <pubDate>Fri, 28 Aug 2009 14:09:59 +0000</pubDate>
        </item>
        
        <item>
            <title>HTML5Doctor</title>
            <description><![CDATA[<p>I am pleased to announce the launch of a new resource for all things HTML5. <a href="http://html5doctor.com/">HTML5Doctor</a> contains posts about the various new features of <abbr title="Hypertext Mark-up Language">HTML</abbr>5, including example uses of the new elements.</p>]]></description>
            <link>http://akamike.net/web-and-internet/html-5-doctor/</link>
            <guid>http://akamike.net/web-and-internet/html-5-doctor/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Web and Internet</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">html 5</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">launch</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">mark-up</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">site</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">standards</category>
            
            <pubDate>Mon, 29 Jun 2009 11:00:30 +0000</pubDate>
        </item>
        
        <item>
            <title>Canada Bound</title>
            <description><![CDATA[<p>On Monday, 29th June, I will be taking an 11 hour flight out to Vancouver, British Columbia, Canada. For the next 3 weeks, I will be spending my time between Penticton and Vancouver, on my first trip abroad.</p>]]></description>
            <link>http://akamike.net/life/canada-bound/</link>
            <guid>http://akamike.net/life/canada-bound/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Life</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">canada</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">holiday</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">travel</category>
            
            <pubDate>Sat, 27 Jun 2009 21:16:17 +0000</pubDate>
        </item>
        
        <item>
            <title>In the battle against IE6, the tricks are getting dirty</title>
            <description><![CDATA[<p>The gloves are off. For some time now, the push to do away with the pains of developing for IE6 has been getting more aggressive. With companies dropping support, campaigns such as <a href="http://www.bringdownie6.com/">Bring Down IE 6</a> and <a href="http://iedeathmarch.org/">IE Death March</a>, it would seem IE6's days are numbered. Now, the tactics get more devious with <a href="http://ie6update.com/"> IE6 Update</a>.</p>]]></description>
            <link>http://akamike.net/web-and-internet/in-the-battle-against-ie6-the-tricks-are-getting-dirty/</link>
            <guid>http://akamike.net/web-and-internet/in-the-battle-against-ie6-the-tricks-are-getting-dirty/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Web and Internet</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">ie6</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">javascript</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Software</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">update</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">web dev</category>
            
            <pubDate>Mon, 20 Apr 2009 22:54:27 +0000</pubDate>
        </item>
        
        <item>
            <title>Introducing akamike v3</title>
            <description><![CDATA[<p>After months of being undecided and failed attempts, what you see before you now is the third iteration of akamike. It's smaller, neater and better!</p>]]></description>
            <link>http://akamike.net/site-news/introducing-akamike-v3/</link>
            <guid>http://akamike.net/site-news/introducing-akamike-v3/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Site News</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">akamike</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">design</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">develop</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">launch</category>
            
            <pubDate>Fri, 17 Apr 2009 23:03:06 +0000</pubDate>
        </item>
        
        <item>
            <title>Get Naked!</title>
            <description><![CDATA[<p>That's right, it's time to show all. Swallow your pride and strip it all off. Go on, remove your CSS. It's <a href="http://naked.dustindiaz.com/">CSS Naked Day</a> 2009!</p>]]></description>
            <link>http://akamike.net/web-and-internet/get-naked/</link>
            <guid>http://akamike.net/web-and-internet/get-naked/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Web and Internet</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">css</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">day</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">naked</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">xhtml</category>
            
            <pubDate>Wed, 08 Apr 2009 23:21:31 +0000</pubDate>
        </item>
        
        <item>
            <title>Anime Deals Launched</title>
            <description><![CDATA[<p>I am proud to announce that <a href="http://animedeals.co.uk">AnimeDeals</a> is now live with some initial content.  This is a blog promoting online anime DVD deals for UK anime fans, in an attempt to fill the hole in this area.</p>]]></description>
            <link>http://akamike.net/web-and-internet/anime-deals-launched/</link>
            <guid>http://akamike.net/web-and-internet/anime-deals-launched/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Web and Internet</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">advertising</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">anime</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">deals</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">launch</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">money</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">project</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">shopping</category>
            
            <pubDate>Sun, 01 Mar 2009 21:08:32 +0000</pubDate>
        </item>
        
        <item>
            <title>Music in 2009</title>
            <description><![CDATA[<p>Quite a few of my favourite bands are releasing albums this year, which inspired me to share what I know is coming and ask for what you are all looking forward to.</p>]]></description>
            <link>http://akamike.net/music/music-in-2009/</link>
            <guid>http://akamike.net/music/music-in-2009/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Music</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">albums</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">future</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">releases</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">songs</category>
            
            <pubDate>Thu, 12 Feb 2009 01:04:15 +0000</pubDate>
        </item>
        
        <item>
            <title>Twenty-One</title>
            <description><![CDATA[<p>Yesterday was my 21st birthday, another milestone in life. I had a wonderful day and received some great gifts, and very enjoyable birthday.</p>]]></description>
            <link>http://akamike.net/life/twenty-one/</link>
            <guid>http://akamike.net/life/twenty-one/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Life</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">anniversary</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">birthday</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">celebration</category>
            
            <pubDate>Thu, 05 Feb 2009 20:38:46 +0000</pubDate>
        </item>
        
    </channel>
</rss>