> ## Content Index
> Fetch the complete content index at: https://blog.novaugust.net/llms.txt
> Use this file to discover other available public pages before exploring further.

# Rttr - Learning jQuery
- URL: https://blog.novaugust.net/rttr-learning-jquery/
- Published: 2013-07-25T15:13:00.000Z
- Updated: 2013-07-26T07:36:19.000Z
- Author: Matt Enlow
- Tags: coding, post, Smarts, web development, #Import 2026-06-21 14:43

[![Rttr "ritter" source code](http://www.novaugust.net/blog/wp-content/uploads/2013/07/rttr-700x373.png)](http://www.novaugust.net/blog/wp-content/uploads/2013/07/rttr.png?ref=blog.novaugust.net)

[](http://www.novaugust.net/blog/wp-content/uploads/2013/07/rttr.png?ref=blog.novaugust.net) Rttr "ritter" source code

I was in Cheyenne for [work](www.languageio.com "Work") things this last week and walked into Barnes & Noble for the first time in years. It took me a while to find where the technical books had gotten moved to, but once I did I decided to buy a jQuery book. jQuery is a powerful Javascript library that helps empower front-end web developers (the guys who program what you see on your browser).

I spent an evening skimming the book, and then got to work on an actual project today. You can see the results at the top of this very blog.

Using jQuery, the fancy title box at the top of the site embeds and cycles through any images (of appropriate dimensions, that are locally hosted) already on the site. You may notice as you scroll down that it also has a funky way of moving on its own, to try to give you tantalizing peeks through the small view-port. On a post like this, you won't see any cycling (there's only one image, after all) but [go check out the main site](http://www.novaugust.net/blog?ref=blog.novaugust.net "the novanet") or [any post with lots of images](https://blog.novaugust.net/hiroshima-and-miyajima/ "Hiroshima and Miyajima") and you'll see what I'm talking about.

Back when I bought this domain I told myself I'd use it for learning to develop for the web. Glad I finally am.