Ajax, Ajax and... Ajax

  • opensource • javascript • it • projects • english
  • 148 words

Ajax Footbal Club logo :D Wow: seems to be that every web-developer doesn’t do anything except Ajax!

Today, walking trough various blog I had found these interesting thing written in (and for) Ajax:

  • Lightbox JS - a simple, unobtrusive script used to overlay images on the current page. It's a snap to setup and works on all modern browsers. Simple and very Beautiful way to show photos in a web page (it's ideal to be used in a Web-Based-Photo-Gallery).
  • Tooltip.js - NEXT GENERATION in Tooltips; using the Web 2.0 approach of doing a simple thing, and doing it well. It's based on script.aculo.us (and then prototype.js) and... it's a very-cool way to put tooltip into a web page.
  • REXV - Regular EXpression eValuator - Regular Expression evaluator for three different regular expression systems. It's written in Ajax and it's very very usefull for regexp-addicted developer. It understand: PHP PCRE, PHP Posix, Javascript regexp.