< Browse > Home /

| Mobile | RSS

sudhakar.dasari

Seven Steps for coding PHP better – Part I

Why code should be better and how?
 
The code we write during the process of the development of any project is machine understandable but, it is not sure only one individual will be involved in the development.
So, better coding will help the human understand the code that is we transform the machine readable code into human [...]

[ More ] May 28th, 2009 | No Comments | Posted in Php |
naveen.malla

Configuring Apache for Maximum Performance

Configuring Apache for Maximum Performance
1 Introduction
Apache is an open-source HTTP server implementation. It is the most popular web server on the Internet; the December 2005 Web Server Survey conducted by Netcraft [1] shows that about 70% of the web sites on Internet are using Apache.
Apache server performance can be improved by adding additional hardware resources [...]

[ More ] January 12th, 2009 | 1 Comment | Posted in Php, Web development |
admin

PHP Mysql Tutorial

Hi all,
There is a useful link for PHP Mysql tutorials.This teaches us about using PHP and mysql in a better way.
I’m sure that by the end of this tutorial you will have enough knowledge to build your own database driven website using PHP & MySQL.
you can find this at  http://www.php-mysql-tutorial.com/

[ More ] November 15th, 2008 | 1 Comment | Posted in Mysql, Php |
admin

PHP coding standards

Why are guidelines important?
it made maintaining the whole project much easier.
It cannot be emphasised enough that guidelines are only useful if they are followed. It’s no use having a definitive set of coding guidelines for a joint programming project if everyone continues to write in their own style regardless. It is arguable that you can [...]

[ More ] November 15th, 2008 | 3 Comments | Posted in Php |