PhoneGap is an HTML5 app platform that allows you to author native applications with web technologies and get access to APIs and app stores. PhoneGap leverages web technologies developers already know best… HTML and JavaScript. How PhoneGap Works Build your app once with web-standards Based on HTML5, PhoneGap leverages web technologies developers already know best… HTML [...]
In computing terms, resolution independence UI is a technique to make elements on a computer or mobile screen can be drawn at sizes independent from the pixel grid. For Mobile devices this is done with CSS3 and Media Queries so that those with larger mobile screens and more compact screens can still view the UI at the same [...]
All the jQuery Mobile demos and documentation can be found in the unified demo application: jQuery Mobile 1.0a1 Demos and Documentation This includes demos and documentation for all the components in jQuery Mobile 1.0a1: Theming and Layout Headers/Footers (Fixed and Persistent) Form Controls Dialogs List Views Events Transitions
CSS3Machine makes the most advanced CSS3 styles very simple. Easily create stunning gradients, drop-shadows, and 3D transforms. CSS3Machine even builds, edits, and exports WebKit animations! Give it a try
CSS3 3D Transforms CSS3 transforms allow the rendering of an HTML element to be modified using 2D and 3D transformations such as rotation, scaling, and translations. Transforms are applied by setting the -webkit-transform CSS property with the desired list of transforms. Each transform takes the form of a transformation function, such as translate3d or rotate, and a list [...]
localStorage sets fields on the domain. Even when you close the browser, reopen it, and go back to the site, it remembers all fields in localStorage. HTML5 Local Storage is based on named key/value pairs. You store data based on a named key, then you can retrieve that data with the same key. The named [...]
The latest entry into the mobile-framework field is Sencha Touch, brought to you by the same people that created Ext JS, jQTouch and Raphael, all of which have been combined under the name Sencha. Sencha Touch, released this week, bills itself as “the first HTML5 framework for mobile devices,” which isn’t quite true. Several other mobile [...]
Today I want to share 10 iPad apps that are particularly geared towards web developers. Because, with a product as aesthetically pleasing as the iPad, you just know it’s something that developers will be naturally drawn to- especially with apps like these to help us do better work. Gusto Gusto was created to embrace the [...]
Did you know your iPad™ Application must be capable of launching in any interface orientation? The days of 1 Default.png are over! The following options are available for your iPad™ Application: Default-PortraitUpsideDown.png (takes precedence over Default-Portrait.png if included) Default-LandscapeLeft.png (takes precedence over Default-Landscape.png if included) Default-LandscapeRight.png (takes precedence over Default-Landscape.png if included) Default-Portrait.png (required – [...]