<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.anthonymain.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Zooba Chat</title><subtitle type="html">Anthony Main's random thoughts, theories and general whinges about all things and everything!</subtitle><id>http://www.anthonymain.com/atom.aspx</id><link rel="alternate" type="text/html" href="http://www.anthonymain.com/default.aspx" /><link rel="self" type="application/atom+xml" href="http://www.anthonymain.com/atom.aspx" /><generator uri="http://communityserver.org" version="2.1.60809.935">Community Server</generator><updated>2007-02-21T12:40:00Z</updated><entry><title>Windows Mobile 6.5 for HTC Touch Pro 2</title><link rel="alternate" type="text/html" href="http://www.anthonymain.com/archive/2009/10/12/Windows-Mobile-6.5-for-HTC-Touch-Pro-2.aspx" /><id>http://www.anthonymain.com/archive/2009/10/12/Windows-Mobile-6.5-for-HTC-Touch-Pro-2.aspx</id><published>2009-10-12T16:05:00Z</published><updated>2009-10-12T16:05:00Z</updated><content type="html">
  
&lt;p&gt;When I started my business I decided to grab a HTC Touch Pro 2 as my weapon of choice as I wanted something with a proper keyboard instead of all this touch screen nonsense and Windows mobile seemed much more suitable as Im a MS developer.&lt;/p&gt;
&lt;p&gt;So far I havent been disappointed, yes there are a few niggles - slow responsiveness, windows 6.1 interface (despite the htc touch flo ui on top), poor Vodafone reception. But overall Im very pleased with the handset.&lt;/p&gt;
&lt;p&gt;One of the main reasons I also chose it was I knew it was going to be getting a Windows Mobile (previously known as Windows Mobile 6.5) ROM updated, and now its here:&lt;/p&gt;
&lt;p&gt;
    &lt;a href="http://htcpedia.com/ruu_rhodium_s_htc_europe_wm65/soft/htc-rhodium-rom.html?page=1" target="_blank"&gt;http://htcpedia.com/ruu_rhodium_s_htc_europe_wm65/soft/htc-rhodium-rom.html?page=1&lt;/a&gt;
    &lt;br /&gt;
    &lt;a href="http://forum.xda-developers.com/showthread.php?t=570366&amp;amp;page=1" target="_blank"&gt;http://forum.xda-developers.com/showthread.php?t=570366&amp;amp;page=1&lt;/a&gt;
    &lt;br /&gt; &lt;/p&gt;
&lt;p&gt;Im yet to have time to try it but watch this space for my comments on the difference.&lt;br /&gt;&lt;/p&gt;&lt;img src="http://www.anthonymain.com/aggbug.aspx?PostID=226" width="1" height="1"&gt;</content><author><name>Anthony</name><uri>http://www.anthonymain.com/members/Anthony.aspx</uri></author></entry><entry><title>Nominated for About.com Web Design award</title><link rel="alternate" type="text/html" href="http://www.anthonymain.com/archive/2009/05/12/Nominated-for-About.com-Web-Design-award.aspx" /><id>http://www.anthonymain.com/archive/2009/05/12/Nominated-for-About.com-Web-Design-award.aspx</id><published>2009-05-12T20:37:00Z</published><updated>2009-05-12T20:37:00Z</updated><content type="html">
  &lt;p&gt;My company has been nominated for the Best Designed Web Designers Site in the About.com readers choice awards. I hope you will get behind me and pass your vote. It will be greatly appreciated. &lt;/p&gt;
  &lt;p&gt;
    &lt;a href="http://webdesign.about.com/od/awards/l/bl_vote_rc09_wd.htm"&gt;http://webdesign.about.com/od/awards/l/bl_vote_rc09_wd.htm&lt;/a&gt; &lt;br /&gt;&lt;/p&gt;&lt;img src="http://www.anthonymain.com/aggbug.aspx?PostID=210" width="1" height="1"&gt;</content><author><name>Anthony</name><uri>http://www.anthonymain.com/members/Anthony.aspx</uri></author><category term="web designers" scheme="http://www.anthonymain.com/archive/tags/web+designers/default.aspx" /><category term="vote" scheme="http://www.anthonymain.com/archive/tags/vote/default.aspx" /><category term="webdesign" scheme="http://www.anthonymain.com/archive/tags/webdesign/default.aspx" /><category term="choice awards" scheme="http://www.anthonymain.com/archive/tags/choice+awards/default.aspx" /><category term="bl" scheme="http://www.anthonymain.com/archive/tags/bl/default.aspx" /><category term="readers choice" scheme="http://www.anthonymain.com/archive/tags/readers+choice/default.aspx" /></entry><entry><title>Visual Studio MVC RTM Templates Not Present/Available</title><link rel="alternate" type="text/html" href="http://www.anthonymain.com/archive/2009/03/24/Visual-Studio-MVC-RTM-Templates-Not-Present_2F00_Available.aspx" /><id>http://www.anthonymain.com/archive/2009/03/24/Visual-Studio-MVC-RTM-Templates-Not-Present_2F00_Available.aspx</id><published>2009-03-24T10:13:00Z</published><updated>2009-03-24T10:13:00Z</updated><content type="html">
&lt;p&gt;After trying all threads I found on the net for how to fix the problem of the lack of templates in visual studio (new project diag) after a successful install of the final release of .net MVC I realised the problem and it was so simple!!&lt;/p&gt;
&lt;p&gt;I had read the readme notes which tells you to open this log file&lt;br /&gt;&lt;/p&gt;
&lt;blockquote&gt;%temp%\MvcTemplates.Log&lt;/blockquote&gt;


&lt;p&gt;In my log I was getting lots of errors like&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;lt;description&amp;gt;CheckPackageSignature failed; invalid Package Load Key&amp;lt;/description&amp;gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The solution1?!? Well it was a sitting the right under my nose LITERALLY. In the new project dialog, for some reason VS was defaulting to .net 2.0 projects, switching this to 3.5 and voila all the MVC templates ready for use!&lt;/p&gt;
&lt;p&gt;I hope this helps other people&lt;/p&gt;&lt;p&gt;P.S You can see my original error log &lt;a href="http://www.anthonymain.com/downloads/MvcTemplates.Log" target="_blank"&gt;here&lt;/a&gt; &lt;br /&gt;&lt;/p&gt;&lt;img src="http://www.anthonymain.com/aggbug.aspx?PostID=209" width="1" height="1"&gt;</content><author><name>Anthony</name><uri>http://www.anthonymain.com/members/Anthony.aspx</uri></author><category term="visual studio" scheme="http://www.anthonymain.com/archive/tags/visual+studio/default.aspx" /><category term="lt" scheme="http://www.anthonymain.com/archive/tags/lt/default.aspx" /><category term="amp" scheme="http://www.anthonymain.com/archive/tags/amp/default.aspx" /><category term="threads" scheme="http://www.anthonymain.com/archive/tags/threads/default.aspx" /><category term="diag" scheme="http://www.anthonymain.com/archive/tags/diag/default.aspx" /><category term="mvc" scheme="http://www.anthonymain.com/archive/tags/mvc/default.aspx" /><category term="project dialog" scheme="http://www.anthonymain.com/archive/tags/project+dialog/default.aspx" /><category term="readme notes" scheme="http://www.anthonymain.com/archive/tags/readme+notes/default.aspx" /><category term="templates" scheme="http://www.anthonymain.com/archive/tags/templates/default.aspx" /><category term="file temp" scheme="http://www.anthonymain.com/archive/tags/file+temp/default.aspx" /></entry><entry><title>Microsoft .Net MVC 1.0 Released</title><link rel="alternate" type="text/html" href="http://www.anthonymain.com/archive/2009/03/18/Microsoft-.Net-MVC-1.0-Released.aspx" /><id>http://www.anthonymain.com/archive/2009/03/18/Microsoft-.Net-MVC-1.0-Released.aspx</id><published>2009-03-18T13:59:00Z</published><updated>2009-03-18T13:59:00Z</updated><content type="html">
  
&lt;p&gt;Its finally here the saviour of webform developers. Microsoft .Net MVC 1.0.&lt;/p&gt;
&lt;p&gt;I've personally been developing using the betas and RC releases for about 6 months now and I love it. Programming seriously has never been so much fun.&lt;/p&gt;
&lt;p&gt;The clean seperation of concerns between presentation logic and business logic make web coding so much easier and web 2.0 style developments using &lt;a href="http://www.jquery.com"&gt;jQuery&lt;/a&gt; are a dream&lt;/p&gt;
&lt;p&gt;I'd recommend on your next project you give yourself 1/2 days extra for the learning curve but then half your development time! &lt;/p&gt;
&lt;p&gt;It really is a dream to work with and brings back control to the developer. No more page lifecycle WOOOOHOOOOO!!!&lt;/p&gt;
&lt;p&gt;Get the latest build and tutorials here:&lt;/p&gt;
&lt;p&gt;
    &lt;a href="http://www.asp.net/mvc/"&gt;http://www.asp.net/mvc/ &lt;/a&gt;
    &lt;br /&gt;
  &lt;/p&gt;&lt;img src="http://www.anthonymain.com/aggbug.aspx?PostID=208" width="1" height="1"&gt;</content><author><name>Anthony</name><uri>http://www.anthonymain.com/members/Anthony.aspx</uri></author><category term="microsoft" scheme="http://www.anthonymain.com/archive/tags/microsoft/default.aspx" /><category term="betas" scheme="http://www.anthonymain.com/archive/tags/betas/default.aspx" /><category term="saviour" scheme="http://www.anthonymain.com/archive/tags/saviour/default.aspx" /><category term="presentation logic" scheme="http://www.anthonymain.com/archive/tags/presentation+logic/default.aspx" /><category term="seperation" scheme="http://www.anthonymain.com/archive/tags/seperation/default.aspx" /><category term="development time" scheme="http://www.anthonymain.com/archive/tags/development+time/default.aspx" /><category term="developers" scheme="http://www.anthonymain.com/archive/tags/developers/default.aspx" /><category term="lifecycle" scheme="http://www.anthonymain.com/archive/tags/lifecycle/default.aspx" /><category term="business logic" scheme="http://www.anthonymain.com/archive/tags/business+logic/default.aspx" /><category term="webform" scheme="http://www.anthonymain.com/archive/tags/webform/default.aspx" /><category term="learning curve" scheme="http://www.anthonymain.com/archive/tags/learning+curve/default.aspx" /><category term="jquery" scheme="http://www.anthonymain.com/archive/tags/jquery/default.aspx" /></entry><entry><title>OpenId now enabled</title><link rel="alternate" type="text/html" href="http://www.anthonymain.com/archive/2008/06/04/OpenId-now-enabled.aspx" /><id>http://www.anthonymain.com/archive/2008/06/04/OpenId-now-enabled.aspx</id><published>2008-06-04T20:57:00Z</published><updated>2008-06-04T20:57:00Z</updated><content type="html">
  &lt;p&gt;I signed up for &lt;a href="http://en.wikipedia.org/wiki/Openid" target="_blank"&gt;OpenId&lt;/a&gt; about a year ago when I found that &lt;a href="http://www.iconbuffet.com" target="_blank"&gt;IconBuffet&lt;/a&gt; now supported it. Ever since I have yet to find another provider that lets me use credential saving feature as my login (bar Blogger which I found tonight).&lt;/p&gt;
  &lt;p&gt;Now there's no point me explaining it all as there is more than enough coverage on everyone else's but I do want to point you to this post especially if you have a website and would prefer to use that url as your OpenId url instead of a 3rd party one, enough said...&lt;/p&gt;
  &lt;p&gt;
    &lt;a href="http://dotnet.org.za/armand/archive/2007/02/08/OpenIDCS.aspx" target="_blank"&gt;http://dotnet.org.za/armand/archive/2007/02/08/OpenIDCS.aspx&lt;/a&gt;
  &lt;/p&gt;
  &lt;p&gt;So if you check my source you will see a couple of additional link tags in my &amp;lt;HEAD&amp;gt; section which allow me to use www.anthonymain.com as my logon credential where possible.&lt;br /&gt;&lt;/p&gt;
  &lt;p&gt; &lt;/p&gt;&lt;img src="http://www.anthonymain.com/aggbug.aspx?PostID=203" width="1" height="1"&gt;</content><author><name>Anthony</name><uri>http://www.anthonymain.com/members/Anthony.aspx</uri></author><category term="aspx" scheme="http://www.anthonymain.com/archive/tags/aspx/default.aspx" /><category term="lt" scheme="http://www.anthonymain.com/archive/tags/lt/default.aspx" /><category term="amp nbsp" scheme="http://www.anthonymain.com/archive/tags/amp+nbsp/default.aspx" /><category term="dotnet" scheme="http://www.anthonymain.com/archive/tags/dotnet/default.aspx" /><category term="openid" scheme="http://www.anthonymain.com/archive/tags/openid/default.aspx" /><category term="za" scheme="http://www.anthonymain.com/archive/tags/za/default.aspx" /><category term="armand" scheme="http://www.anthonymain.com/archive/tags/armand/default.aspx" /><category term="link tags" scheme="http://www.anthonymain.com/archive/tags/link+tags/default.aspx" /><category term="headamp" scheme="http://www.anthonymain.com/archive/tags/headamp/default.aspx" /></entry><entry><title>Useful Links</title><link rel="alternate" type="text/html" href="http://www.anthonymain.com/archive/2008/06/03/Useful-Links.aspx" /><id>http://www.anthonymain.com/archive/2008/06/03/Useful-Links.aspx</id><published>2008-06-03T07:48:00Z</published><updated>2008-06-03T07:48:00Z</updated><content type="html">
  &lt;p&gt;Recently my RSS Reader (iGoogle) has been chocker with useful links for web developers so I thought I'd share a few of them:&lt;/p&gt;
  &lt;p&gt;
    &lt;strong&gt;IETester&lt;/strong&gt; - I haven't tested this (and its still in Alpha) but this promises to be the daddy of IE browser testers featuring rendering engines from IE5.5-IE8 (beta 1)&lt;br /&gt;&lt;/p&gt;
  &lt;p&gt;
    &lt;a href="http://www.my-debugbar.com/wiki/IETester/HomePage" target="_blank"&gt;http://www.my-debugbar.com/wiki/IETester/HomePage&lt;/a&gt;
  &lt;/p&gt;
  &lt;p&gt;
    &lt;strong&gt;Yahoo Web Stencils&lt;/strong&gt; - A set of images for use by web designers of common web application shapes, such as standard screen res', banner sizes, tables etc etc, RAD Web Design anyone!?!?&lt;br /&gt;&lt;/p&gt;
  &lt;p&gt;
    &lt;a href="http://developer.yahoo.com/ypatterns/wireframes/" target="_blank"&gt;http://developer.yahoo.com/ypatterns/wireframes/&lt;/a&gt;
  &lt;/p&gt;
  &lt;p&gt;
    &lt;strong&gt;.Net 3.5 SP1 and Visual Studio 2008 SP1 (betas)&lt;/strong&gt; - the beta versions have just been released and these are far from just service packs. The updates to the framework are massive and including cool new features such as MVC Framework and more importantaly ADO.Net 2 which I can't wait to start coding with&lt;/p&gt;
  &lt;p&gt;
    &lt;a href="http://weblogs.asp.net/scottgu/archive/2008/05/12/visual-studio-2008-and-net-framework-3-5-service-pack-1-beta.aspx" target="_blank"&gt;http://weblogs.asp.net/scottgu/archive/2008/05/12/visual-studio-2008-and-net-framework-3-5-service-pack-1-beta.aspx&lt;/a&gt; &lt;/p&gt;
  &lt;p&gt; &lt;/p&gt;
  &lt;p&gt; &lt;/p&gt;
  &lt;p&gt; &lt;/p&gt;&lt;img src="http://www.anthonymain.com/aggbug.aspx?PostID=202" width="1" height="1"&gt;</content><author><name>Anthony</name><uri>http://www.anthonymain.com/members/Anthony.aspx</uri></author><category term="web developers" scheme="http://www.anthonymain.com/archive/tags/web+developers/default.aspx" /><category term="visual studio" scheme="http://www.anthonymain.com/archive/tags/visual+studio/default.aspx" /><category term="new features" scheme="http://www.anthonymain.com/archive/tags/new+features/default.aspx" /><category term="amp nbsp" scheme="http://www.anthonymain.com/archive/tags/amp+nbsp/default.aspx" /><category term="beta versions" scheme="http://www.anthonymain.com/archive/tags/beta+versions/default.aspx" /><category term="service pack 1" scheme="http://www.anthonymain.com/archive/tags/service+pack+1/default.aspx" /><category term="web application" scheme="http://www.anthonymain.com/archive/tags/web+application/default.aspx" /><category term="images" scheme="http://www.anthonymain.com/archive/tags/images/default.aspx" /><category term="rad web" scheme="http://www.anthonymain.com/archive/tags/rad+web/default.aspx" /><category term="ie8" scheme="http://www.anthonymain.com/archive/tags/ie8/default.aspx" /><category term="banner sizes" scheme="http://www.anthonymain.com/archive/tags/banner+sizes/default.aspx" /><category term="rss reader" scheme="http://www.anthonymain.com/archive/tags/rss+reader/default.aspx" /><category term="web design" scheme="http://www.anthonymain.com/archive/tags/web+design/default.aspx" /><category term="yahoo web" scheme="http://www.anthonymain.com/archive/tags/yahoo+web/default.aspx" /><category term="web designers" scheme="http://www.anthonymain.com/archive/tags/web+designers/default.aspx" /><category term="igoogle" scheme="http://www.anthonymain.com/archive/tags/igoogle/default.aspx" /><category term="betas" scheme="http://www.anthonymain.com/archive/tags/betas/default.aspx" /><category term="yahoo" scheme="http://www.anthonymain.com/archive/tags/yahoo/default.aspx" /></entry><entry><title>Google DocType - The Future of Web Development Documentation</title><link rel="alternate" type="text/html" href="http://www.anthonymain.com/archive/2008/05/16/Google-DocType-_2D00_-The-Future-of-Web-Development-Documentation.aspx" /><id>http://www.anthonymain.com/archive/2008/05/16/Google-DocType-_2D00_-The-Future-of-Web-Development-Documentation.aspx</id><published>2008-05-16T08:15:00Z</published><updated>2008-05-16T08:15:00Z</updated><content type="html">
  &lt;p&gt;Google have recently released their new wiki for web developers. Why is this good!??!&lt;/p&gt;
  &lt;p&gt;Well we all know we want to work at Camp G with their 70:30 work ratio and we all use their many free services. Now the team of developers have produced their own documentation wiki of web development. Not only that but it features clear cut browser compatibility charts which are regulary updated.&lt;/p&gt;
  &lt;p&gt;So what are you waiting for, clear your favourites and burn your books and get over to DocType:&lt;/p&gt;
  &lt;p&gt;
    &lt;a href="http://code.google.com/doctype/" title="Google DocType" target="_blank"&gt;http://code.google.com/doctype/&lt;/a&gt;
    &lt;br /&gt;
    &lt;br /&gt; &lt;/p&gt;&lt;img src="http://www.anthonymain.com/aggbug.aspx?PostID=201" width="1" height="1"&gt;</content><author><name>Anthony</name><uri>http://www.anthonymain.com/members/Anthony.aspx</uri></author><category term="google" scheme="http://www.anthonymain.com/archive/tags/google/default.aspx" /><category term="web developers" scheme="http://www.anthonymain.com/archive/tags/web+developers/default.aspx" /><category term="amp nbsp" scheme="http://www.anthonymain.com/archive/tags/amp+nbsp/default.aspx" /><category term="work ratio" scheme="http://www.anthonymain.com/archive/tags/work+ratio/default.aspx" /><category term="documentation wiki" scheme="http://www.anthonymain.com/archive/tags/documentation+wiki/default.aspx" /><category term="favourites" scheme="http://www.anthonymain.com/archive/tags/favourites/default.aspx" /><category term="compatibility charts" scheme="http://www.anthonymain.com/archive/tags/compatibility+charts/default.aspx" /></entry><entry><title>Google Maps on multidomains (alias')</title><link rel="alternate" type="text/html" href="http://www.anthonymain.com/archive/2008/04/10/Google-Maps-on-multidomains-_2800_alias_27002900_.aspx" /><id>http://www.anthonymain.com/archive/2008/04/10/Google-Maps-on-multidomains-_2800_alias_27002900_.aspx</id><published>2008-04-10T09:31:00Z</published><updated>2008-04-10T09:31:00Z</updated><content type="html">

&lt;p&gt;Recently I've been embedding Google Maps onto various client websites for store locations etc and stumbled across the age old single API key issue. What am I talking about? Well Google only issues API keys for single domains, if you have a site which serves on multiple domains such as anthonymain.com and anthonymain.co.uk it would not work only on one. However I stumbled across the following code which seems to work a treat. I claim no responsibility for it so don't give me credit I'm just sharing the information from the following newsgroup thread. Original credits go to Mike Geary:&lt;/p&gt;
&lt;p&gt;
  &lt;a href="http://groups.google.com/group/Google-Maps-API/browse_thread/thread/c804b74034915665/" target="_blank"&gt;http://groups.google.com/group/Google-Maps-API/browse_thread/thread/c804b74034915665/&lt;/a&gt; &lt;br /&gt; &lt;/p&gt;
&lt;blockquote&gt;    &amp;lt;script type="text/javascript"&amp;gt; document.write( &lt;br /&gt;
       '&amp;lt;script src="http://maps.google.com/maps?file=api&amp;amp;amp;v=2&amp;amp;amp;key=' + &lt;br /&gt;
       { &lt;br /&gt;
          'example.com': 'api-key-for-example.com', &lt;br /&gt;
          'anotherexample.com': 'api-key-for-anotherexample.com' &lt;br /&gt;
       }[location.host] + &lt;br /&gt;
       '" type="text/javascript"&amp;gt;&amp;lt;\/script&amp;gt;' ); &lt;br /&gt;
    &amp;lt;/script&amp;gt; &lt;/blockquote&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;img src="http://www.anthonymain.com/aggbug.aspx?PostID=200" width="1" height="1"&gt;</content><author><name>Anthony</name><uri>http://www.anthonymain.com/members/Anthony.aspx</uri></author><category term="google" scheme="http://www.anthonymain.com/archive/tags/google/default.aspx" /><category term="google maps" scheme="http://www.anthonymain.com/archive/tags/google+maps/default.aspx" /><category term="lt" scheme="http://www.anthonymain.com/archive/tags/lt/default.aspx" /><category term="quot" scheme="http://www.anthonymain.com/archive/tags/quot/default.aspx" /><category term="amp nbsp" scheme="http://www.anthonymain.com/archive/tags/amp+nbsp/default.aspx" /><category term="store locations" scheme="http://www.anthonymain.com/archive/tags/store+locations/default.aspx" /><category term="script type" scheme="http://www.anthonymain.com/archive/tags/script+type/default.aspx" /><category term="newsgroup thread" scheme="http://www.anthonymain.com/archive/tags/newsgroup+thread/default.aspx" /><category term="script src" scheme="http://www.anthonymain.com/archive/tags/script+src/default.aspx" /><category term="client websites" scheme="http://www.anthonymain.com/archive/tags/client+websites/default.aspx" /><category term="document write" scheme="http://www.anthonymain.com/archive/tags/document+write/default.aspx" /></entry><entry><title>Visual Studio 2008</title><link rel="alternate" type="text/html" href="http://www.anthonymain.com/archive/2007/09/20/Visual-Studio-2008.aspx" /><id>http://www.anthonymain.com/archive/2007/09/20/Visual-Studio-2008.aspx</id><published>2007-09-20T08:27:00Z</published><updated>2007-09-20T08:27:00Z</updated><content type="html">
  &lt;p&gt;Last week I attended MIX:UK 07 - the Microsoft showcase of all their upcoming web based technologies. Unfortunately I was only able to attend the 2nd day as I had client meetings on the first but that which I did attend was good. I started the day sitting through a talk by Scott Guthrie which was the best of the day. He talked up all the new features of VS 2008 and its looking really shiny. I was going to blog all the features, but I have just read a Code Project article basically summing it all up anyway so I'll just linky that and the original slides.....&lt;/p&gt;
  &lt;p&gt;
    &lt;a href="http://www.codeproject.com/useritems/Visual_Studio_2008.asp" target="_blank"&gt;Code Project Article&lt;/a&gt;
    &lt;br /&gt;
    &lt;a href="http://weblogs.asp.net/scottgu/archive/2007/09/12/slides-samples-from-my-talks-from-mix-uk-building-silverlight-apps-with-net-and-building-asp-net-apps-with-vs-2008.aspx" target="_blank"&gt;Scott Guthrie's Slides&lt;/a&gt;
    &lt;br /&gt;
  &lt;/p&gt;
  &lt;p&gt;I then went to a couple of talks about Silverlight which were a little disappointing to be honest. Finally there was a showcase of projects making use of some of these and other MS technologies, such as the MS "web 2" style services - seems MS are jumping on every .net 2.0 service going. Such as:&lt;/p&gt;
  &lt;p&gt;
    &lt;a href="http://contosobicycleclub.mslivelabs.com/" target="_blank"&gt;Contoso Bike Club&lt;/a&gt; - check out the video and mapping combo&lt;br /&gt;&lt;a href="http://contosouniversity.mslivelabs.com/" target="_blank"&gt;Contoso University&lt;/a&gt; &lt;br /&gt;&lt;/p&gt;
  &lt;p&gt;In the demos talk they gave out free wooden recorders strangely, but we also swagged a free tshirt, 1gb pen dirves curtousy of Conchango and FREE copies of Vista Ultimate and Expression Studio, so all round a worth while experience&lt;br /&gt; &lt;/p&gt;&lt;img src="http://www.anthonymain.com/aggbug.aspx?PostID=198" width="1" height="1"&gt;</content><author><name>Anthony</name><uri>http://www.anthonymain.com/members/Anthony.aspx</uri></author><category term="nbsp" scheme="http://www.anthonymain.com/archive/tags/nbsp/default.aspx" /><category term="linky" scheme="http://www.anthonymain.com/archive/tags/linky/default.aspx" /><category term="web based" scheme="http://www.anthonymain.com/archive/tags/web+based/default.aspx" /><category term="amp" scheme="http://www.anthonymain.com/archive/tags/amp/default.aspx" /><category term="quot" scheme="http://www.anthonymain.com/archive/tags/quot/default.aspx" /><category term="scott guthrie" scheme="http://www.anthonymain.com/archive/tags/scott+guthrie/default.aspx" /><category term="new features" scheme="http://www.anthonymain.com/archive/tags/new+features/default.aspx" /><category term="slides" scheme="http://www.anthonymain.com/archive/tags/slides/default.aspx" /><category term="curtousy" scheme="http://www.anthonymain.com/archive/tags/curtousy/default.aspx" /><category term="free copies" scheme="http://www.anthonymain.com/archive/tags/free+copies/default.aspx" /><category term="wooden recorders" scheme="http://www.anthonymain.com/archive/tags/wooden+recorders/default.aspx" /><category term="strangely" scheme="http://www.anthonymain.com/archive/tags/strangely/default.aspx" /><category term="style services" scheme="http://www.anthonymain.com/archive/tags/style+services/default.aspx" /><category term="microsoft showcase" scheme="http://www.anthonymain.com/archive/tags/microsoft+showcase/default.aspx" /><category term="client meetings" scheme="http://www.anthonymain.com/archive/tags/client+meetings/default.aspx" /><category term="silverlight" scheme="http://www.anthonymain.com/archive/tags/silverlight/default.aspx" /><category term="code project" scheme="http://www.anthonymain.com/archive/tags/code+project/default.aspx" /><category term="iamp" scheme="http://www.anthonymain.com/archive/tags/iamp/default.aspx" /><category term="bike club" scheme="http://www.anthonymain.com/archive/tags/bike+club/default.aspx" /><category term="free tshirt" scheme="http://www.anthonymain.com/archive/tags/free+tshirt/default.aspx" /></entry><entry><title>SQL 2005 Express not working on your (Fasthosts) dedicated server?</title><link rel="alternate" type="text/html" href="http://www.anthonymain.com/archive/2007/04/30/SQL-2005-Express-not-working-on-your-_2800_Fasthosts_2900_-dedicated-server_3F00_.aspx" /><id>http://www.anthonymain.com/archive/2007/04/30/SQL-2005-Express-not-working-on-your-_2800_Fasthosts_2900_-dedicated-server_3F00_.aspx</id><published>2007-04-30T10:26:00Z</published><updated>2007-04-30T10:26:00Z</updated><content type="html">
  &lt;p&gt;Got a £60 per 1/2 hour personal engineer booked?? CANCEL IT!!!&lt;/p&gt;
  &lt;p&gt;If you like me and many others have rented a dedicated box with a web host and are planning to use SQL 2005 Express cause its up to your requirements (I do!), there is a small point that very few people realise is the cause of the all too familiar "SQL Server is unavailable or does not exist" message.&lt;/p&gt;
  &lt;p&gt;After ensuring that you have remote connections open and have enabled sql accounts as well as windows authentication (see: &lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;914277" target="_blank"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;914277&lt;/a&gt; or &lt;a href="http://blogs.msdn.com/sqlexpress/archive/2005/05/05/415084.aspx" target="_blank"&gt;http://blogs.msdn.com/sqlexpress/archive/2005/05/05/415084.aspx&lt;/a&gt;) you may still be struggling (especially if you use &lt;a href="http://www.fasthosts.co.uk" target="_blank"&gt;Fasthosts&lt;/a&gt;). The reason is that you will probably find your firewall is blocking UDP packets which is what the SQL Browser uses to server Management Studio (etc) with. To get round this you can force SQL Express to use a TCP port. All you need to do is set it in the appropriate properties page by following this knowledge base article: &lt;a href="http://support.microsoft.com/kb/328306" target="_blank"&gt;http://support.microsoft.com/kb/328306&lt;/a&gt;&lt;/p&gt;
  &lt;p&gt;Now seeing as I've just saved you £60 maybe you should PayPal me £30 for the help!!!! &lt;/p&gt;
  &lt;p&gt;
    &lt;strong&gt;Update:&lt;/strong&gt; It seems MS has been moving some settings around in the Standard version of SQL 2005, so in case this is effecting you and the above hasn't worked, make sure you check the following (thanks AC):&lt;br /&gt;&lt;br /&gt;Administrative Tools &amp;gt; Local Security Policy &amp;gt; IP Security Policies on Local Computer &amp;gt; Default Security Policy &amp;gt; Double-click "MSDE/MS SQL" &amp;gt; Filter Action tab &amp;gt; change to Deny or Permit&lt;/p&gt;
  &lt;p&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &lt;/p&gt;&lt;img src="http://www.anthonymain.com/aggbug.aspx?PostID=194" width="1" height="1"&gt;</content><author><name>Anthony</name><uri>http://www.anthonymain.com/members/Anthony.aspx</uri></author><category term="microsoft" scheme="http://www.anthonymain.com/archive/tags/microsoft/default.aspx" /><category term="server management" scheme="http://www.anthonymain.com/archive/tags/server+management/default.aspx" /><category term="tcp port" scheme="http://www.anthonymain.com/archive/tags/tcp+port/default.aspx" /><category term="web host" scheme="http://www.anthonymain.com/archive/tags/web+host/default.aspx" /><category term="authentication" scheme="http://www.anthonymain.com/archive/tags/authentication/default.aspx" /><category term="knowledge base article" scheme="http://www.anthonymain.com/archive/tags/knowledge+base+article/default.aspx" /><category term="udp packets" scheme="http://www.anthonymain.com/archive/tags/udp+packets/default.aspx" /><category term="firewall" scheme="http://www.anthonymain.com/archive/tags/firewall/default.aspx" /><category term="default security" scheme="http://www.anthonymain.com/archive/tags/default+security/default.aspx" /><category term="ip security" scheme="http://www.anthonymain.com/archive/tags/ip+security/default.aspx" /><category term="security policy" scheme="http://www.anthonymain.com/archive/tags/security+policy/default.aspx" /><category term="local computer" scheme="http://www.anthonymain.com/archive/tags/local+computer/default.aspx" /><category term="local security" scheme="http://www.anthonymain.com/archive/tags/local+security/default.aspx" /><category term="engineer" scheme="http://www.anthonymain.com/archive/tags/engineer/default.aspx" /><category term="amp nbsp" scheme="http://www.anthonymain.com/archive/tags/amp+nbsp/default.aspx" /><category term="msde" scheme="http://www.anthonymain.com/archive/tags/msde/default.aspx" /><category term="security policies" scheme="http://www.anthonymain.com/archive/tags/security+policies/default.aspx" /><category term="double click" scheme="http://www.anthonymain.com/archive/tags/double+click/default.aspx" /><category term="administrative tools" scheme="http://www.anthonymain.com/archive/tags/administrative+tools/default.aspx" /></entry><entry><title>Awesome Photoshop Equivalent Alternative (and FREE)</title><link rel="alternate" type="text/html" href="http://www.anthonymain.com/archive/2007/04/24/Awesome-Photoshop-Equivalent-Alternative-_2800_and-FREE_2900_.aspx" /><id>http://www.anthonymain.com/archive/2007/04/24/Awesome-Photoshop-Equivalent-Alternative-_2800_and-FREE_2900_.aspx</id><published>2007-04-24T09:16:00Z</published><updated>2007-04-24T09:16:00Z</updated><content type="html">
  &lt;p&gt;This week I was introduced to &lt;a href="http://www.getpaint.net/index2.html" title="Paint.Net" target="_blank"&gt;Paint.Net&lt;/a&gt; a free photo and image editing tool. Within 5 mins I realised it was missing 1 major feature crucial to a web developers toolkit - Photoshop PSD support. A quick Google an hey-presto someone's already written a plugin for it! Just &lt;a href="http://frankblumenberg.de/doku/doku.php?id=paintnet:psdplugin" title="Paint.Net Photo Plugin" target="_blank"&gt;download&lt;/a&gt; it and add it to the FileTypes folder (then restart app).&lt;/p&gt;
  &lt;p&gt;For all those Photoshop Elements users, this pretty much does everything you've been used to but without the memory leaks, processor rapage and system crashes. It's also a extremely usable equivalent to Photoshop itself.&lt;br /&gt;&lt;br /&gt;The only let down is that doesn't support layered PNG's (aka Fireworks files) and there is no built in vector graphics which is why I use Fireworks.&lt;/p&gt;
  &lt;p&gt;So what you waiting for download it and checkout the user packed forums for other plugins and feature requests (I'll be putting mine in later)&lt;br /&gt; &lt;/p&gt;
  &lt;p&gt;P.S One final thing, if you are missing a feature such as move marquee or add to marquee etc try using right click first tends to be there!! &lt;/p&gt;&lt;img src="http://www.anthonymain.com/aggbug.aspx?PostID=192" width="1" height="1"&gt;</content><author><name>Anthony</name><uri>http://www.anthonymain.com/members/Anthony.aspx</uri></author><category term="nbsp" scheme="http://www.anthonymain.com/archive/tags/nbsp/default.aspx" /><category term="google" scheme="http://www.anthonymain.com/archive/tags/google/default.aspx" /><category term="web developers" scheme="http://www.anthonymain.com/archive/tags/web+developers/default.aspx" /><category term="photoshop elements" scheme="http://www.anthonymain.com/archive/tags/photoshop+elements/default.aspx" /><category term="processor" scheme="http://www.anthonymain.com/archive/tags/processor/default.aspx" /><category term="image editing" scheme="http://www.anthonymain.com/archive/tags/image+editing/default.aspx" /><category term="5 mins" scheme="http://www.anthonymain.com/archive/tags/5+mins/default.aspx" /><category term="checkout" scheme="http://www.anthonymain.com/archive/tags/checkout/default.aspx" /><category term="fireworks" scheme="http://www.anthonymain.com/archive/tags/fireworks/default.aspx" /><category term="free photo" scheme="http://www.anthonymain.com/archive/tags/free+photo/default.aspx" /><category term="realised" scheme="http://www.anthonymain.com/archive/tags/realised/default.aspx" /><category term="memory leaks" scheme="http://www.anthonymain.com/archive/tags/memory+leaks/default.aspx" /><category term="crucial" scheme="http://www.anthonymain.com/archive/tags/crucial/default.aspx" /><category term="paint" scheme="http://www.anthonymain.com/archive/tags/paint/default.aspx" /><category term="vector graphics" scheme="http://www.anthonymain.com/archive/tags/vector+graphics/default.aspx" /><category term="feature requests" scheme="http://www.anthonymain.com/archive/tags/feature+requests/default.aspx" /><category term="photoshop psd" scheme="http://www.anthonymain.com/archive/tags/photoshop+psd/default.aspx" /><category term="system crashes" scheme="http://www.anthonymain.com/archive/tags/system+crashes/default.aspx" /><category term="marquee" scheme="http://www.anthonymain.com/archive/tags/marquee/default.aspx" /></entry><entry><title>Visual Studio 2003 on Vista</title><link rel="alternate" type="text/html" href="http://www.anthonymain.com/archive/2007/04/11/Visual-Studio-2003-on-Vista.aspx" /><id>http://www.anthonymain.com/archive/2007/04/11/Visual-Studio-2003-on-Vista.aspx</id><published>2007-04-11T14:12:00Z</published><updated>2007-04-11T14:12:00Z</updated><content type="html">
  &lt;p&gt;
    &lt;span&gt;Microsoft has kindly removed the need for FrontPage extensions in Vista 
(or so it thought) and also have said they do not "support" Visual Studio 2003 
nice coincidence!! If are a .net 1.1er (web especially) you'll know you need Front Page extensions to open any web based projects (out of the box at least). Therefore Microsoft has kindly screwed you in your path to upgrade!! However I have found a solution (thanks to &lt;a href="http://www.pluralsite.com/wiki/default.aspx/Fritz/AspNetWithoutWebProjects1.html" target="_blank"&gt;Fritz Onion&lt;/a&gt;).&lt;/span&gt;
  &lt;/p&gt;
  &lt;p&gt;As you may or may not know a .net site is just a class library with a load of web forms which simply reference methods and classes stored in a compiled dll. So whats the point of all the FrontPage crap ?? (sorry don't have an answer and don't really care). So what the following bullets will explain to do is:&lt;/p&gt;
  &lt;ul&gt;
    &lt;li&gt; convert your individual solution to reference the project as a class library&lt;/li&gt;
    &lt;li&gt;convert the project file(s) to be a class library rather than a web site&lt;/li&gt;
    &lt;li&gt;change the debugger to run a url (so you can still "run" the project)&lt;br /&gt;&lt;/li&gt;
    &lt;li&gt;add the wizards to create web based items to the projects in the gui&lt;/li&gt;
  &lt;/ul&gt;
  &lt;p&gt;So here's my brief step by step from Fritz Onion's guide (easier to read)&lt;/p&gt;
  &lt;ul&gt;
    &lt;li&gt;Copy the following file (or its equivilent on your particular set up)&lt;/li&gt;
    &lt;ul&gt;
      &lt;li&gt;C:\Program Files\Microsoft Visual Studio .NET 2003\VC#\CSharpProjectItems\WebProjectItems\webprojectitems.vsdir&lt;/li&gt;
    &lt;/ul&gt;
    &lt;li&gt;To the following folder&lt;/li&gt;
    &lt;ul&gt;
      &lt;li&gt;C:\Program Files\Microsoft Visual Studio .NET 2003\VC#\CSharpProjectItems\LocalProjectItems&lt;/li&gt;
    &lt;/ul&gt;
    &lt;li&gt;Do the same for VB, Java, etc if you use these languages&lt;/li&gt;
    &lt;li&gt;Delete any .webinfo files from the web project(s) folder(s)&lt;br /&gt;&lt;/li&gt;
    &lt;li&gt;Open any web project(s) .csproj/.vbproj file and change &lt;code&gt;ProjectType&lt;/code&gt; attribute to &lt;code&gt;"Local"&lt;/code&gt; rather than &lt;code&gt;"Web"&lt;/code&gt;&lt;/li&gt;
    &lt;li&gt;Create a solution file for the project (in VS) and/or open current solution file in notepad&lt;/li&gt;
    &lt;li&gt;If current file:- change the web site reference(s) of the .csproj/.vbproj files to a local file location rather than a http based one&lt;br /&gt;&lt;/li&gt;
    &lt;li&gt;Open the solution file in Visual Studio (if not already open)&lt;/li&gt;
    &lt;li&gt;If new file:- add the projects to the solution&lt;/li&gt;
    &lt;li&gt;Open the "All Configurations" tab in the project(s) properties and point the &lt;code&gt;OutputPath&lt;/code&gt;  to the /bin folder of your website for both Debug and Release build types (and any custom ones)&lt;/li&gt;
    &lt;li&gt;On the "Configuration Properties/Debugging" tab change the "Debug Mode" from "Project" to "URL" and enter the website URL into the relevant field&lt;/li&gt;
    &lt;li&gt;Set the Enable ASP.NET Debugging option to True&lt;/li&gt;
  &lt;/ul&gt;That worked for me but if you want a detailed break down follow &lt;a href="http://www.pluralsight.com/wiki/default.aspx/Fritz/AspNetWithoutWebProjects2.html" target="_blank"&gt;Fritz's advanced guide&lt;/a&gt;.&lt;br /&gt;&lt;img src="http://www.anthonymain.com/aggbug.aspx?PostID=188" width="1" height="1"&gt;</content><author><name>Anthony</name><uri>http://www.anthonymain.com/members/Anthony.aspx</uri></author><category term="frontpage extensions" scheme="http://www.anthonymain.com/archive/tags/frontpage+extensions/default.aspx" /><category term="page extensions" scheme="http://www.anthonymain.com/archive/tags/page+extensions/default.aspx" /><category term="debugger" scheme="http://www.anthonymain.com/archive/tags/debugger/default.aspx" /><category term="equivilent" scheme="http://www.anthonymain.com/archive/tags/equivilent/default.aspx" /><category term="microsoft visual studio" scheme="http://www.anthonymain.com/archive/tags/microsoft+visual+studio/default.aspx" /><category term="current solution" scheme="http://www.anthonymain.com/archive/tags/current+solution/default.aspx" /><category term="vc" scheme="http://www.anthonymain.com/archive/tags/vc/default.aspx" /><category term="folder c" scheme="http://www.anthonymain.com/archive/tags/folder+c/default.aspx" /><category term="c program" scheme="http://www.anthonymain.com/archive/tags/c+program/default.aspx" /><category term="notepad" scheme="http://www.anthonymain.com/archive/tags/notepad/default.aspx" /><category term="web based" scheme="http://www.anthonymain.com/archive/tags/web+based/default.aspx" /><category term="web forms" scheme="http://www.anthonymain.com/archive/tags/web+forms/default.aspx" /><category term="coincidence" scheme="http://www.anthonymain.com/archive/tags/coincidence/default.aspx" /><category term="class library" scheme="http://www.anthonymain.com/archive/tags/class+library/default.aspx" /><category term="program files" scheme="http://www.anthonymain.com/archive/tags/program+files/default.aspx" /><category term="fritz onion" scheme="http://www.anthonymain.com/archive/tags/fritz+onion/default.aspx" /></entry><entry><title>New Job @ cScape</title><link rel="alternate" type="text/html" href="http://www.anthonymain.com/archive/2007/03/28/New-Job-_4000_-cScape.aspx" /><id>http://www.anthonymain.com/archive/2007/03/28/New-Job-_4000_-cScape.aspx</id><published>2007-03-28T12:20:00Z</published><updated>2007-03-28T12:20:00Z</updated><content type="html">
  &lt;p&gt;Some of you may have heard that I've finally decided to move to pastures new (after only 1.5 years at &lt;a href="http://www.netconstruct.co.uk" target="_blank"&gt;Net Construct&lt;/a&gt;). My new future employer is a London based company called &lt;a href="http://www.cscape.com" target="_blank"&gt;cScape&lt;/a&gt; who have decided to branch out to new locations as the rates being asked by potential London employees are extortionate and unrealistic to market rates. Therefore if they were to employ they would alienate the staff and have a real mess on there hands.&lt;/p&gt;
  &lt;p&gt;So they have decided to open a branch in Leeds and possibly one in Birmingham to additionally cater for customers further a field, who in the past they have turned away.&lt;/p&gt;
  &lt;p&gt;I'm going to be one of the first employees in the Leeds office (which is yet to be chosen) along with another dev, the "technical architect" who will be my boss and a project manager shortly after. Eventually the branch will grow into it's own satellite office with its own sales team etc bringing it its own work which Im hoping I will be a big part of.&lt;/p&gt;
  &lt;p&gt;I'm really looking forward to it as its a much more mature role and I will be working on large scale .net projects mainly featuring Share Point Server, of which they were the first company in the world to release a web based site based upon it, namingly &lt;a href="http://www.cscape.com/clients/Pages/MinistryofSound.aspx" target="_blank"&gt;Ministry of Sound/Hed Kandi&lt;/a&gt;, so its ideal for my career progression.&lt;/p&gt;
  &lt;p&gt;So wish me luck and if anyone's looking for a new role Im sure there will be jobs going soon!!!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &lt;/p&gt;&lt;img src="http://www.anthonymain.com/aggbug.aspx?PostID=187" width="1" height="1"&gt;</content><author><name>Anthony</name><uri>http://www.anthonymain.com/members/Anthony.aspx</uri></author><category term="nbsp" scheme="http://www.anthonymain.com/archive/tags/nbsp/default.aspx" /><category term="london" scheme="http://www.anthonymain.com/archive/tags/london/default.aspx" /><category term="satellite office" scheme="http://www.anthonymain.com/archive/tags/satellite+office/default.aspx" /><category term="hed kandi" scheme="http://www.anthonymain.com/archive/tags/hed+kandi/default.aspx" /><category term="career progression" scheme="http://www.anthonymain.com/archive/tags/career+progression/default.aspx" /><category term="share point" scheme="http://www.anthonymain.com/archive/tags/share+point/default.aspx" /><category term="ministry of sound" scheme="http://www.anthonymain.com/archive/tags/ministry+of+sound/default.aspx" /><category term="leeds office" scheme="http://www.anthonymain.com/archive/tags/leeds+office/default.aspx" /><category term="wish me luck" scheme="http://www.anthonymain.com/archive/tags/wish+me+luck/default.aspx" /><category term="alienate" scheme="http://www.anthonymain.com/archive/tags/alienate/default.aspx" /></entry><entry><title>Wrote myself a little hacking tool</title><link rel="alternate" type="text/html" href="http://www.anthonymain.com/archive/2007/02/27/Wrote-myself-a-little-hacking-tool.aspx" /><id>http://www.anthonymain.com/archive/2007/02/27/Wrote-myself-a-little-hacking-tool.aspx</id><published>2007-02-27T22:13:00Z</published><updated>2007-02-27T22:13:00Z</updated><content type="html">
  &lt;p&gt;Since I've had my new flat I've wanted to be able to store all my data/music/videos on a single network location so I can access it from my laptop/xbox 360 or anythink else I like.&lt;/p&gt;
  &lt;p&gt;Now unfortunately the Xbox 360 is a little picky about where it gets its files from and officially you have to use &lt;a href="http://www.microsoft.com/windows/windowsmedia/devices/wmconnect/default.aspx" title="Windows Media Connect" target="_blank"&gt;Windows Media Connect&lt;/a&gt; or &lt;a href="http://www.microsoft.com/windowsxp/mediacenter/default.mspx" target="_blank"&gt;Media Center&lt;/a&gt;, but it also supports UPnP.&lt;/p&gt;
  &lt;p&gt;So to allow my 360 to gain access to a NAS device on my network without the need for a PC to piggyback (saving me electricity and resources). Luckily I have the very popular &lt;a href="http://kbserver.netgear.com/products/dg834gt.asp" target="_blank"&gt;NetGear DG834GT&lt;/a&gt; which runs an embedded Linux distribution called &lt;a href="http://www.busybox.net/" title="BusyBox" target="_blank"&gt;BusyBox&lt;/a&gt;.&lt;/p&gt;
  &lt;p&gt;Now my plan is to somehow get &lt;a href="http://www.twonkyvision.de/" target="_blank"&gt;TwonkyVision &lt;/a&gt;(a Linux UPnP server - supposedly compatible with my router) running on it then I will be able to share ALL my networked data via the router directly.&lt;/p&gt;
  &lt;p&gt;To help myself with the challenge I have written a little tool which allows me to use a URL injection backdoor to execute Linux commands on the router. For more information on it I will be monitoring the &lt;a href="http://www.skyuser.co.uk/forum/technical-discussion/9591-new-router-hacking-tweaking-tool.html" target="_blank"&gt;SkyUser&lt;/a&gt; forum (SKY provide the same router)&lt;/p&gt;
  &lt;p&gt;Get the latest version here: &lt;a href="http://www.anthonymain.com/files/folders/183/download.aspx" target="_blank"&gt;http://www.anthonymain.com/files/folders/183/download.aspx&lt;/a&gt;&lt;br /&gt; &lt;/p&gt;
  &lt;p&gt; &lt;img alt="NetGear Screenie" height="444" src="http://www.webdynamix.biz/downloads/NetGear_Screenie.gif" title="NetGear Screenie" width="567" /&gt;&lt;/p&gt;&lt;img src="http://www.anthonymain.com/aggbug.aspx?PostID=186" width="1" height="1"&gt;</content><author><name>Anthony</name><uri>http://www.anthonymain.com/members/Anthony.aspx</uri></author><category term="xbox 360" scheme="http://www.anthonymain.com/archive/tags/xbox+360/default.aspx" /><category term="aspx" scheme="http://www.anthonymain.com/archive/tags/aspx/default.aspx" /><category term="folders" scheme="http://www.anthonymain.com/archive/tags/folders/default.aspx" /><category term="luckily" scheme="http://www.anthonymain.com/archive/tags/luckily/default.aspx" /><category term="supposedly" scheme="http://www.anthonymain.com/archive/tags/supposedly/default.aspx" /><category term="media connect" scheme="http://www.anthonymain.com/archive/tags/media+connect/default.aspx" /><category term="netgear dg834gt" scheme="http://www.anthonymain.com/archive/tags/netgear+dg834gt/default.aspx" /><category term="linux commands" scheme="http://www.anthonymain.com/archive/tags/linux+commands/default.aspx" /><category term="electricity" scheme="http://www.anthonymain.com/archive/tags/electricity/default.aspx" /><category term="embedded linux" scheme="http://www.anthonymain.com/archive/tags/embedded+linux/default.aspx" /><category term="busybox" scheme="http://www.anthonymain.com/archive/tags/busybox/default.aspx" /><category term="router" scheme="http://www.anthonymain.com/archive/tags/router/default.aspx" /><category term="data music" scheme="http://www.anthonymain.com/archive/tags/data+music/default.aspx" /><category term="networked data" scheme="http://www.anthonymain.com/archive/tags/networked+data/default.aspx" /><category term="upnp server" scheme="http://www.anthonymain.com/archive/tags/upnp+server/default.aspx" /><category term="piggyback" scheme="http://www.anthonymain.com/archive/tags/piggyback/default.aspx" /><category term="linux distribution" scheme="http://www.anthonymain.com/archive/tags/linux+distribution/default.aspx" /><category term="backdoor" scheme="http://www.anthonymain.com/archive/tags/backdoor/default.aspx" /><category term="windows media" scheme="http://www.anthonymain.com/archive/tags/windows+media/default.aspx" /></entry><entry><title>Developing yourself out of a JOB!!!</title><link rel="alternate" type="text/html" href="http://www.anthonymain.com/archive/2007/02/21/Developing-yourself-out-of-JOB_210021002100_.aspx" /><id>http://www.anthonymain.com/archive/2007/02/21/Developing-yourself-out-of-JOB_210021002100_.aspx</id><published>2007-02-21T12:40:00Z</published><updated>2007-02-21T12:40:00Z</updated><content type="html">
  &lt;p&gt;Recently I've reaslised a major risk for developers working in a development firm. Now many development companies design and develop products to help with their business processes with the aim to make them more efficient and tasks easier. The problem with this approach I have found is that if you develop tools which are that good and that flexbile you may run out of work to do. If there is little variation between your clients requirements you may find that you have developed yourself in to user and all you have to do to create new solutions is drag/drop/complete forms.&lt;/p&gt;
  &lt;p&gt;The only solution I think there can be is that you create enough variety in your client requirements to make the development experience more varied for the developer. Again this has a knock on effect as you will then be able to add that functionality into the tool and therefore widening the range of nondevelopment work required.&lt;/p&gt;
  &lt;p&gt;Looks like the days of the skilled developer are getting numbered and soon everyone and more accurately their dog will be able to create complex, dynamic, interactive solutions within a mater of hours and copy and pastes.&lt;br /&gt;&lt;br /&gt; &lt;/p&gt;&lt;img src="http://www.anthonymain.com/aggbug.aspx?PostID=181" width="1" height="1"&gt;</content><author><name>Anthony</name><uri>http://www.anthonymain.com/members/Anthony.aspx</uri></author><category term="nbsp" scheme="http://www.anthonymain.com/archive/tags/nbsp/default.aspx" /><category term="dynamic interactive" scheme="http://www.anthonymain.com/archive/tags/dynamic+interactive/default.aspx" /><category term="clients requirements" scheme="http://www.anthonymain.com/archive/tags/clients+requirements/default.aspx" /><category term="variation" scheme="http://www.anthonymain.com/archive/tags/variation/default.aspx" /><category term="client requirements" scheme="http://www.anthonymain.com/archive/tags/client+requirements/default.aspx" /><category term="develop tools" scheme="http://www.anthonymain.com/archive/tags/develop+tools/default.aspx" /><category term="develop products" scheme="http://www.anthonymain.com/archive/tags/develop+products/default.aspx" /><category term="aim" scheme="http://www.anthonymain.com/archive/tags/aim/default.aspx" /><category term="functionality" scheme="http://www.anthonymain.com/archive/tags/functionality/default.aspx" /><category term="knock on effect" scheme="http://www.anthonymain.com/archive/tags/knock+on+effect/default.aspx" /><category term="drag drop" scheme="http://www.anthonymain.com/archive/tags/drag+drop/default.aspx" /><category term="development experience" scheme="http://www.anthonymain.com/archive/tags/development+experience/default.aspx" /><category term="business processes" scheme="http://www.anthonymain.com/archive/tags/business+processes/default.aspx" /></entry></feed>