<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>JavaScript Workshop &#187; Online classes</title>
	<atom:link href="http://www.javascriptworkshop.com/category/online-classes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.javascriptworkshop.com</link>
	<description>Helping others learn JavaScript and web development in general.</description>
	<lastBuildDate>Tue, 06 Sep 2011 11:10:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>ActionScript 3.0 Basics for Designers Class</title>
		<link>http://www.javascriptworkshop.com/2009/12/28/actionscript-3-0-basics-for-designers-class/</link>
		<comments>http://www.javascriptworkshop.com/2009/12/28/actionscript-3-0-basics-for-designers-class/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 02:54:22 +0000</pubDate>
		<dc:creator>Frank Stepanski</dc:creator>
				<category><![CDATA[Online classes]]></category>
		<category><![CDATA[ActionScript 3.0]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.javascriptworkshop.com/?p=1004</guid>
		<description><![CDATA[Update June 2011This class can be used with any current version of Flash: (CS5, CS4 or CS3) This class is for existing Flash designers who want to incorporate user interactivity in their Flash web site or Flash developers who have not made the switch from earlier versions of ActionScript. Currently ActionScript 3.0 is the internal [...]]]></description>
			<content:encoded><![CDATA[<div id="update"><strong>Update June 2011</strong><br/>This class can be used with any current version of Flash: (CS5, CS4 or CS3)</div>
<p><br/></p>
<p>This class is for existing Flash designers who want to incorporate user interactivity in their Flash web site or Flash developers who have not made the switch from earlier versions of ActionScript. </p>
<p>Currently ActionScript 3.0 is the internal programming language of Flash, Flex and Adobe AIR. This object oriented language is more adherent to the ECMA-262 standard which many other languages (i.e. JavaScript) follow. </p>
<p>Students will learn the basics of the core language of ActionScript 3.0, how it is used within the timeline, interact with objects (movieclips) on the stage and library, develop simple animations with just ActionScript and understand the importance and how to create preloaders for your movies.</p>
<p>The class is only $25 and students can use either Adobe Flash CS5, CS4 or even CS3.</p>
<p><strong>Topics covered:</strong></p>
<p>Week 1: Trace statement, comments, variables, loops, functions and object basics.<br />
Week 2: Manipulating movie clip properties<br />
Week 3: Events: overview, targeting, propagating, timeline control methods<br />
Week 4: More events: frame and keyboard events; timer events<br />
Week 5: Loading external assets (images and movies); Display list explained<br />
Week 6: Working with preloaders and sound</p>
<p>To give you an idea of how each lesson looks, here is the <a target="_blank" href = "http://www.javascriptworkshop.com/eClasses_files/free/AS/Intro_lesson1.pdf"> first lesson</a> (.pdf).</p>
<p><strong>Materials for Class</strong></p>
<p>All the course materials for the class are sent via email as attachments within 48 hours of payment. Feel free to contact me if you have any questions.</p>
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="CYXS7PGNGFFPS">
<input type="image" src="https://www.paypalobjects.com/WEBSCR-640-20110401-1/en_US/i/btn/btn_cart_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/WEBSCR-640-20110401-1/en_US/i/scr/pixel.gif" width="1" height="1"><br />
</form>
]]></content:encoded>
			<wfw:commentRss>http://www.javascriptworkshop.com/2009/12/28/actionscript-3-0-basics-for-designers-class/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Understanding T-SQL using SQL Server Class</title>
		<link>http://www.javascriptworkshop.com/2009/10/05/understanding-t-sql-using-sql-server-class/</link>
		<comments>http://www.javascriptworkshop.com/2009/10/05/understanding-t-sql-using-sql-server-class/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 20:31:01 +0000</pubDate>
		<dc:creator>Frank Stepanski</dc:creator>
				<category><![CDATA[Online classes]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[Learning SQL]]></category>
		<category><![CDATA[Microsoft SQL Server]]></category>
		<category><![CDATA[t-SQL]]></category>

		<guid isPermaLink="false">http://www.javascriptworkshop.com/?p=968</guid>
		<description><![CDATA[This class is for web administrators, web developers, analysts, or anybody else wanting to learn how to write simple to complex queries to retrieve and manipulate data from a SQL Server or other similiar database. SQL stands for Structured Query Language. SQL is a standard language that was designed to query and manage data in [...]]]></description>
			<content:encoded><![CDATA[<p>This class is for web administrators, web developers, analysts, or anybody else wanting to learn how to write simple to complex queries to retrieve and manipulate data from a SQL Server or other similiar database.</p>
<p>SQL stands for Structured Query Language. SQL is a standard language that was designed to query and manage data in relational database management systems (RDBMS). An RDBMS is a database management system that is used today in every type of desktop or web-based application. Microsoft provides T-SQL (Transact SQL) as a dialect of, or extension to, SQL in Microsoft SQL Server, its RDBMS</p>
<p><a target="_blank" href="http://www.microsoft.com/sqlserver/2008/en/us/default.aspx">Microsoft SQL Server</a> is one of the most popular RDBMS used today and a solid understanding of T-SQL is critical if you want to have a successful career in Microsoft application development (desktop or web). </p>
<p>The class is only $25 and there are no other materials or software needed to purchase.</p>
<p><strong>Topics covered:</strong></p>
<p>Week 1: Setting up SQL Server 2008 Express &#038; Management Studio<br />
Week 2: SELECT statements; Predicates and Operators, Case Expressions<br />
Week 3: Joins: Cross, Outer and Inner<br />
Week 4: Subqueries<br />
Week 5: Data Modification: Inserting, Updating, Deleting and Merging<br />
Week 6: Programmable Objects: Variables, Routines and Functions</p>
<p>To give you an idea of how each lesson looks, here is the <a target="_blank" href = "http://www.javascriptworkshop.com/eClasses_files/free/TSQL/Intro_lesson1.pdf"> first lesson</a> (.pdf).</p>
<p><strong>Materials for Class</strong></p>
<p>All the course materials for the class are sent via email as attachments within 48 hours of payment. Feel free to contact me if you have any questions.</p>
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="KQ3BZAPCRZU38">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"><br />
</form>
]]></content:encoded>
			<wfw:commentRss>http://www.javascriptworkshop.com/2009/10/05/understanding-t-sql-using-sql-server-class/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>jQuery: Enhancing Web Development Class</title>
		<link>http://www.javascriptworkshop.com/2009/09/16/jquery-enhancing-web-development-class/</link>
		<comments>http://www.javascriptworkshop.com/2009/09/16/jquery-enhancing-web-development-class/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 15:27:01 +0000</pubDate>
		<dc:creator>Frank Stepanski</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Online classes]]></category>
		<category><![CDATA[jQuery Class]]></category>
		<category><![CDATA[jQuery Learning]]></category>
		<category><![CDATA[jQuery Training]]></category>

		<guid isPermaLink="false">http://www.javascriptworkshop.com/?p=914</guid>
		<description><![CDATA[Update April 2011This class has been re-vamped, and includes the exact same materials from the class I teach at]]></description>
			<content:encoded><![CDATA[<div id="update"><strong>Update April 2011</strong><br/>This class has been re-vamped, and includes the exact same materials from the class I teach at <a target=_blank"  href="http://www.eclasses.org/P135/">eClasses.org</a>.</div>
<p><br/></p>
<p>This class is geared for web designers to help and learn how to use jQuery to enhance existing web pages as well as web developers to teach them how to use a very popular and powerful JavaScript library.</p>
<p>If you&#8217;ve spent any time at all trying to add dynamic functionality to your pages, you&#8217;ve found that you&#8217;re constantly following a pattern of selecting an element or group of elements and operating upon those elements in some fashion. You could be hiding or revealing the elements, adding a CSS class to them, animating them, or modifying their attributes.</p>
<p>Using raw JavaScript can result in dozens of lines of code for each of these tasks. The creators of jQuery specifically created the library to make common tasks trivial.</p>
<p>The class will be teaching not only how to use the many functions and properties of API, but practical examples you can use right away.</p>
<p>The class is only $25 and there are no other materials or software needed to purchase.</p>
<p><strong>Topics covered:</strong></p>
<p>Week 1: Getting Started with jQuery<br />
Week 2: Selecting, Decorating and Enhancing<br />
Week 3: Manipulating Content<br />
Week 4: Animation Effects<br />
Week 5: jQuery UI &#038; Forms</p>
<p>To give you an idea of how each lesson looks, here is the <a target="_blank" href = "http://www.javascriptworkshop.com/eClasses_files/free/jQuery/Intro_lesson1.pdf"> first lesson</a> (.pdf).</p>
<p><strong>Materials for Class</strong></p>
<p>All the course materials for the class are sent via email as attachments within 48 hours of payment. Feel free to contact me if you have any questions.</p>
<p><br/></p>
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="U7XTVPF9V3858">
<input type="image" src="https://www.paypalobjects.com/WEBSCR-640-20110401-1/en_US/i/btn/btn_cart_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/WEBSCR-640-20110401-1/en_US/i/scr/pixel.gif" width="1" height="1"><br />
</form>
]]></content:encoded>
			<wfw:commentRss>http://www.javascriptworkshop.com/2009/09/16/jquery-enhancing-web-development-class/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>JavaScript Programming: From Basics to DOM</title>
		<link>http://www.javascriptworkshop.com/2009/04/13/javascript-programming-bascics-to-dom-class/</link>
		<comments>http://www.javascriptworkshop.com/2009/04/13/javascript-programming-bascics-to-dom-class/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 16:36:22 +0000</pubDate>
		<dc:creator>Frank Stepanski</dc:creator>
				<category><![CDATA[Online classes]]></category>
		<category><![CDATA[JavaScript class]]></category>
		<category><![CDATA[javascript programming]]></category>
		<category><![CDATA[learning javascript]]></category>
		<category><![CDATA[learning the DOM]]></category>

		<guid isPermaLink="false">http://www.javascriptworkshop.com/?p=413</guid>
		<description><![CDATA[Update April 2011This class has been re-vamped, and includes materials from the closed JavaScript: Unobtrusive Programming class. These courses are offered through this website and can be considered &#8220;self-study&#8221; which includes email support from the instructor. This 6-week class will teach the students everything from the basics of programming, core concepts of the programming language, [...]]]></description>
			<content:encoded><![CDATA[<div id="update"><strong>Update April 2011</strong><br/>This class has been re-vamped, and includes materials from the closed J<a href="http://www.javascriptworkshop.com/2008/08/01/javascript-unobtrusive-programming-lvs-onlinecom/">avaScript: Unobtrusive Programming class</a>.</div>
<p><br/></p>
<p>These courses <strong>are offered through this website</strong> and can be considered &#8220;self-study&#8221; which includes email support from the instructor. </p>
<p>This 6-week class will teach the students everything from the basics of programming, core concepts of the programming language, how the language is used on the web today, real best coding practices and some neat things that you can do with the DOM such as simple animation techniques. Each lesson is between 20 and 40 pages long (.pdf) and covers a lot of material including example files (.zip).</p>
<p>Support is available via direct email to the instructor.</p>
<p>The class is only $25 and there are no other materials or software needed.</p>
<p><strong>Topics Covered:</strong></p>
<p>Week 1: Core components: Data types, Arrays, and Conditional Statements<br />
Week 2: Language Syntax: Loops, and Functions;  JavaScript Native Objects<br />
Week 3: Browser Objects (Location, Screen, Forms, Images) and DOM Overview<br />
Week 4: Unobtrusive Scripting: Three Layers of a Web Page<br />
Week 5: The DOM: Referencing and Modifying Elements; Creating a Custom Object<br />
Week 6: Debugging Your Scripts; Ajax Basics: The XMLHttpRequest Object</p>
<p>To give you an  idea of how each lesson looks, here is the <a target="_blank" href = "http://www.javascriptworkshop.com/eClasses_files/free/JavaScript/Intro_lesson1.pdf">first lesson</a> (.pdf).</p>
<p><strong>Materials for Class</strong></p>
<p>All the course materials for the class are sent via email as attachments within 48 hours of payment. Feel free to contact me if you have any questions.</p>
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="WSRPRPRCEWP2L">
<input type="image" src="https://www.paypalobjects.com/WEBSCR-640-20110306-1/en_US/i/btn/btn_cart_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/WEBSCR-640-20110306-1/en_US/i/scr/pixel.gif" width="1" height="1"><br />
</form>
]]></content:encoded>
			<wfw:commentRss>http://www.javascriptworkshop.com/2009/04/13/javascript-programming-bascics-to-dom-class/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Beginning Web Development with ASP.NET Class</title>
		<link>http://www.javascriptworkshop.com/2008/04/15/beginning-web-development-with-aspnet-lvs-onlinecom/</link>
		<comments>http://www.javascriptworkshop.com/2008/04/15/beginning-web-development-with-aspnet-lvs-onlinecom/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 09:49:32 +0000</pubDate>
		<dc:creator>Frank Stepanski</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Online classes]]></category>
		<category><![CDATA[Classes and Training]]></category>
		<category><![CDATA[online training]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.javascriptworkshop.com/?p=210</guid>
		<description><![CDATA[Update April 2011This class has been re-vamped, and includes the exact same materials from the class I teach at at]]></description>
			<content:encoded><![CDATA[<div id="update"><strong>Update April 2011</strong><br/>This class has been re-vamped, and includes the exact same materials from the class I teach at at <a target=_blank"  href="http://www.eclasses.org/P179/">eClasses.org</a>.</div>
<p><br/></p>
<p>This ASP.NET class will teach client-side Web developers with C# experience the fundamentals of Web application site implementation using Microsoft ASP.NET. The class focuses on using the Microsoft .NET platform to create an ASP.NET Web application that delivers dynamic content to a Web site.  </p>
<p>Students will use the free web development tool <a class = "externalLink" href = "http://www.microsoft.com/express/Web/">Visual Studio 2010 Express</a> to create their ASP.NET 4.0 web pages. </p>
<p>The class is only $25 and there are no other materials or software needed.</p>
<p><strong>Topics Covered:</strong></p>
<p>Week 1: Creating your first ASP.NET page<br />
Week 2: Web Control Classes<br />
Week 3: Visual Appearance and Standard Site Layout<br />
Week 4: Maintaining state<br />
Week 5: Reusability with OOP</p>
<p>To give you an  idea of how each lesson looks, here is the <a target="_blank" href = "http://www.javascriptworkshop.com/eClasses_files/free/ASPNET/Intro_lesson1.pdf">first lesson</a> (.pdf).</p>
<p><strong>Materials for Class</strong></p>
<p>All the course materials for the class are sent via email as attachments within 48 hours of payment. Feel free to contact me if you have any questions.</p>
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="773X4FWEMHEB6">
<input type="image" src="https://www.paypalobjects.com/WEBSCR-640-20110401-1/en_US/i/btn/btn_cart_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/WEBSCR-640-20110401-1/en_US/i/scr/pixel.gif" width="1" height="1"><br />
</form>
]]></content:encoded>
			<wfw:commentRss>http://www.javascriptworkshop.com/2008/04/15/beginning-web-development-with-aspnet-lvs-onlinecom/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>ASP E-Commerce Database Basics Class</title>
		<link>http://www.javascriptworkshop.com/2007/08/23/asp-e-commerce-database-basics-lvs-onlinecom/</link>
		<comments>http://www.javascriptworkshop.com/2007/08/23/asp-e-commerce-database-basics-lvs-onlinecom/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 19:33:31 +0000</pubDate>
		<dc:creator>Frank Stepanski</dc:creator>
				<category><![CDATA[ASP]]></category>
		<category><![CDATA[Online classes]]></category>
		<category><![CDATA[Classes and Training]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[LVSOnline]]></category>
		<category><![CDATA[microsoft access]]></category>
		<category><![CDATA[online training]]></category>
		<category><![CDATA[web classes]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.javascriptworkshop.com/?p=169</guid>
		<description><![CDATA[Updated November 2009 This class has been delegated to self-study so it can be taken anytime and the price is reduced to $15. I am teaching database-based ASP online class called ASP E-Commerce Database Basics at LVS Online.com. This 6-week class will teach you how to interact with a database by displaying, retrieving and updating [...]]]></description>
			<content:encoded><![CDATA[<div id="update"><strong>Updated November 2009</strong><br />
This class has been delegated to <a target="_blank"  href="http://www.lvsonline.com/classrooms.shtml#ss">self-study</a> so it can be taken anytime and the price is reduced to $15.</div>
<p><br/><br />
I am teaching database-based ASP online class called <a class = "externalLink" href = "http://www.lvsassociates.com/register/product_info.php?cPath=5_18&#038;products_id=238">ASP E-Commerce Database Basics</a> at <a class="externalLink" href="http://www.lvsonline.com/">LVS Online.com</a>.  </p>
<p>This 6-week class will teach you how to interact with a database by displaying, retrieving and updating data.  The class is a continuation from where I left off from my <a href = "http://www.javascriptworkshop.com/2007/04/12/asp-online-class-lvsonlinecom/"> Basic Web Applications with ASP</a> class. </p>
<p>The class is only <del datetime="2009-11-01T18:32:45+00:00">$30</del> $15 and there are no other materials or software needed.</p>
<p>The class learning level is &#8220;intermediate&#8221; which means taking the basics you already know and developing a usable web application.  The class uses a simple <a class = "externalLink" href = "http://office.microsoft.com/en-us/access/FX100487571033.aspx">Microsoft Access</a> database (provided), but you can use almost any type of database with minimal code changes. </p>
<p><strong>Topics Covered:</strong></p>
<p>Week 1: E-Commerce types; Overview of ADO; Connecting to our database<br />
Week 2: SQL basics: SELECT, WHERE, ORDER BY, LIKE<br />
Week 3: SQL continued: INSERT INTO and UPDATE; Managing our Products<br />
Week 4: Recordsets and Pagination; Creating a Search<br />
Week 5: Shopping Cart pt 1<br />
Week 6: Shopping Cart pt 2; Checkout Process</p>
<p>The <a class = "externalLink" href = "http://fsjay7123.brinkster.net/ASP_ECommerce/Lesson6/default.asp">Online Store</a> gives students a good example to use and refer to when they need to create their own database-driven dynamic web sites.  </p>
<p>Here is the <a class = "externalLink" href = "http://www.javascriptworkshop.com/wp-content/uploads/pdf/LVSOnline_DatabaseASP_wk1.pdf">first lesson</a> (.pdf) for you to see how it looks.  </p>
<p><strong>When Does Class Start?</strong></p>
<p><del datetime="2009-11-01T18:32:45+00:00">The class runs five times a year for six weeks in January, March, May, August and October.  To learn more view the <a target="_blank"  href="http://www.lvsassociates.com/register/product_info.php?cPath=5_18&#038;products_id=238">course description page </a>and <a href="http://www.javascriptworkshop.com/contact-me/">contact me</a> to find out the exact date on when you can register.</del><br/></p>
<p>I only cover the basics of ADO in this class, but if you need addtional reference material here is an <a class = "externalLink" href = "http://www.javascriptworkshop.com/wp-content/uploads/pdf/ADO_Quickref.pdf">ADO Reference Guide</a> (.pdf) by DevGuru.</p>
<p><br/></p>
<p><a id = "none" class = "externalLink" href = "http://fsjay7123.brinkster.net/ASP_ECommerce/Lesson6/default.asp"><img  src="http://www.javascriptworkshop.com/ecommerce_pic.gif" /></a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.javascriptworkshop.com/2007/08/23/asp-e-commerce-database-basics-lvs-onlinecom/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Beginning Web Applications with ASP Class</title>
		<link>http://www.javascriptworkshop.com/2007/04/12/asp-online-class-lvsonlinecom/</link>
		<comments>http://www.javascriptworkshop.com/2007/04/12/asp-online-class-lvsonlinecom/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 03:59:16 +0000</pubDate>
		<dc:creator>Frank Stepanski</dc:creator>
				<category><![CDATA[ASP]]></category>
		<category><![CDATA[Online classes]]></category>
		<category><![CDATA[Class]]></category>
		<category><![CDATA[Classes and Training]]></category>
		<category><![CDATA[LVSOnline]]></category>
		<category><![CDATA[Web Training]]></category>

		<guid isPermaLink="false">http://www.javascriptworkshop.com/?p=119</guid>
		<description><![CDATA[Updated November 2009 This class has been delegated to self-study so it can be taken anytime and the price is reduced to $15. I am teaching a ASP online class called Basic Web Applications with ASP at LVS Online.com, which will teach you the basics of creating server-side web development using Active Server Pages. This [...]]]></description>
			<content:encoded><![CDATA[<div id="update"><strong>Updated November 2009</strong><br />
This class has been delegated to <a target="_blank"  href="http://www.lvsonline.com/classrooms.shtml#ss">self-study</a> so it can be taken anytime and the price is reduced to $15.</div>
<p><br/><br />
I am teaching a ASP online class called <a class = "externalLink" href = "http://www.lvsassociates.com/register/product_info.php?products_id=220">Basic Web Applications with ASP</a> at <a class = "externalLink" href = "http://www.lvsonline.com/">LVS Online.com</a>, which will teach you the basics of creating server-side web development using Active Server Pages.  </p>
<p>This 6-week class is great for people who have some basic web experience (HTML or CSS or JavaScript) and want to know how they can develop dynamic web pages on the web server.  </p>
<p>The class is only <del datetime="2009-11-01T18:27:02+00:00">$30 </del> $15 and there are no other materials or software needed.</p>
<p>Even though Active Server Pages has been replaced by ASP.NET, it is still used by many companies and the process for server-side development is the same no matter what technology you use. Many of the objects in ASP are still used in the ASP.NET framework and would make the transition to a newer technology a lot easier. </p>
<p>Checkout these great reference guides (.pdf) on <a class = "externalLink" href = "http://www.javascriptworkshop.com/wp-content/uploads/pdf/ASP_Ref.pdf">ASP</a> and <a class = "externalLink" href = "http://www.javascriptworkshop.com/wp-content/uploads/pdf/VBScript_Ref.pdf">VBScript</a> by DevGuru on to learn even more.</p>
<p><strong>Topics Covered:</strong></p>
<p>Week 1: How a web server works, server-side vs. client-side<br />
Week 2: Processing Form Results<br />
Week 3: VBScript Basics<br />
Week 4: Redirecting the User<br />
Week 5: More VBScript &#8211; Arrays and Loops<br />
Week 6: Sessions and Cookies</p>
<p>To give you an  idea of how each lesson looks, here is the <a target="_blank" href = "http://www.javascriptworkshop.com/wp-content/uploads/pdf/LVSOnline_ASPBeginning_wk1.pdf">first lesson</a> (.pdf).</p>
<p><strong>When Does Class Start?</strong></p>
<p><del datetime="2009-11-01T18:27:02+00:00">The class runs five times a year for six weeks in January, March, May, August and October.  To learn more view the <a target="_blank"  href="http://www.lvsassociates.com/register/product_info.php?cPath=5_50&#038;products_id=220">course description page </a>and <a href="http://www.javascriptworkshop.com/contact-me/">contact me</a> to find out the exact date on when you can register.</del></p>
]]></content:encoded>
			<wfw:commentRss>http://www.javascriptworkshop.com/2007/04/12/asp-online-class-lvsonlinecom/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

