
The most popular posts in this blog are the six parts of the Building your first website tutorial. However, going through that tutorial takes some time, and this post is written for those of you who want things to go faster. I am going to explain how you could turn the latest template release, the…
A few days ago, I uploaded a new template to the site. It is a collaborative project based on the concept of a virtual business card, similar to what I did with the Basic Businesscard template but with all content placed in one single HTML file. Using only 42 lines of CSS code (which includes…
I got an e-mail asking how to make a centered horizontal menu, using XHTML and CSS. It may sound easy, but it cause me a lot of headache before I learned how to do it. After trying a lot of “text-align:center” and “margin: 0 auto;” approaches that didn’t work as I wanted, I realized that…
After being in the review queue for the official WordPress theme directory for more than three months, the Arctica theme was finally reviewed a day ago. Since it was based on the same code base as my two latest themes, Asokay and Lagom (which are both approved and published on wordpress.org), I expected the review…
After being asked about HTML/CSS coding tutorials for beginners, I ran across a site with a number of excellent guides: LearnWebCode.com. In a number of simple steps, you can learn the basics of both (X)HTML and CSS, and along with the texts you can find a number of videos that give you a visual guide…