Tag Archives: ajax

Teaching an old Framework new tricks!

In summary, I want to discuss an alternative approach for developing a rich, dynamic UI using Struts1. The basic approach is: Java Object to JSON string JSON String consumed by Javascript Manipulate UI, update Javascript model On submit of form serialize Javascript model to JSON string Set value of hidden input to JSON string JSON [...]
Also tagged , , | Leave a comment

New project live, and new server

After a lot of work on my part, and on the owners, a project I’ve been working on for awhile went live. Pujbaby.com went live this weekend. Congratulations to them, and I’m glad to have this project go live. We have more work to do, but they now have their online store in production. Part [...]
Also tagged | Leave a comment

Ajax requests when users stop typing

I was tackling a problem the other day related to triggering ajax requests as a user was typing in an input field. Sometimes you can just fire off the request on the blur event, but other times you want to fire it off from a keypress event. Sending xhr requests on every keypress can quickly [...]
Also tagged | 7 Comments

Picasa Gallery gets some Ajax!

I changed my gallery to navigate using ajax. It turned out to be really easy with the way I had my controllers and actions setup through Adroit. It almost works with Javascript turned off too (just have to navigate to http://gallery.selfcontained.us/gallery/albums)! Almost doesn’t mean much though. Its also leaking memory like someone took a shotgun [...]
Also tagged | Leave a comment

Customize your Picasa Web Gallery

***Updated 3-18-2008*** More recent information at http://www.selfcontained.us/gallery/. ********************** Well, this all started when Apple came out with iLife 08, and I had to go get it. After seeing their new .mac gallery I was pretty blown away with how nice of an interface it had. It made me wish I could use that instead of [...]
Also tagged , | 41 Comments

Page optimized by WP Minify WordPress Plugin