Posts Tagged ‘PHP’

Wednesday, 23 December 2009

So, you wanna use LESS CSS in your PHP projects huh?

Less - Leaner CSS

The problem with CSS pre-processing frameworks is that they don’t really fit within the average web designers’ work flow. Or they don’t mine, anyway.

Having to compile and recompile at every iteration is just a pain in the backside, it’s not the way I work. I like to make some tweaks, view them in the browser, make more tweaks, view them in the browser, and repeat.

When you add in to that the process of going to the command line and recompiling, all of a sudden writing CSS becomes a dull slog. Not the way I like to work.

[Read more →]

Monday, 8 June 2009

Is ExpressionEngine the perfect CMS for you?

ExpressionEngine

Over the last couple of weeks I’ve been using ExpressionEngine on a client project. Other than briefly playing with it about a year ago, this is the first time that I’ve really got to grips with ExpressionEngine and deployed it on a live project. So, I thought I’d share some of my initial impressions.

[Read more →]

Thursday, 13 November 2008

Improving WordPress’ the_excerpt() template tag

JavaScript code

Are you having trouble with your excerpts? Is WordPress misbehaving and making your theme look downright shoddy when all you want to do is use it’s native excerpt function? You’re not alone so read on.

[Read more →]