Install PHP on Windows XP
October 24, 2008
For those of you wanting to run/test PHP code on your own machine, or on a machine on your local network, this one is for you. First off, you would had to have installed the Internet Information Services (IIS). If you have not done so, please go here.
1. Let’s install PHP Version 5. Go here: http://www.php.net/downloads.php#v5. Dowload the file called PHP 5.2.6. installer. As of this writing, that was the latest stable version. It can be called different, but just make sure it is the installer. Run it.

2. Click on Next. Click on Accept and Next. Change C:\Program Files\PHP\ to just C:\PHP\.

3. Select IIS CGI. Cick on Next. On “Choose Items to Install”, for now let’s leave all as is. Click on Next. Click on Install. Click on Finish.
4. Download this file, right click->save as -phptest.php- and save it to this path: C:\Inetpub\wwwroot. Open your browser and type the following: http://localhost/phptest.php. You should get something like this:

5. Done. But I will add some steps so this computer can be seen within your local network and not only within you local box.
6. Go to Start -> Settings -> Control Panel. Click on Windows Firewall.
7. On the Exceptions tab, Click on Add Port… Name: HTTP, Port Number: 80.

8. Click Ok. Ok again. Now open a browser in another machine within the network and type the following address: http://machinename/phptest.php (machinename should be changed to the name of the computer hosting the web server and php).
iPhone and iTouch Hello World Application
July 18, 2008
Tools: MAC Intel, iPhone SDK.
Here is probably the most simplified way to create a Hello World application for the iPhone or iTouch: http://techblog.muthuka.com/index.php/2008/03/27/hello-world-iphone-native-application/
Update: Here is another step by step that applies to the SDK V. 2.0: http://icodeblog.com/2008/07/26/iphone-programming-tutorial-hello-world/
Update: after trying both methods above, I have found what I believe to be the greates Hello World turorial. Also, it really applies to the newest SDK version: http://www.iphonedevcentral.org/tutorials.php?page=ViewTutorial&id=49&uid=27391603





Recent Comments