Monday, June 15, 2009

New KoolPHPSuite demo!

Hanoi June 15, 2009 - KoolPHP .inc is delighted to announce that we have released version 2.0 of KoolPHPSuite demo. The demo suite now has been added more examples, more explanation and source-code. In this version, We also have provided a quite number of examples using database as requested from many customers.

You may view our new suite demo here: http://demo.koolphp.net

Beside the new suite demo, we also have released new documentation site : http://doc.koolphp.net

Best regards,

KoolPHP Team

Monday, August 11, 2008

KoolTreeView - New version 2.0.0.0 has been released with superior enhancements

Hanoi Aug 10, 2008 - Today we are very happy to announce that new version of KoolTreeView has been released after a long period of researching and developing new cool features.

What is cool things in this release? The version jumped immediately to 2.0.0.0 from 1.0.0.2. There are reasons for this.

First of all, we have enhanced the html control rendering code:
  1. HTML is reduced to minimal, enhancing the rendering speed of treeview.
  2. New way of HTML is better supported by CSS of latest browsers technologies.
  3. Customizing treeview style have never been easy like this before.
Secondly, alot of cool features have been added:
  1. Drag and Drop behavior: Now you can drag and drop node among nodes of tree and even among nodes of different trees.
  2. Edit Node feature: You can edit node context. This feature will be extremely useful when you need to let users interact with node content.
  3. AJAX-based Load on Demand: You can easily loading sub tree into a node.This will be very helpful in case you need to reduce the overhead loading. The new nodes will be added when they are needed.
Thirdly, new version of KoolTreeView has supercharged changes in Server-side API and Client-side API. Many methods to handle nodes has been added, providing you fully controls over treeview.

You may download new version here: Download KoolPHPSuite

Do not hesitate to contact us if you have any question or any difficulty in using our products.

KoolPHP Team.

Saturday, July 12, 2008

KoolAjax version 1.3.0.0 has been released

Hanoi July 12, 2008 - We are proud to announce that new version of KoolAjax 1.3.0.0 has been released today. Compared to previous version 1.2.0.1, KoolAjax has been improved very much. The biggest and the most important change is inside Request class.
Any question, do not hesitate to write to us at support@koolphp.net

Monday, July 7, 2008

New version of KoolAjax is about to release

Hanoi July 08, 2008 - KoolPHP team announce that new version of KoolAjax, 1.3.0.0, has stepped on testing process. New version of KoolAjax is expected to support UpdatePanel better, making life easier when we make ajax application. Beside Request class, the core, will be very much improved compared to previous 1.2.0.0 version. It will support setting request timeout, handling abort action. As stated by one of KooolPHP members, Request class will be a excellent shield wrapping around original XHTMLRequest, making it so easy to use that even a novice can start using ajax in 5 min.

Saturday, June 28, 2008

Enhanced interface for suite demo and documentation

Hanoi June 29, 2008 - We have enhanced the interface for both KoolPHP Suite demo and its documentation. Old and boring images of navigation tree have been replaced with new and cool ones. Beside, basing on the idea from one of our users, we have removed the tabs navigation used for browsing sample code. Instead, we directly show the sample code on demo page. This way, according to the user, simplifies the page, make it load faster and enhance the clarity.

Please view our new KoolPHP Demo and KooPHP Documentation.

If you have any ideas of how we can improve the suite products, examples or documentation, please let us know by emailing to support@koolphp.net.

We are looking forward to hear from you.

KoolPHP Team

Thursday, June 26, 2008

KoolAjax 's New Examples

As we mentioned earlier about the release of UpdatePanel and KoolScripting in KoolAjax component, we have created two new examples that show the use of those two:
  1. How to make an Ajax login panel with KoolAjax - view example
  2. Sending simultaneous requests with KoolAjax - view example
Experience the simplicity when coding with UpdatePanel of KoolAjax. We want to make KoolAjax simply the Best Free PHP Ajax Framework.

Monday, June 23, 2008

Future enhancement for KoolTreeView

Currently Kool TreeView, a great TreeView component for PHP, is built by using table structure. The great thing about this table structure is the compatibility of it with old browser versions which do not support advanced CSS. However, it has the disadvantage of greater code generate and the lack of IE support when number of tree level increases. Balance between pros and cons, we have decided to make basic change in the structure. The next version of Kool TreeView will be in CSS-based structure. This future release will bring much flexibility to tree customization capability meanwhile reduce greatly amount of code-generation which will result in the increase of Kool TreeView 's speed and response.