Community Page
- www.theodorenguyen-cao.com Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- I was looking for this for a while, thanks for the info!
- It was very much helpful...thank you
- Thanks, that worked even on XP.
- This is great. Adding it to the slicehost wiki pages or tutorials would be a good idea.
- Hi Andy Cool, that's exactly what I mean. I just wrote this comment because at the moment, I do not have the possibility to test it myself. I have seen this part of the Campfire video but...
A Noted Path by Theodore Nguyen-Cao
Personal blog of Theodore Nguyen-Cao
Inspired by the latest Coding Horror post, here’s an code snippet that allows you to implement a password revealer using the Prototype JavaScript library.
function togglePassword(elem){
var e=$(elem);
e.type=='password' ? e ... Continue reading »
function togglePassword(elem){
var e=$(elem);
e.type=='password' ? e ... Continue reading »
0 comments
This thread has no comments yet.