Day: September 13, 2007

  • The UX of Podcast Players

    I have been frustrated with maintaining the podcast player on Marketo.com. See example on this page. (Click Podcast on the left). The UX was good, in that it zoomed up gracefully and played. However, the pain was on the backend. I had to encode each mp3 as a SWF file for it to work. I…

  • jQuery spring cleaning

    jQuery just recently released their 1.2 version.  This spurred me to get some of my mini-projects done and clean up my cookbook area.  I also FINALLY figured out how to Gzip my JavaScript files.  There might be an easier way, but here is how I did it. Rename the JavaScript files from .js to .php. …