-
Tagalag – Tag email addressess
-
TipMonkies – Web-based IM client roundup
Nice round-up of web-based IM clients. TipMonkies – Blog Archive – Web-based IM client roundup A few days ago I wrote about Meebo and people took an interest to the web-based IM client, so I decided to do a quick roundup of the available clients. You should have a somewhat modern browser for these to…
-
HOWTO: Add debug statements to your javascript code
Find yourself inserting alert() calls throughout your javascript to debug your code? Wondering how to efficiently add debug statements that you don’t have to turn on and off all the time by commenting them out individually? I finally decided to write this simple bit of code that allows you to place debug statements throughout your…
-
WordPress Ajax inline editing plugin
Downloading this plugin right now to test. Really, really cool. twilightuniverse.com » Blog Archive » WordPress: Touched Current features include: * Degradable AJAX scripting – will function as a regular edit link if JavaScript is turned off or disabled. * Allows you to not only edit the content and title, but also the Excerpt. *…
-
Inline blog editing
-
SAJAX – Simple Ajax Toolkit by ModernMethod – XMLHTTPRequest Toolkit for PHP
This project is going super fast. Awesome! 🙂 SAJAX – Simple Ajax Toolkit by ModernMethod – XMLHTTPRequest Toolkit for PHP Breaking news: Version 0.9 is out, featuring Io/Lua/Perl/PHP/Python/Ruby backends and some changes to the PHP interface. Sajax is an open source tool to make programming websites using the Ajax framework — also known as XMLHTTPRequest…
-
SAJAX – Simple Ajax Toolkit by ModernMethod – XMLHTTPRequest Toolkit for PHP
SAJAX – Simple Ajax Toolkit by ModernMethod – XMLHTTPRequest Toolkit for PHP Welcome to Sajax! Sajax is a tool to make programming websites using the Ajax framework — also known as XMLHTTPRequest or remote scripting — as easy as possible. Sajax makes it easy to call PHP functions from your webpages via JavaScript without performing…
-
javascript:xmlhttprequest [JPSPAN] (Ajax)
javascript:xmlhttprequest [JPSPAN] XMLHttpRequest Introduction XMLHttpRequest is a native JavaScript object allowing further HTTP requests to be made from a page which has already loaded. It allows Microrequests to be made in response to user events in a web page, rather than requiring a complete page reload, making it possible to implement some notion of a…
