February 2012 M T W T F S S « Nov 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 Categories
- Allergy Diary
- Back Doors
- Bash/Shell Scripts
- Child's Mind
- Daily commute
- Dance
- Food
- Food allergies
- Fun with Family
- git
- Greener pasture diary
- Health
- Home Improvement
- HTML
- Humor
- JavaScript
- Music
- NO milk NO eggs NO nuts!
- Non sequitur
- Panorama
- Passé
- Photographs
- php
- Potty training
- Pre-K Shows
- Recipes
- San Francisco Living
- Sentimental
- Tech
- Uncategorized
- Urban Gardening
- Woodworking
Allergy Resources
Blogroll
Comic Strip
Documentaries
Photos
Stories
Tech
Tools
Meta
Category Archives: JavaScript
Custom JavaScript String Functions
I’ve created some missing native JavaScript String function to trim, convert to camel case, to underscored and to dashed formats. Here is the trim() function (gist page): And the toCamelCase() function (gist page): And the toDashed() function (gist page): And … Continue reading
Why use Google hosted jQuery
Here are the benefits of using the Google hosted jQuery libraries: By using the Google hosted jQuery libraries, since many applications use the Google infrastructure, when someone comes to your application, the Google hosted files may already be loaded into … Continue reading
Posted in HTML, JavaScript, Tech
1 Comment