JBar – Jquery Bar

JBar – Jquery Bar

Posted by Sajith M.R in Downloads, php, webworld on 27. Dec, 2009 | 0 Comments

Flash messages or notification messages are very essential part of every update/edit or delete operations. We either use ajax update messages like “You account has been updated” or “Your photo has been successfully deleted”
Here, a new plugin of jQuery can be used to display the flash messages like twitter. (see twitter’s settings page)
I added some [...]

Fancy box

Fancy box

Posted by Sajith M.R in html on 08. Nov, 2009 | 0 Comments

Finally I found a good light-box which really matches the name “Light box” in FancyBox.  It is a jQuery based light window. It has very less features while compare with any other light box, but simple to use. Compatible with all browsers.

Go here to find it : http://fancybox.net/
You need to add the below javascript in [...]

XAJAX

XAJAX

Posted by Sajith M.R in php, php source code on 03. Jun, 2009 | 0 Comments

Basically using xajax “You can directly call php functions from your javascript code”
Xajax will do the rest. 
For example, if you are going to write a javascript function Capitalize which captilaze your textbox content when you press a button.
Here is the pure html/javascript code for that:
=============================================
<script>
function Capitalize()
{
      var t = document.getElementById(’cap’).value;
      document.getElementById(’update’).innerHTML [...]

JQuery – Play with html

Posted by Sajith M.R in html, webworld on 03. Jun, 2009 | 1 Comment

Start jquery for manipulating html file and execute javascript just like sql queries.
Simply pointer the dom object with a $  and manipulate with different built in function.
For example 
$(”p.neat”).addClass(”ohmy”).show(”slow”);
Don’t need to write javascript inside each node. It is like prototyping. Insted of adding an onClick=”function()” inside the node, jquery define the onclick function from the top [...]

Show Wordpress Currently Reading Posts

Show Wordpress Currently Reading Posts

Posted by Sajith M.R in Downloads, php on 12. Jul, 2008 | 33 Comments

After the success of my previous wordpress plugins , Announcement, Show My Page Rank, Sexy Rating, Add to this , Stumble Reviews, I created one more interesting plugin, called Currently Reading Posts Plugin.
Whenever a visitor visits your website, he can see what are the posts currently reading by other visitors. It is like youtube’s [...]

Sexy Rating – Wordpress Plugin

Sexy Rating – Wordpress Plugin

Posted by Sajith M.R in Downloads, php, webworld on 19. Jun, 2008 | 11 Comments

If you wanna know , what is others review or opinion about your website, You can use this wordpress plugin. It will provide the blog readers and your regular visitor to rate your blog. You can put this plugin anywhere in your blog. The plugin name is sexyrate plugin.
Here is the screen shot:

There are [...]

Gmail Architecture

Gmail Architecture

Posted by Sajith M.R in html, webworld on 26. Mar, 2008 | 22 Comments

Gmail is the best application website i ever seen. Simple implementation, Super Ajax, Cute Chatting, Status Messages, Fast Mail Checking, Live updating and its features are endless as my wordpress database wont withstand
when you type: www.gmail.com, the following action will happen. See it is very interesting.
Script1
It first load the javascript file : https://mail.google.com/mail?view=page&name=browser&ver=1k96igf4806cy
It checks the [...]