Categories
ios mobile

Disable Autocorrect & Autocapitlize In Mobile Forms

Disabling autocorrect seems obvious when dealing with mobile forms. This especially comes true in a log in page or creating an account page. [code lang=”js” autolinks=”false” classname=”codeClass” collapse=”false” firstline=”1″ gutter=”true” light=”false” padlinenumbers=”false” smarttabs=”true” tabsize=”4″] <input type="text" name="some-name" autocapitalize="off"/> The damage to nerves is usually caused by a muscle injury from straining to lift something or […]

Categories
css jquery mobile

List of Awesome jQuery Plugins

This will be an on going list of awesome jquery plugins i have encountered. Some of these are also plugins i have used in projects and will use in the future. CSS3 Based Plugins: jQuery Transit – http://ricostacruz.com/jquery.transit/ stroll.js  (CSS3 scroll effects) – http://lab.hakim.se/scroll-effects/ pageflipper – https://github.com/wtw-software/pageflipper/ Factor liable to cialis in canada cause sexual disorder in men of […]

Categories
javascript mobile

Use A JavaScript Confirm Dialog To Give Users Option Between Mobile or Desktop View

The idea was to use the native look of the confirm box to give the user an option between viewing the site in a mobile view or stay on current view. I used a setTimeout method so i can have it fire 3 seconds after the pages has rendered in all its glory. The code […]