-
Using jquery us map to Create a Map of States That Can Be Toggled
The us-map plugin was already in use elsewhere and I wanted to create a clickable map that would display an anchor state and allow for configuration of related states. Also in use is the gon gem to allow passing of data directly into Javascript, included in a Rails 4.1 project. Controller code: # assume @state is…
-
Updated… Add Bookmarklets to Mobile Safari for iPhone / iPad
Today’s iPhone has a nice article on adding bookmarklets to mobile Safari: TiPs & Tricks: Add bookmarklets to mobile Safari However, with iOS5, I found that the steps are a little more convoluted: Add a dummy bookmark using the [->] button in the middle of Safari Copy the code for the bookmarklet Tap the Bookmark…
-
Ambi – an RPN programming language
Thanks to @ConstantineXVI for pointing this out… Ambi – an RPN programming language. This language is implemented completely in Javascript.