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 [...]

Server Migration

Server Migration

Posted by Sajith M.R in general on 02. Sep, 2008 | 1 Comment

I was finding that my visitor count is increasing and alexa ranking of www.sajithmr.com is now well below 100,000
So I decided to change my old Cpanel hosting to a professional content delivery network who can provide me the scalability that www.sajithmr.com may demand in the future . After much research i ended up with PiCDN [...]