Article

Five configuration options affect of the MySQL performance

Posted under Article, Database, Featured on Tuesday, 8 March 2011 by

MySQL parameters we introduced the five categories set up, usually we generally have little touch them, making MySQL performance tuning and troubleshooting when these parameters are still very useful.

Five configuration options affect of the MySQL performance

Clear squid cache file of shell script

Posted under Article, Cache & Storage on Thursday, 24 June 2010 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). squid based on user requests the page URL to hash to generate the cache files, stored in a single directory.

Clear squid cache file of shell script

Nginx as a proxy_cache function to replace squid

Posted under Article, Featured, Software on Tuesday, 22 June 2010 by

Nginx 0.7.48 version from the start, to support a similar function Squid cache. This cache is the URL and the relevant portfolio as Key, with the md5 hash to preserve in the hard disk, so it can support any URL links, but also supports 404/301/302 such a non-200 status code.

Nginx as a proxy_cache function to replace squid

Jquery function description

Posted under Ajax, Article, Development, Featured on Tuesday, 22 June 2010 by

If you are learning jQuery, this information may be helpful for you, here collected and used in the performance function jq familiar with and use these features function to help us to quickly complete a variety of functions, but also make our code exception simplicity and efficiency.

Jquery function description

PHP Accelerators : APC vs Zend vs XCache with Zend Framework

Posted under Featured, PHP on Sunday, 20 June 2010 by

Tonight I wanted to see how the Zend Framework would run against an application that I have put in quite a bit of components into. I figured with the amount of objects that have been instanciated that there was likely going to be a larger performance hit overall…

PHP Accelerators : APC vs Zend vs XCache with Zend Framework

How To Learn PHP?

Posted under Article, Development, Featured, PHP on Saturday, 20 February 2010 by

Learning to program a computer is somewhat of a difficult task but if mastered can be a very rewarding skill to possess. Not only are programmers in high demand but being able to program means that you can take on your own projects.

How To Learn PHP?

How do I set PHP include_path?

Posted under Article, PHP on Tuesday, 12 January 2010 by

There are at least 2 ways you can set your PHP include_path.

How do I set PHP include_path?

php5 Reflection API

Posted under Article, Featured, PHP on Monday, 7 December 2009 by

PHP5 comes with a complete reflection API that adds the ability to reverse-engineer classes, interfaces, functions and methods as well as extensions. Additionally, the reflection API also offers ways of retrieving doc comments for functions, classes and methods.

php5 Reflection API

PHP vs. Ruby on Rails. An evolutionary story of a Web Developer and his tools.

Posted under Article, Development, Featured, PHP on Tuesday, 1 December 2009 by

When it comes to programming, more specifically the development of web applications, it is important to consider all the tools of the trade before using the one that is going to be used for the job.

PHP vs. Ruby on Rails. An evolutionary story of a Web Developer and his tools.

To enhance the performance of PHP mode to change the distribution of Zend Engine

Posted under Article, Featured, PHP on Friday, 23 October 2009 by

Zend in the implementation of the virtual machine, when compiling the generated op_array for each one opline the opcode will be distributed to the appropriate processor (zend_vm_def.h definition) implemented, and distributed in different ways according to the distribution process can be divided into CALL, SWITCH , and GOTO three types.

To enhance the performance of PHP mode to change the distribution of Zend Engine

WebShell Check Shell for PHP

Posted under Article, PHP on Tuesday, 6 October 2009 by

WebShell Check Shell for PHP

WebShell Check Shell for PHP

How PHP became such a huge success

Posted under Article, News, PHP on Wednesday, 30 September 2009 by

Rasmus Lerdorf is undoubtedly the most famous Greenlandic geek alive. Having created PHP as a bunch of hackish scripts to support his website in 1995, he turned it into a powerful, fully fledged language that’s now used by millions around the world.

How PHP became such a huge success

Amazon Web Services PHP Script

Posted under Article, Development, PHP on Monday, 21 September 2009 by

This amazon script was originally developed by Uioreanu Calin in 2002, in this version we have adapted it for easier reading and editing, we always found the original version a great help but such a chore to find your way around with redundant files often getting in the way.

Amazon Web Services PHP Script

Getting PHP running with Apache

Posted under Article, PHP on Monday, 21 September 2009 by

The #debian IRC channel on freenode very often sees people who don’t know how to get PHP running with Apache. This is nearly always caused by missing packages – particularly the Apache mod_php module.

Getting PHP running with Apache

PHP and C# common encryption and decryption function class, Use of 3DES encryption and decryption

Posted under Article, ASP.NET, Development, PHP on Saturday, 12 September 2009 by

PHP and C# common encryption and decryption function class, Use of 3DES encryption and decryption

PHP and C# common encryption and decryption function class, Use of 3DES encryption and decryption