Saturday, May 17, 2008

Simple Solution and Other work

In my last post I was having a problem js not waiting for each request to finished before continue. After a bit of searching I finally found my problem. I was trying to solve a synchronous problem asynchrounously. So I just change the request to synchronous calls and it fixed my problem.

My Other Project

Right now in my spare time I am working on a course planning program that will make its a lot more user friendly when I am planning out my courses for semesters. Right now I have a screen scraping script that grabs all the class info for each semester. and I am working on a front end in js that will make it nice to select classes.

No comments: