Mobile Tooltip Widget for GWT(Google Web Toolkit)
I am making an Ajax application using GWT and I need some kind of facility to display a tooltip on an image when I hover my mouse over it. Unfortunately GWT does not provide such widget that I can use directly. After spending some time on GWT forum, I found two neat posts (refer to post 1 and post 2), which included some source code for making tooltip widget.
I made a mod version of the tooltip widget which supports mouse movement event. Check it out. The source code is available for free.
Read more »
Setting Up Your Own Web Server on a Windows Machine – Part III (MySQL)
This tutorial will walk you through the installation process of MySQL server under Windows XP. This part of the tutorial requires you to have Apache HTTP server and PHP installed on your local machine. If you haven't done so, you can read the part one of this tutorial to complete Apache installation. Also, you can complete the second part of this tutorial to have PHP installed. We will use Apache version 2.2.4, PHP 5.2.1 and MySQL 5.0.37 for this tutorial.
Setting Up Your Own Web Server on a Windows Machine – Part II (PHP)
This tutorial will show you how to install and configure PHP under Windows XP. This tutorial requires you to have Apache HTTP server installed on your local machine. If you haven't done so, you can complete part one of this tutorial. We will use Apache version 2.2.4 and PHP 5.2.1 for this tutorial.
Setting Up Your Own Web Server on a Windows Machine (Apache HTTP Server)
This is a step-by-step tutorial that teaches you how to install a web server under Windows XP. The tutorial is for those who want to have a web server running on their local machine as a test server but don't know how to get started. In addition to the web server, this tutorial will also guide you how to manually install PHP 5 and MySQL 5 (without installers).
Read more »

