June 15, 2006 at 12:08 am (ajax, coldcase, prototype)
AJAX Edit In Place with Prototype lets you edit text in line like Flickr. This new version fixes some bugs, is more flexible and cleans up the JavaScript code.
read more | digg story
Comments
June 14, 2006 at 11:52 pm (coldcase, library, prototype)
I wanted a robust javascript validation library that was simple to implement and didn't require me do any extra work other than creating the form.
read more | digg story
Comments
June 14, 2006 at 11:31 pm (ajax, coldcase, prototype)
The internet is full of tutorials explaining those little tricks about AJAX, all that low level stuff, but nobody gives you the overview on how all these things should work together. We have libraries to abstract from the Browser dependant things, and we should concentrate on higher level design for good and usefull applications.
read more | digg story
Comments
June 14, 2006 at 11:31 pm (ajax, coldcase, prototype)
Based of Prototype 1.4, this class allows you to add skinnable windows within a page. Works on all major browsers. Uses one CSS and Javascript file and thats all.
read more | digg story
Comments
June 14, 2006 at 7:58 pm (ajax, coldcase, prototype)
If you love the AJAX-i-ness of Prototype, but never could really get your head around it, Jon has done the world a great favor and dissected every part of the script. He decided to go through the latest version of the Prototype library (1.5.0_pre0) and detail every method and property that was available. Hopefully you can learn as much as he did.
read more | digg story
Comments
June 14, 2006 at 5:00 pm (ajax, coldcase, moo.fx, prototype)
Submit your forms 'the Ajax way' with hidden iframes! This way you will still have full GET/POST/FILE upload support without messy string joining, escaping and encoding in javascript.
This uses prototype lite from moo.fx and is almost 100% compatible with moo.ajax!
read more | digg story
Comments
June 14, 2006 at 4:47 pm (ajax, coldcase, prototype, tutorial)
"I wanted to give an example of a good use of AJAX, and at the same time keep it simple. So I thought a good example would be to build a zip code verifier. As soon as the person enters the zip code it makes a request to the server to see if the zip code is in the database, and returns the city and state."
read more | digg story
Comments
June 14, 2006 at 12:56 pm (ajax, coldcase, prototype, tutorial)
It's an online advent calender, and behind each door you'll find a web development tip/tutorial (all standards-based goodness, of course) to impress your friends with - 24 of them, to be precise.
read more | digg story
Comments