JSON Records

This is a demonstration of JSON stringification of objects. The records are created as objects in JavaScript. Then, with JSON, they are stringified and stored in variables. Then they are displayed here.

JQuery: Moving Image Animation

This entire div is moving!

And this text, and the image too! What's going on?

D Logo

Using jQuery animate, this entire div section (h2, p, img) started from 3000px offscreen to the center. The exact code line was marginRight: -3000px to get it onscreen, and the transition was made slow too.

JQuery: Appearing Text

Using a button and a load() command, the contents of the .txt file can be loaded within the div above.