Web Developer's Virtual Library: Encyclopedia of Web Design Tutorials, Articles and Discussions


WDVL Newsletter

Active Server Pages
JSP/Java Servlets
Microsoft SQL Server
Daily Backup
Dedicated Servers
Streaming Audio/Video
24-hour Support    

jobs.webdeveloper.com

Hiermenus


e-commerce
Partner With Us















Developer Channel
FlashKit.com
JavaScript.com
JavaScriptSource
Developer Jobs
ScriptSearch
StreamingMediaWorld
Web Developer's Journal
Web Developer's Virtual Library
WebDeveloper.com
Webreference
Web Hosts
XMLfiles.com

internet.com
IT
Developer
Internet News
Small Business
Personal Technology

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers


Tutorials for Web Developers - Web Programming & Scripting

Static HTML pages can be supplemented with server or client-side programming, or 'scripting' as it is often known. Currently the main languages for this are Perl, Java, and JavaScript, sometimes used in combination with CGI.

Introduction to Web Programming
Selena SOL
A four half-day course.
Day Two: The Common Gateway Interface (CGI)
A look at CGI scripts written in the programming language called Perl.
Day Three: Java Basics
Beginning Java tutorial .
Day Four: Advanced Java
Advanced Java tutorial.

Creating Portable and Modular Client-Side Scripts
Aaron Weiss
This article examines the few methods available today for externalizing your Web scripts in attempting to keep them modular, portable, and outside HTML.

JavaScript

JavaScript is a compact, object-based scripting language for developing client and server Internet applications.

JavaScript + CSS + DOM Magic - Part 2
New Riders
JavaScript + CSS + DOM Magic has directly applicable projects with step-by-step instructions showing you how to master a feature and adapt it according to their own needs and creativity. Chapter 12 covers Creating the Basic Document Object Creation Script, Creating the Tab Navigation Script, and Modifying the XHTML Markup to Call the Functions. From New Riders.
JavaScript + CSS + DOM Magic
New Riders
JavaScript + CSS + DOM Magic has directly applicable projects with step-by-step instructions showing you how to master a feature and adapt it according to their own needs and creativity. Chapter 12 covers Transitional CSS and JavaScript Strategies.

JavaScript for Non-programmers
Andrew Starling
It's possible to use JavaScript in your Web pages without spending months at night-school learning how the language works. Some scripts are plug and play - drop them in the right place on your HTML page and they'll work straight away. Others need only a small amount of customisation to meet your needs. Here we take a look at JavaScript from a non-programmers point of view.

Designing with JavaScript, 2nd Edition: Part 3
O'Reilly & Associates, Inc.
This third and final installment in this series covers document properties, objects, properties, methods, and time shifts. Designing with JavaScript shows you how to create the effects you want, without forcing you to wade through pages of dry programmer-speak about variables, operators, and functions. Each chapter demonstrates common JavaScript techniques and explains how to customize them for your own use.
Designing with JavaScript, 2nd Edition: Part 2
O'Reilly & Associates, Inc.
In this second installment we look at the script tag and displaying the page. Designing with JavaScript shows you how to create the effects you want, without forcing you to wade through pages of dry programmer-speak about variables, operators, and functions. Each chapter demonstrates common JavaScript techniques and explains how to customize them for your own use.
Designing with JavaScript, 2nd Edition: Part 1
O'Reilly & Associates, Inc.
Designing with JavaScript shows you how to create the effects you want, without forcing you to wade through pages of dry programmer-speak about variables, operators, and functions. Each chapter demonstrates common JavaScript techniques and explains how to customize them for your own use. This first installment from Chapter 1 dives right in and looks at applying onMouseOver to your links.
Beginning JavaScript: Part 4
Wrox Press
This fourth and final installment looks at the trivia quiz, creating the answer radio buttons, and wraps up with a summary of the chapter. This manuscript is an abridged version of a chapter from the Wrox Press book Beginning JavaScript. Chapter 6 of Beginning JavaScript covers using information in the Web browser and takes a look at HTML forms and how we interact with them in JavaScript.
Beginning JavaScript: Part 3
Wrox Press
This third installment covers adding new options, adding new options with Internet Explorer, using the select element for date difference calculations. This manuscript is an abridged version of a chapter from the Wrox Press book Beginning JavaScript. Chapter 6 of Beginning JavaScript covers using information in the Web browser and takes a look at HTML forms and how we interact with them in JavaScript.
Beginning JavaScript: Part 2
Wrox Press
In this second installment, we look at text elements, a simple form with validation, the password text box, and checkboxes and radio buttons. This manuscript is an abridged version of a chapter from the Wrox Press book Beginning JavaScript. Chapter 6 of Beginning JavaScript covers using information in the Web browser and takes a look at HTML forms and how we interact with them in JavaScript.
Beginning JavaScript: Part 1
Wrox Press
This manuscript is an abridged version of a chapter from the Wrox Press book Beginning JavaScript. Chapter 6 of Beginning JavaScript covers using information in the web browser (client- side processing) and takes a look at HTML forms and how we interact with them in JavaScript. This first installment covers HTML forms, common properties and methods, other form object properties and methods, and button form elements.
Simple JavaScript Scripts
By Reaz Hoque
This article is taken with permission from the website of the book Practical JavaScript Programming.
JavaScript Tutorial for Programmers
By Aaron Weiss
This JavaScript tutorial is aimed primarily at those who have had at least some exposure to another programming language.
Cookies
Quadzilla Archive
The cookie is nothing more than a text file assigned to unique visitors to your site.

Learning to Write Java

Links to journals, tutorials, tools and FAQs

Your first Applet
Diana Luckevich
Introduces the Java(TM) programming language through the study of this useful applet
Building Web Applications Using Servlets and JSP
Harshal Deo

So you have heard about servlet and JSP, but how to put these together? "Building Web Applications Using Servlets and JSP" steps through the different components involved in developing a simple web application using 'server side Java'.
Building Web Applications Using Servlets and JSP Part II
In the first part of we built a simple web application with Servlets and JSP. We skipped over some of the finer details, specifically accessing the database using Servlets. In this part we will modify our Login Servlet to validate the userid and password with those from the database.

Other

Early Adopter Curl
Wrox Press

As well as providing a tutorial to the Curl language itself, this book also provides a great introduction to its graphics and multimedia capabilities and will give developers everything they need to know to start applying Curl technology in real world situations.
Python Essential Reference, Second Edition
New Riders Publishing

Python Essential Reference, Second Edition, is the definitive guide to the Python Programming language. Designed for programmers, it covers the core language, more than 100 modules in the standard library, and the techniques used to extend Python with compiled procedures in C or C++.
The Quick Python Book: Chapter 13 - Part 3
Manning Publications Co.

This is a simple and powerful book about a simple but (definitely) powerful language, Python. This third installment from Chapter 13 covers pickling objects into files and shelving objects.
The Quick Python Book: Chapter 13 - Part 2
Manning Publications Co.

This is a simple and powerful book about a simple but (definitely) powerful language, Python. This second installment from Chapter 13 covers screen input, output and redirection.
The Quick Python Book: Chapter 13 - Part 1
Manning Publications Co.

This is a simple and powerful book about a simple but (definitely) powerful language, Python. This first excerpt from Chapter 13 covers the opening of files and objects and the use of funtions to read and write text and binary data.
The Quick Python Book: Chapter 11 - Part 3
Manning Publications Co.

This is a simple and powerful book about a simple but (definitely) powerful language, Python. This third excerpt from Chapter 11 covers library and third-party modules, creating bindings, and the built-in namespace.
The Quick Python Book: Chapter 11 - Part 2
Manning Publications Co.

This is a simple and powerful book about a simple but (definitely) powerful language, Python. This second excerpt from Chapter 11 covers the import statement and placement of modules.
The Quick Python Book: Chapter 11 - Part 1
Manning Publications Co.

This is a simple and powerful book about a simple but (definitely) powerful language, Python. This first excerpt from Chapter 11 covers the basics of a Module.
Introducting .NET - Part 3
Wrox Press

This week's installment covers, XML as the .NET 'Meta-language', Visual Studio.NET, and Language Changes Affecting ASP.NET. Introducing .NET from Wrox Press is designed to tell you exactly what you need to know, to cut through the fog and to bring you a clear picture of what .NET is, and what you can expect to be able to do using it.
Introducting .NET - Part 2
Wrox Press

Introducing .NET from Wrox Press is designed to tell you exactly what you need to know, to cut through the fog and to bring you a clear picture of what .NET is, and what you can expect to be able to do using it. This week's installment covers metadata, .NET Framework base classes and Web forms.
Introducting .NET
Wrox Press

Introducing .NET from Wrox Press is designed to tell you exactly what you need to know, to cut through the fog and to bring you a clear picture of what .NET is, and what you can expect to be able to do using it. This week's installment covers a general overview and key design goals.
Unicode
Aaron Weiss

While developing Web applications that are Unicode-friendly opens up new possibilities for multi-lingual flexibility, it also introduces some new ways of thinking about characters, and text. This month we look at Unicode, and how it is currently supported in various Web development environments.
Introduction to Database Manipulation with ADO
Benoy Jose

The average surfer today demands personalized, customized, interactive web pages that change content on user request. Learn how to fill that demand by using ADO to connect to any ODBC complian database.
Server Side Includes
Linda Cole

Are you the harried, overworked web-designer who just learned the boss wants across the board changes to a thousand page website? Learn how to update an entire website by editing a single file, add date and time dynamically and more!


Up to => Home / Authoring / Tutorials




Jupiter Online Media: internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and Jupiter Online Media

Jupitermedia Corporate Info


Legal Notices, Licensing, & Permissions, Privacy Policy.

Web Hosting | Newsletters | Tech Jobs | Shopping | E-mail Offers