CAT | programming
3
How to post to the Facebook wall in an iPhone app with phonegap, FaceBook Connect and ChildBrother plugin
0 Comments | Posted by admin in Mobile, programming
Posting to the user’s wall is a very cool and efficient marketing strategy. The user can post on his wall his progress with a message promoting the app directly from an iPhone app.
It’s very fast and easy to add in phonegap, but the first time can be time consuming. After reading this post on the phonegap mailing
list and reading [...]
3
HowTo Setup a SVN Server Under Mac OS X 10.6 in less than 1 min
4 Comments | Posted by admin in programming
Subversion is a great version control, very useful, even if you are working alone in your project. You can quickly setup a Subversion server in a minute, because everything in included in MAC OS X Snow Leopard (and perhaps older versions)…
- Open the terminal
- Create a directory called svnroot in your account directory : mkdir [...]
