Drupal and TinyMCE
July 7, 2009
, posted under
drupal
javascript
tinymce
jqueryI’ve been working on a Drupal project to build a CMS for the production and management of very specific content.
The emphasis is all on the backend system, with tight field size limits (character count including markup) and restricted input (specified tags only).
Because of this I needed to use TinyMCE fully - restricting the valid_elements set, and adding event handlers for paste, and keyup.
Phonegap
March 24, 2009
, posted under
mobile
android
open source
javascriptPhonegap is an open source compatibility layer for mobile development.
It provides access to common mobile functionality such as geolocation, sound, contacts etc via a JavaScript API