Honestly, AJAX can't be learned in a set of tutorials, but needs to be learned by books and examples. Obviously you need to have a strong JavaScript base in order to start with AJAX, so if you don't know JS, start learning it. When you've got your JS background, then learn CSS.
After that, it's just a matter of learning how to use XMLHttpRequest....