Reinvent payphones

Via this Habrahabr post (in Russian), I’ve learned about a Reinvent payphones initiative, which I think is pretty cool.  According to the article, the contract for provision of payphone services for the New York City expires in 2014.  So the mayor, Michael Bloomberg, has started the initiative to figure out what would be the best use for such a vast infrastructure (around 11,000 booths throughout the city).  Some of the ideas are really cool, for example:

  • Free WiFi hotspot
  • Power socket for recharging mobile devices
  • Weather and air quality censors
  • Location and other information (“you are here”, places around, etc)
  • Ad-supported free services

Here are some of the project suggestions: beacon, NYFi, smart sidewalks.  Also, read more here.

Bootstrap WISWYG

Bootstrap WISWYG

Tiny bootstrap-compatible WISWYG rich text editor, based on browser execCommand, built originally for MindMup. Here are the key features:

  • Automatically binds standard hotkeys for common operations on Mac and Windows
  • Drag and drop files to insert images, support image upload (also taking photos on mobile devices)
  • Allows a custom built toolbar, no magic markup generators, enabling the web site to use all the goodness of Bootstrap, Font Awesome and so on…
  • Does not force any styling – it’s all up to you
  • Uses standard browser features, no magic non-standard code, toolbar and keyboard configurable to execute any supportedbrowser command
  • Does not create a separate frame, backup text areas etc – instead keeps it simple and runs everything inline in a DIV
  • (Optionally) cleans up trailing whitespace and empty divs and spans
  • Requires a modern browser (tested in Chrome 26, Firefox 19, Safari 6)
  • Supports mobile devices (tested on IOS 6 Ipad/Iphone and Android 4.1.1 Chrome)