Geometry.Net - the online learning center
Home  - Basic_J - Java Java Script Beginners
e99.com Bookstore
  
Images 
Newsgroups
Page 6     101-107 of 107    Back | 1  | 2  | 3  | 4  | 5  | 6 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

101. HTML Goodies
Featuring tutorials on HTML tags, programming, basics, JavaScript, It s sucha common error among beginners, but why is it that they so often see red?
http://www.htmlgoodies.com/
Get Featured Whitepapers from the Novell Linux Solution Center WHITEPAPER :
Novell Support Solutions for Linux

Need a dynamic range of support solutions for Linux? WHITEPAPER :
Why Move from Windows NT to SUSE LINUX?

Migrate and take advantage of the reliability and security of Linux WHITEPAPER :
Why Choose Novell for Linux?

Why is Novell the best distribution vendor for Linux from both a technology and support standpoint? WHITEPAPER :
Ten Reasons to Choose SUSE LINUX over Microsoft Windows.

Discover cost savings, speed and security.
The ultimate html resource
About the Double-Underlined Links
INTRODUCTION home about non-technical introduction newsletter archive PRIMERS html ad banners asp javascript ... web graphics BEYOND HTML asp cascading style sheets css keyword ref cgi scripting ... the master list NEED HELP? discussion boards mentors WEB DEVELOPMENT earthwebdeveloper.com javascripts.com Search Clipart.com: Clipart Photos Fonts Web Art internet.commerce New Car Prices Boat Donations Dedicated Servers Laptop Batteries ... Cheap Airline Tickets Whitepapers and Resources from the Novell Security Solution Center On-Demand Webcast: Identity-Driven Computing How Can SUSE LINUX Make Your Enterprise More Agile and Secure?

102. JavascriptGuide.com
A Javascript guide for the absolute beginner. Contains numerous Javascript examplesalong with source code and explanations. It also has links to other
http://www.javascriptguide.com/
A Beginner's Guide to JavaScript
If you like this site, please help me get a free iPod. Click here to sign up at http://www.freeiPods.com . To get a free iPod yourselves, participate in any one offer and then get 5 of your friends to sign up also.
As far as I know, this site is legitimate, but you will definetly get spammed in exchange for the iPod.
Articles about freeiPod.com: wired.com geek.com
What is JavaScript?
Javascript can be thought of as an extension to HTML which allows authors to incorporate some functionality in their web pages. So now, whenever the user presses the SUBMIT button, you don't necessarily have to invoke a cgi script to do the processing. If it is something simple, you can do the processing locally using Javascript and give back the results. Javascript can also be used in a number of ways to spice up your page.
Who is the beginner?
No, it's not you. It's me. By the title, all I meant was that this is my Guide to Javascript. I have just started studying Javascript and this is my way of doing it. Just thought I'd warn you... As I learn Javascript, I'll be constantly improving this web site. So if you don't find anything of interest here now, please do come back later.

103. A Beginner's Guide To JavaScript
A JavaScript tutorial for the absolute beginner. Contails numerous examples alongwith expalnation and source code.
http://www.geocities.com/SiliconValley/Park/2554/
A Beginner's Guide to JavaScript
by Rajesh Vijayakumar New design coming soon!
What is JavaScript?
Javascript can be thought of as an extension to HTML which allows authors to incorporate some functionality in their web pages. So now, whenever the user presses the SUBMIT button, you don't necessarily have to invoke a cgi script to do the processing. If it is something simple, you can do the processing locally using Javascript and give back the results. Javascript can also be used in a number of ways to spice up your page.
Who is the beginner?
No, it's not you. It's me. By the title, all I meant was that this is my Guide to Javascript. I have just started studying Javascript and this is my way of doing it. Just thought I'd warn you... As I learn Javascript, I'll be constantly improving this web site. So if you don't find anything of interest here now, please do come back later.
Whom this page is for
In its present form, this page is for the absolute beginner to Javascript. Some knowledge of HTML is assumed. For more information on HTML, check out my Links Page. Further on, familiarity with C++ will also be useful since these two are somewhat similar in syntax and also because Javascript is Object Oriented. The Tips page contain some very simple but useful Javascript samples along with explanations. You can use them without knowing much about Javascript. On the

104. Get An Overview Of JavaScript
JavaScript offers a way to add intelligence and interactivity to Web pages.Here are several things you can do with JavaScript.
http://builder.com.com/5100-31-5076591.html
Log in Join now Help SEARCH: Builder.com in Web Development
Home
Web Development Library Get an overview of JavaScript Resources Newsletters Discussion Center White Papers Trialware ... Online Book Library
Featured Product:
Get an overview of JavaScript
October 1, 2003
Rating: (out of 5) Rate this article Send us feedback Hide
Hide

document.write(''); By Emily A. Vander Veer JavaScript offers a way to add intelligence and interactivity to Web pages. With JavaScript, you can:
  • process data collected in HTML forms right on the user's computer, without involving a server (or a programmer with advanced Perl, C, or other programming language skills)
  • create and store data on the user's machine
  • add interactivity to graphics
  • change page elements on the fly based on user input; and
  • integrate HTML data more tightly with other Web technologies (for example, Java applets and ActiveX controls).
Before JavaScript Before JavaScript, creating interactive Web pages was far more difficultfor the page designer and the hardware. Collecting and processing user data required something called a common gateway interface (CGI) script that ran on the Web server. To use a CGI script, you first design an HTML-based Web page containing forms to gather input from users. Then you create (or pay someone to create) a CGI script in C or Perl to process the gathered input on the Web server. Unfortunately, each time a user views the page and submits the form, the data travels from the Web browser to the CGI script. The CGI script then processes the data and returns any results to the user in the form of a new HTML-based Web page. This happens every time a user makes changes to the Web form, thus soaking up the server's CPU power and wasting time sending information back and forth across the Internet connection.

105. Builder.com - Beyond The Code
Source for product and howto information on HTML, javaScript, web design ande-commerce.
http://builder.com.com/
Help SEARCH: Builder.com
Handling recurring payments with PayPal subscriptions and IPN

Do you run a subscription service that needs to invoice customers and collect payments on a regular basis? We'll show you how to integrate your online service with PayPal's Subscriptions and Recurring Payments feature. Whitepaper: Securing an Apache server with SSL certificates
An SSL certificate authenticates your Web site, encrypts communication sessions, and guarantees the integrity of transmitted data. Get instructions on how to secure your Apache server with a VeriSign SSL certificate. Development OOP: Java, C, C++, C# The latest news and discussions on these key programming languages. Web Development From JavaScript to Flash, everything you need to know about the latest web development technologies. Databases The news and discussions you need for Oracle, Sybase, MySQL, and more.

106. Basics : Where To Place It - JavaScript Tutorial - EchoEcho.Com - Beginners Best
JavaScript Basics javascript tutorial. Since javascript isn t HTML, youwill need to let the browser know in advance when you enter javascript to an
http://www.echoecho.com/javascript1.htm
JavaScript Basics : WHERE TO PLACE IT aaa=location.search; bbb=/toc=on/; aaa=aaa.replace(bbb,'toc=off');document.write('Printable Version'); Printable Version
Send Page To Friend

S ince javascript isn't HTML, you will need to let the browser know in advance when you enter javascript to an HTML page. This is done using the tag.
T he browser will use the <script> type="text/javascript"> and to tell where javascript starts and ends.
C onsider this example:
<script type="text/javascript">
alert("Welcome to my world!!!");
T he word alert is a standard javascript command that will cause an alert box to pop up on the screen. The visitor will need to click the "OK" button in the alert box to proceed.
B y entering the alert command between the
<script type="text/javascript"> and tags, the browser will recognize it as a javascript command.
I f we had not entered the tags, the browser would simply recognize it as pure text, and just write it on the screen. Y ou can enter javascript in both the and sections of the document.

107. Superconductors
Informative and well illustrated pages for a global view of superconductor field.
http://superconductors.org/
VISITOR ALERT:
We have detected that your browser is not Java-enabled. Please enable
Java and Java Script by clicking on your Browser's "PREFERENCES" area.
If you don't not wish to enable Java, you will not be able to view all of the
information available on this website. Java is used extensively.
What is a Superconductor ?
The History of Superconductors

Uses for Superconductors

Type 1 Superconductors
...
Visitor Stats and Kudos

"A great place to start learning about superconductors. Start here!" - Arizona State University One of "the top Internet education sites..." - Innovative Teaching "The best information online about superconductivity." - Energy Science News "Superlative...invaluable...endlessly informative." - Netsurfer Science "The greatest Superconductor site on earth." - Michigan State University Over 817,714 Super people have found this Index page since July 2, 1999. SUPERCONDUCTORS.ORG is a non-profit, non-affiliated website intended to introduce beginners and non-technical people to the world of superconductors.

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

Page 6     101-107 of 107    Back | 1  | 2  | 3  | 4  | 5  | 6 

free hit counter