Javascript/Java Programming
Latest Feature Articles
|
|
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.
|
|