
ZooTool is an interactive and beautiful visual bookmark tool for images, links, videos and documents. The ZooTool was developed based on the MooTools by Bastian Allgeier.
Continue reading ‘ZooTool – visual bookmarking tool by MooTool(s)’
about ajax, javascript, DHTML, CSS, web app, MySQL, PHP, JSP, Java, Oracle and Howtos

ZooTool is an interactive and beautiful visual bookmark tool for images, links, videos and documents. The ZooTool was developed based on the MooTools by Bastian Allgeier.
Continue reading ‘ZooTool – visual bookmarking tool by MooTool(s)’
Uki is a JavaScript library that allows you to develop web applications to have the look and feel and interactiveness of a desktop application. You can get Uki from Ukijs.org.
Continue reading ‘How to develop desktop-like web applications ?’
The Google Chart API provides an easy way to generate a chart dynamically by sending a simple URL to Google Chart service as follows:
http://chart.apis.google.com/chart?cht=p3&chd=t:60,40&chs=250×100&chl=Hello|World
And Google Chart returns you an image of the chart. As shown the above you just need to pass the Google Chart with three parameters, which are cht (Chart Type), chd (The percentage distribution of your data on Chart), chs (Chart size), and the chl (Chart Label)
Continue reading ‘Google Chart API example : Display data on chart made easy’
The Google Gears Geolocation API allows you to display your current position data by obtaining it from your WiFi antenna. The Google Gears Geolocation API is able to obtain the exact location of the user’s current location, in terms of latitude, longitude and even the address etc. User browsers such as Internet Explorer, Firefox must have Google Gears installed excepts Google Chrome, in order to have the Google Gears API to work on your browser.
Continue reading ‘Google Gears Geolocation API, example displays your location on Google Map’
SmashingMagazine has published 70 useful ajax and javascript techniques, it’s a handy resource that I shall explore one by one later. There are many cool animated calendars, timelines, menus, tool tips, sliders built using ajax and javascript techniques.

If you’re asked to build a PHP script that pumps out some data from the database and presents in an HTML table to the users. And on the first row of the table, shows the titles of each field (As pictured above). Once the user clicks on each title the data in the column need to be sorted. If you implement this in a server-side scripting such as PHP, it’ll then need to send the request back to the server to get the server-side PHP script to sort the data by changing the “ORDER BY” in an SQL statement.
Continue reading ‘Sorting data made easy using JavaScript table sorter’
Lets say you have a page that gets a user to click to open a pop-up window to prompt the user for the required action. When the user has completed the required action on the pop-up window, and clicks the button “close”, you want the parent window to be refreshed or reloaded for its content.
Continue reading ‘Javascript: Auto refresh or reload parent window when closing a popup’
In one of my previous posts, I had a DIV that contains some codes, and I wanted to have this code to be able to be copied by someone onto a clipboard for better viewing. So, what I had was only a very simple javascript function for doing it. And note, it works on Internet Explorer only.
Continue reading ‘JavaScript, how to copy DIV’s or SPAN’s content to clipboard’
It’s definitely exciting to know that mobile phone applications can be developed using the languages that an Ajax or Javascript developer has been familiar with. The mobile phone industry has been having a number of makers starting creating OSes or platform that allows the development of mobile applications using DHTML, JavaScript, CSS and Ajax etc.
Continue reading ‘Ajax, DHTML, CSS apps development tools to come to mobile phones’
When building AJAX dynamic web applications you’ll have to load lots of JavaScript libraries, one of them will be the YUI, (Yahoo UI), which has a whole bunch of handy library components that you can use for Ajax and DHTML web apps.
Continue reading ‘Compress JavaScript to speed up download : The online compressor for YUI’
Recent Comments