Douglas Crockford on JavaScript

This is the first of a three part video on JavaScript design by Douglas Crockford, one of Yahoo!'s JS gurus. Its a very nice explanation of some of the trickier bits of JS object creation.

 

Opacity Control Across Browsers

I don't know about you, but I happen to find transparent and semitransparent layering to be one of the coolest effects for building web pages, and now, thanks to Mandarin Design I know know how to control opacity with ease. Check it out.

 

Transparent Background

One of the big frustrations about CF8 image effects, is the lack of any way to get transparent writes or backgrounds. While most people think of transparent as just one more color, when you look at how Java handles pixels, you'll understand why Adobe didn't take the time to do this themselves.

 

Transparent Backgrounds for CF8 CFImage

Can you create an image with a transparent background, but it takes creating some Java objects. I'll be posting the code as part of an image effects set, but you an follow the steps here to figure out how to do it.

 

MD_CUSTOM_ERROR (6008)

So, while working on stuff my IIS install randomly started spitting out a freaky error message. I did a Google search and came up with this blog post. No idea what brought it on, but follow the directions there and everything goes back to normal.

 

Problems with Image Copying in CF8

I ran into an interesting problem with ColdFusion 8's image functions. I wanted to compare my image from before I added my effect, and my image after. Simple right? Well no, no its not. I'm doing my image manipulations in function, so I wanted to pass in the original image, and save the result to a new variable, but I kept coming out with two copies of the same image. It took me a bit, but I finally found a solution.

 

More Entries

Jon Hartmann, July 2011

I'm Jon Hartmann and I'm a Javascript fanatic, UX/UI evangelist and former ColdFusion master. I blog about mysterious error messages, user interface design questions, and all things baffling and irksome about programming for the web.

Learn more about me on LinkedIn.