Javascript/Java Programming
Feature Writer Articles in Javascript/Java Programming
|
|
How to Use the System Tray with Java
Adding a Java Application to the Windows System Tray is very easy - provided, of course, that the programmer knows which packages and classes to use.
|
|
|
How to Create a Simple Java GUI
Most users are used to seeing an application interface with buttons an boxes. The Java programmer can provide this by using the Swing and AWT packages.
|
|
|
How to Create a Java Package
When using any object oriented language like Java the programmer will create classes - lots of them. A programmer can organize these classes by introducing Java packages.
|
|
|
How to Write and Reuse a Java Class
Java is a oriented programming language and therefore consists of classes. This simple tutorial shows how to create a Java classes and how to reuse the code.
|
|
|
How to Create a Facebook Application
Facebook applications are an effective method of reaching millions of users and a programmer can build an new application in just a matter of minutes.
|
|
|
Creating Javascript Bookmarklets
Many programmers use Javascript in wep pages, but they can also create bookmarklets - these extend the functinality of a web browser without even needing a web page.
|
|
|
Have a Date with Javascript
If a web page programmer uses Javascript then dates are easy to use and manipulate - it's just a matter of creating a Javascript date object.
|
|
|
How to Create a Javascript Only Web Page
Web pages are normally written in HTML with Javascript used to add functionality. However, it is possible for a programmer to create a web page using only Javascript.
|
|
|
Web Page Buttons with Javascript
Buttons are not just for forms on a web page - a programmer can add functionality to a web page by handling the Javascript onclick event.
|
|
|
How to Add a Google Map to a Web Site
Is a description of how to get to a location not good enough? If that's the case then add a Google Map to any web site - just by using a simple piece of Javascript code.
|
Contributing Articles in Javascript/Java Programming
|
|
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.
|
|