CSS Optimizer (CSSO): Eliminate the Redundant

CSSO - CSS Optimizer

CSS-Wow! You wouldn’t believe how long I’ve been looking for this very tool. It’s just so super cool, I love it. I’m going to go through all of my CSS files and process them through CSSO, the CSS Optimizer! Do you suffer from redundant CSS? Do you have unused CSS Selectors and duplicate CSS declaration … Read more

Getting Started with WordPress Center .net

Free black and white start

Recommended Reading for the First-time Visitor

Quickly discover WordPress Center .net by following some of the Author’s recommended links.

Read more

CSS Generated Content: Revisited

Cascading Stylesheet CSS code shown in Brackets text editor IDE Coffee Theme

first you must reference the Hex code for that character, which is #. The hex value must be further interpreted however, for CSS. Using the 6 hex digit rule, that code would look like the following property, value pair:
content: “Step \000023 ” counter(section);

SQLdump IF NOT EXISTS Vs DROP

Database Administration

There must be a “correct” answer, or at least a logical reason for it. I’ve been working with RDBMS / relation database software for roughly 20 years now. While I have no formal training or degree in database administration, I certainly have studied a lot about database optimization, relationships, and theory such as normalization. This … Read more