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
html5 javascript mobile sencha touch

Mobile Portfolio Built with Sencha Touch

I wanted to play with Sencha Touch the other night and built out a simple portfolio. This app can be downloaded from my github account. I will only display the JS code that makes the entire Sencha app, you can view the css, and html from the download.

Categories
couchdb html5 javascript jquery jquery mobile mobile

Share URL Mobile Web App

The purpose of this web app was to group links based on a basecamp project. The app is utilized internally to have people test out the links on their mobile devices. We used to use http://sitetophone.com/ to upload a link and share it. This became a pain because you had to login and then find […]