<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Wren Development Blog</title>
	
	<link>http://wrendevelopment.com/blog</link>
	<description>'Probably The Best Wren In The World'</description>
	<pubDate>Sat, 23 Aug 2008 15:30:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/wrendevelopmentblog" type="application/rss+xml" /><item>
		<title>New beginnings</title>
		<link>http://feeds.feedburner.com/~r/wrendevelopmentblog/~3/369318868/new-beginnings</link>
		<comments>http://wrendevelopment.com/blog/web-development/new-beginnings#comments</comments>
		<pubDate>Tue, 19 Aug 2008 20:00:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[Birmingham]]></category>

		<category><![CDATA[Brighton]]></category>

		<category><![CDATA[Burton]]></category>

		<category><![CDATA[Dundee]]></category>

		<category><![CDATA[Edinburgh]]></category>

		<category><![CDATA[Glasgow]]></category>

		<category><![CDATA[Midlands]]></category>

		<category><![CDATA[New Media]]></category>

		<category><![CDATA[Nottingham]]></category>

		<guid isPermaLink="false">http://wrendevelopment.com/blog/?p=6</guid>
		<description><![CDATA[As it&#8217;s been a while since my last post, now seems like a good time to remedy that situation now that I have moved.
Just over a month ago I relocated from Dundee to Burton-upon-Trent in the East Midlands.
Having previously worked in one of the UK&#8217;s most prolific new media hubs - Brighton - I was [...]]]></description>
			<content:encoded><![CDATA[<p>As it&#8217;s been a while since my last post, now seems like a good time to remedy that situation now that I have moved.</p>
<p>Just over a month ago I relocated from Dundee to Burton-upon-Trent in the East Midlands.</p>
<p>Having previously worked in one of the UK&#8217;s most prolific new media hubs - Brighton - I was slightly disappointed by Dundee&#8217;s apparent lack of activity in this area.</p>
<p>Scotland in general doesn&#8217;t seem to have much web related activity in the real world outside of Edinburgh and Glasgow. Which is shame and even more surprising given that Dundee bills itself as a centre for new media activity (I guess it is in reference to Dundee&#8217;s computer game developers).</p>
<p>I now find myself in the Midlands, within easy of reach of Birmingham and Nottingham. I am excited at the prospect of more access to local new media events and will be interested to see what&#8217;s up and coming in the area (this reminds me to refresh my <a href="http://upcoming.yahoo.com/user/137383/">upcoming.org</a> preferences!). If anyone knows of any interesting activities, please leave or comment or use my <a href="/contact.html">contact form</a> to let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://wrendevelopment.com/blog/web-development/new-beginnings/feed</wfw:commentRss>
		<feedburner:origLink>http://wrendevelopment.com/blog/web-development/new-beginnings</feedburner:origLink></item>
		<item>
		<title>A website should…</title>
		<link>http://feeds.feedburner.com/~r/wrendevelopmentblog/~3/294902257/a-website-should</link>
		<comments>http://wrendevelopment.com/blog/web-development/a-website-should#comments</comments>
		<pubDate>Wed, 21 May 2008 09:00:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[development]]></category>

		<category><![CDATA[web]]></category>

		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://wrendevelopment.com/blog/?p=5</guid>
		<description><![CDATA[Every time I start a new project I try do things right. I try to lay a solid foundation and make sure all my bases are covered so the site functions correctly now and is easy to maintain in the future. But something always slips through the net.
So for a while I have been thinking [...]]]></description>
			<content:encoded><![CDATA[<p>Every time I start a new project I try do things right. I try to lay a solid foundation and make sure all my bases are covered so the site functions correctly now and is easy to maintain in the future. But something always slips through the net.</p>
<p>So for a while I have been thinking of putting together an exhaustive list of features / elements a new site ought to have. That is not to say they must have - you may decide some elements aren&#8217;t required in a particular circumstance. But given a list of things you ought to have, at least you can make a choice which to include and which not to (rather than forget).</p>
<p>If this all sounds a bit vague, let me give some examples off the top of my head to get the list going. Obviously this is a little subjective as these are concerns I have when starting a new site and as such some are quite specific to my development environment (WAMP / LAMP), but here we go:</p>
<p>A website should&#8230;</p>
<ul>
<li>have a valid doctype</li>
<li>validate against it&#8217;s doctype</li>
<li>have correctly filled document headers
<ul>
<li>Content-type</li>
<li>Title - clear,concise and related to the page content</li>
<li>Keywords - short list and related to the page content</li>
<li>Description -short description related to the page content</li>
</ul>
</li>
<li>have a favicon</li>
<li>use external CSS files and Javascript to separate presentation and behavior</li>
<li>degrade gracefully</li>
<li>use appropriate alt text for all images</li>
<li>have lowercase filenames and URLs</li>
<li>have nice URLs (use modrewrite or equivalent)</li>
<li>work across the main browsers (FF 2 &amp; 3, IE 6-8, Safari)</li>
<li>not use too many purely decorative elements in it&#8217;s markup</li>
<li>use microformats where possible</li>
<li>be fast to load</li>
<li>have a custom 404 page</li>
<li>have a site map</li>
<li>have a contact form or email address
<ul>
<li>use CAPTCHA security for contact forms</li>
</ul>
</li>
</ul>
<p>This is by no means an exhaustive list, so please add your thoughts in the comments. I suppose this could all be wrapped up in a &#8216;cheat sheet&#8217; of some kind, perhaps this has already been done - let me know!</p>
]]></content:encoded>
			<wfw:commentRss>http://wrendevelopment.com/blog/web-development/a-website-should/feed</wfw:commentRss>
		<feedburner:origLink>http://wrendevelopment.com/blog/web-development/a-website-should</feedburner:origLink></item>
		<item>
		<title>Worklife Balance</title>
		<link>http://feeds.feedburner.com/~r/wrendevelopmentblog/~3/293807222/worklife-balance</link>
		<comments>http://wrendevelopment.com/blog/workflow/worklife-balance#comments</comments>
		<pubDate>Thu, 31 Jan 2008 17:02:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Workflow]]></category>

		<category><![CDATA[balance]]></category>

		<category><![CDATA[freelancing]]></category>

		<category><![CDATA[life]]></category>

		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://wrendevelopment.com/blog/2008/01/31/worklife-balance/</guid>
		<description><![CDATA[I just (skim) read an article on freelance switch which eloquently  covers quite a few subjects that have been buzzing round my head (and a few that haven&#8217;t but certainly make a lot of sense!) the last few days:
Is your worklife balance killing your chances of freelancing-success
]]></description>
			<content:encoded><![CDATA[<p>I just (skim) read an article on freelance switch which eloquently  covers quite a few subjects that have been buzzing round my head (and a few that haven&#8217;t but certainly make a lot of sense!) the last few days:</p>
<p><a href="http://freelanceswitch.com/productivity/is-your-worklife-balance-killing-your-chances-of-freelancing-success/"><span id="more-4"></span>Is your worklife balance killing your chances of freelancing-success</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wrendevelopment.com/blog/workflow/worklife-balance/feed</wfw:commentRss>
		<feedburner:origLink>http://wrendevelopment.com/blog/workflow/worklife-balance</feedburner:origLink></item>
		<item>
		<title>New Year Resolutions</title>
		<link>http://feeds.feedburner.com/~r/wrendevelopmentblog/~3/293807223/new-year-resolutions</link>
		<comments>http://wrendevelopment.com/blog/misc/new-year-resolutions#comments</comments>
		<pubDate>Wed, 23 Jan 2008 18:37:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<category><![CDATA[blog]]></category>

		<category><![CDATA[new year]]></category>

		<category><![CDATA[resolutions]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wrendevelopment.com/blog/2008/01/23/new-year-resolutions/</guid>
		<description><![CDATA[So it's that time of year when every man and his dog decides they need to make New Year resolutions. Well I am no different. Sort of.]]></description>
			<content:encoded><![CDATA[<p>So it&#8217;s that time of year when every man and his dog decides they need to make New Year resolutions. Well I am no different. Sort of.</p>
<p><span id="more-3"></span>In the meat-space my only resolution was not to make any resolutions (despite the self defeating aspect of it), mainly because they are usually doomed to fail. So rather than set myself up to fail,  I thought I would write up some of my virtual resolutions in a blog. Therefore my first resolution is:</p>
<p><strong>1. Setup and maintain a blog</strong></p>
<p>The reason for this whole exercise, is setting up and maintaining a blog is my first resolution. I have been meaning to do it for a while now and a few people have been getting annoyed with me ranting about web stuff, frequently saying &#8220;Put it in a blog!&#8221; So here we are, my only worry is that I will fail to keep updating this blog and it will end up having been no better than a real world resolution.</p>
<p>A side benefit of maintaining a blog, is that several work projects recently could&#8217;ve used a blog engine (the rather fine wordpress) rather than me re-inventing (and having to support) the wheel for the hundredth time with my CMS. With more projects in this vein coming up it will be incredibly useful to know this blog engine like the back of my hand.</p>
<p><strong>2. Get better at freelancing</strong></p>
<p>Although I have not been freelancing long I can already tell that a constant battle will be to strive to improve the service I offer clients and achieve greater levels of professionalism. So far this has manifested itself as timekeeping and the resulting invoicing. It seems important to keep track of what I have been doing and how long it took me to help with accountability and eventually invoicing clients. I also hope to go through a process of evaluation to work out how well I anticipated the length of development time for each project so far and feed that into the quotation process in the future.</p>
<p>Another aspect of being a better freelancer seems to be &#8216;do the things freelancers do&#8217; such as blogging and writing up my code with discussion about lessons learned along the way. As well as being a learning tool, it should hopefully help with promotion of my site, my services and the work I have done for my clients.</p>
<p>I am also inspired by the idea I read about on <a href="http://www.tomnixon.co.uk/2007/10/why-you-should-.html">Tom Nixon&#8217;s blog</a> that you should give away your knowledge for free.</p>
<p><strong>3. Setup my own projects</strong></p>
<p>When I first started freelancing it not only seemed a great opportunity to continue to work in the field that I love, but also a way to work in that field the way I thought I ought to be doing it. Originally that meant working smarter not harder and sticking to design / programming / philosophical principles in my work. While generally that seems to have been the case, I do feel there is room for improvement. Particularly in terms of working smarter. In the short time I have been freelancing I have been churning out CMS driven websites for clients and while I am proud of the work I have done for them, I believe I ought to be doing more. Specifically setting up my own web application for public consumption. The dream is to be answerable to nobody but the users of my web app and me.</p>
<p>Part of my excitement about becoming a freelancer was that I could set my own work timetable and perhaps achieve <a href="http://www.alistapart.com/articles/fourdayweek">the mythical 4 day week</a>. While that&#8217;s great in principle real life tends to have a habit of getting in the way. Client&#8217;s do expect you to be available at their beck and call (i.e. when they are working). I guess the idea is that I should become more forceful of will and explain why I will be unavailable perhaps even drafting some kind explanation in the form of a contract. But that&#8217;s not really me - I guess I&#8217;m too easily cajoled into work. So the way around it is to do away with clients, but how will I pay the bills? By becoming my own client of course. The ideal is to create a web site that earns money while I sleep and that only needs to be tended to on a weekly basis, with all it&#8217;s processes and data stored remotely so it can be maintained wherever I am. Somewhat in the spirit of <a href="http://www.fourhourworkweek.com/">Tim Ferriss&#8217; 4 hour week</a>.</p>
<p>To sum up, I intend to build a web application, to learn more (about web programming), promote my web site / services, to earn more money and if I make enough stop doing client work &amp; work a &#8216;4 hour week&#8217;.</p>
<p><strong>4. Be more &#8216;virtual&#8217;</strong></p>
<p>Part of the working smarter theme has to be working more virtually. Trying to untie the systems and data I use from my local machine. There are several reasons for this:</p>
<ul>
<li>It will be good cross promotion for my site(s), i.e. blogging, <a href="http://twitter.com/davidwren">twitter</a>, <a href="http://www.last.fm/user/davidwren">last.fm</a>, <a href="http://del.icio.us/davidwren">del.icio.us</a> etc</li>
<li>More mobile - helping me work wherever I am</li>
<li>More secure - offsite backups for critical data</li>
</ul>
<p>That&#8217;s all I can think of for now, but I guess I will probably return to this topic in the future to add things and discuss my progress.</p>
]]></content:encoded>
			<wfw:commentRss>http://wrendevelopment.com/blog/misc/new-year-resolutions/feed</wfw:commentRss>
		<feedburner:origLink>http://wrendevelopment.com/blog/misc/new-year-resolutions</feedburner:origLink></item>
	</channel>
</rss>
