<?xml version="1.0" encoding="utf-8"?>
<feed xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xml:lang="en-gb" xmlns="http://www.w3.org/2005/Atom">
  <title>Tim</title>
  <link rel="alternate" type="text/html" href="http://blogs.thesitedoctor.co.uk/tim/" />
  <link rel="self" href="http://blogs.thesitedoctor.co.uk/tim/SyndicationService.asmx/GetAtom" />
  <icon>favicon.ico</icon>
  <updated>2008-07-05T16:25:32.05725+01:00</updated>
  <author>
    <name>Tim Gaunt</name>
  </author>
  <subtitle>Footprints in the snow of a warped mind</subtitle>
  <id>http://blogs.thesitedoctor.co.uk/tim/</id>
  <generator uri="http://www.dasblog.net" version="2.0.7180.0">DasBlog</generator>
  <entry>
    <title>Deleting SVN directories with PowerShell</title>
    <link rel="alternate" type="text/html" href="http://blogs.thesitedoctor.co.uk/tim/2008/07/05/Deleting+SVN+Directories+With+PowerShell.aspx" />
    <id>http://blogs.thesitedoctor.co.uk/tim/PermaLink,guid,ad7d4d9d-0eff-41e7-bf10-536642366b29.aspx</id>
    <published>2008-07-05T16:25:32.05725+01:00</published>
    <updated>2008-07-05T16:25:32.05725+01:00</updated>
    <category term="PowerShell" label="PowerShell" scheme="http://blogs.thesitedoctor.co.uk/tim/CategoryView,category,PowerShell.aspx" />
    <category term="Server Maintenance" label="Server Maintenance" scheme="http://blogs.thesitedoctor.co.uk/tim/CategoryView,category,Server%2BMaintenance.aspx" />
    <category term="Server Management" label="Server Management" scheme="http://blogs.thesitedoctor.co.uk/tim/CategoryView,category,Server%2BManagement.aspx" />
    <category term="The Site Doctor" label="The Site Doctor" scheme="http://blogs.thesitedoctor.co.uk/tim/CategoryView,category,The%2BSite%2BDoctor.aspx" />
    <category term="Web Development" label="Web Development" scheme="http://blogs.thesitedoctor.co.uk/tim/CategoryView,category,Web%2BDevelopment.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
I've been re-working our new SVN structures recently as I'm now starting to understand
how it works but one of the issues I had was trying to move the files/folders from
a previous SVN directory.
</p>
        <p>
PowerShell is great if you understand it (which I'm also learning) so I thought I
would share this little script with you. It just loops through the files/folders and
removes all those named _svn. I found <a href="http://renaissauce.com/thoughts/powershell-vs-command-prompt-on-deleting-svn-directories/">this
script from Wyatt Lyon Preul</a> and he complained about the length of the script,
but from what I can tell you can condense that down to:
</p>
        <div class="code">gci $folder -fil '_svn' -r -fo | ? {$_.psIsContainer} | ri -fo -r
</div>
        <p>
I'm not that great with PowerShell yet but I hope that helps someone :)
</p>
        <strong>WARNING: </strong>As ever, incase I'm wrong (it happens!) test that on a folder
first that you don't worry about losing!<img width="0" height="0" src="http://blogs.thesitedoctor.co.uk/tim/aggbug.ashx?id=ad7d4d9d-0eff-41e7-bf10-536642366b29" /></div>
    </content>
  </entry>
  <entry>
    <title>Market rates &amp;ndash;can I have the same hourly rate for all clients?</title>
    <link rel="alternate" type="text/html" href="http://blogs.thesitedoctor.co.uk/tim/2008/07/03/Market+Rates+Ndashcan+I+Have+The+Same+Hourly+Rate+For+All+Clients.aspx" />
    <id>http://blogs.thesitedoctor.co.uk/tim/PermaLink,guid,0c4e38b3-3786-4db7-81c4-208007a024f3.aspx</id>
    <published>2008-07-03T08:36:01.1920653+01:00</published>
    <updated>2008-07-03T08:36:01.1920653+01:00</updated>
    <category term="Business" label="Business" scheme="http://blogs.thesitedoctor.co.uk/tim/CategoryView,category,Business.aspx" />
    <category term="Business/Business Start-up Advice" label="Business/Business Start-up Advice" scheme="http://blogs.thesitedoctor.co.uk/tim/CategoryView,category,Business%2cBusiness%2BStart-up%2BAdvice.aspx" />
    <category term="Business/Client" label="Business/Client" scheme="http://blogs.thesitedoctor.co.uk/tim/CategoryView,category,Business%2cClient.aspx" />
    <category term="Business/Expanding Your Business" label="Business/Expanding Your Business" scheme="http://blogs.thesitedoctor.co.uk/tim/CategoryView,category,Business%2cExpanding%2BYour%2BBusiness.aspx" />
    <category term="General" label="General" scheme="http://blogs.thesitedoctor.co.uk/tim/CategoryView,category,General.aspx" />
    <category term="Marketing" label="Marketing" scheme="http://blogs.thesitedoctor.co.uk/tim/CategoryView,category,Marketing.aspx" />
    <category term="The Site Doctor" label="The Site Doctor" scheme="http://blogs.thesitedoctor.co.uk/tim/CategoryView,category,The%2BSite%2BDoctor.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <img height="133" src="http://blogs.thesitedoctor.co.uk/tim/img/peanuts.jpg" width="200" align="right" /> This
started out as a response to a comment and then I thought it might be better as a
post in it's own right.
</p>
        <p>
In <a href="http://blogs.thesitedoctor.co.uk/tim/CommentView,guid,C6CB35FD-3127-47BE-B4DE-FB1406692917.aspx#75c575d3-3650-4fda-a8f0-ee04a42a57f2">his
comment</a><a href="http://www.web-garden.co.uk/">David Conlisk</a> said:
</p>
        <blockquote>
          <p>
First off Tim very well done on providing some excellent information on the site.
I've just spent my first afternoon as my own boss reading your business start-up advice
and it's been excellent (it's called research, not slacking off!)
</p>
          <p>
One question I would ask you about this post is what about market rates? I am going
from being a contractor on an hourly rate to being a limited company. I never considered
working out a base rate like you've done, instead I spoke to as many people as possible
in the marketplace to gauge what the rates are and I price accordingly. Of course
this works fine for more corporate clients, but I doubt I could charge smaller companies
similar rates. Let's hope I can make a good enough impression on my corporate clients
to keep that kind of work coming in!
</p>
          <p>
Keep up the good work,
</p>
          <p>
David
</p>
        </blockquote>
        <p>
Hi David,
</p>
        <p>
Thanks for your kind words, I'm glad to hear you found it of use.
</p>
        <p>
          <img height="134" src="http://blogs.thesitedoctor.co.uk/tim/img/scales-with-gold-bags-on.jpg" width="200" align="right" />In
regards market rates, it's one of the oldest debates in the book 
<abbr title="As Far As I Know">
AFAIK
</abbr>
and has a rather unhelpful answer of "You should charge what you feel comfortable
charging". I'll try to improve on that a little as it's always hard but in essence
it's true. Basically from experience I would keep it as simple as possible, have as
few rates as possible for all clients, just make sure you feel you're worth the rate
in your own mind. 
</p>
        <p>
Although you need to keep an eye on the "market rates", you'll find your rate will
determine the type of client you work with. Being the cheapest on the market is not
necessarily a good thing. One advantage of offering a <a href="http://www.thesitedoctor.co.uk/services/white-label-developers">freelance
service to other development companies</a> is that we get to see what happens when
your prices are rock bottom -take it from me, more often than not, it's more hassle
than it's worth. When you have someone going el-cheapo all the way you often find
they're overly picky about every aspect and require a lot more management time (that's
not to say those paying higher rates aren't, I guess you just notice it more).
</p>
        <p>
As long as you're reasonable with your rates, clients who are willing to pay your
rates, will use you (they may complain a little but it's unlikely) but at the end
you'll both be happy with the work produced. As long as you believe in yourself -and
your rates, this will be conveyed to your clients so if you know you're value for
money you will be able to justify it to any client (corporate or otherwise). It's
up to the client to decide whether you're value for money.
</p>
        <p>
Believe it or not the service industry is not the only industry to set it's fees and
then get them negotiated on -Stacey used to work in Debenhams a few years ago, for
those of you who don't know what Debenhams is, it's a large department store in the
UK, they sell items for a set fee, everyone knows this but regardless of this she
still had people trying to negotiate on the fee. Be open to negotiation but don't
be silly about it otherwise the client may always expect a discount of that level
(so stick to no more than a 10% variation).
</p>
        <p>
Don't worry about having clients not use you because of your rate, as long as you're
around the market rate there will be a client for you. At the end of the day, you
can't realistically expect to service every prospect that comes through your doors
-sometimes you just have to say "sorry that's the price".
</p>
        <p>
          <img height="133" src="http://blogs.thesitedoctor.co.uk/tim/img/break-the-bank.jpg" width="200" align="right" /> I'm
not saying charge £1,000ph when the market rate is £10ph as that's just silly but
I would say your base rate shouldn't be cheaper than the market rate or more than
3 times the market rate (unless your service really is that good and you're bogged
down with work [I did have a link for here about an ?SEO company charging $1,000ph
and still being too busy but I can't find it atm], in which case go for it!).
</p>
        <p>
          <strong>Tip:</strong> How do you find out market rates? That's simple, find a couple
of companies who offer similar services, to a similar client base who are a similar
size to you, call them up and just ask them what their daily rates are. Call 10 or
so companies and you should have a few prices to compare :)
</p>
        <p>
          <strong>Another tip: </strong>Always ask for an rough idea of their budget -even if
it's just a range, this will give you a good idea of they're realistic or not.
</p>
        <p>
          <strong>And one more:</strong> Don't forget your rates don't need to be fixed. If
you find you're too busy, increase your rates a little, if you're too quiet (whereas
everyone else is really busy) then you may need to look into how you market your business,
your presentation skills and finally possibly reducing your rates.
</p>
        <p>
          <strong>A word of warning:</strong> I would avoid dropping your rate "for the nice
client" as the majority of times you'll end up regretting it, either because it gets
out of control and you get frustrated because "you're doing them a favour" whereas
they feel they just negotiated your service rates down (and so should be getting the
same level of service. Remember, it's business, you don't need to do anyone a favour,
charge what you feel is fair for your time and you'll always enjoy your work :)
</p>
        <p>
On the flip side of this, if you're lucky enough to get a large corporate, make sure
your rate is their market rate as we've lost work for being too cheap (and in my eyes
we were already overcharging for the workload).
</p>
        <p>
It's easy to be busy and cheap, but being a busy fool is no way to live!
</p>
        <p>
HTH
</p>
        <p>
Tim
</p>
        <img width="0" height="0" src="http://blogs.thesitedoctor.co.uk/tim/aggbug.ashx?id=0c4e38b3-3786-4db7-81c4-208007a024f3" />
      </div>
    </content>
  </entry>
  <entry>
    <title>Is Amazon back up to its old tricks?</title>
    <link rel="alternate" type="text/html" href="http://blogs.thesitedoctor.co.uk/tim/2008/07/01/Is+Amazon+Back+Up+To+Its+Old+Tricks.aspx" />
    <id>http://blogs.thesitedoctor.co.uk/tim/PermaLink,guid,c5715062-c72b-4351-af20-f0461c80e96a.aspx</id>
    <published>2008-07-01T22:32:54.313125+01:00</published>
    <updated>2008-07-01T22:32:54.313125+01:00</updated>
    <category term="Business" label="Business" scheme="http://blogs.thesitedoctor.co.uk/tim/CategoryView,category,Business.aspx" />
    <category term="General" label="General" scheme="http://blogs.thesitedoctor.co.uk/tim/CategoryView,category,General.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
It's gift time again (for me that is!) -yey! But when I was checking out on Amazon.co.uk
earlier today I was a little puzzled by this...
</p>
        <p>
On the product details page it said £4.45 shipping (correct me if I'm wrong)
</p>
        <p>
          <img src="http://blogs.thesitedoctor.co.uk/tim/img/AKG-701-445.jpg" />
        </p>
        <p>
But then when you check out it's suddenly £7.36. I was checked in by this stage so
did Amazon think I was prepared to pay for Express Shipping? I tried to change it
to default shipping (as they often upsell) but I couldn't.
</p>
        <p>
          <img src="http://blogs.thesitedoctor.co.uk/tim/img/AKG-701-At-Checkout.Png" />
        </p>
        <p>
.most odd.
</p>
        <img width="0" height="0" src="http://blogs.thesitedoctor.co.uk/tim/aggbug.ashx?id=c5715062-c72b-4351-af20-f0461c80e96a" />
      </div>
    </content>
  </entry>
  <entry>
    <title>West Bromwich gallery The Public fails to deliver again</title>
    <link rel="alternate" type="text/html" href="http://blogs.thesitedoctor.co.uk/tim/2008/06/27/West+Bromwich+Gallery+The+Public+Fails+To+Deliver+Again.aspx" />
    <id>http://blogs.thesitedoctor.co.uk/tim/PermaLink,guid,6ed79574-b4be-4443-8e5a-20c0c8d86761.aspx</id>
    <published>2008-06-27T10:47:35.125625+01:00</published>
    <updated>2008-06-27T10:47:35.125625+01:00</updated>
    <category term="Business" label="Business" scheme="http://blogs.thesitedoctor.co.uk/tim/CategoryView,category,Business.aspx" />
    <category term="Server Management" label="Server Management" scheme="http://blogs.thesitedoctor.co.uk/tim/CategoryView,category,Server%2BManagement.aspx" />
    <category term="The Site Doctor" label="The Site Doctor" scheme="http://blogs.thesitedoctor.co.uk/tim/CategoryView,category,The%2BSite%2BDoctor.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <img src="http://blogs.thesitedoctor.co.uk/tim/img/tn_the-public-west-bromwich-under-construction.Png" align="right" /> If
you've had the chance to catch any of the UK news recently (or even glanced at a paper)
you'll no-doubt have heard about the fantastic new art gallery that was due to open
in West Bromwich <strike>last year</strike> this weekend -<a href="http://www.thepublic.com/">The
Public</a>.
</p>
        <p>
Unlike <a href="http://news.bbc.co.uk/1/hi/england/west_midlands/7433035.stm">all</a><a href="http://www.bdonline.co.uk/story.asp?sectioncode=426&amp;storycode=3083225">the</a><a href="http://arts.guardian.co.uk/features/story/0,,1805225,00.html">other</a> <a href="http://www.expressandstar.com/2008/06/17/first-glimpse-inside-the-public/">articles</a><a href="http://tpa.typepad.com/media/west_midlands/index.html">about</a><a href="http://www.thepublic.com/">The
Public</a> (I ran out of words so <a href="http://www.channel4.com/news/articles/world/the+dome+of+the+midlands/2298567">here</a><a href="http://www.mad.co.uk/Main/Regions/TheMidlands/Articles/d8b3dadd7f8141179d803474de07ac57/Trouble-continues-at-The-Public-as-chief-exec-is-axed.html">are
a</a><a href="http://news.bbc.co.uk/1/hi/england/west_midlands/7472024.stm">few</a><a href="http://www.article19.co.uk/06/evilimp/harder_than_it_used_to_be.php">more</a>),
I'm not interested in flaming the fact that they've placed a <strike>£32 million</strike> £52million
(they went over budget) art gallery in one of the Midland's most deprived areas, or
the fact that they're looking to charge around £7 for entry but instead the fact that
they can't even get the simplest of things right -despite an astronomical budget.
</p>
        <p>
Despite having gone over budget, and delivering late, they couldn't even manage to
get their website online. In this day and age with such fantastic and resilient hosting
providers such as <a title="The Site Doctor is a Rackspace Select Partner" href="http://www.rackspace.co.uk/?other=doc">Rackspace</a>,
there really is no excuse for having your website offline.
</p>
        <p>
Fair enough, an "Under Construction" message could have been an amusing pun while <a href="http://www.thepublic.com/">The
Public</a> was being constructed but it has been constantly offline for the week before
it's launched is simply unforgivable. Regardless of who developed it, I hope there
were serious ramifications.
</p>
        <p>
Despite this massive cock-up, I'm looking forward to avoiding the £7 entrance fee
and checking out the futuristic art gallery this weekend (free entry). I'll upload
my photos to <a title="My (Tim Gaunt's) Flickr account" href="http://www.flickr.com/photos/timgaunt">Flickr</a> if
I'm allowed to photograph in there, if not <a href="http://www.guardian.co.uk/culture/gallery/2008/jun/18/public?picture=335131381">the
guardian has a nice collection of images</a>. At least I know there the female toilets
are complete.
</p>
        <p>
          <img src="http://blogs.thesitedoctor.co.uk/tim/img/inside-the-public.jpg" />
        </p>
        <p>
Now I just need to find out when it opens.
</p>
        <p>
.shame the website is still offline ;)
</p>
        <img width="0" height="0" src="http://blogs.thesitedoctor.co.uk/tim/aggbug.ashx?id=6ed79574-b4be-4443-8e5a-20c0c8d86761" />
      </div>
    </content>
  </entry>
  <entry>
    <title>UK Umbraco meet has a map</title>
    <link rel="alternate" type="text/html" href="http://blogs.thesitedoctor.co.uk/tim/2008/06/25/UK+Umbraco+Meet+Has+A+Map.aspx" />
    <id>http://blogs.thesitedoctor.co.uk/tim/PermaLink,guid,809a68a5-0cb0-4eef-aba0-010a26d79de3.aspx</id>
    <published>2008-06-25T10:25:00.953125+01:00</published>
    <updated>2008-06-25T10:51:00.046875+01:00</updated>
    <category term="The Site Doctor" label="The Site Doctor" scheme="http://blogs.thesitedoctor.co.uk/tim/CategoryView,category,The%2BSite%2BDoctor.aspx" />
    <category term="Umbraco" label="Umbraco" scheme="http://blogs.thesitedoctor.co.uk/tim/CategoryView,category,Umbraco.aspx" />
    <category term="Web Development" label="Web Development" scheme="http://blogs.thesitedoctor.co.uk/tim/CategoryView,category,Web%2BDevelopment.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a href="http://forum.umbraco.org/yaf_postsm26275_UK-Umbraco-meet-up.aspx">As requested
on the forum</a>, we've got a map to try and work out where it should be placed, if
you want to come along get yourself added: <a title="http://tinyurl.com/3oaf8x" href="http://tinyurl.com/3oaf8x">http://tinyurl.com/3oaf8x</a></p>
        <p>
          <a href="http://maps.google.com/support/bin/answer.py?hl=en-ch&amp;answer=68480">Instructions
from Google</a>:
</p>
        <h5>
          <a name="placemark">
          </a>Adding and Editing Placemarks
</h5>
        <p>
To add a placemark to your map:
</p>
        <ol>
          <li>
Create or open a map. 
</li>
          <li>
Click <img height="31" alt="Placemark button" src="http://www.google.com/help/hc/images/maps_Bmu.png" width="31" />.
Your cursor changes into a placemark icon with an "X" crosshairs. The crosshairs
indicate where the placemark will fall. 
<br /><img height="67" alt="Placemark icon" src="http://maps.google.com/help/maps/userguide/images/placemark_place.png" width="181" /></li>
          <li>
Move the cursor to the appropriate location. If you want to dismiss this placemark,
press the Escape key. 
</li>
          <li>
Click your mouse button to place your placemark. It should bounce into place. 
</li>
          <li>
Add a title and description. 
</li>
          <li>
You can also change the icon for your placemark by clicking the icon in the top right
corner of the info window. You can also add your own icon. 
</li>
          <li>
Click <strong>OK</strong> to save your placemark. 
</li>
        </ol>
        <h5>To move or edit a placemark:
</h5>
        <ol>
          <li>
Click <strong>Edit</strong> in the left panel. 
</li>
          <li>
Drag and drop the appropriate placemark to the new location. Note that you can only
edit or move placemarks on your maps, not others. 
</li>
          <li>
To edit a placemark's title or description, click on it to open the info window. Edit
the title and description and click <strong>OK</strong>. 
</li>
          <li>
Click <strong>Done</strong> in the left panel when you are finished. 
</li>
        </ol>
        <img width="0" height="0" src="http://blogs.thesitedoctor.co.uk/tim/aggbug.ashx?id=809a68a5-0cb0-4eef-aba0-010a26d79de3" />
      </div>
    </content>
  </entry>
  <entry>
    <title>UK Umbraco meet up</title>
    <link rel="alternate" type="text/html" href="http://blogs.thesitedoctor.co.uk/tim/2008/06/20/UK+Umbraco+Meet+Up.aspx" />
    <id>http://blogs.thesitedoctor.co.uk/tim/PermaLink,guid,be2188ab-448d-432d-a39d-15d4c1361865.aspx</id>
    <published>2008-06-21T00:17:58.571625+01:00</published>
    <updated>2008-06-24T18:32:58.352875+01:00</updated>
    <category term="Development" label="Development" scheme="http://blogs.thesitedoctor.co.uk/tim/CategoryView,category,Development.aspx" />
    <category term="The Site Doctor" label="The Site Doctor" scheme="http://blogs.thesitedoctor.co.uk/tim/CategoryView,category,The%2BSite%2BDoctor.aspx" />
    <category term="Umbraco" label="Umbraco" scheme="http://blogs.thesitedoctor.co.uk/tim/CategoryView,category,Umbraco.aspx" />
    <category term="Web Development" label="Web Development" scheme="http://blogs.thesitedoctor.co.uk/tim/CategoryView,category,Web%2BDevelopment.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <img height="88" src="http://blogs.thesitedoctor.co.uk/tim/img/umbraco_logouk.gif" width="353" />
        </p>
        <p>
In <a href="http://blogs.thesitedoctor.co.uk/tim/2008/06/10/CodeGarden+08+Been+There+Done+That+Got+The+Tshirt.aspx">a
previous post about CodeGarden 08</a>, I asked people to get in touch if they'd be
interested in a UK Umbraco meet up. I've had a fair few people get in touch so I think
it's something worthwhile pursuing further. The nest stage from my 
<abbr title="Point Of View">
POV
</abbr>
is working out the location and potential content of the meet so I thought I'd open
it up to the floor.
</p>
        <p>
With the forthcoming 
<abbr title="DeveloperDeveloperDeveloper! Day">
DDD7
</abbr>
, I thought it might be a ready-built platform that we could use but I agree with <a href="http://weblogs.asp.net/plip/">Phil</a> that 
<abbr title="DeveloperDeveloperDeveloper! Day">
DDD7
</abbr>
may not be a suitable platform for a multitude of reasons.
</p>
        <p>
As I've had people from the South West and Scotland voice an interest, I don't think
it'll suit the majority of people to have it based in London so suggest it is based
in the Midlands -probably Birmingham as it's easy to get to (M6 from the North, M4
from London, M5 from the South -or train!) and there are plenty of places to have
the meet.
</p>
        <p>
In regards the format/content of the meet, does anyone have any suggestions? We could
follow Niels' and Per's open format or we can have a more structured theme? I've not
had too much of a think as to subject matter but some I have come up with so far:
</p>
        <ul>
          <li>
An introduction to Umbraco and what it is (many of the people I've spoken to have
only just started using Umbraco) 
</li>
          <li>
Examples of Umbraco how Umbraco can be used 
</li>
          <li>
More advanced Umbraco functionality (membership etc) 
</li>
          <li>
Getting to grips with XSLT 
</li>
          <li>
How to sell Umbraco to your clients 
</li>
        </ul>
        <p>
So that's where I've got to so far, does anyone have anything to add?
</p>
        <p>
BTW the logo is just a working logo atm, need to have Niels approve it ;)
</p>
        <p>
          <strong>Update:</strong>
          <a title="I have posted a post on the Umbraco forums about a UK Umbraco meet here" href="http://forum.umbraco.org/yaf_postst5340_UK-Umbraco-meet-up.aspx">I
have posted a post on the Umbraco forums about a UK Umbraco meet here</a>
        </p>
        <img width="0" height="0" src="http://blogs.thesitedoctor.co.uk/tim/aggbug.ashx?id=be2188ab-448d-432d-a39d-15d4c1361865" />
      </div>
    </content>
  </entry>
  <entry>
    <title>Talk about a confusing error message</title>
    <link rel="alternate" type="text/html" href="http://blogs.thesitedoctor.co.uk/tim/2008/06/18/Talk+About+A+Confusing+Error+Message.aspx" />
    <id>http://blogs.thesitedoctor.co.uk/tim/PermaLink,guid,230f06e8-8603-4b97-907d-82970d0d6bff.aspx</id>
    <published>2008-06-18T23:37:58.6688316+01:00</published>
    <updated>2008-06-18T23:37:58.6688316+01:00</updated>
    <category term="Design" label="Design" scheme="http://blogs.thesitedoctor.co.uk/tim/CategoryView,category,Design.aspx" />
    <category term="Development" label="Development" scheme="http://blogs.thesitedoctor.co.uk/tim/CategoryView,category,Development.aspx" />
    <category term="General/Random" label="General/Random" scheme="http://blogs.thesitedoctor.co.uk/tim/CategoryView,category,General%2cRandom.aspx" />
    <category term="Testing" label="Testing" scheme="http://blogs.thesitedoctor.co.uk/tim/CategoryView,category,Testing.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <img height="138" src="http://blogs.thesitedoctor.co.uk/tim/img/tn_Confusing_Error_Message.png" width="138" align="right" /> I
don't mind when I get told I've made a mistake -or there's a problem with the system
but this error message kinda takes the P! Quite what the developers were thinking
when they wrote this one I'm not sure!
</p>
        <p>
What do I do? celebrate that it went through ok or commiserate because it failed?
</p>
        <p>
The "Ok." relates to the transaction completing without an issue, the "Stop" actually
says that it failed so it's not even "Part A was ok, but Part B failed". Really odd,
someone needs to look into testing their system.
</p>
        <p>
Looks pretty though!
</p>
        <img width="0" height="0" src="http://blogs.thesitedoctor.co.uk/tim/aggbug.ashx?id=230f06e8-8603-4b97-907d-82970d0d6bff" />
      </div>
    </content>
  </entry>
  <entry>
    <title>The Site Doctor gets yet more features &amp;ndash;this time for tackling MRSA with our stressballs!</title>
    <link rel="alternate" type="text/html" href="http://blogs.thesitedoctor.co.uk/tim/2008/06/16/The+Site+Doctor+Gets+Yet+More+Features+Ndashthis+Time+For+Tackling+MRSA+With+Our+Stressballs.aspx" />
    <id>http://blogs.thesitedoctor.co.uk/tim/PermaLink,guid,a4c7608d-d8e4-4f6d-9c00-6fb98b8148fa.aspx</id>
    <published>2008-06-16T23:39:28.656125+01:00</published>
    <updated>2008-06-16T23:39:28.656125+01:00</updated>
    <category term="Business" label="Business" scheme="http://blogs.thesitedoctor.co.uk/tim/CategoryView,category,Business.aspx" />
    <category term="The Site Doctor" label="The Site Doctor" scheme="http://blogs.thesitedoctor.co.uk/tim/CategoryView,category,The%2BSite%2BDoctor.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Since <a href="http://blogs.thesitedoctor.co.uk/tim/2008/05/09/The+Site+Doctor+Site+Is+Featured+On+CSS+Mania.aspx">our
recent feature on CSS Mania</a>, we've had it pointed out to us that <a title="The Site Doctor - West Midlands web design and development company" href="http://www.thesitedoctor.co.uk/" target="_blank">The
Site Doctor</a> is getting featured all over the place. The most recent two relate
to our new brochure -more notably <a title="The Site Doctor - West Midlands web design and development company" href="http://www.thesitedoctor.co.uk/" target="_blank">The
Site Doctor</a> <a href="http://blogs.thesitedoctor.co.uk/tim/2008/05/23/The+Site+Doctor+Stressballs+Have+Arrived.aspx">branded
stressballs</a> which are apparently protect against MRSA.
</p>
        <p>
The first feature was in an industry magazine (<a href="http://www.prw.com/">PRW</a>) <a href="http://blogs.thesitedoctor.co.uk/tim/img/TSD-StressBall-PRW-Article.JPG">check
out a photo of the article here</a>. The <a href="http://blogs.thesitedoctor.co.uk/tim/img/TSD-StressBall-Article.JPG">second
feature was from EPPI</a> (you can see it online at: <a href="http://www.my-catalog.at/37483_eppi62/">http://www.my-catalog.at/37483_eppi62/</a> -Pg
76). Ok neither actually talk about <a title="The Site Doctor - West Midlands web design and development company" href="http://www.thesitedoctor.co.uk/" target="_blank">The
Site Doctor</a> but at least our logo is getting out there!
</p>
        <p>
Thanks to Mark Bailey from the <a href="http://www.urofoam.co.uk/">UK stressball manufacturer
-Urofoam</a> for letting me know about these two.
</p>
        <p>
If you've seen <a title="The Site Doctor - West Midlands web design and development company" href="http://www.thesitedoctor.co.uk/" target="_blank">The
Site Doctor</a> mentioned somewhere leave me a comment, I'd love to hear!
</p>
        <img width="0" height="0" src="http://blogs.thesitedoctor.co.uk/tim/aggbug.ashx?id=a4c7608d-d8e4-4f6d-9c00-6fb98b8148fa" />
      </div>
    </content>
  </entry>
  <entry>
    <title>The Site Doctor gets creative with print</title>
    <link rel="alternate" type="text/html" href="http://blogs.thesitedoctor.co.uk/tim/2008/06/12/The+Site+Doctor+Gets+Creative+With+Print.aspx" />
    <id>http://blogs.thesitedoctor.co.uk/tim/PermaLink,guid,b91dd0ef-2b53-4468-8961-4003e874050b.aspx</id>
    <published>2008-06-12T21:59:50.67175+01:00</published>
    <updated>2008-06-12T21:59:50.67175+01:00</updated>
    <category term="Business" label="Business" scheme="http://blogs.thesitedoctor.co.uk/tim/CategoryView,category,Business.aspx" />
    <category term="Business/Expanding Your Business" label="Business/Expanding Your Business" scheme="http://blogs.thesitedoctor.co.uk/tim/CategoryView,category,Business%2cExpanding%2BYour%2BBusiness.aspx" />
    <category term="Design" label="Design" scheme="http://blogs.thesitedoctor.co.uk/tim/CategoryView,category,Design.aspx" />
    <category term="Marketing" label="Marketing" scheme="http://blogs.thesitedoctor.co.uk/tim/CategoryView,category,Marketing.aspx" />
    <category term="The Site Doctor" label="The Site Doctor" scheme="http://blogs.thesitedoctor.co.uk/tim/CategoryView,category,The%2BSite%2BDoctor.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
After months of  painstaking work I can FINALLY reveal what we've been beavering
away on -our new brochure with a twist. If you're involved in marketing at all you're
probably already aware how hard it is to print interactive designs. Regardless of
that, we needed some way of advertising so we got our thinking caps on.
</p>
        <p>
The brief was simple: we needed to come up with a way of marketing our <em>bespoke</em> design
and development services. Being a creative company we also wanted something that stood
out from the other 1,001 <a title="The Site Doctor - West Midlands web design and development company" href="http://www.thesitedoctor.co.uk/">West
Midlands based web design companies</a>. It should also reflect the attention to detail
and quality that goes into our <a title="The Site Doctor - West Midlands web design and development company" href="http://www.thesitedoctor.co.uk/">web
design and development</a>.
</p>
        <p>
Our target audience was to be high end management so the brochure had to be quick
and easy to navigate, have clear calls to actions and require minimum effort to read
(unlike my blog!!).
</p>
        <p>
As all "good" ideas<sup>*</sup> start with a pen, napkin and one too many
coffees, we trotted off to our favourite Costa for a brain storming session and here's
what we came up with:
</p>
        <p>
          <sup>*</sup> not all good ideas do but some do but it's a good excuse for a coffee.
</p>
        <p>
          <img src="http://farm4.static.flickr.com/3098/2571837168_f191259d13.jpg" />
        </p>
        <p>
We went through all sorts of ideas ranging from having themed TicTacs produced, to
sending out branded bottles of wine, most of the ideas were dismissed because they
had either already been done or would just be binned/eaten and forgotten. We needed
something that stood out.
</p>
        <p>
For those of you who can't understand our scribbling's, we decided upon a brochure
with a twist (or two). 
</p>
        <p>
The First idea was to make the brochure quick and simple to navigate -like the websites
we develop so we decided to go a little Avant Garde (off the wall/pushing the boundaries)
and opted for a coloured tabbed navigation system, the idea was taken in part from
an Argos catalogue which uses colours to separate the sections. I felt combining the
tabs and colours would ensure the brochure was quick and easy to use.
</p>
        <p>
The next issue we addressed was how to get the reader to open the brochure, it sounds
silly but getting someone to open the brochure (let alone reading it) is pretty hard
to do so we decided to offer the reader an incentive and what was better than our
new stressball? Why not put one on the front of the brochure?
</p>
        <p>
I've jumped a few stages in our thinking but here's the final product -a brochure
with a stressball attached to the front, mimicking a pill packet (complete with foil
on the inside to get the pill out), coloured tab page navigation and loads more.
</p>
        <p>
          <img src="http://farm4.static.flickr.com/3038/2571847594_3d02954aea.jpg" />
        </p>
        <p>
          <img src="http://farm4.static.flickr.com/3263/2571849616_4906d3260b.jpg" />
        </p>
        <img width="0" height="0" src="http://blogs.thesitedoctor.co.uk/tim/aggbug.ashx?id=b91dd0ef-2b53-4468-8961-4003e874050b" />
      </div>
    </content>
  </entry>
  <entry>
    <title>Missing ratings from Windows Live Writer</title>
    <link rel="alternate" type="text/html" href="http://blogs.thesitedoctor.co.uk/tim/2008/06/11/Missing+Ratings+From+Windows+Live+Writer.aspx" />
    <id>http://blogs.thesitedoctor.co.uk/tim/PermaLink,guid,2d201cf4-5573-4fb8-9b96-0b002572fb8b.aspx</id>
    <published>2008-06-11T22:11:16.9387948+01:00</published>
    <updated>2008-06-11T22:11:16.9387948+01:00</updated>
    <category term="General/Random" label="General/Random" scheme="http://blogs.thesitedoctor.co.uk/tim/CategoryView,category,General%2cRandom.aspx" />
    <category term="Photography" label="Photography" scheme="http://blogs.thesitedoctor.co.uk/tim/CategoryView,category,Photography.aspx" />
    <category term="Software" label="Software" scheme="http://blogs.thesitedoctor.co.uk/tim/CategoryView,category,Software.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
As fantastic as it is, and I love the <a title="My (Tim Gaunt's) Flickr account" href="http://www.flickr.com/photos/timgaunt">Flickr</a> plugin
(being new to <a title="My (Tim Gaunt's) Flickr account" href="http://www.flickr.com/photos/timgaunt">Flickr</a> this
was what convinced me) but although they look the same, there are a couple of differences
(that or I've not found them yet). One of the big issues I've found is that you can't
filter the results by ranking, here are two screenshots, the first from Windows Photo
Gallery:
</p>
        <p>
          <img src="http://blogs.thesitedoctor.co.uk/tim/img/Windows-Photo-Gallery.JPG" />
        </p>
        <p>
And Windows Live Photo Gallery:
</p>
        <p>
          <img src="http://blogs.thesitedoctor.co.uk/tim/img/Windows-Live-Photo-Gallery.JPG" />
        </p>
        <p>
So where has the "Ratings" tab gone I wonder.
</p>
        <p>
The other thing that I've not yet worked out is how to flag photos as "Private" and
be able to hide them -perhaps that's not possible.
</p>
Another thing that would be nice is if it remembered when you had uploaded a photo
to <a title="My (Tim Gaunt's) Flickr account" href="http://www.flickr.com/photos/timgaunt">Flickr</a> and
stopped it re-uploading.<img width="0" height="0" src="http://blogs.thesitedoctor.co.uk/tim/aggbug.ashx?id=2d201cf4-5573-4fb8-9b96-0b002572fb8b" /></div>
    </content>
  </entry>
</feed>