-
My name is Brad Harris, and I currently reside in the Abq, New Mexico area. I'm a web-developer, specializing in front-end development. PHP is my weapon of choice for the server side, but my creative side thrives on Javascript and CSS.
-
My Recent Ramblings
Tags
Archives
Tag Archives: ajax
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 adroit 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 javascript 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 picasa 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 google, picasa 41 Comments
Teaching an old Framework new tricks!