Mozilla tells us that all Android users (with unlocked bootloaders) will be able to install the operating system onto their phones. The video show a quick demo of Boot to Gecko on a Galaxy S II, which included peeks at the dialer, messaging system, system preferences.
Monday, July 2, 2012
Saturday, June 30, 2012
Mobile JavaScript Application Development: Bringing Web Programming to Mobile Devices
When developing apps for the latest smartphones, you’re faced with several vexing questions. How many platforms do you need to accommodate? What level of support do mobile browsers provide? To help you address these and many other key issues, this guide provides a hands-on tour of the most powerful JavaScript frameworks available today.
You’ll build sample apps with jQuery Mobile, Sencha Touch, and PhoneGap to learn the unique advantages—and disadvantages—of each framework. From there, you can determine which one is best for your project. This book is ideal for web developers familiar with JavaScript, HTML, and CSS.
- Experience the simplicity of jQuery Mobile for building cross-browser applications
- Learn how Sencha Touch’s architecture, widgets, and blazing-fast rendering engine makes it a good choice for enterprise software
- Use PhoneGap to package your web app into a native iOS, Android, or Windows Phone application
- Discover the impact of various HTML5 features on mobile app development
- Pick up JavaScript productivity tips as you delve into its object orientation, closures, and coding conventions
Friday, June 29, 2012
Google I/O 2012 - Dart - A Modern Web Language
The two creators of Dart will discuss the rationale behind Dart's design and its impact on web scalability and performance.
They'll also present how Dart helps developers innovate by increasing their productivity without breaking backwards compatibility.
Google I/O 2012 - Web Programming with Dart
Google I/O 2012 - Putting the App Back into Web App - Web Programming with Dart
Do you want to build blazingly fast applications with beautiful graphics and offline support? Would you like to run those apps anywhere on the open web? Would you like to develop those apps in a language that supports modular large-scale development while keeping the lightweight feel of a scripting language? This session will show you how to use the Dart programming language to develop the next generation of amazing applications for the open web.
Do you want to build blazingly fast applications with beautiful graphics and offline support? Would you like to run those apps anywhere on the open web? Would you like to develop those apps in a language that supports modular large-scale development while keeping the lightweight feel of a scripting language? This session will show you how to use the Dart programming language to develop the next generation of amazing applications for the open web.
Google I/O 2012 - Maps for Good
Developers are behind many cutting-edge map applications that make the world a better place. In this session we'll show you how developers are using Google Earth Builder, Google Earth Engine, Google Maps API and Android apps for applications as diverse as ethno-mapping of indigenous cultural sites, monitoring deforestation of the Amazon and tracking endangered species migrations around the globe. Come learn about how you can partner with a non-profit to apply for a 2012 Developer Grant and make a positive impact with your maps.
Tuesday, June 26, 2012
HTML5 figure and figcaption
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Mobile-Web-App: HTML5 figure and figcaption</title> </head> <body> <h1>Mobile-Web-App: HTML5 figure and figcaption</h1> <figure> <img src="http://goo.gl/BlQEX"/> <figcaption> <p>http://mobile-web-app.blogspot.com/</p> </figcaption> </figure> </body> </html>
Highligh text using HTML5 mark Tag
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Mobile-Web-App: HTML5 mark</title> </head> <body> <h1>Mobile-Web-App: HTML5 mark</h1> <p>Highligh text using HTML5 <mark>mark</mark> Tag</p> </body> </html>
Subscribe to:
Posts (Atom)

