Deploying the first Titanium app to an iPhone

As might be expected, deploying a Titanium app to an iPhone was pretty easy. For the most part, just follow this video. However, there were these gotchas: Disabled Install Now button As per this post, it wasn’t obvious why the Install Now button was disabled. But clicking the “Upload” link next to the Upload Development… Continue reading Deploying the first Titanium app to an iPhone

Deploying a Titanium project to an Android phone for the first time

This took several hours, with multiple dead ends, but here’s my story of getting my first Titanium app deployed to an Android device, using Windows 7 64-bit Ultimate. First, which phone to get? Obviously I want the cheapest possible, with no commitment. It doesn’t need to even be activated, since I won’t be making any… Continue reading Deploying a Titanium project to an Android phone for the first time

CodeMirror syntax highlighting support for TinyMCE

The TinyMCE Javascript WYSIWYG widget has become the industry-standard plugin due to its stability and customizability. The one thing it’s missing, in my opinion, is syntax-highlighting in the code editor. A few people have tried integrating CodePress or CodeMirror into plugins but nothing has really taken off. So for now I just hacked the existing… Continue reading CodeMirror syntax highlighting support for TinyMCE