Does exactly what it says on the tin
Saturday, February 6th, 2010“Does exactly what it says on the tin.”
I love it. All of our method and function names should do exactly the same.
Read on for more context and why Andy Bellenie is a genius.
“Does exactly what it says on the tin.”
I love it. All of our method and function names should do exactly the same.
Read on for more context and why Andy Bellenie is a genius.
This morning, I set up a GitHub account so that I could have some public repositories for my ColdFusion on Wheels plugins. Feel free to follow me and watch my repositories as I post them up. (Gotta learn how to do that first though!)
Read on for a summary of how I installed my local copy of Git on Snow Leopard.
For the ColdFusion on Wheels API documentation, we chose to do something a little unconventional (but pretty cool). Using some extra CFC attributes and CFML‘s GetMetaData() function, we wrote a pretty cool documentation parser for ColdFusion on Wheels.
Read on for an example of what we did.
I’ve become a fan lately of a small trend in breadcrumb design. Some sites are starting to put the page’s header (in <h1>) at the end of the list of breadcrumbs. It’s an interesting way to show how the site’s hierarchy leads up to the current page.
On Adobe’s site:
Read on for a couple more examples.
Thanks to Microsoft’s SuperPreview, I am able to test my websites in Internet Explorer versions 6, 7, and 8, all from one copy of Windows.
Read on to see a screenshot of the tool and how it has helped me out thus far.
Did any of these web development blog posts slip through the cracks? Or maybe you wanted to take another look at one later on? Now’s the time!
Click through to also see what happened on Glass Case, my sister internet marketing blog.
If you haven’t seen it yet, Smashing Magazine posted a comic called Misunderstanding Markup: XHTML 2/HTML 5. I’ve been wondering what’s been going on with the standards and what it’ll ultimately mean for me. And a comic addresses my questions and laziness quite nicely. I win!
At risk of infringing copyright, I’ll rape and paste it below.

Read on for the rest of the comic. This isn’t the whole thing.
You’ve seen it before: you get to a login screen, and the cursor automatically jumps to the username box so you can just start typing. It’s very convenient.
But developers seem to screw this up regularly. I’ve seen it implemented so poorly that it becomes highly unusable and opens potential security problems.
I’ll take some time to show you how I implemented this in jQuery and then encapsulated it for reuse within a partial in ColdFusion on Wheels.
As I’ve been working on an uber portal application, I’ve run into a major information architecture problem. My design wasn’t allowing enough space for navigation options.
Read on for sketches and concepts that I used to solve the problem. I wanted to use standard concepts that wouldn’t be confusing to the user. I think I accomplished that.
I’ll fulfill my promise by giving another example of how I would improve the Hello Database tutorial for ColdFusion on Wheels.
This time, I’ll talk about how we could factor out view logic so that the profile form can be used for both the add and edit actions. With all of this MVC goodness, we should be able to do some refactoring easily, shouldn’t we?