Accessibility Statement

Even though what I do is very visual, I see no reason that this website shouldn’t be accessible. I’ll do my best to make it as easy to use for anyone with disabilities. If you find that this website isn’t up to your expectations from an accessibility standpoint, please feel free to email me and let me know at bradleyjcooper@gmail.com.

Access Keys

These are the access keys that I’ve set up:

  • Access Key + 0 = Jump to Navigation
  • Access Key + 1 = Jump to Content
  • Access Key + 2 = Jump to Comments

  • Access Key + h = Homepage
  • Access Key + a = Articles
  • Access Key + t = Tutorials
  • Access Key + p = Portfolio
  • Access Key + m = About Me

Comments

Brad's AvatarI'm Brad Cooper, a user experience designer and front-end programmer with a passion for actualizing visions both visually and technically.

Learn more about me

Contact Me

(856) 316-7128

microformats logo Download hCard

Previous Tutorials

Unobtrusive Expand and Collapse Navigation

Create a vertical navigation that will expand and collapse to show and hide sub-navigation using only unordered lists and as few class/id names as possible…

Forcing New Windows on Users Script

Launch new windows for PDFs and External Websites without having to add anything into my (x)HTML – a pure behavior that should be separated from my core structure. There have been many attempts at tutorials on this, but I’ve never been happy. Here is my attempt – check out the finished demo.

Shorten document.getElementById

Do you write document.getElementById or document.getElementsByTagName too many times in your javascript to count? How about shortening them into their own easy to use functions?…

Google Feed API Tutorial

Using Google’s new Feed API, I wanted to be able to read in a single feed that pulls all of my blog, twitter, del.icio.us and digg posts…