Servos jitter when serial reads

I have some examples of hardware PWM on this page:

Near the bottom are some small sketches that do PWM using Timer 0. Now if you used that, you lose your millis() counter. You could probably modify it to use Timer 2 with little effort. The Timer 2 "A" output is Digital pin 11, and the Timer 2 "B" output is Digital pin 3.