Austin Community College - Start Here. Get There. Welcome to Austin Community College
Enlarge TextReduce TextPrinter Friendly
Course Schedule
ApplyScheduleRegister
Non-Credit

CE Course Schedule

Course Listings as of November 21, 2009 at 8:30pm

Programming Languages

Fees are subject to change without notice. For current prices call 512.223.7542 ITNW 5063 PHP (24.0 hours/$399.00)
PHP hypertext preprocessor is a server side programming language that you embed into documents such as HTML files, which may contain DHTML, JavaScript, and Java. PHP is great for creating pages on the fly and can be used to make guest books, message boards, and other interactive pages. Learn the programming aspect of PHP, variables, operators, hashes, arrays, and control structures. Check course description at www.austincc.edu/webcert/ for required books. Prerequisites: Intermediate World Wide Web Authoring & XHTML plus basic programming knowledge.
  8 97782 Sep  1 - Sep 17    6:00pm -10:00p TTh      HBC 301.9   OH Gilkey, Sean D
ITNW 6066 ASP.NET: Part 1 (18.0 hours/$199.00)
Learn about structure and architecture of Microsoft's .NET platform initiative; products and languages of the .NET platform; and the ASP.NET development tools. Covers ASP.NET development fundamentals and the available languages for developing ASP.NET applications as well as programming basics. Prerequisites: ITSE 1003-Introduction to Programming Languages or equivalent knowledge.
 15 97387 Sep  1 - Sep 25                            ONLINE      OH Thorpe, Diane M
ITNW 6068 ASP.NET: Part 3 (18.0 hours/$199.00)
Creating and Using XML Web Services, using caching to improve performance, configuring ASP.Net applications and setting up security in their applications. Learn to work with XML in ASP.Net. Prerequisites: ITNW 7005-Web Applications with ASP.NET: Part II or equivalent knowledge.
 20 97457 Nov  2 - Nov 30                            ONLINE      OH Thorpe, Diane M
ITNW 7005 ASP.NET: Part 2 (18.0 hours/$199.00)
Covers creating ASP.Net applications with Visual Studio.NET, managing application state, accessing and binding data using ADO.Net, creating custom server controls. Learn to create web forms, use server controls, and tracing and debugging applications. Prerequisites: ITNW 6066-Web Applications with ASP.NET: Part I or equivalent knowledge.
 20 97422 Oct  5 - Oct 30                            ONLINE      OH Thorpe, Diane M
ITNX 3005 MySQL Basics (16.0 hours/$275.00)
Learn how to create a MySQL database with appropriate tables; assign user privileges; use PHPMyAdmin to access/manage database; use PHP to create basic SQL statements; use PHP to create the minimal administrative set of programs to create, insert, delete, and modify database records. Prerequisites: Intermediate WWW Authoring and XHTML and PHP.
  9 97803 Sep 22 - Oct  1    6:00pm -10:00p TTh      HBC 301.9   OH Gilkey, Sean D
ITSE 1003 Introduction to Programming Languages (16.0 hours/$179.00)
Development of basic knowledge of programming concepts and techniques. Topics include familiarization with and utilization of computer systems; developing logic; preparing top-down design of problems; and creating programs. This class is for those who have few or no skills in programming. Emphasis will be placed on problem definition, program solution, and how to enter, manipulate, and display data. Using C-Language as a teaching vehicle, this course will expose students to the basic programming concepts they need for further work with programming languages. Prerequisites: End-user familiarity with computers, the internet, Microsoft Windows.
 10 97386 Sep  1 - Sep 22                            ONLINE      OH Cannon, Judith
ITSE 1070 JAVA Programming: Part I (24.0 hours/$399.00)
Introduces the idea of Object Oriented Programming, and covers the Java Development Kit, classes, objects, attributes and behavior, statements and expressions, methods and casting, arrays, logic and loops, creating classes, creating Java applications, command-line arguments, constructor methods, overriding methods, overriding constructors and finalizer methods. Prerequisites: A modest knowledge of basic programming concepts including control structures such as for, while, and if-else. No prior knowledge of OOP or HTML is required.
  6 97384 Sep  1 - Sep 22                            ONLINE      OH Cannon, Judith
 11 97845 Oct 27 - Nov 12    6:00pm -10:00p TTh      HBC 301.9   OH Gilkey, Sean D
ITSE 1071 JAVA Programming: Part II (24.0 hours/$399.00)
Covers creating applets and applications, the Graphics Class, coordinate systems, drawing Objects, threads, images and sound, the Abstract Windowing Toolkit, various components, interface layout, mouse and keyboard event handling, generic event handling, Windows, Frames, Dialog boxes and Menus. Prerequisites: ITSE 1070-Java Programming: Part I or comparable knowledge and experience.
 16 97419 Oct  5 - Oct 26                            ONLINE      OH Cannon, Judith
ITSE 1072 JAVA Programming: Part III (24.0 hours/$249.00)
Create more sophisticated Java programs utilizing the functionality of the Swing components. Learn how to create GUI menu systems and use Swing components to create frames, labels, borders, buttons, check boxes, radio buttons, combo boxes, text fields, text areas, file choosers, color choosers, internal frames, menu bars, tool bars, tabbed panes and sliders. Also learn how to read and write to files using the FileReader Class and other supporting classes. Prerequisites: ITSE 1071-Java Programming: Part II or comparable knowledge and experience.
 18 97455 Nov  2 - Nov 23                            ONLINE      OH Cannon, Judith
ITSE 6026 JSP (24.0 hours/$399.00)
This course covers the development and deployment of servlets and the Java Server Pages that generate them. Topics include installation, configuration and testing of the Tomcat servlet container, the servlet lifecycle and core components, JSP directives, JSP standard actions, data-persistence through standard JavaBeans, the JSP Expression Language, developing JSP Custom Tags and using the Java Standard Tag Library. Required book: Head First Servlets and JSP: Passing the Sun Certified Web Component Developer Exam Bryan Basham, Kathy Sierra, Bert Bates, ISBN: 0596005407 Prerequisites: ITSC 2024-Intermediate World Wide Web Authoring and ITSE 1071-Java Part 1 (students MUST have a working knowledge of Java).
x   97872 Nov 17 - Dec  8    6:00pm -10:00p TTh      HBC 301.9   OH Gilkey, Sean D
ITSE 6032 C# and the .NET Platform (24.0 hours/$399.00)
C# is a modern, object-oriented language that enables programmers to quickly build a wide range of applications for the new Microsoft .NET platform, which provides tools and services that fully exploit both computing and communications. Learn to use C# language constructs, components that can be converted into XML Web services. Prerequisites: ITSE 1003-Introduction to Programming Languages or equivalent experience.
 10 97821 Oct  6 - Oct 22    6:00pm -10:00p TTh      HBC 301.9   OH Gilkey, Sean D
ITSE 6051 VB.Net (24.0 hours/$249.00)
Build and deploy your first applications in Visual Basic. Create an application with a graphic user interface, menus, forms, controls, input validation, and simple database access. Prerequisites: ITSE 1003-Introduction to Programming Languages or equivalent experience.
x   97423 Oct  5 - Oct 30                            ONLINE      OH Thorpe, Diane M
ITSE 6065 JavaScript Programming: Part I (24.0 hours/$249.00)
Covers basic JavaScript scripting features: code placement, events and event handlers, methods, functions and parameters, attributes, JavaScript objects, and underlying it all, the document object model. Work with variables, operators, if/then/else control structures, loops, and arrays. Close attention paid to browser type and browser version compatibility, and to JavaScript anomalies and annoyances. Prerequisites: ITSE 1003-Introduction to Programming Languages or prior programming experience; good knowledge of HTML coding or completion of Part II: Intermediate World Wide Web Authoring and XHTML.
 13 97385 Sep  1 - Sep 22                            ONLINE      OH Cannon, Judith
ITSE 6080 Perl Programming for the Web - Online (24.0 hours/$249.00)
This introduction to the Perl 5 programming language and its use as an Internet programming language will cover programming fundamentals, data types, control structures, loops and I/O processing. All topics taught in the context of the Web. Prerequisites: Previous programming experience and Intermediate WWW Authoring and XHTML.
 19 97421 Oct  5 - Oct 26                            ONLINE      OH Cannon, Judith
ITSX 3001 AJAX (24.0 hours/$249.00)
Asynchronous JavaScript and XML (AJAX) is a technique that uses the JavaScript-based XMLHttpRequest object to retrieve responses from a web server in a dynamic way, allowing for instant, on page updating. Learn to create dynamic web pages that function more like desktop applications than traditional web pages. Prerequisites: Intermediate WWW Authoring and XHTML and JavaScript Programming.
 19 97420 Oct  5 - Oct 26                            ONLINE      OH Cannon, Judith
ITSX 3005 Interactive Websites with jQuery (16.0 hours/$179.00)
Learn how to develop highly interactive web applications with user-friendly jQuery. Create drop down menus, add column sorting to tables, form validation, and more using jQuery plugins. Prerequisites: Intermediate WWW Authoring & XHTML, Web Authoring: Using Cascading Style Sheets or equivalent experience.
x   97445 Oct  5 - Oct 25                            ONLINE      OH Nouzovska, Marcela

Last Updated: November 21, 2009 at 8:30pm
Return to Course Index
Prices and Fees listed above are subject to change without notice, please check with Continuing Education for latest pricing information.
NOTE: The first column indicates the current status of the course. If the section is open, then the number indicates the remaining SEATS AVAILABLE. A small "c" in the first column indicates a CLOSED section which is currently filled and a small "x" indicates a CANCELLED class which is no longer offered.
Future StudentsCurrent StudentsFaculty and StaffCommunity and BusinessNewsroomA-Z Index