CIMP 7B Advance Java - Spring 2022 |
|
![]() |
Webcasts Details on Canvas AnnouncementsOn site Help LRC
|
10th Resources | 9th Resources 7th Resources - CIMP 7A only needs brief version, comprehensive used in cs4a/cs4b. |
Java Applet Written For Lockheed/Martin By Instructor Retrospect: Fall 2008 Class Site |
In CIMP 7A Intro Java - Offered all three semesters.
CIMP7A is an initial programming course that covers the Java programming language. |
|
CIMW105 SQL/MySQL
Structured Query Language (SQL) has become the standard for communicating to a Relational Database Management System (RDBMS). RDBMS have become the de-facto standard for organizing data. MySQL is a fast growing RDMBS and also has a library that supports sending SQL commands to its database using the PHP scripting language. Recently Sun Microsystems has purchases MySQL. This will help expand the roll of MySQL beyond a popular Web Database system, into a more mainstream fortune 500 database. CSB4 uses the same MySQL RDBMS as cim205a. More Specifically CIM205A Covers...
|
CIMW160 JavaScript offered every Fall, Spring and Summer.
JavaScript has become the third most popular programming langauge behind, Java, and C Versions. Class covers JavaScript ES6 basics, jQuery, jQuery UI, Bootstrap and AJAX. jQuery has become the most popular JavaScript framework. Bootstrap has become the framework of choice for RWD. Bootstrap is a JavaScript, HTML and CSS framework with RWD support all rolled into one framework. AJAX is the future of all Web Development, we pull data from multple sites. It is a good class to take after completing the Java sequence. |