Note that there are some explanatory texts on larger screens.

plurals
  1. POTrying to extract course lists from University Catalog
    primarykey
    data
    text
    <p>I am writing a program that will allow people to make their class schedule for the following quarter. In order to do this, I need to extract all the classes available for next quarter. The way my school has their course catalog set up makes it a little hard to extract the info, but if you are able to help me automate a few commands, I think it will be easy.</p> <p>Here is the university catalog: <a href="http://my.sa.ucsb.edu/public/curriculum/coursesearch.aspx" rel="nofollow">http://my.sa.ucsb.edu/public/curriculum/coursesearch.aspx</a> You will see that you need to: - Load the page - Choose subject area from pull down - Choose quarter from pull down - Choose class level from pull down - Trigger the search button - Repeat for all subject areas From there, I have written my code so that I just save the page as $SUBJECTAREA.aspx And I have a few scripts to extract the data from it. I want to be able to trigger this script on my server, so that I can update my course list at anytime directly to the server.</p> <p>My real question is how should I approach this problem? I have looked at SimpleTest, which is a php testing solution that has a browser function. Although, with the limited time I have been playing with it, I'm not sure this is the solution I want.</p> <p>I think that jQuery was another choice I found online to possible do this, but I do not know enough to know for sure.</p> <p>Basically I just want to know how I should go about doing this task, and maybe a resource online to get me started in that direction. I am more than capable of figuring it out once I am pointed in a certain direction.</p> <p>Thanks all!</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload