Posts Tagged ‘web development’

Structuring CFCs a little like Ruby

Tuesday, May 18th, 2010

As I hit the books and learned about Ruby on Rails a couple years ago, there was one thing that I admired about how Ruby handles public and private sections of classes.

How can I take a lesson from Ruby and apply it to my CFML coding? I’m glad that you asked! Read on for more details.

Read the rest of this entry »

404 error handling in ColdFusion on Wheels

Tuesday, March 30th, 2010

This is fairly simple, but I figured that I would share my approach for 404 error pages in ColdFusion on Wheels and see if anyone has a different/better way of doing it. This example demonstrates code used on cfwheels.org.

Read on to learn more.

Read the rest of this entry »

A rally cry for ColdFusion

Thursday, March 25th, 2010

These are exciting times for ColdFusion. We have open source alternatives. Adobe just released their first shot at an official ColdFusion IDE, and they’ve even included Flash Builder in the package for free.

I’ve seen people comment that Adobe needs to promote and advertise ColdFusion more heavily. I think that this is a problem. While they are responsible for advertising and promotion to a degree, we must acknowledge that they’ve invested a lot into creating great tools for us to use and take some of the responsibility into our own hands.

Read the rest of this entry »

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.

Read the rest of this entry »

Up and rolling with Git on Snow Leopard

Saturday, November 28th, 2009

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.

Read the rest of this entry »

Using extra CFC attributes for documentation

Thursday, November 12th, 2009

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.

Read the rest of this entry »

Page heading at end of breadcrumbs

Friday, October 16th, 2009

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:

Adobe Breadcrumbs

Read on for a couple more examples.

Read the rest of this entry »

SuperPreview: Microsoft has done something good for a change

Tuesday, September 22nd, 2009

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.

Read the rest of this entry »

August 2009 round-up

Tuesday, September 1st, 2009

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.

Read the rest of this entry »

XHTML 2/HTML 5 comic

Thursday, August 27th, 2009

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.

HTML Comic

Read on for the rest of the comic. This isn’t the whole thing.

Read the rest of this entry »