Archive for the ‘Web Programming’ Category

Building Scalable Websites

Wednesday, January 20th, 2010

I’ve recently had to become more familiar with how to scale up a website to take more traffic and have some redundancy.  I hadn’t touched this since my Classroom Connect days, and it was a disaster back then.  So back to school I go…This book seems like an excellent way to learn webserver load balancing and scaling of web applications:Can’t wait to get my copy!

use Javascript to make links disappear after they are clicked

Tuesday, September 11th, 2007

(to prevent double-submission of data)

 This was a good article:

http://blog.movalog.com/a/javascript-toggle-visibility/