Category Archives: Javascript

IE 7/8 PNG-24 transparency issue

We came across an error today without drop down menu system that uses a PNG-24 semi transparent drop shadow image around the border where the transparency would appear black in IE 7 and IE 8. After searching and trying all possible fixes we found the solution to the problem and it was quite simple. Our menu [...]
Also posted in Browsers, ColdFusion, Design, Programming | Tagged , , , , | Leave a comment

The fear of Javascript Frameworks

I have always been one of those developers who like to “write my own stuff” because nothing produced by another person could ever be as good as mine! I’m sure the majority of developers out there feel the same way. But as they say with experience comes wisdom and I have come to realise that [...]
Also posted in Programming, Web 2.0 | Tagged , , , , , | Leave a comment

ColdFusion 8 CFWindow caching problem

This iteration of ColdFusion is absolutely wonderful. Now anyone can AJAX and look like a DHTML guru with just a few lines of code. A previous post outlined the problem of not being able to refresh the CFWindow content. CF8 uses the EXT js library as of version 1.1.1 (I think) which by default does [...]
Also posted in ColdFusion | Tagged , , , | Leave a comment

ColdFusion 8 HTML CFGrid href attribute with JavaScript function

I was going crazy trying to figure out why my href in the cfgridcolumn tag was not working with the new CFGrid in html mode. Apparently the appendKey attribute of the CFGrid tag is set to TRUE by default and this forces the href attribute to be a valid url. If you change the appendKey [...]
Also posted in ColdFusion | Tagged , , | Leave a comment

Refreshing a CFWindow

Recently I came across the situation where I wanted to refresh a cfwindow with a source tag that was bound to a hidden form field. When the value of the form field changed I wanted the window information to be reloaded, however since the value was being changed via javascript the onChange event was not [...]
Also posted in ColdFusion | Tagged , | Leave a comment
  • Subscribe to my feed Subscriber via Email Follow Me on Twitter! Check me out on Facebook! Check me out on LinkedIn!