Posts Tagged ‘Web Development’

Wednesday, 13 January 2010

Bringing order to the HTML form

HTML markup

Last week I asked the question on Twitter, “What HTML element do you use for each line of a form? P, DIV, or something else?”

[Read more →]

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 →]

Tuesday, 8 December 2009

Treading the line between designer and developer

Sass - Syntactically Awesome Stylesheets

Yesterday there was quite a lot of discussion on Twitter about CSS preprocessing frameworks such as SASS and LESS.

It was all in response to a blog article by Nathan Borror detailing why SASS isn’t for him. In the article’s comments there is some interesting debate on the pros and cons of preprocessing frameworks.

For the uninitiated, CSS preprocessing frameworks add clever functionality to writing stylesheets like variables and mix-ins, and ultimately result in writing less CSS to achieve the same result. A good thing in my book.

But it seems many designers are resistant to a technology that abstracts the syntax of a styling language that they are already familiar and comfortable with.

[Read more →]

Monday, 30 November 2009

Revealing ClubBuzz – a web application for sports clubs

Just over a week ago I pushed live a teaser page for a pretty massive project I’m currently up to my neck in (in a good way).

ClubBuzz - The future of club management

[Read more →]

Thursday, 9 July 2009

Helping Groups to Grow website launched

If you follow me on Twitter you may have read about this last week, but 1st July saw the launch of a website I’ve spent a few months working on: Helping Groups to Grow.

Helping Groups to Grow screenshot

Helping Groups to Grow is a lottery-funded non-profit organisation that supports drug and alcohol misusers through group and one-to-one sessions across Carmarthenshire, Pembrokeshire, Ceredigion and Powys.

[Read more →]

Friday, 10 April 2009

Introducing brownnosefriday.com – a brand new Twitter app

I am today delighted to announce the launch of brownnosefriday.com, the first web application to recognise and reward Twitter’s top brown nosers.

Screenshot of brownnosefriday.com

[Read more →]

Monday, 16 February 2009

Is IE8’s compatibility view ‘blacklist’ worth worrying about?

IE8 storm in a teacup

At the end of last year Microsoft announced details of improvements to IE8’s compatibility view. It’s an announcement that went largely unnoticed until last week when a few rumblings could be heard coming from the web standards community.

To get to the bottom of this we need to understand the history.

[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 →]

Monday, 10 November 2008

Is search engine optimisation unnecessary?

Is SEO a waste of money?

How does your site fare in the search engines? Have you ever thought of hiring a search engine ‘expert’ to improve your site’s search engine positioning?

Friend of mine, web designer-developer, SEO consultant and all-round good guy, Eggman John (who from now we’ll just call John) recently posted an article outlining seven reasons why you don’t need SEO. John’s article caused a bit of a stir amongst the SEO community, but there is a lot of sense in what he says.

[Read more →]

Monday, 15 September 2008

How to check whether an element exists using jQuery

When using jQuery (or any other JavaScript library for that matter), have you ever wondered how to test whether an element exists using a selector? Well, maybe you haven’t, but I have – lots of times – so I thought I’d share how it’s done here because it’s not as simple as it seems.

[Read more →]