Series On jQuery Mobile Theme Skinning
The Fireworks team has started a 5-part blog series on jQuery Mobile Theme Skinning using Fireworks CS5 and the CSS3 Mobile Pack extension .
The Fireworks team has started a 5-part blog series on jQuery Mobile Theme Skinning using Fireworks CS5 and the CSS3 Mobile Pack extension .
The following is based on a jQuery Mobile app I am working on. But, the code and details apply to jQuery , too. The app I am working on makes frequent Ajax calls to back-end services, and so I want a busy indicator that shows the user that activity is occurring. This is actually really easy to do,...
jQuery lets you manipulate control contents at runtime, for example, you can add and items to an ordered or unordered list using code like this: $('#myList').append(' Some text '); If you do this in jQuery Mobile , you must then force the control to refresh so that formatting and styles are...
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...
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...
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...
This is actually a few days old, but I've been swamped and am only getting to dig into it now. But, as per this blog post , jQuery Mobile Beta 2 (which Adobe is very involved in) has been released.
Back in May, Matthew David wrote an excellent article for ADC entitled Getting started with jQuery Mobile . He has now followed this up with a new ADC article entitled Using and customizing jQuery Mobile themes in which he walks through how to control colors, look and feel, and more. If you are new...
In support of the new Flash Builder 4.5 and CS5.5 announcements, lots of new content has been published to ADC and Adobe TV: Flex and Flash Builder What's new in Flash Builder 4.5 What's new in Flash Builder 4.5 (Adobe TV) Introducing Flash Builder 4.5 for PHP Introducing Adobe Flex 4.5 SDK Coding...
Amazon has announced Cloud Drive , essentially a hard drive in the cloud, and 5 GB of free storage to get you started. Aside from file storage, Cloud Drive is specifically intended for storing your digital music collection which can then be played back using Amazon Cloud Player (for web and...