
Force a CSS Refresh in WordPress
WordPress Development for clients can have a number of different common problems. One problem I used to run into regularly is after I’ve completed a website...
WordPress Development for clients can have a number of different common problems. One problem I used to run into regularly is after I’ve completed a website...
As one does more and more work with CSS, you start to create a CSS Reset that work well for you and your workflow. There is some important code that I always recommend...
In Firefox, if the webpage you are viewing is not taller than your screen (and doesn’t need a scrollbar), Firefox will completely remove the scroll bar from...
You’ve probably heard “iframes are horrible with search engines.” Well, they are. I recently had a client want me to create scroll boxes for their...
“Can you indent the paragraphs?” This can be a very dreaded request to a web designer who doesn’t know better. This may mean that you have to go...
There are many different ways to program websites. There a many different ways to program the exact same website. If you gave the same design to 100 different website...
This is what I call CSS tip in 30 seconds: It is very useful to be able to put your navigation bar or side bar at the bottom of your HTML, and absolute position...
As many young website designers do, when I first got started working with HTML and CSS, I tired to stay as far away from Unordered Lists (<ul>) and Ordered...
Their is magic in Cascading Style Sheets. (Some properties more than others, but still magic.) Float is one of those CSS properties that really fundamental for any...