XML Date to CoreData NSDate
Here is code snippet to parse a XML string to Core Data NSDate.
Here is code snippet to parse a XML string to Core Data NSDate.
These instructions are born from the 10.7 developer preview but should remain identical come time for the July public release: Purchase and download Lion from the Mac App Store on any Lion compatible Mac. Right click on “Mac OS X Lion” installer and choose the option to “Show Package Contents.” Find and open the “SharedSupport” [...]
Installing via PECL didn’t really work out for me. So, here is what I did: Install Xcode if you don’t have it Download & install XAMPP for Mac developer package You will need the PHP header files. Create a symlink: ln -s /Applications/XAMPP/xamppfiles/lib /Applications/XAMPP/xamppfiles/include Download the module here: http://pecl.php.net/get/oauth Unpack Run phpize: sudo /Applications/XAMPP/xamppfiles/bin/phpize Configure [...]
1) Grab the latest 64-bit version for OSX from MongoDB website. 2) Untar the file tar -zxvf mongodb-osx-x86_64-1.6.5.tgz 3) I use XAMPP for OS X, need to create a location for it to store databases. sudo mkdir -p /Applications/XAMPP/xamppfiles/var/mongodb sudo cp -r bin/* /Applications/XAMPP/xamppfiles/bin/ 4) Create configuration file, name it mongodb.conf and put it at [...]
For Windows and Linux versions, check out these custom extension builds from Gears Google Group. If you are Mac OS X users you can get it on Google Code. I’ve tested the Mac version, so far everthing’s working as expected. I believe official builds by Google will be coming very soon if you’re happy to [...]