Tag Archives: ajax

My Free Lancing Experience – 1

I have decided that from now on I will share my free lancing experience with everyone on my blog. I have just completed — http://estilizar.com/ for one Eric Willis. I won the bid at scriptlance last night and sent an … Continue reading

Posted in Blog Post | Tagged , , | 3 Comments

Majax: maSnun's ajax library

Inspired by “sajax”, here I write “majax”. It’s simpler and effective. The library is written in PHP that lets you add ajax functionality without coding a single line of javascript. Currently it can fetch text data over the GET method … Continue reading

Posted in Blog Post | Tagged , | Leave a comment

PHP and Ajax: Made simple with jx, a javascript ajax library

I believe the following code is self explanatory. I just don’t have enough time to explain what it does. To make it work, you need the “jx” javascript library for ajax. Download: http://www.openjs.com/scripts/jx/jx_compressed.js Source Code: <?php if(isset($_GET['view'])) { $view = … Continue reading

Posted in Blog Post | Tagged , | Leave a comment

Another Ajax Demo: Colored Time Display

Here comes my second experiment with ajax using php and the sajax tool. This time, I wrote an ajax app that connects to the server and fetches the local time of Bngladesh. The time is sent within a font tag … Continue reading

Posted in Blog Post | Tagged , | Leave a comment

Sajax Demo: Simple Guestbook/Chat Engine

I have been checking out the sajax library for php to learn building ajax applications. It is really cool. Here’s a demo I wrote a few minutes back. It uses sajax, php and sqlite to run a guestbook/chat engine. No … Continue reading

Posted in Blog Post | Tagged , , | 5 Comments