introduce a new technology that may replace php.
Posted: Mon Feb 06, 2012 11:43 pm
As we know. Web apps need to write client side and server side scripts by php,jsp,cgi or fastcgi etc. and Static html file need to write by HTML. So normally we need to merge both html and dynamic scripts into one web file. This make web design and scripts coding two types of work. Even two types of professional skill to our career. Certainly this type of divide have it’s rationality because web deign and dynamic programming have their characters each. But it also make incovenient. If a web designer want to write some simple dynamic business logic. The designer need to call an programmer(php,asp,jsp,java,cgi) to implement it because use php or other languages to develop needs bits of skill.
Html is made for interface represtation. Even every one in the web industry should know a bit of html. Is it possible to make html's extension get more usage? Like writing some dynamic scripts? To Low Technical Difficulties and save the money. Just write several lines of html to replace hundreds lines of php?
The difficulty is that html is not designed for dynamic scripts coding. So introduce some new “HTML” tags. Use these tags to boost the web developing. This is new technology that called tagcgi.
There are two open source projects using tagcgi that files are purely written by HTML without any server side scripts like php,jsp….
The one is Cgiblog whih is a open source blog system that only have eighty lines of “html”. If you implement is by php. This will cost thousands of lines. cgiblog even can faster than fastcgi c++ in server side benifit from the framework of tagcgi.
The other is rtupdate that is a open source forum which can update by real time(auto refreshing content)
This is the performance comparsion between php and tagcgi according to wordpress,typecho,lighttpd fastcgi c++ and tagcgi.

reference from http://www.cgiblog.com
Html is made for interface represtation. Even every one in the web industry should know a bit of html. Is it possible to make html's extension get more usage? Like writing some dynamic scripts? To Low Technical Difficulties and save the money. Just write several lines of html to replace hundreds lines of php?
The difficulty is that html is not designed for dynamic scripts coding. So introduce some new “HTML” tags. Use these tags to boost the web developing. This is new technology that called tagcgi.
There are two open source projects using tagcgi that files are purely written by HTML without any server side scripts like php,jsp….
The one is Cgiblog whih is a open source blog system that only have eighty lines of “html”. If you implement is by php. This will cost thousands of lines. cgiblog even can faster than fastcgi c++ in server side benifit from the framework of tagcgi.
The other is rtupdate that is a open source forum which can update by real time(auto refreshing content)
This is the performance comparsion between php and tagcgi according to wordpress,typecho,lighttpd fastcgi c++ and tagcgi.

reference from http://www.cgiblog.com