Use Newer jQuery Features When Your App Is Stuck on Older Version
|
|
Screencast Demo Video File
Ruby gems like capistrano for deployment, Git (SCM) to manage both the code to generate my site and generated code, local development using Ruby to build my now Jekyll powered website, and...
So I...
Click below to view the PDF and/or download the templates files:
A software development process that relies on the repetition of a very short development cycle: first the developer writes a failing automated test case that defines a desired improvement or new fu...
Each test will get values at different stages of user interaction with text input field.
javascript
javascript (function($) { / .searchText() add some helper text to search input field / $.fn.searchText = function(options) { var defaults = { helperText : 'Search', inputId : 's', ...
javascript (function($) { / .matchHeight() - match heights of multiple columns that use css layout with floating elements / $.fn.matchHeight = function(options) { // set the containing...
Showing 31-40 of 76 posts