Thursday, April 26, 2012
Presentation
We are gearing up for the presentation. We've been fixing bugs, finishing features, and cleaning up code for our demonstration. One thing I have been working on is paging using AJAX. I finally finished that today and got it merged and pushed with the rest of our project. From a user standpoint, theres not much of a difference when its using AJAX or not, but, from a programmers standpoint, its cool to see it in action because I know that there is a LOT going on in the code. From sending the request, having the server handle that request and build a json object, and interpreting the response on the client side, it all had to be built from scratch. The google app engine makes it pretty manageable though, despite the fact that javascript gives me a headache sometimes.
Subscribe to:
Comments (Atom)