CoffeePowered

Archive for the ‘Tips and tricks’ Category

An analogy for progressive enhancement

As a designer I often have to explain the concept of progressive enhancement and graceful degradation to clients to try and explain why their site doesn’t look the same in every browser.
Selling concepts
I endured a misspent youth in retail sales and one of the things I’m good at is finding the best way to sell [...]

read more

10

Using PHP’s alternate syntaxes

If you’ve ever worked with PHP you’ll be more than familiar with the use of if/elseif/else conditional statements, these statements often become large and unweildy, especially when HTML is mixed in with PHP, causing a problems with code readability. There are a couple of alternate ways to write these statements which can improve your code.
if..endif [...]

read more

3

CSS coding standards

Well, it’s now 2010 and as usual, January brings with it many self-made promises and resolutions, one of mine is to write more, even if it’s just quick tips & tricks rather than lengthy diatribes which I always want to write, but never seem to find the time.
During the back end of last year I [...]

read more

27

Encouraging impulse purchases

So I was in the City this weekend with my fiancĂ©e Natalie and we popped into La Senza to pick up an early Christmas present for Nat’s sister. While we were at the checkout I noticed that the cashiers were using a very effective technique for encouraging impulse purchases.
La Senza offer a complimentary gift wrapping [...]

read more

Lose the snooze

I’m always up for a bit of ‘life hacking’, figuring out ways to get the most out of everday life and recently I’ve noticed I’ve been feeling extremely tired on a morning, almost fatigued and this feeling continues for most of the day.
I get a decent amount of sleep, usually going to bed before 11pm [...]

read more

Printable logos

This is one of those tips where I think “surely everyone knows this already?” but it’s a solution to a problem that I found which was quite neat and I’ll use all the time from now on.
When it comes to embedding a company logo into a page, quite often the logo won’t be suitable for [...]

read more

8