Javascript/Java Programming
Latest Contributing Articles
|
|
Javascript Window Objects
Javascript windows are a snap using these custom functions. Wrapped in an external script page this code can be included anywhere and never needs to be adusted again.
|
|
|
Types of Java Methods
Java methods are an integral part of the Java program, falling into a few categories like instance methods, class methods, helper methods, and constructors.
|
|
|
Introduction to Java Loops
This article presents the basic types and structures of a Java loop. For the purpose of simplicity, only the while statement will be used.
|
|
|
Introduction to Boolean Values in Java
This tutorial is an introduction to boolean variables and simple comparisons using relational operators, followed by the boolean-specific logical operators.
|
|
|
Construction Methods in Java
Constructor methods are a unique animal among other methods, scarcely resembling those other methods at all. They serve a specific purpose in Java programming.
|
|
|
Java Variables
Learn about the basic types of Java variables, how to declare those variables, and how to assign values.
|
|
|
The Basic Java Program
See how a simple Java program works in a line-by-line breakdown, along with gentle introductions to some more complex concepts.
|
|
|
Basic Java Programming Tutorial
Save time and confusion by mastering several basic concepts before diving into Java, including what makes Java unique, installing Java, and basic parts of a Java program.
|
|
|
Using JavaScript Cookies with HTML
JavaScript tutorial how-to article class notes for managing document.cookie objects using the JavaScript cookie functions, as well as the date object, and string.split.
|
|
|
Using the JavaScript Date Object
This JavaScript tutorial article lesson is an introduction to the JavaScript Date Object, and how to use it to calculate dates, date offsets, and format date strings.
|
|
|
Making Popup JavaScript Window
JavaScript Class Training showing how to create a popup JavaScript window via the alert function and window JavaScript class, using HTML and JavaScript window.open method
|
|
|
How To Get URL Parts in JavaScript
This JavaScript Tutorial article explains the Location object, and how to retrieve the URL from it in several parts, including how to parse, split, and rebuild URLs.
|
|
|
JavaScript Randomize Landing Page
JavaScript tutorial article showing how to set up an array, select an item at random, and use it to redirect the browser to one of a collection of possible landing pages.
|
|
|
Dynamic Redirect with JavaScript
JavaScript tutorial article explaining how to split and modify a URL using JavaScript to allow dynamic redirection of web site traffic.
|
|
|
JavaScript Split - List or String
JavaScript tutorial article detailing string and array split and join functions with JavaScript examples drawn from common programming problems.
|
|