Blog

Category Archives: Tips

iOS 5 Supports Rich Text Editing

iOS 5 has now added functionality so the TinyMCE javascript tools will work in Safari. Editing rich text in applications has been very limited up to this point. We tested the latest TinyMCE.com demo on the iPad running iOS5 and … Continue reading

Posted in App Development, iPad, iPhone, Tips | Tagged , , , , , | Leave a comment

iPhone SDK Programming Tip – Backticks

There’s a long list of reserved words when using SQLite: http://www.sqlite.org/lang_keywords.html A good rule of thumb is to always use backticks (“) around database table and column names to avoid reserved keyword errors when running SQLite queries. Below is some … Continue reading

Posted in App Development, Tips | Tagged , , , , , , , | Leave a comment