| function pwdChk(pass)
{
var p1=document.getElementById("primary-password").value;
var p2=document.getElementById("primary-password2").value;
if (p1 !== p2)
{
document.getElementById("pwdChk").setAttribute('style', 'display:block;');
document.getElementById("pwdChk").style.display="block";
document.getElementById("primary-password2").value='';
}else{
document.getElementById("pwdChk").setAttribute('style', 'display:none;');
document.getElementById("pwdChk").style.display="none";
}
} | |
Ryan, Nov 25, 08:32 |
| Everything is going great at my new job! The people are easy to work with, and just as geeky as me, so I think I will fit in just fine. |
Ryan, Sep 04, 07:40 |
| Feeling pretty good, I have VMware Server running on my Laptop under Ubuntu 8.10. I installed XP pro on a virtual machine for development purposes. |
Ryan, Jan 02, 20:43 |
| I finally started using scriptaculous. This makes life so much easier when it comes to effects on layers and making drag-and-drop elements. I have incorporated some effects into my CMS that I am working on. |
Ryan, Nov 06, 13:22 |
| I met with Wes at Winston Media in Tulsa, OK Saturday about working for them on some projects. I had a great time chillin and talking about everything from web design to architecture. There are some awesome looking old buildings in downtown Tulsa, they just don't build them like they used to. |
Ryan, Oct 06, 10:04 |
| What is going on people, I am trying out this code to see if I can put sort of a mini blog on my site. Why mini?, because I don't like talking much. |
Ryan, Sep 04, 20:25 |
| I fixed my login information, and now I will be working on changing content. |
Ryan, Apr 27, 21:51 |
| I am currently working on this website, and as you can see, it needs some work. I will be implementing a database for storing all of the content on the site, to make it more dynamic. | |
Ryan, Sep 26, 11:29 |