Category: CSS
Centaur, Bolt and Gumbo at the Boston CFUG
If you are in the Boston area and you missed last night's Boston CFUG meeting, I hate to tell you that you really missed out. We were lucky not only to have newly minted ColdFusion Product Manager, Adam Lehman, but also Flex Builder Product Manager, Tim Buntel, Director of Engineering for ColdFusion, Hemant Khandelwal, lead engineer on Bolt, Ram Kulkarni, and ColdFusion Product Marketing Manager, Allison Huselid.
An Event Apart Boston
This is local for me, so attending would be very easy - though I may not be able to attend for financial reasons (read: I need the money for CFUnited and cf.Objective()). Nonetheless, if you are in the Boston area and are interested in design and usability...
Aptana Eclipse-Based Web IDE
IE PNG Fix with Background Support
- It automatically supports png background transparencies. My current solution is Sleight and while it benefits from a lack of lag time, it does not support background transparencies.
- It requires 1 line of CSS to implement. Yes, you heard that right.
Here is example code taken from the source of their demo page:
<style type="text/css"> <P>
/* USAGE: All you have to do is include this one line in your CSS file, with the tag names to which you want the script applied: */ <P>
img, div { behavior: url(iepngfix.htc) } <P>
/* Alternatively, you can specify that this will apply to all tags like so: * { behavior: url(iepngfix.htc) } */ <P>
</style>
Once you strip out the comments you will notice we are down to a single line of CSS that is IE specific. That's it. This did appear to have a slight lag time (unlike sleight), but definitely nothing prohibitive. Definitely something I will be testing out. Thanks to the Wired Monkey Bites blog (who also mention a solution for PNG image maps as well)
50+ Useful CSS Resources
|
