Tag Archives: html

ExtGWT vs Gwt-Ext

Simply put, ExtGwt is GWT that looks like Ext. While GwtExt is Ext wrapped in Gwt. Sencha chose to build their world on top of the true GWT instead of wrapping their legacy Ext into GWT. A great choice!

Posted in AJAX and Webapp, All, Software | Tagged , , , , , , , , | Leave a comment

GWT Ajax JSON JSONP Example that accesses third party web service

GWT AJAX connects to third-party JSON web service avoiding the restriction of the same-origin-policy: a terminology is called JSONP.

Posted in AJAX and Webapp, All, Java/JavaScript, Mozilla Firefox and Thunderbird, Software | Tagged , , , , , , , , | Leave a comment

Collaboration Applications

Free project collaboration tools that rock Web-based application is a new trend of the software world. The blog talks about a few of the great collaboration tools: Cohuman – a social task-based solution. Asana – a blazingly fast collaborative task … Continue reading

Posted in AJAX and Webapp, All, Reading | Tagged , , , , , , , | Leave a comment

Web Application Backend by Busybox HTTPD

Busybox has a tiny, simple yet powerful http server. By modifying it a little bit, we can get a very simple and powerful web application with C efficiency. To create a http based application, the good starting point is to … Continue reading

Posted in All, C/C++, LAMP and Drupal | Tagged , , , , , , | Leave a comment

Drupal Themes of the 10

Here is a reference to 10 excellent themes for Drupal sites.

Posted in All, LAMP and Drupal | Tagged , , , , , , , , | Leave a comment

Drupal and WordPress

Drupal is more and more like WordPress. It used to be that WordPress is easier to get started and Drupal is better fit for complex sites. The best example from Drupal side is Drupal Gardens. A showcase of the move … Continue reading

Posted in All, LAMP and Drupal, Reading | Tagged , , , , | Leave a comment

AJAX Example Creating New Dynamic HTML Elements With Javascript

This is a simple example to create dynamic HTML elements in a browser.

Posted in AJAX and Webapp, All | Tagged , , , , , , , | Leave a comment

AJAX Frameworks

AJAX frameworks can help simplify the development process and effort. These are the ones worth further looking.

Posted in AJAX and Webapp, All | Tagged , , , , , , , , | Leave a comment

AJAX The Little Useful Engine – The First Example

This is an example html file showing how AJAX works. The server side has a php file to respond to the AJAX request from the html page. The content of the php file is pasted at the bottom of this … Continue reading

Posted in AJAX and Webapp, All | Tagged , , , , | Leave a comment

AJAX The Little Useful Engine – A Framework for both Web Application and Local Application

AJAX has been hyped as a core revolution in Web 2.0 for a few years. Yet it is not obvious to the rest of us how and why it is so important to the web revolution. Until I read this … Continue reading

Posted in All, Reading, Web and Mozilla | Tagged , , , , | Leave a comment