21 Feb 2006
domain, freelance
Trying to decide on a business name is a an incredible distraction, especially when you’re looking for the accompanying domain name. There seem to be three general approaches:
- The acronym or the abbreviation. I could become WebAppDevelopers.com or WADCS.com (although I would have to invent a name to fit that last acronym).
- Names which can be pronounced but doesn’t mean anything (yet). I could become Beyaro.com, Tashlin.com or Noydart.com
- Names made by stringing several words together and hoping for the best. These can be vaguely business-like (e.g. knowledgesolutions.com), or have dubious techie ambitions (e.g. colourfreezone.com, validatedspace.com) or just be plain silly. HappyGreenFerret.com, RealTurtleSoup.com and GorgeousCat.com are all available.
For the moment I’ve knocked this on the head, I’m starting up as BronwenReid. Six months down the line I can revisit this, perhaps if I spend too much time spelling out my name to people on the phone.
17 Feb 2006
freelance, money
At the moment I’m looking at every resource I can find on on freelancing. And Anil Dash has some wonderful advice for freelancers who are wondering how much they should charge for their time.
- Slap the client in face.
- Tell the client your hourly rate.
If the client was more shocked, horrified, offended, hurt, saddened, or wounded by the slap in the face than by the hourly rate, then you are still pricing yourself too low.
9 Feb 2006
wordpress
I’m not very keen on the wordpress auto-formatting which replaces newlines with html linebreaks; I’ve been using HTML for so long now that I automatically type in the markup I want and (Damnit-Janet) I don’t want to see
unless I put it there myself.
The auto-formatting really should have a disable/enable option, and I’ve been looking at the code to try and understand how the text flows and where it gets formatted.
To turn if off, I have to edit wp-includes\\default-filters.php and comment out the wpautop filter.
// add_filter('the_content', 'wpautop');
// add_filter('the_excerpt', 'wpautop');
But then I have to look at the excerpts and user comments – no quick fixes here.
8 Feb 2006
javascript
‘I’ve been using the dtree DHTML script as part of a menu-building tool for clients.
Destroydrop Javascripts Tree Easy to generate the script from a database, which isn’t true of a lot of similar tools.
7 Feb 2006
wordpress
Playing with wordpress themes. Most of those I’ve found make me think that a graphic designer somewhere is getting a little bit over-excited, and needs to have some quiet time. I had to remove every single image except the header bar out of this theme before I was happy with it. More exploring and experimenting in order.