Thursday
1
Sep 2005

Note to Windows Sysadmin self

(4:40 pm) Tags: [Software, Sysadmin]

Quick Notes to self on Windows admin:

First, don’t run live virus scanners on production servers. Scheduled scans fine, but live???

Second, if you are running many production servers on VMWare, don’t run the same scheduled virus scan on every server at the same time every night. That begs for a beating from your common sense (you left it in the closet).

Third, production app servers on VMWare???? Nah, app servers don’t use that much CPU, they can share…

Popularity: 22%

Comments: (0)

All your JavaScript are belong to…

(7:03 am) Tags: [Software, Links]

I decided to load up a post with all the places you need to know to be able to develop nearly anything in javascript. Not just AJAX, but any javascript using web application that will target more than one major browser. So, take a deep breath, and here we go:

People don’t use JavaScript because they like it, they use it because they have no choice. A choice between bread and water or nothing is not a choice. If you do find yourself out there however, go pick up Venkman, at least it will help ease the debugging pain (if you develop Mozilla first, like me). And always remember to NEVER cross the streams.

Let me know of any links you would add to this list, and do take note of the fact I am NOT adding AJAX-related links up here. That is for another post.

Popularity: 20%

Comments: (0)