How to write a bookmarklet
Problem: I have to use a punch clock webapp for work. It doesn't have jQuery already included and I would like it to work from the iPhone.
Solution: Write a bookmarklet in j...
Similar Articles (10 found)
🔍 49.5% similar
Single Page App
Want to test your server code but you inherited a code base without tests? Can't justify spending weeks writing test? Want to prove th...
🔍 48.3% similar
Bootstrap menus with Backbone.js and Mobile Safari
Bootstrap is great. Backbone.js is great. Same with underscore.js and jQuery.
These are all great t...
🔍 44.5% similar
Making a 3rd-party JavaScript widget
At QliqUp, we had the idea of making a widget that merchants could place into their existing webpage that would l...
🔍 42.1% similar
Multi-threaded JavaScript (sort of)
[UPDATE: It turns out that we could make a simple change on the server and remove the need for this code to run cl...
🔍 41.7% similar
JavaScript Journal - Making a Single Page App
Right now I am in the process of creating a large, complex single page app. Some of the challenges I am ...
🔍 41.0% similar
Technical questions
Here are some interview questions, when I'm back from vacation I'll have proper examples
write out a dog class in JavaScript with ...
🔍 40.7% similar
Getting JSON from CouchDB into iOS screencasts Sept. 18, 2011 In this quick video I show how to use iOS boilerplate to make a quick JSON driven blog.
🔍 40.6% similar
Keeping a secure password list
Keeping a secure password list should be an easy task but it isn't. This is the solution I am trying out.
- Download ke...
🔍 40.4% similar
Experimenting with JSFiddle screencasts Aug. 8, 2011 This week I look at quickly solving problems using JSFiddle.net
🔍 40.3% similar
How I use Frontend build tools and Grunt.js
Build tools are traditionally the realm of backend systems. Recently, as frontend systems have gotten more...