COMPSCI 9F not offered?

<p>On the Online Academic calendar, it looks like it's being offered. Can anyone access the course?</p>

<p>UCB</a> Online Schedule of Classes: Search Results</p>

<p>Sure - you look for it by CCN, in this case 26242 or you can search with parameters COMPSCI and 9F or all COMPSCI. </p>

<p>inst.eecs.berkeley.edu/~selfpace for a bit on the classes</p>

<p>the cause is the link they generated in the big list is incorrectly formatted. They use urlencoding to replace spaces in the input fields with the character + for the parameters being passed to the OSOC application. That requires special handling if a course title or any parameter also has a + (or two) in its name. The application listing the courses for the page you generated creates incorrect links (URLs) in that it ended up asking for “C for Programmers” as a title (three spaces in a row) not the title of the course “C++ for Programmers”. That didn’t match, even though the department COMPSCI and course number 9F match separately, it becomes a non-match with a mismatching title. </p>

<p>Bad version [UCB</a> Online Schedule of Classes: Search Results](<a href=“http://osoc.berkeley.edu/OSOC/osoc?p_term=FL&p_dept=COMPSCI&p_course=9F&p_title=C+++for+Programmers&p_print_flag=N&p_list_all=N]UCB”>http://osoc.berkeley.edu/OSOC/osoc?p_term=FL&p_dept=COMPSCI&p_course=9F&p_title=C+++for+Programmers&p_print_flag=N&p_list_all=N)</p>

<p>Bypassed the problem by dropping the title in this version [UCB</a> Online Schedule of Classes: Search Results](<a href=“http://osoc.berkeley.edu/OSOC/osoc?p_term=FL&p_dept=COMPSCI&p_course=9F&p_print_flag=N&p_list_all=N]UCB”>http://osoc.berkeley.edu/OSOC/osoc?p_term=FL&p_dept=COMPSCI&p_course=9F&p_print_flag=N&p_list_all=N)</p>

<p>Correct way to submit titles with plus characters in the title is to use the html escape codes for a +
[UCB</a> Online Schedule of Classes: Search Results](<a href=“http://osoc.berkeley.edu/OSOC/osoc?p_term=FL&p_dept=COMPSCI&p_course=9F&p_title=C+#43;+for+Programmers&p_print_flag=N&p_list_all=N]UCB”>http://osoc.berkeley.edu/OSOC/osoc?p_term=FL&p_dept=COMPSCI&p_course=9F&p_title=C+#43;+for+Programmers&p_print_flag=N&p_list_all=N)</p>