<?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>Danny-T.co.uk</title>
	<atom:link href="http://danny-t.co.uk/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://danny-t.co.uk</link>
	<description>Web apps fanatic, ramblings on dev for web, mobile and other geeky stuff</description>
	<lastBuildDate>Sat, 04 Feb 2012 09:59:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Smashing Magazine&#8217;s Responsive Design</title>
		<link>http://danny-t.co.uk/index.php/2012/01/28/smashing-magazines-responsive-design/</link>
		<comments>http://danny-t.co.uk/index.php/2012/01/28/smashing-magazines-responsive-design/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 20:53:41 +0000</pubDate>
		<dc:creator>DannyT</dc:creator>
				<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://danny-t.co.uk/?p=551</guid>
		<description><![CDATA[Smashing Magazine is an excellent resource for all things web design and I think they&#8217;ve done a good job overall with their recent responsive redesign. However, I can&#8217;t help feeling a little punished for using a larger resolution&#8230; At 1024 wide, clean &#038; clear: At 1366 wide, overpowered by ads!: Obviously these images are scaled [...]]]></description>
			<content:encoded><![CDATA[<p>Smashing Magazine is an excellent resource for all things web design and I think they&#8217;ve done a good job overall with their recent responsive redesign. However, I can&#8217;t help feeling a little punished for using a larger resolution&#8230;</p>
<p>At 1024 wide, clean &#038; clear:<br />
<a href="http://danny-t.co.uk/wp-content/uploads/smashingmag1.png"><img src="http://danny-t.co.uk/wp-content/uploads/smashingmag1-300x206.png" alt="" title="smashingmag smaller" width="300" height="206" class="alignnone size-medium wp-image-560" /></a></p>
<p>At 1366 wide, overpowered by ads!:<br />
<a href="http://danny-t.co.uk/wp-content/uploads/smashingmag2.png"><img src="http://danny-t.co.uk/wp-content/uploads/smashingmag2-300x161.png" alt="" title="smashingmag wider" width="300" height="161" class="alignnone size-medium wp-image-561" /></a></p>
<p>Obviously these images are scaled but <a href="http://www.smashingmagazine.com" title="Smashing Magazine">head on over</a> and see for yourself. Despite that though, it really is a great resource. Whilst I have no comment form I feel much more comfortable getting away with a slightly opinionated post, maybe I&#8217;ll keep it that way <a href="http://mattgemmell.com/2012/01/07/comments-commentary/" title="Matt Gemmel post on comments">like other trailblazers have</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://danny-t.co.uk/index.php/2012/01/28/smashing-magazines-responsive-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Theme, Sublime, Build, IISExpress</title>
		<link>http://danny-t.co.uk/index.php/2012/01/25/theme-sublime-build-iisexpress/</link>
		<comments>http://danny-t.co.uk/index.php/2012/01/25/theme-sublime-build-iisexpress/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 21:06:36 +0000</pubDate>
		<dc:creator>DannyT</dc:creator>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[This Blog]]></category>

		<guid isPermaLink="false">http://danny-t.co.uk/?p=544</guid>
		<description><![CDATA[So phase one of the new theme is done. You&#8217;re currently looking at a totally bare-bones theme (unless you&#8217;re looking back at this post in the future) which I&#8217;ll be building from in the coming weeks. To get this far most of the work has been in the project setup which you can find on [...]]]></description>
			<content:encoded><![CDATA[<p>So phase one of the <a href="http://danny-t.co.uk/index.php/2012/01/14/developing-a-new-theme/" title="Developing a new theme">new theme</a> is done. You&#8217;re currently looking at a totally bare-bones theme (unless you&#8217;re looking back at this post in the future) which I&#8217;ll be building from in the coming weeks. To get this far most of the work has been in the project setup which you can find on github <a href="https://github.com/DannyT/danny-t.co.uk" title="dannyt theme">here</a>.</p>
<p>Credit where it&#8217;s due, I ripped the foundations of this set up from <a href="https://github.com/peterkeating/peterkeating.co.uk" title="Peter Keating theme">Pete&#8217;s theme</a>.</p>
<p>A quick run through of what&#8217;s there:</p>
<ul>
<li><strong>dannyt.sublime-project</strong> &#8211; the project file for the excellent <a href="http://www.sublimetext.com/2" title="sublime text 2">sublime text 2 editor</a><br />
  Main things to take from this are the &#8216;build systems&#8217; and the paths. Simply opening this file in Sublime should leave you looking at the right project structure with access to build and launch systems under sublimes Project > Build Systems menu.
  </li>
<li><strong>src folder</strong> &#8211; where all the wordpress theme php files live</li>
<li><strong>scripts folder</strong> &#8211; unprocessed Javascript, Less and CSS files</li>
<li><strong>build folder</strong> &#8211; contains an ant build file and various supporting build utilities</li>
</ul>
<p>So far I&#8217;ve found playing with sublime and streamlining the build process the most enjoyable aspects. The actual theme side of things hasn&#8217;t really kicked off yet. I like the prospect of working out a good responsive design and brushing up on some CSS and JS wizardry but not too fussed on PHP. From the looks of things though wordpress deals with most of that and it&#8217;s mainly a case of putting the right function calls in the right files.</p>
<p>I&#8217;m using <a href="http://learn.iis.net/page.aspx/868/iis-express-overview/" title="IIS Express">IIS Express</a> to run the theme locally which after a bit of digging around I&#8217;m pleased with the setup of. I can keep the configuration in source control and launch it as part of my build so I now have a relatively friction free development process.</p>
<p>I&#8217;ll go through more details of the build process in a future post, normally I&#8217;d suggest leaving a comment if you have any questions but I&#8217;ve not got as far as the comment form in the theme yet! But feel free to message me on <a href="https://github.com/DannyT/" title="DannyT Github">github</a> or tweet me on twitter (<a href="https://twitter.com/#!/dannyt" title="DannyT Twitter">@dannyt</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://danny-t.co.uk/index.php/2012/01/25/theme-sublime-build-iisexpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Developing a new theme</title>
		<link>http://danny-t.co.uk/index.php/2012/01/14/developing-a-new-theme/</link>
		<comments>http://danny-t.co.uk/index.php/2012/01/14/developing-a-new-theme/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 13:06:21 +0000</pubDate>
		<dc:creator>DannyT</dc:creator>
				<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://danny-t.co.uk/?p=539</guid>
		<description><![CDATA[The irony of my previous post about responsive design being presented on a site which offers no form of responsive design was not lost on me. I shall be working on rectifying this in the coming weeks. I&#8217;m going to aim to do this step by step and apply the results to the live site [...]]]></description>
			<content:encoded><![CDATA[<p>The irony of my previous post about responsive design being presented on a site which offers no form of responsive design was not lost on me. I shall be working on rectifying this in the coming weeks. I&#8217;m going to aim to do this step by step and apply the results to the live site as I go. The first step will be stripping all style from the site which I&#8217;m planning to do tomorrow so things will be a little <em>bare</em> around here for a while.</p>
]]></content:encoded>
			<wfw:commentRss>http://danny-t.co.uk/index.php/2012/01/14/developing-a-new-theme/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Responsive Design &#8211; Test on devices</title>
		<link>http://danny-t.co.uk/index.php/2012/01/14/responsive-design-test-on-devices/</link>
		<comments>http://danny-t.co.uk/index.php/2012/01/14/responsive-design-test-on-devices/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 12:20:09 +0000</pubDate>
		<dc:creator>DannyT</dc:creator>
				<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://danny-t.co.uk/?p=536</guid>
		<description><![CDATA[In my recent explorations of responsive design, I&#8217;ve noticed I frequently just change the width of my desktop browser window to quickly review the responsiveness of a site. This typically demonstrates how the site will react in terms of layout but is of very limited actual benefit because the experience of a desktop browser is [...]]]></description>
			<content:encoded><![CDATA[<p>In my recent explorations of responsive design, I&#8217;ve noticed I frequently just change the width of my desktop browser window to quickly review the responsiveness of a site. This typically demonstrates how the site will react in terms of layout but is of very limited actual benefit because the experience of a desktop browser is significantly different to that of a device browser. </p>
<p>It&#8217;s a bad habit. Denser screen resolution, font collection, colour display, brightness, lack of browser chrome, full-screen, ergonomics, touch, text input and many other factors makes for a completely different experience.</p>
<p>Fine if you&#8217;re tweaking a layout or just trying to get a particular feature working, browser bashing is a perfectly acceptable way of reviewing your work but make sure you spend the majority of testing time in the correct context of the intended devices. </p>
<p>Beg, borrow and steal (okay maybe not steal) as many different devices that might be accessing your site as possible too. Your app and users will thank you for it&#8230; Actually they wont, as this is a case of the best experience being one that isn&#8217;t noticed, a bad experience certainly will be.</p>
]]></content:encoded>
			<wfw:commentRss>http://danny-t.co.uk/index.php/2012/01/14/responsive-design-test-on-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What iOS and WP7 are doing right and Android is doing wrong</title>
		<link>http://danny-t.co.uk/index.php/2012/01/10/what-ios-and-wp7-are-doing-right-and-android-is-doing-wrong/</link>
		<comments>http://danny-t.co.uk/index.php/2012/01/10/what-ios-and-wp7-are-doing-right-and-android-is-doing-wrong/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 07:39:37 +0000</pubDate>
		<dc:creator>DannyT</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Windows Phone 7]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[mobile-development]]></category>
		<category><![CDATA[wp7]]></category>

		<guid isPermaLink="false">http://danny-t.co.uk/?p=529</guid>
		<description><![CDATA[As noted in a previous post, I recently picked up a Nokia Lumia 800 running Windows Phone 7. Before that I had a Samsung Galaxy S Android phone and an iPhone 3G before that. One major thing that has stuck out to me across these three platforms is that Apple and Microsoft have relinquished nothing [...]]]></description>
			<content:encoded><![CDATA[<p>As noted in a <a href="http://danny-t.co.uk/index.php/2011/12/22/nokia-lumia-800-new-toy/" title="Nokia Lumia 800 – New Toy">previous post</a>, I recently picked up a Nokia Lumia 800 running Windows Phone 7. Before that I had a Samsung Galaxy S Android phone and an iPhone 3G before that. </p>
<p>One major thing that has stuck out to me across these three platforms is that Apple and Microsoft have relinquished nothing to the carriers, whereas Android, by it&#8217;s very nature, is completely bound to them and suffering as a result.</p>
<p>When I first fired up my Galaxy S I was presented with a choppy, pixelated Vodafone logo animation. Once running, Vodafone were rife across the phone with their own music store, app store and other horrible apps that had clearly been thrown together with various greed-led deals with third party service providers. It instantly made the phone feel like it was several years dated on first usage. Fortunately, I&#8217;m a massive geek and within the first month I&#8217;d rid myself of this hellish experience and installed a custom rom on the phone which made things immensely superior. It ran faster, had a significantly improved battery life and actually worked. But I&#8217;m a massive geek. How many Android consumers aren&#8217;t and wouldn&#8217;t know a custom ROM if it slapped them in the face? I&#8217;d wager most of them, in fact in my experience the majority of my non-geek friends hate Android and still crave the iPhone. I know, from experience, this is the carriers fault, which makes it Google&#8217;s fault for not managing this well enough. </p>
<p>When I fired up my new Windows Phone, still on Vodafone, there was a single solitary Vodafone app. Which I was able to immediately delete. Microsoft have retained quality control in the same way Apple have with the iPhone. So yes, iOS and WP7 are closed, proprietary walled garden platforms, but they&#8217;re performing significantly better to the majority as a result. Android really needs to stamp some authority on how much carriers can butcher this otherwise amazing platform. <a href="http://parislemon.com/post/15604811641/why-i-hate-android">This has been explained in much better, more informed detail by Siegler</a>.</p>
<p>In my opinion, the carriers business today is old-fashioned and totally holds back innovation in the mobile space. They are driven entirely by greed and for some reason there just seems like no need to innovate and compete. Every year mobile contracts get more restrictive and expensive and tactics of the operators are becoming ever more underhanded and dishonest. Unfortunately we&#8217;re somewhat at ransom to these few giants which is why it&#8217;s all the more important the likes of Apple and Microsoft retain their control. I would love to see Google impose some UX restrictions on what the network carriers can do to their phones.</p>
]]></content:encoded>
			<wfw:commentRss>http://danny-t.co.uk/index.php/2012/01/10/what-ios-and-wp7-are-doing-right-and-android-is-doing-wrong/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>2011 &gt; 2012 what was and will be&#8230;</title>
		<link>http://danny-t.co.uk/index.php/2012/01/02/2011-2012-what-was-and-will-be/</link>
		<comments>http://danny-t.co.uk/index.php/2012/01/02/2011-2012-what-was-and-will-be/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 15:22:29 +0000</pubDate>
		<dc:creator>DannyT</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[This Blog]]></category>

		<guid isPermaLink="false">http://danny-t.co.uk/?p=518</guid>
		<description><![CDATA[Well the festive season is over and after a much needed break I&#8217;m winding up ready to get back to work and tackle 2012. This is my attempt to reflect and summarise 2011 and some thoughts on looking towards 2012 and what it may entail. 2011 New company website At the beginning of 2011 we [...]]]></description>
			<content:encoded><![CDATA[<p>Well the festive season is over and after a much needed break I&#8217;m winding up ready to get back to work and tackle 2012. This is my attempt to reflect and summarise 2011 and some thoughts on looking towards 2012 and what it may entail.</p>
<h3>2011</h3>
<h4>New company website</h4>
<p>At the beginning of 2011 we finally launched a new <a href="http://moov2.com" title="moov2 software developers">website for Moov2</a>, accompanying it was a <a href="http://moov2.com/blog" title="software development blog">blog on business software</a> for sharing some more company related thoughts. To be honest, from the outset things were a little slow on our part for keeping it up to date. This was down to the usual poor excuse of being <em>too busy</em>. However in recent weeks we&#8217;ve made a real effort to add regular new content and I&#8217;m fairly happy with where its going. We&#8217;ve also been putting a bit of time and effort into Google Adwords, SEO and Analytics. The purist in me really dislikes those terms but they are paying dividend and there are genuine approaches to these things without resorting to underhand tactics and falsified pointless copy.</p>
<h4>Silverlight</h4>
<p>In February, I <a href="http://danny-t.co.uk/index.php/2011/02/12/learning-silverlight/" title="learning silverlight">dived into Silverlight</a> and I was very impressed with the platform. Unfortunately I don&#8217;t think Silverlight took off as much as it could have and the outlook for it in its original guise is now somewhat limited. However Windows Phone 7 does leverage Silverlight and the development approach for the upcoming Windows 8 <em>Metro apps</em>, while not Silverlight, is looking to be very similiar to it (I.e. c# and xaml). So I&#8217;m still pleased to have familiarised myself with it.</p>
<h4>Blog</h4>
<p>In November I declared that I was going to increase how much I&#8217;m blogging here. It&#8217;s only been a few weeks but so far I&#8217;ve upped the amount of blog posts I&#8217;ve been writing (although not really frequency or consistency). It&#8217;s hard to pinpoint the benefit of doing this but it definitely feels better to be documenting my thoughts more. Another benefit of doing so helps me better get in the mode for writing which helps with content on the Moov2 site too.</p>
<h4>Upset in Flash world</h4>
<p>Adobe made a few PR blunders with some mixed messages about the future of Flash, Flex and AIR. This did cause me some minor annoyance purely by having to first decipher these messages and then explain them to some of our clients (<a href="http://moov2.com/blog/2011/12/html5-and-flash-our-thoughts/" title="Future of Flash">summarised here</a>). However it doesn&#8217;t cause me any great concern. I think the Flash platform still has a strong future in gaming, cross platform mobile and brownfield projects. That said, I am fully on board with HTML5 and standards based development and can definitely see this as a unified development approach. So whilst the announcements from Adobe (and similar from Microsoft) may not have been handled as well as we&#8217;d like I do think they&#8217;re doing the right things by putting their focus into HTML5.</p>
<h4>Personal</h4>
<p>Outside of work and geeky interests I started a <a href="http://dannyt.posterous.com/" title="dannyt mountain biking">blog on mountain biking</a> which has been my main non-tech interest and healthy activity in 2011. I&#8217;ve not put too much effort into the blog but Mountain biking is definitely still holding my interest and has had a definite positive effect on my waistline. I&#8217;ve done some amazing rides and made some great new friends as a result.</p>
<p>At the very end of 2010 Andrea and I moved into a new house on the edge of the New Forest in Hampshire. After a tough few months trying to sort out a mortgage we were very grateful to finally move in. The novelty has still not worn off, I love living so close to the forest for biking and the general lifestyle of the area is great. </p>
<h3>2012</h3>
<h4>Championing a new approach</h4>
<p>I&#8217;ve been running a software development company since 2003, it&#8217;s often still terrifying and I know I still have a lot to learn. However, I have learned a thing or two along the way. One of those is that no matter how meticulously planned a software project is change is inevitable. This was always traditionally referred to as scope creep but that puts the onus on the client to not deviate from the original plan. Fact is, change comes about not because clients just change their mind but because the change presents itself as the obvious thing to do. I will post more on this in the future but going forwards our approach will be to be open to and expect change. This will be managed by tackling the obvious problems and opportunities first and reviewing at regular intervals (or even constantly). Each project will be broken down into multiple smaller projects and we will have the agility to change direction at any point without loss of investment for our clients and wasted time for ourselves.</p>
<h4>Systemisation</h4>
<p>Another benefit of having been running a software development agency for nearing a decade is that we have encountered and solved many problems. We&#8217;ve identified processes and procedures for dealing with them and have been constantly looking for new more efficient means of doing so. However, this hasn&#8217;t always been particularly controlled, more of an ethos than standardised practice. I&#8217;ve recently read a great book, <a href="http://www.e-myth.com/pub/htdocs/emr_ch1" title="E-myth revisited book">The E-Myth Revisited</a> in which the author describes the process of creating a system (a defined, documented approach for exactly how to tackle something) for each and every process within your business. Whilst at first this seemed like a ridiculous undertaking the more I thought about it the more I&#8217;ve entertained the idea. There are so many aspects of running a software business that could be easily summarised into a documented procedure which could then effectively be undertaken by anyone (within reason), reviewed and improved upon over time. This essentially creates a path for improvement and also reduces friction when delegating and sharing tasks. </p>
<p>In 2012 I intend to systemise as much of what I do as possible with the intention of being able to easily alleviate tasks that are currently tied to myself or whomever currently undertakes them. This will also set a starting point for improvement from which slicker and more efficient processes will hopefully evolve. </p>
<h4>Continue to play</h4>
<p>Finally both in work and in my own time I will be encouraging &#8216;play&#8217;. It&#8217;s become somewhat of a skill at Moov2 now to be able to investigate and review new technologies as they come about and where appropriate integrate them seamlessly with our workflow. This has many obvious commercial benefits but also is a lot of fun. Going forwards I hope that we&#8217;ll be able to share some of our thoughts and findings with the wider development community in the form of blog posts and open source projects.</p>
<p>So that&#8217;s my wrap up of last year and some objectives for this coming year. To anyone who has read all of this (and I don&#8217;t expect that to be many, I&#8217;m writing this more for my own benefit really), I wish you a very happy and successful 2012!</p>
]]></content:encoded>
			<wfw:commentRss>http://danny-t.co.uk/index.php/2012/01/02/2011-2012-what-was-and-will-be/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nokia Lumia 800 &#8211; New Toy</title>
		<link>http://danny-t.co.uk/index.php/2011/12/22/nokia-lumia-800-new-toy/</link>
		<comments>http://danny-t.co.uk/index.php/2011/12/22/nokia-lumia-800-new-toy/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 22:16:49 +0000</pubDate>
		<dc:creator>DannyT</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Windows Phone 7]]></category>

		<guid isPermaLink="false">http://danny-t.co.uk/?p=509</guid>
		<description><![CDATA[Today I picked up a new phone, the Nokia Lumia 800 Windows Phone. My previous phone was a Samsung Galaxy S Android phone and before that I had the iPhone 3G. I haven&#8217;t disliked any of these phones but I&#8217;ve switched platforms each time because I love trying new and different things. They all have [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://danny-t.co.uk/wp-content/uploads/700-nokia-lumia-800_black.png"><img src="http://danny-t.co.uk/wp-content/uploads/700-nokia-lumia-800_black.jpg" alt="" title="nokia lumia 800 black" width="251" height="166" class="alignright size-full wp-image-512" /></a>Today I picked up a new phone, the Nokia Lumia 800 Windows Phone. My previous phone was a Samsung Galaxy S Android phone and before that I had the iPhone 3G. I haven&#8217;t disliked any of these phones but I&#8217;ve switched platforms each time because I love trying new and different things. They all have their strengths and weaknesses and I&#8217;ll not go into &#8220;X is better than Y&#8221; because the differences between them is actually what appeals to me.</p>
<p>First impressions of the Lumia 800 are superb. Windows Phone 7 offers a refreshingly different approach to the modern smartphone and Nokia have wrapped this up in an excellent chunk of hardware. The slightly bulging screen protruding from the front really makes it feel like a futuristic device and the size, weight and texture of the phone in hand has a premium and robust feel.</p>
<p><a href="http://danny-t.co.uk/wp-content/uploads/logo_wp75-v_web.jpg"><img src="http://danny-t.co.uk/wp-content/uploads/logo_wp75-v_web.jpg" alt="" title="logo_wp75-v_web" width="200" height="98" class="alignright size-full wp-image-515" /></a>Windows Phone 7 is a very welcome surprise and sets a good benchmark for what we can expect in the upcoming windows 8. In the first few hours with the phone I found the user experience delightful with a lot of thoughtful touches that really adds to the familiarisation process. For example, in the email application, after performing an action a couple of times (using the context menu to enable a multi-select facility) the phone prompted me to a touch gesture I could use (tap to the side of the list item) instead of going via the context menu to save myself a tap. This is an excellent example of interface-led-discoverability as without this gentle prompt I would have been unlikely to work out this short-cut unless by accident or having to read through documentation somewhere (never going to happen <img src='http://danny-t.co.uk/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> ).</p>
<p>There&#8217;s plenty of reviews for the Lumia 800 so I&#8217;ll not go in depth on the phone and features but wanted to share my initial reactions. With the festive period coming up I am hoping to find some time to experiment with developing a couple of Windows Phone 7 apps to become a bit more familiar with some of the intricacies of the process and will document my experiences here.</p>
<p>Good job Microsoft and Nokia, I sincerely hope this is the start of a new competitive player in the smartphone market. More competition encourages more innovation and with a bit of luck one or more of the platforms will have innovated enough to warrant another switch the next time my contract renewal comes about.</p>
]]></content:encoded>
			<wfw:commentRss>http://danny-t.co.uk/index.php/2011/12/22/nokia-lumia-800-new-toy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>&#8216;Client Centric Software Development&#8217;</title>
		<link>http://danny-t.co.uk/index.php/2011/12/02/client-centric-software-development/</link>
		<comments>http://danny-t.co.uk/index.php/2011/12/02/client-centric-software-development/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 00:59:12 +0000</pubDate>
		<dc:creator>DannyT</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">http://danny-t.co.uk/index.php/2011/12/02/client-centric-software-development/</guid>
		<description><![CDATA[Paul Boag is: … on a mission to convince the web design community that working with clients can be enjoyable, constructive and creates outstanding websites. One of his key messages is that the traditional approach for building a website is essentially “big bang” development. Every few years a website is overhauled and redeployed to great [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://boagworld.com/tumblog/download-chapter-1-of-client-centric-web-design-for-free/">Paul Boag</a> is:</p>
<blockquote><p>… on a mission to convince the web design community that working with clients can be enjoyable, constructive and creates outstanding websites.</p>
</blockquote>
<p>One of his key messages is that the traditional approach for building a website is essentially “big bang” development. Every few years a website is overhauled and redeployed to great fanfare and significant expense only to immediately begin slowly rotting and be forgotten about until the cycle begins again some years later.</p>
<p>Now this is all remarkably familiar to software development and typical complaints with <a href="http://en.wikipedia.org/wiki/Waterfall_model">waterfall</a> development methodologies. A familiarity by the way, which is particularly understandable considering the line between “website development” and “software development” is now well and truly blurred (more on this in a future post).</p>
<p>Perhaps we should be doing away with major version numbers. There should be no MassiveProjectX to be delivered by DeadlineY. Throw that door-stop of a requirements catalogue out of the window and spend some time actually empathising with the businesses we’re trying to help. We should be building open and on-going partnerships with our clients focusing on providing smaller, more frequent deliveries which are solving the most obvious and important problems first. </p>
<p>Agile approaches (inspired by the <a href="http://agilemanifesto.org/principles.html">agile manifesto</a>) have been widely adopted by many developers to help with many of these issues which is great, but it is still a largely developer adopted practice. More-so than involving business people as per the original manifesto principles. More effort needs to be made in getting on board with our clients and working together to enable the best solutions which work out better for both parties. </p>
<p>Paul’s mission is set for full steam ahead in 2012 and I intend to follow a similar path focusing on more effective client relationships. I highly recommend reading the first chapter of Paul’s upcoming book <a href="http://boagworld.com/season/3/">Client Centric Web Design</a> which is available for free. I’ve found it a real eye opener and will be posting more thoughts along these lines soon both here and from a more professional capacity on our <a href="http://moov2.com/blog/">company blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://danny-t.co.uk/index.php/2011/12/02/client-centric-software-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing Windows Live Writer</title>
		<link>http://danny-t.co.uk/index.php/2011/11/30/testing-windows-live-writer/</link>
		<comments>http://danny-t.co.uk/index.php/2011/11/30/testing-windows-live-writer/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 22:36:43 +0000</pubDate>
		<dc:creator>DannyT</dc:creator>
				<category><![CDATA[This Blog]]></category>

		<guid isPermaLink="false">http://danny-t.co.uk/index.php/2011/11/30/testing-windows-live-writer/</guid>
		<description><![CDATA[I’ve heard of Windows Live Writer before but never really gave it a second thought. I just discovered it’s pre-installed on Windows 7 so thought I’d give it a try. First impressions are that it’s interesting how it detects site styles and applies them to the editor (a desktop application). As I’m about to go [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve heard of Windows Live Writer before but never really gave it a second thought. I just discovered it’s pre-installed on Windows 7 so thought I’d give it a try. First impressions are that it’s interesting how it detects site styles and applies them to the editor (a desktop application). </p>
<p>As I’m about to go on holiday for a week having an offline tool might be useful so am going to give this a try.</p>
<p>Next step is to publish this post…</p>
]]></content:encoded>
			<wfw:commentRss>http://danny-t.co.uk/index.php/2011/11/30/testing-windows-live-writer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why IBM don&#8217;t get it</title>
		<link>http://danny-t.co.uk/index.php/2011/11/30/why-ibm-dont-get-it/</link>
		<comments>http://danny-t.co.uk/index.php/2011/11/30/why-ibm-dont-get-it/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 07:25:23 +0000</pubDate>
		<dc:creator>DannyT</dc:creator>
				<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">http://danny-t.co.uk/?p=497</guid>
		<description><![CDATA[Last week at the European Software Conference I attended a presentation by Chris Bray of IBM about&#8230; well IBM. Chris is a good presenter and gave a nice whistle stop tour of what IBM have been up to over the past 100 years including highs and lows. One thing that stood out to me though [...]]]></description>
			<content:encoded><![CDATA[<p>Last week at the <a href="http://danny-t.co.uk/index.php/2011/11/30/the-european-software-conference/" title="The European Software Conference">European Software Conference</a> I attended a presentation by Chris Bray of IBM about&#8230; well IBM. Chris is a good presenter and gave a nice whistle stop tour of what IBM have been up to over the past 100 years including highs and lows. One thing that stood out to me though was that IBM have apparently recognised their future lies in the talent pool coming up from the &#8216;digital generation&#8217; and are trying to put gifted young digital pioneers into decision making positions at IBM. </p>
<p>The problem I see with this strategy is a matter of perception. I challenged Chris on this asking what he thinks the outcome would be if I went out and randomly asked 100 under 25 year olds &#8220;what do IBM do?&#8221;. Chris answered by stating that during some research they found 99% of people had <em>heard</em> of IBM but very few could name something they are known for. So an issue they have researched and acknowledged.</p>
<p>Great, however IBMs approach to resolving this is to start a campaign of &#8216;educating&#8217; young people about what they do. They&#8217;re going to be visiting schools and telling students about the wonderful things IBM do in the hope that when they leave school, they&#8217;ll be so enamoured by IBM that they want to seek employment from the glorious mega-machine.</p>
<p>Herein lies the flaw, the great young minds that are graduating currently are not simply just &#8216;unaware&#8217;, they&#8217;re plain disinterested. The exciting opportunities being sought by the top talent are with the exciting companies doing exciting things. The obvious targets I would suspect for young people are the likes of Google, Facebook, Twitter, [insert other new and rapidly growing tech company here] and the real hot talent are likely even sold on the prospect of their own startup.</p>
<p>This isn&#8217;t an issue faced solely by IBM, I&#8217;m sure Microsoft, Oracle and many more of the old guard have a similar challenge to face. Unfortunately simply telling people how great and exciting you are isn&#8217;t going to cut it. You have to <strong><em>BE great and exciting</em></strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://danny-t.co.uk/index.php/2011/11/30/why-ibm-dont-get-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

