Here are some interesting presentations and slides that came out of this years 2012 Google I/O. Fast user interfaces for the cross-device web – Slides The Web Can Do That!? Adventures Into HTML5 – Slides or YouTube New Web Tools and Advanced CSS/HTML5 Features from Adobe & Google – YouTube It should sildenafil 25mg not […]
Category: javascript
Javascript related posts.
I wanted to see the effects of jquery compiled from coffeescript. When writing any coffeescript take notice of how you must use white space. // coffeescript menuStatus = false $(“#showMenu”).live ‘tap’, -> if !menuStatus then $(“.ui-page-active”).animate marginLeft: “165px”, 280, -> menuStatus = true else $(“.ui-page-active”).animate marginLeft: “0px”, 280, -> mentuStatus = false return // compiled […]
This is a quick and dirty example of how to make a mobile friendly text box clearable. This could easily be turned into a jquery plugin. HTML: [code lang=”html” autolinks=”false” classname=”codeClass” collapse=”false” firstline=”1″ gutter=”true” light=”false” padlinenumbers=”false” smarttabs=”true” tabsize=”4″] <div class="ui-input"> <input name="firstname" type="text" id="firstname" placeholder="First Name"> <span class="ui-icon-delete"></span> </div> <div class="ui-input"> <input name="lastname" type="text" id="lastname" […]