Book Review: “How To Be A Rockstar WordPress Designer”
In recent years, WordPress has become an increasingly popular blogging platform and full-blown CMS for company websites – a sure credit to its immense versatility. Although not impossible to master, some of us still haven’t had the opportunity to put some time aside to delve into it. This inspired me to write a short review for Rockable Press’s “Rockstar WordPress Designer”. Here’s my quick capsule review:
A Tidier Internet Explorer Stylesheet
Photo by polandeze
Until recently, I used to separate my IE only stylesheets as ie6.css and ie7.css (and sometimes even ie.css), but lately I’ve been thinking a lot about how inefficient and long winded this process really is. It has made me realize that I could just as easily use IE CSS filters to my advantage, and merge these separate .css files into a singular Internet Explorer specific CSS file, which would be much more efficient in the long run.
Adding Style with CSS: A Beautiful Table
I’ve always enjoyed styling tables. I’m a perfectionist when it comes to it and I just love the process of adding little bits of love and care to completely transform a dull and drab table into something fun, lively and pleasant to look at. This article will go into one of the diverse ways in which I style them and I hope it inspires you to make your own exciting tables.
Adding Style with CSS: A Beautiful Form
Forms don’t have to be ugly and boring, and certainly don’t have to be inside tables to look nice and aligned.
In this post we’ll take look at how to style a beautiful form using the power of semantic HTML and CSS.
How to Start a CSS File
Photo by kash_if
If you’re just taking your first steps into learning CSS, the moment where you need to actually start writing some code may be a bit daunting. You’ll probably end up asking yourself:
- Where do I start?
- What should be the first thing on my stylesheet?
- How should I organize my code?
- Are there any conventions?
Beginner’s Guide to Margins and Paddings
Photo by scmtngirl
At first they may look confusing – especially for a beginner web designer, or for someone from the old school (tables!), but margins and paddings are actually a simple part of CSS, and something easily controllable if we just follow some basic steps.


