This series of articles is aimed at helping you develop a good website for your business using WordPress. Because it really takes you from start to finish, it’s split up into several parts: From goal to site structure Design & development of your site using WordPress as the CMS Getting your WordPress CMS site up [...]
Yoast tweaking websites
Articles
I've written a couple of articles, and others have been contributing articles too, and this page lists them all. Want to contribute an article too? Get in touch!
Magento SEO
It’s now almost a year after the world saw the first stable release of Magento, and there was still no “definitive guide” to Magento SEO. A lot has been written on the subject, in the Magento forum and some blog posts, but nothing that gives a complete overview of this subject. It’s time to let [...]
Valid (X)HTML while embedding SWF Flash objects
I always try to get the sites I build to validate, and be written in semantically correct markup. Sometimes a client demands certain things which might make it easier to just stop when the code works, and don’t bother to make it validate. I’ve found that every single time I’ve taken that route in the [...]
Table sorting JavaScript
Unobtrusive and with alternating row colors Sections: example table quick start donate download Related pages: changelog tutorial Ramon Eijkemans pointed me to a script written by Stuart Langridge. This unobtrusive table sorting script was awesome, offering sort mechanisms for text, numbers, dates and currencies, by simply adding an external script to a page and a [...]
Conditional comments
Internet Explorer is not known for it’s standard compliancy, and because of that, people have been using all sorts of CSS hacks to get around rendering problems in it. The IE team have been working hard to prevent a lot of these hacks with the release of IE7, so a lot of your presumably fixed [...]
The ultimate guide to meta name=”robots”
The meta tags for robots you can have on your pages have been around for quite a while. Search engines have slowly been adding features to it. This page lists an overview of all the different values you can have in your tag. First, the official syntax: <meta name="robots" value=" <value> "> The different robots [...]