web space | free hosting | Business Hosting Services | Free Website Submission | shopping cart | php hosting
Free Web tutorials covering HTML, CSS, JavaScript, and DHTML from beginner to advanced. Free downloads and developer resources. Personalized help via email, form, and chat. free, web, tutorials, HTML, html, CSS, css, stylesheet, cascading stylesheet, Javascript, javascript, JavaScript, DHTML, dhtml, beginner, advanced, web development, web page, web site, free web tutorial, free HTML tutorial, free CSS tutorial, free css tutorial, free cascading stylesheet tutorial, free stylesheet tutorial, free javascript tutorial, free DHTML tutorial, free HTML class, free CSS class, free stylesheet class, free cascading stylesheet class, free javascript class, free DHTML class

Home <Code_Punk>'s Web Tutorials
Beginning HTML
Beginning CSS
Advanced HTML
Advanced CSS
Beginning JavaScript
Advanced JavaScript
DHTML
Website Development and Management
Downloads & Resources
HELP!!
Forum
Participate
E-Mail <Code Punk>

Beginning JavaScript Tutorials


Getting Started With JavaScript Boxes

Lesson 1: How JavaScript Works

An introduction to coding in JavaScript. You'll learn how to code a page that dynamically changes background and text color when a link is hovered over. This exercise teaches you about JavaScript Events, Functions, Objects, and Properties. A very good tutorial oriented toward non-programmers.


Lesson 2: Alert() Boxes

How to make little pop up boxes that annoy people and how to use these boxes to explore more JavaScript Events.


Lesson 3: Using Parameters

Learn how to use parameters to send data to your functions and streamline your code.


Lesson 4: Making Confirm Boxes

Learn how to make and use confirm() boxes. These boxes give the viewer two options to pick from. Learn how to detect Boolean values with the IF/ELSE statement -- one of the most powerful statements in JavaScript.


Lesson 5: Using Prompt Boxes & "document.write()"

Learn how to use Prompt Boxes to gather data from a viewer and use that data in your web pages.


Lesson 6: More On "document.write()"

This lesson explores using the "document.write()" method to write HTML tags for all sorts of neat effects.


First JavaScript Review

A quick review of the principles learned so far including objects, properties, methods, functions, and events.


First JavaScript Exam

Make sure you can do these exercises before moving on.



Browsers, Windows, & Frames

Lesson 7: The Navigator Object

Learn how to tell what browser and browser version your viewers are using.


Lesson 8: Browser Detection

How and why you need to use browser detection. This lesson uses detection based on a browser's name.


Lesson 9: Opening & Closing Windows

How to make pop up windows and close them using JavaScript.


Lesson 10: Sizing & Styling Windows

How to size and shape your windows. How to add and remove window features in the windows you open. This includes menu bars, toolbars, even scrollbars.


Lesson 11: Positioning & Focusing Windows

How to position your pop up window on the screen, as well as, how to shift focus between the parent and child window(s).


Lesson 12: Communication Between Windows

How a function coded in one window can change objects in another one.





<Code_Punk>'s Web Tutorials