Welcome to Catalyst Blogs Sign in | Join | Help

Browse by Tags

All Tags » IE 6   (RSS)
We are using WebSupergoo’s ABCPDF to render HTML as PDF documents in our application. In general, it’s not bad. However, like all third party components, stretching it outside the box is almost more difficult than it would have been to just write the Read More...
Today must be national "IE 6 Is A Piece Of Dog Crap" day... I’m using some JavaScript in a script control to hook mouseover on a table element using $addHandler and a callback (so I can pass a parameter to my event handler), like so: $addHandler(tableInstance, Read More...
Radio buttons are kind of annoying. They always seem to have some little quark about them that doesn’t quite seem to get us all the way there. Besides, they are gratuitous: if you need a single selection from several options, you can use a dropdown; if Read More...