Winter Sunrise in Fargo

This morning during a rush to get to work for a "too early to be meeting on a Monday at 8am" meeting I found just enough time to snap a few pics of the sunrise which looks a lot warmer than what the air felt like. I managed to only snap off 3 pics before my gloveless hands became stiff.

Filed under: Tumblelog

A Blueprint For Style

For a Web developer, starting any new Web project usually begins with reusing universal markup, styles and scripts that have worked well on other projects. To keep yourself from wasting time pulling a snippet of code from here and a snippet of code from there it would be best to start off with a good base. Like any other programming language that relies on libraries and frameworks (like JavaScript for example), your Cascading Style Sheets (CSS) can follow the same concept.

Filed under: Sunblog

Yahoo Performance Tuning

A few days ago, Yahoo! released YSlow, a free Firefox add-on integrated with Firebug built to analyze Web pages and tell you why they’re slow, according to the Yahoo! Developer Network. The Firefox Web browser and some of its helpful add-ons like the Web Developer Toolbar and Firebug can be used to quickly dissect a Web site. With the addition of YSlow, you can get a quick heads-up on speeding up your site.

Filed under: Sunblog, Web Development