Tag: Tips

Using SciTE with TextMate Style Snippets

SciTE is a very powerful and capable editor. Using a Snippets plugin developed by Mitchell, you’re able to mimic some of the functionality that has made TextMate as popular as it is.

Posted: March 12, 2007

Improving Your Process: CSS Techniques Part 1

This group of tips revolves around some CSS techniques I find myself using constantly. I’m sure you’ve heard of some, if not all, but hopefully something comes across as new and possibly helpful. This list consists of just a few ideas I keep in mind while developing, and there are more to come in future articles.

Posted: February 26, 2007

My Development and Design Process

Inspired by a post put together from Jonathan Snook, here’s a look into my development process.

Posted: January 29, 2007

The Best Browser Extensions for Web Development

The Web Developer Extension and Firebug extension have proved to be most valuable to me when developing for the Web. Here’s an account of the features I find myself using every day in hopes that I can pass some information along to those who may not make use of these features.

Posted: December 11, 2006

Standards, Semantics, Accessibility, and HTML Email

You can love email, you can hate email. An opinion can vary from one extreme to the other when asking any group of people, but almost everyone using the Internet spends part of their day sending, receiving, and reading email. One thing that the majority can agree on is having a dislike for HTML emails. […]

Posted: December 04, 2006

The Pros and Cons of the base Tag

The base tag can be both a good thing and a bad thing in certain circumstances… personally I prefer to define a base URI using a different method;

Posted: November 13, 2006

Flash, JavaScript, and Providing Alternative Content

Providing alternate content is becoming increasingly important given the rapid advancement in Web technologies. Take the extra step and provide graceful degradation for your applicable content.

Posted: November 06, 2006

The Many Faces of the link Tag

The link can be used for much more than linking external stylesheets. Not only can browsers take advantage of the tag, it can help out with SEO too.

Posted: October 30, 2006

Linux and Web Development Part 2

It has been over two months since my last writeup about using Linux for Web development. I thought now would be a good time to revisit that subject and write a bit about my findings after using the new operating system for a little while.

Posted: September 11, 2006

Creating a Useful Custom 404

Given this day and age of searching on the Web, it’s almost hard to find a legitimate 404 error page on any given site. It still happens from time to time, less likely from clicking a link provided by a search engine, and more likely clicking on internal links from within your own site. Some intelligent minds have come up with some really great and usable solutions for unwanted 404 errors.

Posted: July 10, 2006