|
Learn how to make cool drop down menus in Dreamweaver
www.adesdesign.net/php/tutorials/dreamweaver/java_menu.php
|
|
Use the Dreamweaver behaviors panel to create jump menus, swap images, pop-up windows, play sound, validate forms and more. Dreamweaver behaviors make it easy to add interactivity to your site. Learn more here.
www.smartwebby.com/web_site_design/dreamweaver_behaviors.asp
|
|
Use the Dreamweaver behaviors panel to create jump menus, swap images, pop-up windows, play sound, validate forms and more. Dreamweaver behaviors make it easy to add interactivity to your site. Learn more here.
www.smartwebby.com/web_site_design/dreamweaver_behaviors.asp
|
|
This technique allows you to specify the size, toolbar, menu and status bar presence of new window when you open it using JavaScript function.
www.webclass.ru/tut.php?tut=114
|
|
Find out how to prevent a visitor from loading your page. This technique is much more effecient when comparing with common password protection scripts that allways have passwords stored in the source HTML code.
www.webclass.ru/tut.php?tut=199
|
|
With some modifications this easy code can be used to show the "...Loading..." image before the bigger animation is completely downloaded by the browser. That's why we call it the "Preloader".
www.webclass.ru/tut.php?tut=194
|
|
See how CSS and JavaScript can be used to change the opacity of images. Uses cross browser techniques that work in both IE4+ and NS6+, while degrading well with lower end browsers.
johnjohn.f2o.org/opacity.htm
|
|
Learn any possible way of creating redirection script. You can choose whatever you have available: Perl, PHP, JavaScript or just HTML. There are no other techniques at all.
www.webclass.ru/tut.php?tut=88
|
|
Do you know that you can assign unique ID to any HTML element of your page and then use this ID as a short name to control the properties of the named element dynamically? This DHTML technique will allow you to control any element of your page.
www.webclass.ru/tut.php?tut=96
|
|
With this method you don't have to store or calculate the position to which you need to scroll you window. Very useful technique for chat applications or for dynamic content windows.
www.webclass.ru/tut.php?tut=105
|
|
On many web designer's homepages you will see this professional effect mostly on small banner buttons. In this easy tutorial you will create a button that changes its opacity when you move mouse cursor over it.
www.webclass.ru/tut.php?tip=86
|
|
JavaScript can be used to dynamically generate a bar graph with user supplied data. This article shows you how.
www.geocities.com/SiliconValley/Station/4320/tutorial5.htm
|
|
Whether you run a simple, static website or a dynamic database driven portal, the key to keeping your visitors coming back is in the constant updating of information. In this article Mitchell shows you how to utilize a dyanamic news source for your site.
www.devarticles.com/art/1/2
|
|
Using JavaScript, it is possible to add a bit of spice to your personal web site using cookies. In this article, Ben shows you one way to do just that!
www.devarticles.com/art/1/10
|
|
This guide is especially for people who don't know much about programming but are interested in making their web sites look Dynamic with simple add-ons and for those who are trying their best to learn DHTML by dissecting code written by others. In short we bring you (clean) cut and paste resources with explanations on how they work on the same page of each resource.
www.smartwebby.com/DHTML/default.asp
|
|
Our JavaScript Web services series continues with a look at basic calling methods. Turns out it's a lot like ordering pizza: when the delivery does actually show up, you might need to check and see if it's the right one. By Yehuda Shiran and Tomer Shiran.(WebReference.com)
www.webreference.com/js/column97/
|
|
Today our own Doc JavaScript begins a new series of columns focused on the use of Web services in JavaScript. And like any good doctor, the first step is to explain the basic concepts and terms involved in the procedure. By Yehuda Shiran and Tomer Shiran.(WebReference.com)
www.webreference.com/js/column96/
|
|
Take JavaScript to the next level with if-then-else statements, cookies, string handling, browser detection, preloaded images, debugging techniques, and a lot more. (Webmonkey.com)
hotwired.lycos.com/webmonkey/javascript/tutorials/tutorial2.html
|
|
With CSS (level 2), the grip webmasters have over their webpages extends to the printer. This tutorial reveals how to insert artificial page breaks for printing of your page in IE5 and NS6.
wsabstract.com/dhtmltutors/pagebreak.shtml
|
|
Before you can capitalize on the development advantages (i.e., reduced code, cross-browser scripts, etc.) offered by DOM compliant browsers, you must first know how to write DOM compliant scripts. Eddie Traversa gets you started with this DOM scripting introduction. (Webreference)
www.webreference.com/programming/javascript/domscripting/index.html
|
|
As our JavaScript applications get larger and ever more sophisticated, the need for efficient scripting becomes increasingly important and hard to bypass. Pick up some important performance tips for your scripts here.
wsabstract.com/javatutors/efficientjs.shtml
|
|
A tutorial that describes how to create a pop up window with formatted HTML text.
www.manuelnegri.com/web_design/javascript_tut1.htm
|
|
Learn to use JavaScript to manipulate a form's radio and check boxes, such as determining their state, dynamically check/uncheck them etc.
www.wsabstract.com/javatutors/radiocheck.shtml
|
|
Learn the basics including variables, if-then statements, link events, and image swaps in what's been called the best JavaScript tutorial on the Web. (Webmonkey)
hotwired.lycos.com/webmonkey/programming/javascript/tutorials/tutorial1.html
|
|
Writing different code for different browsers? Learn browser and object detection techniques and then watch your code shrink. (Webreference)
www.webreference.com/programming/javascript/professional/chap4/6/
|
|
Your images not resizing themselves relative to your browser window... It's time to pull out some JavaScript and learn how with Eddie Traversa. (Webreference)
www.webreference.com/programming/javascript/images/
|
|
How would you generate new ads on your pages if you don't have acces to an ASP provider? Try this tutorial in JavaScript on rotating ads.
photoguide.4t.com/articles/rotatingads.html
|
|
Learn how JavaScript handles events, smartens up e-mail, and mixes with VBScript in the latest installment from Wrox Press. (Webreference)
www.webreference.com/programming/javascript/professional/chap4/3/
|
|
Navigation is a key element on your Web site, but what do you do when you want to give the user the option of going back to the previous page? In comes Javascript!
tutorials.beginners.co.uk/read/id/27/
|
|
There are about ten elements commonly found within \<FORM> elements. The most useful are shown below, ordered into general types. We give each its name and, in parentheses, the HTML needed to create it, though note this is not the full HTML but only a portion.
tutorials.beginners.co.uk/read/id/65/
|
|
Web pages would be very boring if we could not interact with the user, or obtain information from them, such as text, numbers, or dates. Luckily, with JavaScript we can. We can use this information within the web page, or it can be posted to the web server where we can manipulate it and store it in a database if we so wish.
tutorials.beginners.co.uk/read/id/64/
|
|
The standard text element allows users to enter a single line of text. This information can then be used in JavaScript code, or be submitted to a server for server-side processing.
tutorials.beginners.co.uk/read/id/66/
|
|
Using JavaScript in conjunction with FrontPage is easy if you know some of the oddities in using FrontPage.
tutorials.beginners.co.uk/read/id/26/
|
|
Object-Oriented Programming (OOP) requires inheritance, encapsulation, and polymorphism. In this tutorial I introduce you to OOP and demonstrate how JavaScript inherits through prototyping. (Doc JavaScript)
www.webreference.com/js/column79/
|
|
Welcome to the wonderful world of JavaScript and style. Find out how to create JavaScript Style Sheets for Netscape and behaviors for IE. (Webreference)
www.webreference.com/programming/javascript/professional/chap4/2/
|
|
Check out our latest excerpt from Wrox and learn ways to add JavaScript to HTML. You will even be shown how to evade "The Four Traps of Browser JavaScript." (Webreference)
www.webreference.com/programming/javascript/professional/chap4/1/
|
|
Learn how to adapt your JavaScript and HTML to support Netscape 6 and the DOM. We show how common coding techniques can fail in DOM-compliant browsers, and offer some solutions. (Webreference)
www.webreference.com/programming/javascript/netscape6/
|
|
This tutorial continues a series of excerpts from Professional JavaScript with some examples of pattern matching using regular expressions. (Webreference)
www.webreference.com/programming/javascript/professional/chap3/6/
|
|
Learn the basics of JavaScript with this 8 chapter tutorial.
www.trainingtools.com/online/javascript/index.htm
|
|
Learn how to make JavaScript dance with VBScript from client to server. When two languages tango, timing is everything. (Webreference)
www.webreference.com/programming/javascript/vbscript/
|
|
Learn the syntax of regular expressions in JavaScript 1.2 to manipulate strings on the fly. (Webreference)
www.webreference.com/programming/javascript/professional/chap3/5/
|
|
Learn how to handle errors, exceptions and the mighty eval() function in this installment from Professional JavaScript. (Webreference)
www.webreference.com/programming/javascript/professional/chap3/4/
|
|
Learn how to overcome JavaScript's weak inheritance with prototype-based inheritance and some coding magic. (Webreference)
www.webreference.com/programming/javascript/professional/chap3/3/
|
|
Learn how to manipulate menus with JavaScript in the latest installment of "Beginning JavaScript" from Wrox Press. (Webreference)
www.webreference.com/programming/javascript/beginning/chap6/5/
|
|
Learn how to add properties to objects and then find them with this excerpt from "Professional JavaScript" from Wrox Press. (Webreference)
www.webreference.com/programming/javascript/professional/
|
|
Learn how to use event handlers with textareas, checkboxes and radio buttons in this installment of "Beginning JavaScript" from Wrox Press. (Webreference)
www.webreference.com/programming/javascript/beginning/chap6/4/
|
|
Can DOM-based JavaScripts work in today's bifurcated Web? Nick del Pozo makes a case for standards-based write-once JavaScripts. (Webreference)
www.webreference.com/programming/javascript/standards/
|
|
James demonstrates how to dynamically add properties to an object (expando properties) - by implementing a function to create named recordsets.
CoverYourASP.com/NamedRecordsets.asp
|
|
Take the burden off your server for form-field validation and user interaction with a few lines of JavaScript. (Webreference)
www.webreference.com/programming/javascript/confirm/
|
|
Learn how to use JavaScript to access the computer's file system, using the FileSystemObject object. (Doc JavaScript)
webreference.com/js/column71/
|
|
Here we clear up all confusion about setting the browser window to fullscreen using JavaScript in Explorer. Flash all the way to the edge of the screen, without borders and regardless of screen resolution.
www.dissymmetry.com/tutorials/fullscreen.html
|
|
This is the beginning of a whole new dimension to the possibilites of using Flash. We will begin our tutorial series with learning how to use JavaScript to pass variables to Flash movies.
www.dissymmetry.com/tutorials/javascript1.html
|
|
Some sites have discovered, with a little creative scripting, you can prevent users from leaving. We created a must-have tool that helps protect you from being held hostage at unwanted sites. (SiteExperts)
www.SiteExperts.com/tips/techniques/freeme/freeme.asp
|
|
Try the new Filters Tool to find out how IE5 filters and parameters affect your image. You'll also learn how to script your own cross-browser tool. (Doc JavaScript)
webreference.com/js/column69/
|
|
With chromeless windows you have complete control over the entire window. You can create custom title bars, status bars, scrollbars, etc. You are limited only by your imagination. (SiteExperts)
siteexperts.com/tips/techniques/ts05/page1.asp
|
|
An intro to filters, the powerful tool for creating visually attractive and interactive documents. Learn how to define and script filters, and modify them on the fly. (Doc JavaScript)
webreference.com/js/column68/
|
|
This article demonstrates a simple scripting solution to validating ColdFusion forms with JavaScript. This "best-of-both-worlds" approach allows you to leapfrog the limitations inherent in both technologies. (Webreference)
webreference.com/new/cfjsvalidate.html
|
|
Ever wanted to follow a detailed walk-through of a JavaScript program? Check out the explanation for the entire length of a cascading menu script. (Web Developer's Journal)
www.webdevelopersjournal.com/articles/cascading/cascade_explained1.html
|
|
Dynamic Styles aren't exactly new, but they are useful. Let the Doc show you how to change any HTML element's color, font, spacing, or visibility, among other effects - all with a few lines of code. (Doc JavaScript)
webreference.com/js/column66/
|
|
Helping users with selection is an extremely simple but powerful way to spruce up your forms. In this article we created three functions for that help you better control your input fields. (SiteExperts)
www.siteexperts.com/tips/functions/ts24/page1.asp
|
|
This tutorial describes how you can easy build up an expanding and collapsing ToC menu by using a technique that is based on JavaScript and works with Internet Explorer and Netscape Navigator as well. (SiteExperts)
www.siteexperts.com/tips/techniques/ts03/index.htm
|
|
Find out more about Behaviors, and see how they can be used to create a Connect-Three game. (Doc JavaScript)
webreference.com/js/column23/
|
|
Learn how to write a Behavior and how to share it between multiple elements. (Doc JavaScript)
webreference.com/js/column22/
|
|
This JavaScript tutorial is aimed primarily at those who have had at least some exposure to another programming language. It is not our purpose here to cover the basic concepts of computer programming, but rather illustrate the syntax and methodology of JavaScript. (WDVL)
wdvl.com/Authoring/JavaScript/Tutorial/
|
|
Learn how to combine VBScript with JavaScript in Explorer, without sacrificing functionality in other browsers. We show how to call VBScript functions from JavaScript, and introduce a customizable cross-browser dialog box library to finally replace the droll alert(), confirm(), and prompt() dialogs. (DHTML Lab)
webreference.com/dhtml/column22/
|
|
Introduce yourself to new, dynamic events. This column, we discuss how to use the new onMouseDown and onMouseUp event handlers to create custom dynamic link buttons with a Rollover-Click effect. (DHTML Lab)
webreference.com/dhtml/column1/
|
|
Do you know how to zoom in on a object? Learn three ways to specify the zoom property. (Doc JavaScript)
webreference.com/js/tips/000602.html
|
|
Find out how to change the style of the cursor with style sheets and JavaScript. (Doc JavaScript)
webreference.com/js/tips/991129.html
|
|
Do you know that Netscape's users can turn off stylesheets? Learn how to detect it. (Doc JavaScript)
webreference.com/js/tips/000308.html
|
|
Looking for code generators that will make adding snazzy features to your site quick and painless? Check out the Doc's revised Toolbox for all the cool tools you crave! (Doc JavaScript)
webreference.com/js/tools/
|
|
Learn how to write a dialer for information. Read about its basic concepts and unique data structures and algorithm. Review IE 5.5's replace() function. Supports only IE. (Doc JavaScript)
webreference.com/js/column57/
|
|
Use the Windows Media Player's ActiveX control, including its methods and properties. Write your own streaming media JukeBox. (Doc JavaScript)
webreference.com/js/column51/
|
|
Learn how to use JavaScript to communicate with the Web server, and how to use it to manipulate an archive file. (Doc JavaScript)
webreference.com/js/column50/
|
|
Read how to manipulate projects in HomeSite 4.0 with your own JavaScript scripts. Learn how to work with its cached and active documents. (Doc JavaScript)
webreference.com/js/column49/
|
|
Learn how to load the game pieces, how to move the snake around, and how to interact with the user. For IE5 and Netscape's Gecko. (Doc JavaScript)
webreference.com/js/column47/
|
|
Read how to customize the toolbars in HomeSite 4.0 with your own JavaScript scripts. Familiarize yourself with their rich set of methods and properties. (Doc JavaScript)
webreference.com/js/column48/
|
|
Learn how to write a comprehensive DOM-based 3x3 sliding puzzle. Practice what you learned in the previous lessons. (Doc JavaScript)
webreference.com/js/column45/
|
|
Learn how to plan and architect a DOM-based game. See our new browser sniffer. (Doc JavaScript)
webreference.com/js/column46/
|
|
Learn the DOM's different methods for creating and cloning HTML tag nodes and text nodes. (Doc JavaScript)
webreference.com/js/column44/
|
|
Learn how to manipulate a document with the DOM's properties and methods. See how the DOM's methods really behave. (Doc JavaScript)
webreference.com/js/column43/
|
|
Learn about a bug in IE5 implementation of the DOM. See how user's errors are corrected automatically in IE5's document models. (Doc JavaScript)
webreference.com/js/column42/
|
|
Study how to construct the document model tree for two basic examples. Includes complete diagrams. (Doc JavaScript)
webreference.com/js/column40/
|
|
Learn how to navigate and construct the family tree of a more complex document. Includes complete diagrams. (Doc JavaScript)
webreference.com/js/column41/
|
|
Learn how to create those mummy browser windows with no buttons and menus, and your own Exit button. (Doc JavaScript)
webreference.com/js/column39/
|
|
Don't let your users handle your bugs for you! Learn how to use exception handling on your next project. (Doc JavaScript)
webreference.com/js/column38/
|
|
Discover several useful frame-related tips and tricks. Escape frames, manipulate them, and create active framesets. (Doc JavaScript)
webreference.com/js/column36/
|
|
Take advantage of JavaScript's frame handling features to create an eye-catching memory game. (Doc JavaScript)
webreference.com/js/column37/
|
|
Find out how to execute scripts from links and bookmarks. You'll be creating handy client-side utilities in no time. (Doc JavaScript)
webreference.com/js/column35/
|
|
Learn how to extend JavaScript with constructors, methods, and the prototype property to create powerful prototype objects. (Doc JavaScript)
webreference.com/js/column34/
|
|
Study the cross-browser version of our news scroller in the last section of our three-part column. (Doc JavaScript)
webreference.com/js/column32/
|
|
Download the new version of our cross-browser JavaScript library, with 18 new functions. (Doc JavaScript)
webreference.com/js/column33/
|
|
Find out how to create a space-saving, dynamic news scroller in Microsoft's browser. (Doc JavaScript)
webreference.com/js/column31/
|
|
In the first of a three-part series, you'll be surprised how easy it is to create a DHTML news scroller in Netscape's browser. (Doc JavaScript)
webreference.com/js/column30/
|
|
Master our own DOCJSLIB 2.0 to create the Connect-Three board game and popout elements. (Doc JavaScript)
webreference.com/js/column28/
|
|
Watermark your page with only one function definition and two main-code statements. (Doc JavaScript)
webreference.com/js/column29/
|
|
Learn how to use our DOCJSLIB's clean procedural interfaces to hide the differences between the leading browsers. (Doc JavaScript)
webreference.com/js/column27/
|
|
Share the construction of a single object instance with different, but complementary methods. (Doc JavaScript)
webreference.com/js/column26/
|
|
Will Unicode replace ASCII in the EMCA specification? Read this column to find out more! (Doc JavaScript)
webreference.com/js/column25/
|
|
Provide your users with four different persistency methods and allow them to save and restore a session. (Doc JavaScript)
webreference.com/js/column24/
|
|
Implement a JavaScript-based jukebox with a song selection window, volume knobs, and Start, Pause, and Stop buttons. (Doc JavaScript)
webreference.com/js/column21/
|
|
Embed audio in your page with Navigator's LiveAudio plug-in and Internet Explorer's ActiveMovie Control. (Doc JavaScript)
webreference.com/js/column20/
|
|
Enhance your real-time animation engine with nested, and consecutive (path) animations. (Doc JavaScript)
webreference.com/js/column19/
|
|
Create your real-time animation library that supports sliding, movement, positioning, and visibility switching. (Doc JavaScript)
webreference.com/js/column18/
|
|
Find out the screen's dimensions, its available portion, and the number of colors it can display. (Doc JavaScript)
webreference.com/js/column17/
|
|
Master stylesheets to add the well-known Balloon Help feature to your page's elements and links. (Doc JavaScript)
webreference.com/js/column16/
|
|
Learn how to implement lookup lists that match your selection as you type it in. Put an end to your sloppy Web sites. (Doc JavaScript)
webreference.com/js/column15/
|
|
Strech the boundaries of your page with these fancy popout elements that expand and collapse on the side of the page. (Doc JavaScript)
webreference.com/js/column14/
|
|
Enhance your page with this amazing, animated news scroller. You'll discover several very useful DHTML techniques. (Doc JavaScript)
webreference.com/js/column13/
|
|
Learn how to create cross-browser scripts that refer to the selected text on the page. (Doc JavaScript)
webreference.com/js/column12/
|
|
Find out how Internet Explorer implements event bubbling, and how to capture events at various levels. (Doc JavaScript)
webreference.com/js/column10/
|
|
Study the differences between the event models in Navigator 4.0x and Internet Explorer 4.0x and how to overcome them. (Doc JavaScript)
webreference.com/js/column11/
|
|
Learn how to use the Navigator's new event object, and how it affects the browser's event handling routines. (Doc JavaScript)
webreference.com/js/column9/
|
|
Explore different ways to launch new windows with HTML and JavaScript. You'll be popping remotes in no time! (Doc JavaScript)
webreference.com/js/column7/
|
|
Use JavaScript-based HTTP cookies to store and retrieve user-specific data on the user's machine with HTTP cookies. (Doc JavaScript)
webreference.com/js/column8/
|
|
Discover the difference between browser and object detection, and find out what method you should choose. (Doc JavaScript)
webreference.com/js/column6/
|
|
Validate user-supplied data with this powerful string matching and manipulation tool. Just like Perl! (Doc JavaScript)
webreference.com/js/column5/
|
|
Learn how to highlight links and change their text when the user passes the mouse over them. (Doc JavaScript)
webreference.com/js/column4/
|
|
Take advantage of DHTML to save valuable space on your Web pages by rotating several text messages. (Doc JavaScript)
webreference.com/js/column3/
|
|
Master date representation formats and learn how to stamp you site with the current date (JavaScript, CGI, and Cronjobs). (Doc JavaScript)
webreference.com/js/column2/
|
|
Learn how to swap images for rollovers, including multiple and nested rollovers. (Doc JavaScript)
webreference.com/js/column1/
|
|
Learn how to make the dialer browser-independent. Extend it to accommodate entry of new names through the phone keypad. Refresh your trie and other data structure knowledge. (Doc JavaScript)
webreference.com/js/column58/
|
|
Learn how to embed the Media Player's ActiveX and Plugin in Internet Explorer and Netscape Navigator, respectively. Use their common properties from F to W. (Doc JavaScript)
webreference.com/js/column54/
|
|
Learn how to embed the Media Player's ActiveX and Plugin in the same page. Use their common methods and properties to write a jukebox. Includes properties from A to E. (Doc JavaScript)
webreference.com/js/column53/
|
|
Learn how to embed the Windows Media Player's Plugin in your page. Use its methods to write your own streaming media JukeBox for Netscape Navigator. (Doc JavaScript)
webreference.com/js/column52/
|
|
Learn about new features of IE 5.5. It allows you to format numbers in a single command, write data out in your settings' format, and generate URI-based links. (Doc JavaScript)
webreference.com/js/column59/
|
|
Learn how to program banners that change upon loading or reloading but not in between. Change the message every day of the week, day of the month, month of the year, or just pick a random message. (Doc JavaScript)
webreference.com/js/column60/
|
|
Learn how to write and install macros in HoTMetaL PRO. Learn how to use the DOM and Windows Script Host's features in HoTMetaL's JavaScript. Three complete examples are shown. (Doc JavaScript)
webreference.com/js/column56/
|
|
If you're new to JavaScript, Wendy's animated flipbook tutorial will help you learn about arrays. (Webmonkey)
hotwired.lycos.com/webmonkey/html/97/42/index1a.html?tw=programming
|
|
Monkeys all over the world talk shop on the Monkeyjunkies mailing list. You'll find some of the great JavaScript advice that has been posted. (Webmonkey)
hotwired.lycos.com/webmonkey/98/50/index1a.html?tw=programming
|
|
If you're a fan of the JavaScript rollover, have a look at this Webmonkey demo by Taylor.
hotwired.lycos.com/webmonkey/demo/96/35/index4a.html?tw=programming
|
|
The basic "window.status" mouseover. Useful, yet overused. Learn it at Webmonkey.
hotwired.lycos.com/webmonkey/96/40/index3a.html?tw=programming
|
|
The classic JavaScript image rollover. You've seen it, now learn it at Webmonkey.
hotwired.lycos.com/webmonkey/html/96/49/index2a.html?tw=programming
|
|
"Borrowing" JavaScript code is easy. Making it work on your own pages, however, can prove difficult. Nadav reveals what you need to know to make those pirated scripts sail. (Webmonkey)
hotwired.lycos.com/webmonkey/99/30/index1a.html?tw=programming
|
|
Do you need some ready-to-use JavaScript code? Visit the Webmonkey Code Library whenever you need a scripting fix.
hotwired.lycos.com/webmonkey/reference/javascript_code_library/
|
|
Plug-ins can bring all kinds of cool media to Web pages. But making sure that users can view your wizardry is no small task. (Webmonkey)
hotwired.lycos.com/webmonkey/99/40/index3a.html?tw=programming
|
|
Learn the basics - including variables, if-then statements, link events, and image swaps - in what's been called the best JavaScript tutorial on the Web. (Webmonkey)
hotwired.lycos.com/webmonkey/programming/javascript/tutorials/tutorial1.html
|
|
Take JavaScript to the next level with if-then-else statements, cookies, string handling, browser detection, preloaded images, debugging techniques, and a lot more. (Webmonkey)
hotwired.lycos.com/webmonkey/programming/javascript/tutorials/tutorial2.html
|