"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 ‘Cascading-Style-Sheets’

Links of the Week Vol. 3

By aprilholle | XHTML/CSS, advertising & marketing, links of the week, seo, viral marketing

Adaptive Path Employees share their new years resolutions with their users. Some of them are very much work related, some not so much, but I thought it would be interesting to see what other web professionals are reflecting on at the beginning of this year. http://www.adaptivepath.com/ideas/essays/archives/000875.php This amazing Honda Accord ad required 606 takes, cost

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

Refresh Recap: ALA Web Design Survey

By aprilholle | new idea!, speaker reviews, things to do

Alright so at this point everyone has read the 2007 Web Design Survey at A List Apart. If you haven’t, you should… really. This is the first time we’ve ever had a survey for the web industry alone, and while it’s not necessarily scientific, it is a good sampling of the community, nearly 33,000 web

Refresh Phoenix: Blueprint CSS

By aprilholle | XHTML/CSS, technology reviews, things to do

Come on over to Inza Coffee House tomorrow night to join me and the crew of Refresh Phoenix as we discuss Blueprint CSS. Blueprint is a CSS framework by Olav Bjorkoy, which “aims to cut down on your CSS development time.” Matt Heidemann & Matt Gist from Integrum Technologies will talk about their recent work

sIFR 3.0 Inline

By aprilholle | XHTML/CSS, flash, new idea!, new technologies, technology reviews

Recently we’ve completed four sites for Civigroup Companies. Within those sites you’ll notice several instances of sIFR (flash replacement text) inline with content. This is no easy task for sIFR text. While trying to accomplish this feat of magic, I spent quite a bit of time researching different aspects of sIFR and how it works

Local Lifestyle Magazines Recieve Facelift

By aprilholle | XHTML/CSS, advertising & marketing, life news, technology reviews

This was the first website in which we were really able to experiment with large scale theme usage and I learned quite a bit about how to make the front end flexible enough to reskin

Print Style Sheets and ASP.Net Themes

By aprilholle | ASP .Net, XHTML/CSS, new technologies

If we declare themes in the @ page declaration using StyleSheetTheme instead of just Theme the document is then populated with the css stylesheets at the beginning of the head declaration instead of at then end