ColdFusion HTTP Methods

ColdFusion new 'REST' now allows us to lock down CFC methods to a particular HTTP request type (get/post). That's great if you're working on ColdFusion 10. But what do you do if you're working on an older version of ColdFusion?

Read more...

No Comments

The Seven Worst Web Design Mistakes You Can Make

In my first five years as a web developer, I worked for the Department of Defense. Having to work with legacy government employees is the ultimate crash course in dummy proofing web designs. If anyone can find a way to cause an error in a well thought web design, it's them! Below is my top seven list of the worst mistakes a web developer / web designer can make.

Read more...

No Comments

11 Inspiring Minimalistic Designs

Keep is simple stupid. KISS is not a new concept. But it is a concept we, as web designers, should keep at the forefronts of our minds.

Read more...

No Comments

Gradient Backgrounds with CSS 3.0

I am so excited to see what's happening in the world of web design, especially with CSS 3.0 and HTML 5.  This blurb is about gradient backgrounds.  You don't need images when designing links as buttons for websites.

Read more...

No Comments

CSS 3 - Rounded Corners and Drop Shadows

You have to love this. No more images to make round corners. Just add a simple bit of code to your css and you are off and running.

Read more...

No Comments