Adobe ExtendScript File object gotcha under OS X Lion
The File object behaves differently in ExtendScript under OS X Lion.
Under Snow Leopard, the following code would work (you'll find variants of this code floating around the Internets):
The File object behaves differently in ExtendScript under OS X Lion.
Well it took me three years to recover from organizing the world's first fully-virtual web conference, <head> with over 70 amazing speakers, in-world conference hubs in the UK, US, Switzerland, Belgium, and Second Life, and several thousand attendees. And by recover, I mean to forget what a huge undertaking it is to organize a conference.
But the time is perfect for a mobile conference in Brighton, and so I give you the Update conference: the human touch – iOS and beyond.
The cause: Not providing the supposedly-optional-but-not-always-optional-for-every-browser-third-argument to the addEventListener method in JavaScript.
Browsers! *mumble, grumble*

I initially thought I could record an action to do this, but the Photoshop file I have for the graphics has dozens of layers. I thought I could use the Layer comps to files… script that ships with Photoshop but – while it let me export layer comps to files – it wouldn't let me add custom actions in the middle of the process (in this case to unsharp mask the image once it was resized).
Using ExtendScript and Photoshop to make it easier to build multi-resolution images for web sites.
Take your favorite content slider and try this: on a Mac notebook, two-finger scroll. I'll bet my hat (easy to do when you don't wear hats) that the component will go nuts. For one thing, it will most likely be mapping your vertical scroll gesture to a horizontal scroll. I don't know who first decided that was a good idea but I think we can safely agree that it doesn't make any sense. And every content slider out there that I've encountered does this! So much so that I actually thought that you simply couldn't get horizontal scroll information from the "mousewheel".
A horizontal scroll isn't a vertical scroll by any other name… or something like that.