"I’m Sorry" & the Vacation Piggy Bank Experiment

I have a really, REALLY nasty habit of apologizing for every little thing in life. Find out how I'm fixing it...

Posts Tagged ‘front-end-architect’

CSS Continued… Part 2:Reduce, Reuse, Recycle

By aprilholle | XHTML/CSS, technology reviews

Making the web cleaner, one project at a time… Remember the Cascade To Reduce Selector Use Try a minimalistic approach to the number of ids and selectors you create. Use the cascade to your advantage by creating child elements of your current class instead of creating a whole new class to describe what you want

CSS Continued… Part 1:Organization Boot Camp

By aprilholle | XHTML/CSS

Keep it Together Man! Always keep your styles in external style sheets when possible. Inline styles, while they seem handy when you just need to make a quick update, will spell trouble in the future when you need to make full design changes. They also make troubleshooting that much more difficult since you have to

CSS Continued…

By aprilholle | XHTML/CSS, art forms, self-reflection

CSS is easy enough to start to learn, but it really takes some practice to master and understand the beautiful efficiency it provides. These techniques of efficiency separate the apprentices from the masters in the art of CSS. Now that I know what I know now, I wish someone would have told me these secrets