Archive for the tag 'Javascript'

Youtube HD Embed Generator

Penguin November 24th, 2008

youtube-hd-embed-generator

I wrote a small script that will generate HD Youtube embed code. As an added bonus, it also generates HQ embed code. All you have to do is plug in the Youtube URL. That’s it!

Youtube HD Embed Generator script.

-Penguin

Related posts

Homer Simpson Drawn with CSS

Penguin May 4th, 2008

homer-simpson-drawn-with-css

CSS Homer, animated

The site is a little slow right now because of slashdot. It’s not complicated, but it’s pretty cool to see Homer drawn using letters and CSS.

-Penguin

Related posts

Javascript Regexp Testing Suite

Penguin February 13th, 2007

I’ve been working on some client side data validation and I needed a quick and easy way to test all my regular expressions. So I came up with this little client side javascript regexp testing package.

Javascript Regexp Tester and Cheat Sheet

A cheat sheet is included for easy reference, as are sample patterns to test against.

Everything is built embedded, so you can just right click on the link above, save as, and run it locally.

Happy coding!

Related posts