December 12, 2011
I needed to trap the events triggered when a dialog is opened and closed in a jQuery Mobile app. After trying all sorts of combinations of open, close, and dialog events, I found that these will do the trick: // Dialog opened $('#myDialog').on("pageshow", function() { alert("Opened"); }); // Dialog...
December 12, 2011
The ColdFusion team has just posted a security hotfix to address a potential cross-site scripting vulnerability in ColdFusion 8.x and 9.x (Windows, Macintosh and Unix).
December 11, 2011
jQuery lets you manually manipulate controls like lists. For example, you can do something like this to add an item to a list: $('#myList').append(' Some text '); In jQuery Mobile , if you manually update lists like that, then when you are done you must force the list to refresh so that formatting...
December 8, 2011
jQuery is freaking amazing, you all know that already. jQuery Mobile ? It's a great v1 effort (and it just won the Innovation of the Year award), but is not quite as complete as it needs to be. If you are playing with jQuery Mobile, you owe it to yourself to check out JTSage's jQuery Mobile plugins...
December 7, 2011
My BlackBerry PlayBook hung yesterday. It took some digging to find the magic "hard reset" button, so I'm posting it here for when I need it next. Simultaneously press the power button and the volume down button, and hold for 10 - 15 seconds. Tada!
December 7, 2011
A group of my fellow Adobe evangelists have created the Game of Flex for iPad, Android tablets, and (soon) Blackberry PlayBook. The game consists of questions to quiz you on Flex development. If you correctly answer the quiz, you'll get a chance to win a copy of Flash Builder 4.6 (one license per...
December 6, 2011
Remember the Sony sponsored Adobe AIR App Challenge that I mentioned a while back (and on stage at MAX)? Well, the winning apps have been announced.
December 4, 2011
Jacob Surber has written an article Introducing Adobe Flex 4.6 SDK , and Adam Lehman explains What's new in Flash Builder 4.6 .
November 30, 2011
Title says is all, click here to download.
November 29, 2011
Now on Adobe TV: Getting started with PhoneGap PhoneGap: Developing for iOS PhoneGap: Developing for Android