My book “Instant Adobe Edge Inspect Starter” on mobile web debugging and testing has been published and it is now available online. For more details and to purchase you can visit here. Mobile web testing…
Articles with html
Reset and clear the HTML form after submitting – when you hit browser’s back button
This is a small issue but sometimes important. Well this is not a major post by me nor a major find, but I did run into some trouble while trying this particular thing out. Hence…
360 degree car rotation – common code for mobiles and computer browsers
I had been updating my examples and tutorials off lately and trying to create a more general approach to application development – Write a single app that runs in mobile browsers as well as computer…
Continue Reading “360 degree car rotation – common code for mobiles and computer browsers”
A look at iScroll – native way of scrolling content in mobile webkit
Mobile web kit browsers do not allow you to scroll content inside a fixed size container or a div element. If you are a mobile web developer developing apps for iPhone and Android, you must…
Continue Reading “A look at iScroll – native way of scrolling content in mobile webkit”
360 degree Car/Product view for mobile web – iPhone
I thought of writing this post due to increasing number of search queries that I found out on my site stats. A 360 degree product view for mobile web is important now as lot of…
Continue Reading “360 degree Car/Product view for mobile web – iPhone”
Pass parameters from HTML to Flex/Flash: Dynamic video player example
A quick example of passing parameters from HTML/Javascript dynamically to Flex/Action Script or Flash in some cases using flashvars. You can use it with any Flash based platform. Check out the demo first and then…
Continue Reading “Pass parameters from HTML to Flex/Flash: Dynamic video player example”
Writing a full screen mobile web app for mobile devices
Here I talk about writing a full screen mobile web app for iPhones/iPods (320 x 480). But similar concepts can be applied to any mobile device out there. Read the post below, This is one…
Continue Reading “Writing a full screen mobile web app for mobile devices”