Archive for January, 2007


I had an interesting issue come up with a client recently. The client had already chosen one of the mockups I’d given them for their new e-commerce site, and we were ready to meet to discuss minor changes before coding started.

The day before that meeting, they sent me a layout they’d drawn up and wanted to know if they could use that instead. I told them we should meet to talk about it and they agreed.

What they had come up with was something they really liked. They felt it suited them perfectly and I could respect that.We discussed the idea and our mutual feelings about it, and it became clear that they were really into this idea and definitely wanted to use it.

Awkward moment – I felt odd about it, being the contracted designer. And they recognized that; it was clear that this kind of just happened and was definitely not planned from the beginning, but it was what they wanted. They asked if I wanted to continue with the project given that.

I’m not a programmer and don’t really have any interest in taking someone else’s idea and building the backend for it – that removes all the fun from the work for me. My enjoyment comes from putting together a well-crafted site from beginning to end that reflects the personality of the client, respects the audience they want to attract and then functions without too many glitches to deliver the promised results to the customer.

Web design isn’t primarily about money for me – I love the front-end work, and if you take that away, then, well, it does become much more about money. I tried to explain this and that I would have to apply an additional fee to make up for the lack of exposure, since I wouldn’t be able to show this site in my portfolio or have my link at the bottom of it.

So they thought about it and decided to go elsewhere and seek someone who would just code their idea. I think that was the right decision, and certainly better for me. I would be bored out of my mind doing something like that, honestly.

So in this case I’m okay that it worked out this way – but I’m interested to know if other designers have encountered something like this, and how you dealt with it?

I love the commercials for Vytorin – you know, the ones that put people that look like food (or is it food that looks like people?) side by side to illustrate the genetic and food components of cholesterol?

I think that’s clever – at least on the surface. I have no idea whether this is a good drug or not or whether the message is effective, I just like the the clever juxtapositions. Some of them are beyond lame, but we just saw a new commercial last night that was great – the woman in the straw hat that resembled a hard shell taco was very nicely done.

At least they’re having fun with it. How many boring drug commercials have you seen?

Dumb me. I spent 15 minutes looking around online today for a way to do this and didn’t find much – a few macros that scared me and not much else.

In Excel (2003) there are three formulas that let you change the case of a piece of text – PROPER that capitalizes the first letter of every word; UPPER that capitalizes every letter; and LOWER that (surprise!) makes every letter lowercase.

Note that Microsoft helpfully did not include an option for sentence case in Excel 2003.

But they did include it in Word… hmmm. SENTENCE capitalizes only the first letter of every string. I had a whole column I needed to change, so I copied it to Word, applied sentence case text formatting to it, and copied it back to Excel.

I can’t believe I didn’t think of that first. Hopefully this will save someone else some time surfing for an answer.

Want to be able to drop images into your HTML with a minimum of effort? Set up two little classes in your CSS file to do just that.

1. Open your CSS file.

2. Add in a new class like so: img-left {float: left; padding: 8px 8px 8px 0;}

3. Add in another new class: img-right {float: right; padding: 8px 0 8px 8px;}

(Note: Change the padding as you see fit, this is just a suggestion!)

4. Within your markup, add in your image just in front of the text and then put a div with a class of “img-left” or “img-right” around it depending on whether you want your image to the left or right of your flowed text.

mountains at sunset

Here’s an example of this in action using “img-left.”

This is always tough – the only things I really read religiously are the WebProWorld and WebProNews emails that I get several times per week and I know how fast things change in this field. Sad to say, I’d never thought of turning my Google homepage into a page full of RSS feeds – but I read about that today and that’s really a great idea.

Now my personalized homepage is full of SEO, web design and small business marketing news. I can see a few stories at a time and pursue them if I want, but in any event I get a nice daily overview of what’s going on in just a few minutes. This is much better than occasionally visiting some of the sites I’ve collected every couple of weeks, which is just about pointless.

Anyone else have other good ideas for staying on top of things?

I just found G.T. McKnight’s site with an excellent collection of badges for websites – those little rectangular ones for RSS, XHTML, etc. Search feature here and everything…

© 2012 position: relative; All rights reserved. Powered by WordPress.