Sooo i just got accepted into a new class for school! huzzah! computer programming!
CODE TITLE CREDITS
TERM 1
INFO 16029 Problem Solving/Programming Logic 3
SYST 13416 Linux/Unix Operating Systems 3
MATH 10001 Mathematics for Computing 3
PROG 10082 Object Oriented Programming - Java 6
SCIE 16048 Technology: Apocalypse or Eden? 3
Total: 18
TERM 2
SYST 16529 Introduction to Business Systems Software 3
SYST 28043 Web Technologies 3
SYST 15892 Interactive User Interface Design 3
TELE 13167 Data Communications - Local Area Networks 3
PROG 24178 Object Oriented Programming 2 - Java 6
ELECTIVE Cross College General Education 3
Total: 21
TERM 3
SYST 28515 Systems Analysis and Design 3
TELE 33324 Data Network Design and Configuration - Routers and Switches 3
DBAS 27198 Database Design and Implementation 4
COMM 16165 Technical Reports and Presentations 3
PROG 38081 Java and XML Programming 6
SYST 28296 Linux/Unix Admin 3
Total: 22
TERM 4
PROG 11044 Advanced Internet Applications - Web Services 3
DBAS 32100 RDMS Application Development 3
PROG 34998 .net Technology and C# Programming 6
SYST 39409 Object Oriented Methodologies - UML 3
INFO 20172 IT Project Management Using PMP 3
SYST 35288 Mobile Web-based Applications 3
ELECTIVE Cross College General Education 3
Total: 24
Looks like alot of fun, already took the Logic class, got 97%, taking Java1, sitting at 95%, very excited! altho its 16 months non stop, no break D:
One more thing, to accept i need to do it via Ontario college website, whos main page looks like this:
Server Error in '/' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
.....Not sure if this is a test required to sign up for a programming course or Ontario College website just failboats all over everyone's face.
-Ian