Archives
Twitter
- Short Ad can be used via SMS now. It will also let users block specific senders or totally opt out from the service. 1 minute ago
- @junal thanks bro! 5 hours ago
- 2nd power cut in the evening. Laptop running out of charge! 1 day ago
- Monitoring Laptop Charge with Python on Ubuntu / Linux-Mint :- http://bit.ly/bw0PeG #ubuntu #python 2 days ago
- Activated Gmail's priority inbox feature! 2 days ago
- @thehungrycoder thanks bro! 4 days ago
- @mdshaonimran Thanks :) 4 days ago
- Updating status from my Compaq Presario CQ42-220TU... At last I got my own Notebook... =) 5 days ago
- I liked a YouTube video -- Tarzan (Two Worlds) http://youtu.be/s0sZ8xZ_dWY?a 5 days ago
- I favorited a YouTube video -- Tarzan (Two Worlds) http://youtu.be/s0sZ8xZ_dWY?a 5 days ago
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
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
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
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
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