Logo Background RSS

» Ajax

  • AJAX ActiveTable
    By vinu on August 8th, 2006 | 3 Comments3 Comments Comments
    Here’s a cool use for Ajax - an active table were users can edit and add columns into a table in HTML. The ActiveTable library creates an editable HTML table from a MySQL database table. Link: AJAX ActiveTable - Jo...
  • Handling large files with(out) PHP
    By vinu on August 4th, 2006 | No Comments Comments
    As one man was quoted “640K of memory should be enough for anybody” no one will need to access more than 2 GB data. What happens if you - just for scientific reasons of course - try to access larger files usi...
  • Creating an Ajax feedback form with My-Bic
    By vinu on July 11th, 2006 | 2 Comments2 Comments Comments
    My-Bic is an Ajax framework for PHP. It allows you to easily integrate Ajax features into your PHP applications. Let’s see how to create a feedback form with My-Bic. Installation and Setup: Download the latest vers...
  • Design Patterns for Web 2.0
    By vinu on June 29th, 2006 | 1 Comment1 Comment Comments
    Yahoo’s UI Blog and Design pattern Library have interesting topics on patterns to follow while designing UI’s for Web 2.0 applications. In the old web, an action almost always followed a page reload or an int...
  • Snap - Ajax powered Search
    By vinu on June 15th, 2006 | No Comments Comments
    “Snap is a very different way of searching, one we suspect will take a bit of getting used to. As you can imagine, we’ve done a ton of usability testing in developing Snap and here’s what we’ve l...
  • Comet: It’s Ajax for “Push”
    By vinu on June 8th, 2006 | No Comments Comments
    Alex Russell has coined a term for a flavour of Ajax that’s been getting more attention of late. Comet describes applications where the server keeps pushing - or streaming - data to the client, instead of having the br...
  • JSON and PHP: More Than Web Services
    By vinu on May 30th, 2006 | No Comments Comments
    In the midst of all the wonderful AJAX libraries in the wild, many today still don’t understand the underlying technologies of AJAX that make it so powerful. In this article php|architect’s publisher Marco Ta...
  • 10 Business Reasons to Use AJAX
    By vinu on May 18th, 2006 | No Comments Comments
    I’m not sure where on the hype curve we are with AJAX, but one of the open question for businesses is: why and where should you consider using AJAX? I give ten places, in declining order of urgency, where the use o...
  • Security in an AJAX World
    By vinu on March 29th, 2006 | No Comments Comments
    Here’s an interesting article on Ajax Applications and security. It won’t be long before content hijackers take over your XML data which you’re using for your Ajax applications. If data is more openly a...
  • AJAX Real Time Online Visitors
    By vinu on March 14th, 2006 | No Comments Comments
    A tutorial from phpmagazine.net which show you how to create an online visitor display using PHP and Ajax. “There is many techniques to track online visitors with PHP, in this example I used the most simple one. Th...

Advertisement