javascript jquery security usability web design web development
Windows Vista has a nice option labeled Show characters
right below password input fields:

Windows Vista "Show characters" checkbox under a password field
And Useit.com recommends it: It’s time to show most passwords in clear text as users type them.
So without further ado, here’s what it looks like on the web: unmasking the password field
This is the HTML code from the example:
Continue reading…
freebies javascript jquery web design web development
Say I had some CSS or JavaScript techniques/effects I wanted to show in a blog post.
Obviously it would have been uncomfortable for me to actually include the thing in the post (CSS needs to be in the head, JavaScript may conflict with other JavaScript, etc), so the best option would have been to just link to the file demonstrating the effect.
Using inFrame the reader doesn’t have to go away from the blog post to view demo files… just add a class of inframe to each of these links.
Try it out: Click on the links to view/hide
Some random example from A List Apart: “CSS Sprites2″: regular link to the file
Slick animation menu (from nettuts): regular link to the file
Smooth Gallery, a mootools gallery: regular link to the file
The jQuery JavaScript
Of course, you have to include jQuery if you’re not using it already in the page. Continue reading…