w06d5 - AJAX
jQuery Fundamentals
Basic AJAX
AJAX Remote Forms
Underscore Templates
Bootstrapping data
Friday was Ajax day, in combination of jQuery, a bit more javascript, and back to my good old buddy Ruby. There were definitely a few extra semi-colons in my Ruby code due to a wandering pinky finger. Funny how quickly muscle memory is set.
Using the javascript knowledge we've been gathering this week, we learned how to update data on a webpage using AJAX. This is a lot handier than manually refreshing the page every time we upload or manipulate our data. AJAX sends (new or updated) data back to page in JSON rather than redirecting to yet another HTML page (or refreshing the same page), making for a more beautifully dynamic experience.










