Combine Your CSS Media Styles Into One File
I use a single CSS file to make editing easier — no switching buffers, and how often do you set specific styles for print and screen per a CSS class? ... more »
0 commentsSave Tags: css-html, how-to, web design
Creating vCalendars programmatically in C#
Have you ever wanted to send out meeting requests from your code? Well I wanted to do just that today. And I didnt want to reference the Outlook... more »
0 commentsSave Tags: microsoft, other languages
Document Your CSS As A Poster
I've been using StumbleUpon to find interesting web sites about web development and yesterday I found a site that will generate a poster of your CSS. ... more »
0 commentsSave Tags: css-html
Top 10 Firefox Business Extensions
The techies of the world aren't the only people who use Firefox.
2 commentsSave Tags: opinion, reviews, tools
Extensive Robots.txt 101
1. The Good Way, 2. The Popular way and 3. The Definitive way of using Robots.txt
0 commentsSave Tags: how-to, server, standards, web design
5 Reasons To Have A Documentation Strategy
First and foremost let me explain that I am not talking about the help files you should write for your application users. This task is better left in... more »
0 commentsSave Tags: opinion, tools, trends
How to Write a Killer "How to" Article in 7 Easy Steps
The most effective strategy that I've used to date to promote myself online, establish my expertise, and develop a following has been to write at... more »
2 commentsSave Tags: how-to, opinion
Firefox 3.0: A web developer's view on changes & benefits
A thorough (though long) article on changes that Firefox 3.0 will have on web developers. The author hits on Javascript changes because of the new... more »
2 commentsSave Tags: css-html, javascript, standards, xml
Rethinking Software Development
I guess it's fair to say that most of us who are in the software delivery field are familiar with the implement-build-review cycle in software... more »
1 commentsSave Tags: methodology
Working With Design Patterns: Memento
The Memento design pattern presents a consistent solution for storing state, allowing you to build undo and redo support in your applications with... more »
0 commentsSave Tags: how-to, java