PHP Versions

How many PHP versions there exist out there?

I keep hearing about PHP6 all the time but apparently this version has been in the works for quite some time and there is still no official time table on its release.

A new major version has been under development alongside PHP 5 for several years. This version was originally planned to be released as PHP 6 as a result of its significant changes, which included plans for full Unicode support. However, Unicode support took developers much longer to implement than originally thought, and the decision was made in March 2010[12]to move the project to a branch, with features still under development moved to a trunk.
(http://en.wikipedia.org/wiki/PHP)

To get a list of all PHP versions that ever existed, please click one the following links below:

PHP Releases History
http://php.net/releases/index.php

Reference
http://en.wikipedia.org/wiki/PHP

Javascript Libraries Useful Links

Here are a few JavaScript libraries that I have assembled from the internet. Note that the list is not intended to be a top5  or top20 or anything of that nature.  If you want a top 10 javacript Framework just Google it.   Consider this list as  just a quick bookmark.

JQUERYUI
http://jqueryui.com/download

JQUERY
http://jquery.com/

Script.aculo.us
http://script.aculo.us/downloads

Prototypes
http://www.prototypejs.org/

Dojo
http://dojotoolkit.org/

YUI
http://developer.yahoo.com/yui/

EXT
http://extjs.com/products/extcore/

WebFont Loader
http://code.google.com/apis/webfonts/docs/webfont_loader.html

Google Ajax Library
http://code.google.com/apis/ajaxlibs/documentation/index.html#jqueryUI

Chrome Frame
http://code.google.com/chrome/chromeframe/


Software Development in Linux/Unix

If you are interested in writing software for Linux, you will benefit from taking a look at the following URLs that I have hand-selected from the internet.  Like you,  I was not really satisfied to just running

/.configure
make
make install

I wanted to be one the guys writing my own software and RPMs and deploy them on a Linux Environment. So obviously there is a reason why came to this page so i just have to wish you  good luck and  happy programming.

Understanding make and make install
http://www.codecoffee.com/tipsforlinux/articles/27.html

Build your First RPM
http://www.ibm.com/developerworks/library/l-rpm1/

Software Development in the Unix Environment
http://users.ece.utexas.edu/~bevans/talks/software_development/

Cygwin (Tool that allows you to run shell like commands on windows)
http://www.cygwin.com/

Information About C++
http://www2.research.att.com/~bs/C++.html