Jquery optimization tips

Here are the few jQuery optimization tips: I created this slide long back. It is too old. But I think, still worth it to read once. In this slides you can see how to use CDN Jquery resource, Optimize selectors, noConflict method and difference between click and bind and live. [slideshare id=11212846&doc=jquery-optimization-tips-120123020914-phpapp01] you can also see demos of each section here the Github link https://github.com/ram-anubavam/jQuery-tricks-tip/tree/master/jQuery-Ti...
More

iOS 6 and HTML5 input type – File

Finally, it’s here. Now we can upload photos and videos from the Photo Library using a regular input file element. This was previously only possible via the use of Phonegap and other frameworks, in Native application. Previously, if we need file upload feature in our mobile web site, we need to go with native application. Because there is no support for file upload in iOS Safari Browser. Where in other hand Android support file upload from it V3.0 and Mobile Firefox 10.0 also support this ...
More

iOS 6 and iPhone 5 Smart App Banners for native app in Web site

iOS 6 (iPhone 5) comes with more HTML 5 features in this post I am going to explain about "how to brand your Native iOS application in your Web site" .  When iOS users open your web site in iPhone or iPad you will show some popups saying we have a native app for you and App store link to install your application. Apple made this process more easy  you no need to write more number of lines to brand you native application in your mobile web site. This feature will work from  iOS 6. it gives mor...
More