Latest Posts

PHP Form Validation Script

Posted under Development, Open Source, PHP on Sunday, 15 May 2011 by

It is very essential to have the input to your form validated before taking the form submission data for further processing. When there are many fields in the form, the PHP validation script becomes too complex. Moreover, since you are doing the same or similar validation for most of the forms that you make, just too much of duplicate effort is spent on form validations.

PHP Form Validation Script

9 great potential open source PHP projects

Posted under Article, Featured, Open Source, PHP on Friday, 1 April 2011 by

PHP open-source world very exciting, which we all contact with many famous open source projects such as Drupal, Sugar CMS, Joomla, etc., but in this article, the author selected nine new awareness is not high, but can Very useful in some areas, currently in development stage, promising PHP open source projects. I am sure you will be amazed after reading the reader: the original PHP is also capable so many things.

9 great potential open source PHP projects

One hundred years later, how to program?

Posted under Article, Featured on Tuesday, 29 March 2011 by

Difficult to predict a hundred years of human life, only a few things can be determined. At that time, cars will have low-level flight capability, urban planningThe regulations will be relaxed, the building can be made to hundreds of layers, the street can not see the sun all day long, women all of them have learned self defense. Just want to discuss this article One detail: a hundred years, what language people use to develop software?

One hundred years later, how to program?

Free Webmaster Tools

Posted under Article, Featured, Free Webmaster Tools, My projects, SEO on Monday, 28 March 2011 by

Free webmaster services including SEO,Search Engines,Alexa Rank Checkups,Keyword Density,Domain Checkups, HTML and Other many useful tools.

Free Webmaster Tools

PHP website performance improve method

Posted under Article, Cache & Storage, Development, PHP, Web Servers on Saturday, 26 March 2011 by

Here are some methods may help you to improve php the performance 1: object code cache Each request need to recompile the object code, if you use the cache, then may avoi…

PHP website performance improve method

Clear squid cache file of shell script

Posted under Article, Cache & Storage, Featured, Web Servers on Saturday, 26 March 2011 by

Squid will cache directory set to create multiple directories, each directory, then create multiple directories, and then only in the innermost layer of the directory store cache files (object).

Clear squid cache file of shell script

Using php to detect proxy

Posted under Development, PHP on Saturday, 26 March 2011 by

Able to detect most of the visit through a proxy server ip.

Using php to detect proxy

PHP How to maintain the SESSION and the consequent Some Thoughts

Posted under Article, Cache & Storage, Featured, Web Servers on Saturday, 26 March 2011 by

A recent project, which has a relatively large form, it requires users to complete a lot of time, many users have spent untold hardships after the completion of a submission was found SESSION expired, the system quit, it has led the research, as well as how to set SESSION the need to maintain SESSION online, here are some of their feelings and experiences.

PHP How to maintain the SESSION and the consequent Some Thoughts

PHP-FPM on high load tips

Posted under Article, Development, PHP, Web Servers on Saturday, 26 March 2011 by

When you running a highload website with PHP-FPM via FastCGI, the following tips may be useful to you : )

PHP-FPM on high load tips

Install MySQL Infobright Data Warehouse

Posted under Article, Database, Featured on Saturday, 26 March 2011 by

Infobright provides a modern data warehousing solution for MySQL users that combines MySQL’s hallmark ease-of-use with support for terabyte-sized data volumes on a single server. With Infobright, no data warehousing expertise is required to build and manage databases that deliver rapid response times for analytic and business intelligence applications.

Install MySQL Infobright Data Warehouse

PHP Function: register_shutdown_function()

Posted under Development, PHP on Saturday, 26 March 2011 by

Since i’ve started programming in PHP i’ve found that there are some very interesting and useful functions native to the language that are buried deep in the very extensive PHP documentation. Sometimes you want to do something with your code and you end up writing lines and lines of elaborate code only to find out maybe a few months later that there is a function built into PHP that does exactly what you wanted to and does it a zillion times better

PHP Function: register_shutdown_function()

php/python/perl read directory

Posted under Article, Development, Perl, PHP, Python on Saturday, 26 March 2011 by

php / python / perl code to read the directory

php/python/perl read directory

Nginx 0.8.x + PHP 5.2.13 (FastCGI) setup Web server

Posted under Article, Featured, Web Servers on Saturday, 26 March 2011 by

nginx [engine x] is a HTTP and reverse proxy server, as well as a mail proxy server written by Igor Sysoev. It has been running for more than five years on many heavily loaded Russian sites including Rambler (RamblerMedia.com)…

Nginx 0.8.x + PHP 5.2.13 (FastCGI) setup Web server

Lighttpd FasCGI PHP, MySQL chroot jail installation under Debian Linux

Posted under Article, Featured, Web Servers on Saturday, 26 March 2011 by

The instruction mentioned below only applies to Debian and Ubuntu Linux. I am going to document following things

Lighttpd FasCGI PHP, MySQL chroot jail installation under Debian Linux

MySQL Tips: Limit Optimization

Posted under Article, Database, Featured on Saturday, 26 March 2011 by

We query the data, they often need to specify the return a few lines of data. If there is now a B / S structure of the application, each page may only display the 30 records. In order to improve the efficiency of this time show the general requirements of the database to return only thirty record time…

MySQL Tips: Limit Optimization