Some highlights:
- Data is efficiently retrieved from the server so you don't have to wait. Columns are sortable.
- Real-time editing of table data: edits are automatically saved to your database server.
- Add, delete, backup, and rename databases. MySQL servers supported
For those of you still unfamiliar with AJAX, here is a quote from Wikipedia
Asynchronous JavaScript and XML, or Ajax, is a web development technique for creating interactive web applications using a combination of:
* XHTML (or HTML) and CSS for presenting information
* The Document Object Model manipulated through JavaScript to dynamically display and interact with the information presented
* The XMLHttpRequest object to exchange data asynchronously with the web server. (XML is commonly used, although any format will work, including preformatted HTML, plain text, JSON and even EBML)
Like DHTML, LAMP, or SPA, Ajax is not a technology in itself, but a term that refers to the use of a group of technologies together. In fact, derivative/composite technologies based substantially upon Ajax, such as AFLAX, are already appearing.
Some features such as executing MySQL queries on the server are still in development according to the website. A Live demo of TurboDbAdmin for MySQL is available at http://www.turboajax.com/turbodbadmin_demo
Other AJAX articles:
Faeriebell: AJAX Buzz - AJAX and PHP
Technorati Tags: AJAX MySQL PHPMyAdmin DBA database
1 comment:
this link is dead: http://www.turboajax.com/turbodbadmin.html. review your post :)
Great tool, btw!
Post a Comment