Category Archives: Programming

List of AJAX element on a Facebook New Feeds page

If you are up for a little pop quiz, and you have a Facebook account, visit the “News Feeds” page and make a list of everything on the page that you consider to be using AJAX.

Git Notes

I have recently taken the plunge into learning Git. These are my notes thus far. git init git status git remote (list local “remote” aliases) git remote add/rm [url] (creates a new alias) git add (add changes; those could be in files or directory structure) git add -p (add changes per chunk in a file!)

My Vim Cheatsheet

A while ago I read some Vim tutorials that were written by Joe ‘Zonker’ Brockmeier and found them to be an excellent source of quick tips for a cheat sheet. So I set out to create a cheat sheet I could hang near my computer. I finally got around to finishing it. So I am