I am attempting to develop an application that uses an appinfo class for storing settings. This is persistable.When I use the freshly installed application, it works perfectly. Then if I reload the co
What is the best way to implement a \"memory\" or persistence for an anonymous vote? The other day I was browsing some site (unfortunately I forgot the URL), and I could quickly \"thumbs up\" or \"thu
I want to add admob to the base app delegate so that I can have a persistent ad that will show though out all views instead of refreshing the every time i change the view Controllers.
We have developed an application in Blackberry 8830. And we have stored the data in the Persistent Store. However, we would like to use some protection mechanism to secure the data.
$dsn=\"mysql://$db_username:$db_password@$db_hostname/$db_database\"; global $mdb2; $mdb2=MDB2::connect($dsn);
Couldn\'t figure out a way to put a bounty on my old question, so I\'m reposting it because maybe it was a bug.
I\'m have been struggling the last 3 days with a funny, at least for me, behaviour. The basic concept is the following: An object is created in memory, this object has a list of children. This object
I\'m writing a small painting app for iOS. I\'m subclassing a UIView ad performing computations inside its drawRect: method. It\'s been all good until I started having lots of objects (actually polyli
I have already asked this question two times, but I\'m new to stackoverflow and it seems that I don\'t know the rules for formatting my example code in here. Now I\'ve decided to give the full stack o
We have an online shopping cart that uses a MySQL database, and would like to use Access 2007 to connect to the db via Linked Tables to create various custom reports. No write access will be needed.