• iPhone / iPod Touch Backup Extractor

    This may come as a surprise to some of you, but debugging applications on the iPhone is no picnic. I know, crazy, isn’t it!  It’s next to impossible to get the information you need from a customer’s device without building in some method to send the user’s preferences, data, etc. right into your application, which [...]

  • Hebrew in PHP (or “Unexpected What?”)

    One of the guys here just got an interesting PHP error:
    Parse error:  syntax error, unexpected ‘)’, expecting T_PAAMAYIM_NEKUDOTAYIM in C:\wamp\index.php on line 201
    Apparently it’s hebrew for “double colon”.
    You learn something new every day.

  • Firefox 3 Smart Bookmarks (or “Find Your Place”)

    Firefox 3 includes an interesting concept called places.  The idea is that all history and bookmarks are stored in a SQLite database, and the browser exposes an API to interact with the data.  You’ll see it in action in the “Smart Bookmarks” button in the Bookmarks Toolbar — these are dynamic queries against the database [...]

Programming

This is the archive for Programming.