Archive for the ‘Php’ Category

Zend Framework join hands with DOJO

June 10, 2008

This is really a great news that PHP frameworks are now thinking of AJAX out of the box. The obvious example is recent announcement of Zend Framework and DOJO partnership. Here is the official link to the announcement. I am excited about the news that at least Zend Framework will be AJAX out of the box. While reading the responses to announcement, it seems that there are better Javascript frameworks than DOJO. Honestly speaking I do not have much experience in Javascript AJAX frameworks but its really good thing to have an AJAX ready framework.


AddThis Feed Button

PHP 5.2.4 Released and PHP 4 end of life announcement is done

September 3, 2007

There is a new version of PHP released and at the same time the death of PHP 4 is also announced. There are a number of new enhancements to the new release of PHP 5.2.4. For a complete list of enhancements and bug fixes, you must have a look at this.

php at commandline

January 3, 2007

Hi,

This is really interesting that Php can run from commandline too.This is a a surprise for me.As i always thought it is the language for Web.Well, it is but it can run from commandline too.Which opens doors to create desktop applications. I was searching for windows scripting, then go for shell scripting to do a certain requiremetn for my experimental project. I went through languages and scriptsstarting from AWK, Shell script to PERL. At the end I found I can do the same with PHP-CLI. Too good. I am at home now with PHP. :) :)

Below are two links I got from one of my friends,

Ncurses Terminal Screen Control Functions

GNU Readline

Here is another good extension I found while searching for Commandline Php scripting. its called PHP-GTK.

Long live Php :)