Today is 09/07/10

Projects

CMS Example
C.N. Construction
Eddie Cordes AFC
Dr. Vassileva
Lawton YMCA
AA Computers
AACS Storage
Marble Works
Board of Realtors
Articles / Blurbs

Twitter Updates

Form Validation

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"; } }

Working at a new job

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.

VMware is awesome

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.

Sciptaculous!!

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.

Winston Media

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.

What's up!

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.

Fixed my login for administration

I fixed my login information, and now I will be working on changing content.

Website Changes

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.