Permalink

All About The Keyboard – Handling Keyboard Shortcuts In JavaScript: Mousetrap

Mousetrap is a simple library for handling keyboard shortcuts in Javascript. Mousetrap is a standalone library with no external dependencies. It weighs in at around 1.5kb minified and gzipped. It has support for keypress, keydown, and keyup events on specific keys, keyboard combinations, or key sequences.

Permalink

jQuery Music Player – Tutorial for creating a music player with jQuery

I had never seen an implementation, with only XHTML and jQuery as a library could accomplish something so advanced and functional, which undoubtedly enrich the user experience without sacrificing usability. Seeking resources jQuery, I ran into a tutorial that shows … Continue reading

Page 1 of 11