Blog

Monthly Archives: July 2011

FireFox for Mac OS Sqlite Plugin Extension Problem

We’ve been using the SQLite Manger plugin for FireFox for a while now with no problems.  The FireFox SQLite Manger is an awesome way to create, build, and edit sqlite databases for iPhone and iPad applications. Current configuration: MacBook Pro … Continue reading

Posted in App Development, Database Development | 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

Joomla Main Menu fix for version 1.5.32

We upgraded a few client Joomla sites to version 1.5.32 and the Main Menu entries disappeared from the admin area.  We looked through a bunch of web posts that detailed different ways of solving the problem.  Some recommended replacing the … Continue reading

Posted in CMS, Troubleshoting | Tagged , , , , | Leave a comment