Dev-area
In this page you can find my WIPs (Works In Progress). At the moment I haven’t got enough time for it, but I’ll post something more as soon as possible.
Stay tuned!
MySQL Launcher
When I first installed MySQL server on my MacBook Pro, I noticed that the bundled launcher didn’t work at all: it was impossible for me to run or stop the server and to set it to start at system startup. So I first developed a little command line tool that did it for me. As you know, Mac OS X has a wonderful GUI, but the console is a black screen with no graphic interactions. So I decided to develop a graphical launcher, and it was for me the right moment to start learning Cocoa and Objective-C.
This application seems to be simple, but behind the scene there’s a certain type of code. I’ve implemented concepts that were new for me, such as parallel-programming and the Objective-C structures and methodologies.
So, take it as an introductory application, that helped me to improve my skills. It represent for me the first approach to Cocoa programming under Mac OS X.
I don’t post any source code, or may be I’ll do it in the future. This is because I’m a little jealous about my work.
Here you can access the four versions:
WebOn [project]
WebOn is an application that give you the possibility to take trace of web page changes and to subscribe to RSS feeds.
It’ s work in progress and there isn’t yet a Beta release, because many functionalities aren’t implemented. Look at this site’s feed for updates.
Click here to go to the project page.
Tutorials
In this section you can access my tutorials. They’re about Cocoa and programming world, or may be something else in the future. Click here to go to the tutorials list.


