so i have spent the last few days starting to build up a program to administrate the XAMPP for Mac OS X package. here are some screenshots:
In the above image you can see where you can stop/start individual components or xampp as a whole (just as you can use the shell commands)
and the output from these commands is displayed in the Output box so you can see any errors, etc. eventually i'll make the program have a better way of dealing with errors.
in the following picture, you can see the beginning of PHP customization and a simple about box:
for now it just has the option to change the active PHP version from 4 to 5 or vise versa (current version is displayed above button). later on, however, you will be able to set many PHP options through a few different panels. this will be done by modifying the php.ini file then restarting the server once the program has finished the modifications. and yes it will back up your php.ini and will have the option to restore a backup.
anyway this is my first mac program i've ever written, though its not such a fantastic feat since it's all applescript based. however this is the first ever thing i've written in applescript including basic scripts.
i taught myself how to use xcode and A.S Studio in these past 3 days just for this project. any recommendations, suggestions, additions, criticisms, etc, that you have please post them. i'd love for this program to become quite solid since so many people find the lack of a GUI for mac's xampp a great sore spot.
if anyone wants to see the source code or nib files to improve them or wants to make me a nicer logo (current one does have transparency and stuff so it doesnt look too bad), just let me know. it's a bit tmuch to post considering the length of everything else already.
--bo