Blueprint & jQuery – Case study
Posted by Jacques (admin) on Apr 29, 2010 in CSS, Design, Featured Articles, jQuery, Portfolio | 2 comments
You are currently browsing comments. If you would like to return to the full story, you can read the full entry here: “Blueprint & jQuery – Case study”.
Subscribe
From the Blog
Popular
Recent posts
Recent comments
- Jacques (admin) on How to kill an elephant, your online reputation and anger a swarm of mosquitoes
- SME on How to kill an elephant, your online reputation and anger a swarm of mosquitoes
- Jacques (admin) on How to kill an elephant, your online reputation and anger a swarm of mosquitoes
- SME on How to kill an elephant, your online reputation and anger a swarm of mosquitoes
- Bob Flenner on How to kill an elephant, your online reputation and anger a swarm of mosquitoes
Categories
It’s cloudy…
The past…
- January 2012 (1)
- September 2011 (1)
- April 2011 (1)
- September 2010 (2)
- August 2010 (1)
- July 2010 (2)
- May 2010 (8)
- April 2010 (4)

Well of course I understand about half of what is written in your blogpost. What fascinates me is that it IS possible to revamp “old” websites. This is good news: too often I’m told that it’s better to scrap the existing site.
Therefore: well done, Jacques !
@ Ewout Wolff:
Thank you, Ewout – the first official comment on my blog!
“This is good news: too often I’m told that it’s better to scrap the existing site”
The short answer: nonsense!
The (slightly) longer answer: it all depends.
As pointed out in the case study, the site uses “old” plain HTML pages (not database generated .php) – and some CSS, just not fully; also, tables are used for ‘formatting’ – definitely a no-no for HTML-purists, as tables are intended for presenting data only – not for keeping your code in place.
More importantly, consider the (intended) function of your site. In this case, it is an ‘online brochure’ – hardly any updates, no blog. So why using a CMS with all its overhead: maintenance (even if you never post anything, you still need to update the software…) and vulnerabilities… Regular HTML pages with clean code are stable and need no updating – so, they will perfectly do!
Of course, it doesn’t sound too TwentyTen, so that is why they want to sell (you) a CMS, but it is often overkill. Sure, for online stores (catalogs) and frequently updated sites, you might want to look into Drupal or Joomla – but prepare yourself for a steep learning curve – or additional expenses for the expert-coder.
Which is why I prefer WordPress – of which those ‘experts’ then state that it is not a real CMS. Well, you be the judge here: Gerbera.org – built in WP, no posts, as every article is a static page. I need to be able to add articles in a structured way (layout, code and SEO!), they need to be organised in the menu (navigation!) and I should be able to add functionality (plugins) and perhaps a blog in the future. Before I converted it to WP, I needed to copy the HTML page, strip the content, put in the new article, making sure I used the correct tags, adding it to the menu, uploading it etc etc. It’s now about 200 pages, and growing – I now only need to add content (instead of code and files).
My point: discuss with your web consultant what you need now – and in the future. But most of all: do some research and find out what you like or not – based on that you can avoid endless discussions – and useless advise like scrapping your current site!