Viewing by month: April 2006
Weekly ColdFusion Open-Source Update
Will Apple Buy Adobe - Robert Cringely
That's because for its core media and graphics markets Apple is as dependent on Adobe as it is Microsoft for the general office market. And now that Adobe owns Macromedia, Apple is even more vulnerable.
He claims that some anecdotal evidence suggests that they have been preparing for exactly this kind of move for some time. This is because Steve Jobs "needs the top ISVs who are currently writing for OS X to continue writing for OS X, and that especially means Adobe."
There's only one way to make that happen for sure, and that's for Apple to buy Adobe.
An interesting read for sure, regardless of your opinion of his conclusions. If he is correct, what would this mean for the future of ColdFusion? Bueller? Bueller?
IE7 Stacks Up Well Against Firefox - Techweb
Based on his analysis, it is easy to assume that IE7 holds a slight advantage over Firefox (in its current form). However, it also doesn't seem as if their are any "must-have" features that will cause most of us who have already made the switch a compelling reason to go back, especially given what the author calls IE's "tattered reputation".
What's Up with the MXNA Outages
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)
