Feeds:
Posts
Comments

Archive for October, 2005

XML Parser

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 [...]

Read Full Post »

Earth!!

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

Read Full Post »

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 [...]

Read Full Post »