-
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
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 to a tub, but thats just due to some lack of time invested in it. Right now I’m using the server as a proxy and to render the views. I’m messing with just using it as a proxy to return the json feed, and then letting the client produce the views in javascript. We’ll see how that works, should provide for a more flexible interface.