Home Reviews Joomla Reviews Joomla Reviews : AJAX ShoutBox
Joomla Reviews : AJAX ShoutBox
|
|
|
|
Written by Editor (cowboy)
|
|
Wednesday, 09 November 2005 |
|
I've been watching this piece of project since it was launched few months ago. I went back and try the latest version, and it worked! AJAX ShoutBox is a module that adds live chat functionality to your Joomla website. Your visitors can chat with each other right in your website without refreshing their browsers. But first of all, what is AJAX? For the geeks, it's Asynchronous JavaScript + XML. For the not so geek, it's a whole new way of looking at the web. Really. AJAX enables faster, more responsive Web applications through a combination of asynchronous Javascript, the Document Object Model (DOM), and XMLhttpRequest. What this means for Web interface designers is that a DHTML-based Web application can make quick, incremental updates to a user interface without reloading the entire screen.
Installation. - Install the component (com_shoutbox.zip)
- Install the module (mod_shoutbox.zip)
- Edit "index.php" of your template and insert the follwing code just above the "</head>" tag.
<link rel="stylesheet" href="<?php echo $mosConfig_live_site;?>/modules/mod_shoutbox_css.php" type="text/css" /> <script type="text/javascript" src="<?php echo $mosConfig_live_site;?>/modules/fatAjax.php"></script> Click here for the live working example from the author.
Review. AJAX ShoutBox is still in its early stage. The component needs more improvement and more features such as bad words filtering. The layout needs to be more flexible to adapt to the website's look and feel. Also, the insertion of the required code on the template doesn't need to be manual. Joomla offers the framework to insert custom tags. Other than that, this piece of work is cool and it's AJAX! Final Words. AJAX ShoutBox is a first for Joomla. AJAX as a technology is very promising. I know most of you have seen Google maps and i'm sure you were all impressed. It uses AJAX. Since I heard about AJAX, I've been eager to try it on some of my projects such as the "Joomla-SMF Recent Topics". Hopefully sooner, because I'm sure users will be amazed when they get their hands on AJAX powered modules. Download AJAX-ShoutBox.
|
|