Featured

How To Learn PHP?

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

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?

PHP How to maintain the SESSION and the consequent Some Thoughts

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

In accordance with WIKI explained, SESSION exist in the interaction between the two telecommunications equipment information, at a time to build, after a certain lapse of time.

PHP How to maintain the SESSION and the consequent Some Thoughts

Why PHP-FPM?

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

PHP-FPM not only makes configuration of FastCGI pools, but also enhances some of the FastCGI internals and increases error reporting, script terminiation, etc.

Why PHP-FPM?

php5 Reflection API

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

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 Jack

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.

PHP Function: register_shutdown_function()

Posted under Article, Development, Featured, PHP on Monday, 2 November 2009 by Jack

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()

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 Jack

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

The busy Java developer’s guide to Scala: Dive deeper into Scala concurrency

Posted under Article, Development, Featured, Java on Friday, 28 August 2009 by Jack

In the last article, I talked about the importance of building concurrent code (whether it’s in Scala or not) and some of the problems and issues facing developers in doing so, including not locking too much, not locking too little, avoiding deadlocks, avoiding spinning up too many threads, and so on. Quite a depressing list.

The busy Java developer’s guide to Scala: Dive deeper into Scala concurrency

20 extremely useful php class library

Posted under Article, Featured, PHP on Thursday, 27 August 2009 by rueben

Here are some very useful PHP class library, I believe than can help you better and faster development.

20 extremely useful php class library

Java Listener: A Java Bedtime Story

Posted under Article, Featured, Java on Tuesday, 25 August 2009 by rueben

This article is modeled .NET Delegates: AC # Bedtime Story realization of the function of the Java code, schedule, there is no written text stories. See the original link.

Java Listener: A Java Bedtime Story