Below you will find a list of entries that have been filed under the category ‘ CSS ’ . You can also visit the complete archives page for a listing of every entry that has been written for the Big Square Blog.
Explaining CSS to Your Clients With Five Simple Answers
Keep in mind that these answers work well with people who have had limited to no exposure with CSS. They need simple answers to complex questions and getting into the Nitty Gritty of CSS will tune them out, fast and hard. They don’t even need to know what the acronym CSS stands for or how it ties in with (X)HTML. All they need to know is that CSS creates accessible websites that are cost effective, revenue generating, a step ahead of the game, and absolutely beautiful.
Skin Your WordPress Login Page in Order to Achieve a More Consistent and Professional Looking Blog
You’ve spent weeks or days designing and coding a new WordPress powered website for a client and all seems swell. Your newly designed blog is looking snazzy, your client loves the look and feel of her new website, and you’re just about ready to move on to your next project. Then it happens.
Random Header Images For Your Blog Using DIVs and PHP
What this tiny bit of powerful CSS and PHP do is make a random header image possible without having to worry about random header images being displayed in CSS-incompatible browsers or printers. It is similar to Chris Pearsons’ method but this time around it uses the DIV tag and not an image tag, which I only want to use inside of blog entries.