Wow!!!
The PHPClasses.org Users have given me a good rating for the Simple XML Parser class. I never think about making my code complex. I also think how can i make my code simple and easy for other. I think it works.
This kind of awards make me think more on php.
Related Resource
Class Home Page
Check what i [...]
Archive for October, 2005
XML Parser
Posted in PHP, Programming, tagged Download, PHP, PHPClasses, Programming, Sandbox on October 18, 2005 | 5 Comments »
Earth!!
Posted in Technology, tagged , Bangalore, Earth, Google on October 17, 2005 | Leave a Comment »
What these guys are UP!!!
Have you ever checked Google earth. After reading an artical in TimeofIndia’s Bangalore edition. The laws are breaked by technology. Which is very sad .
http://timesofindia.indiatimes.com/articleshow/1243460.cms
Check this and find out more on this issue
How to deny access to public directory
Posted in Linux, Technology, tagged Apache, Linux, OS, Server, Technology, Web on October 5, 2005 | Leave a Comment »
Problem: You need to protect files in you web directory and the web server used is the Apache httpd server. Open up your text editor just type the following, and save it in the name of .htaccess
deny from all
Once its done you can now upload this .htaccess file to the respective directory which you want [...]