| Computer Course Advice |
Interactive Web Development |
| Schedule | We offer several courses to help you create interactive Web pages.
Active Server Pages (ASP) We currently offer course series in ASP using VBScript as well ASP .NET using Visual Basic 2005. PHP Our introductory PHP course requires programming experience as well as Advanced Applications of HTML, or equivalent experience. Experience with a server-side technology, such as ASP or ColdFusion, is also a plus. The Intermediate Applications of PHP course requires Introduction to PHP and Introduction to SQL, or equivalent experience.
JavaScript JavaScript is used primarily for creating interactive pages. For
example, a script can validate data a user types in a form, or display a
special message when a button is clicked. JavaScript is relatively easy to
learn and requires only experience with HTML and some basic programming
knowledge. Note: JavaScript and CGI scripts are both used on Web sites, but they operate differently. CGI scripts execute on the server and then send results back to the browser. With Javascript, the program downloads to the local machine and executes there, and the end-user has access to all the code. AJAX
|