java, javscript
Quick Search for:  in language:    
java, javscript,tutorial, newbie, beginner, how, to, how to program, help
   Code/Articles  |  Newest/Best  |  Community  |  Jobs  |  Other  |  Goto  | 
CategoriesSearch Newest CodeCoding ContestCode of the DayAsk A ProJobsUpload
Java/ Javascript Stats

 Code: 193,787. lines
 Jobs: 67. postings

 How to support the site

 
Sponsored by:

 

You are in:

 
Login



Latest Code Ticker for Java/ Javascript
Click here to see a screenshot of this code!A (part6) Powerful J2EE - JSP - EJB - JDBC Code using MVC Architecture of Struts
By James Smith Kelleher on 7/8

(Screen Shot)

Click here to see a screenshot of this code!GUI Frame Dynamic XML Decoder.
By nikos fakos on 7/7

(Screen Shot)

Click here to see a screenshot of this code!Dynamic Imaging
By Suhail on 7/4

(Screen Shot)

Click here to see a screenshot of this code!A RainDrops class
By Fabian Jones on 7/3

(Screen Shot)

Click here to see a screenshot of this code!Quiz Writer / Quiz Application: Educational Tools
By Simon A Scott on 7/2

(Screen Shot)

Binary Search Tree 1.0
By Fabian Jones on 7/2


Ping Pong Ball
By Geniusbob Xu Qiang on 7/2


Tetris (fully functional)
By Geniusbob Xu Qiang on 7/2


Click here to see a screenshot of this code!Key Listener that returns the key code (int): its a simple utility program
By Simon A Scott on 7/1

(Screen Shot)

Click here to put this ticker on your site!


Add this ticker to your desktop!


Daily Code Email
To join the 'Code of the Day' Mailing List click here!





Affiliate Sites



 
 

Articles and Tutorials

Most Popular  
The articles and tutorials other users have found the most useful.  Broken out by beginner, intermediate and advanced level.
 
Newest  
Stay up to date with the latest and greatest!
 
To access the entire archive of articles and tutorials simply use the 'Browse All Categories' and 'Search' menu items in the drop-down hot menu at the top of the screen.

Most Popular

Beginner

Intermediate

Advanced

Access Database Manipulation via JDBC (for Microsoft Access)
by Jeff Patterson
Language: Java/Javascript

This will teach you how to connect to a Microsoft Access database. It's also a great overview of JDBC. Once you are connected, you may run any SQL statement that is allowable on Access, such as SELECT, etc. You don't even have to have MS Access installed to run this tutorial - it shows you how to make a blank one without Access!

MAKING GAME APPLETS COMPENDIUM
by Tailgunner
Language: Java/Javascript

This is the full collection of 7 articles on how to create game applets. It contains everything about applets: applet basics, playing sounds, displaying images, making animations, collsion detections and user inputs(kb & mouse). It contains 10 applet examples with full source and articles which explain everything in an easy way(I hope so). Any questions, suggestions or feedback? email me or write it below. Enjoy it!

An Introduction to Java
by Bhushan.
Language: Java/Javascript

An Introduction to Java programming language.

A comprehensive JavaScript tutorial
by Ronaldo Sanchez Jr.
Language: Java/Javascript

A comprehensive Javascript tutorial written by Javascript Hall-of-FAMER Fredrick Maurice Vaughn.

Complete Java GUI Tutorial - Beginner to Expert!
by onny Nadolny
Language: Java/Javascript

Packed with OVER 25 FULLY COMMENTED CODE EXAMPLES this tutorial teaches you everything from how to make a button to advanced event handling. It assumes NO PREVIOUS JAVA KNOWLEDGE! I include a screenshot of all the programs so you know what it should look like. It's divided into two sections - The first to teach you everything about the objects such as buttons, labels, and text fields. The second to teach you how to handle all the events the objects make. In the first part, you will ... (see entry for full description)

A Basic Game
by John Croucher
Language: Java/Javascript

This is a tutorial for anyone who wants to start learning how to program games in Java. I have written it so it can be easy for anyone but it is rather long. If you would like to see this tutorial in its two sections rather than one page please check out my website www.jcroucher.com

File Handling and String Manipulation Tutorial
by onny Nadolny
Language: Java/Javascript

This tutorial will teach you how to read and write files line by line. It also has the code to many string manipulations such as getting the middle of a string, searching/replacing text, and much more, even how to reverse a string! It also has fully working code to demostrate EVERYTHING! Note: Honest comments and generous votes are appreciated... ;)

Building Applications
by Monica Pawlan (Copyright Sun Microsystems Inc)
Language: Java/Javascript

All programs written in the JavaTM language (Java programs) are built from classes. Because all classes have the same structure and share common elements, all Java programs are very similar. This lesson describes the structure and elements of a simple application created from one class. The next lesson (Buidling Applets) covers the same material for applets.

Creating an iframe scroller (similar to the one used by PSC).
by Mike Thompson
Language: Java/Javascript

This article shows creating a IFRAME scroller similar to the one used by PSC on the left side of page.

Creating a Cellphone Game/Application
by R. Kistner
Language: Java/Javascript

Learn how to create a game or application for your cellphone.

How to read Excel in java
by Manjunath P Reddy
Language: Java/Javascript

This article shows a simple ways of accessing spread sheets (such as microsoft excel) in java

Java Database Connectivity
by Indee
Language: Java/Javascript

This article will highlight the concepts of JDBC with example codes and applet. if you got any question please feel free to visit my website www.programmers-den.com and ask questions in the relevant forums. Happy Learning.

Replace The Right Click Menu Of The Web Browser By The One Of Your Choice
by Manu Mehrotra
Language: Java/Javascript

Using this script you can add any HTML you want to right click menu of the web browser, to make it fully customizable. Use this to do site wide navigation, or just give a gentle reminder to someone not to save those images.

Password Security
by Lewis Moten
Language: Java/Javascript

Parses the password field and comes back with a percentage of how secure your password is against a hack attempt.

Sexy Right Click Menu
by Dustin R Davis
Language: Java/Javascript

Want a TRULY CUSTOM right click menu? Check this out! Create a menu that looks like what ever you want.

MySQL Database Connectivity with JSP (Windows)
by Daniel M. Hendricks
Language: Java/Javascript

A tutorial on how to get started with JavaServer pages using Sun's Tomcat web server (a Jakarta variant) and connecting to a MySQL database to retrieve data. Provided as a jumpstart for practicing with real-world applications. Tutorial is intended for users who may have had previous web/database experience but would like to get their feet wet in JSP. (Updated October 04, 2002)

How to make executable jar. in JDK1.3.1
by Bhushan.
Language: Java/Javascript

Creting executable jar. in JDK1.3.1.

Changing the opacity (transparency) of images using JavaScript
by John John
Language: Java/Javascript

See how CSS and JavaScript can be used to change the opacity of images.

Using Browser BUG to Kill Any Ads.
by vivalite
Language: Java/Javascript

Use IE3+/NS4+ phrasing bug to stop the script running. It could be very useful when your web-host attach their ads code under your webpage. Just add below code in the end of your webpage then all done! No ads. code can be execute!(Work on both Internet Explorer and Netscape browser)

Quick n' easy way of generating pdf's on the fly using FOP and Java.
by Manjunath P Reddy
Language: Java/Javascript

This article illustrates a very easy way of getting started with the print formatting objects using FOP. By the end of the article you should be able to generate pdf's on the fly using an xml and xsl document.

Java Native Interface by Example
by Ali Ezad Abbas
Language: Java/Javascript

Its an intro to the Java Native Interface using which you can incorporate native (C/C++ or even Assembly) code into your java programs.(Now in HTML format!!)

Try/Catch Blues
by Sachin Mehra (Delhi, India)
Language: Java/Javascript

Performance - It may seem like you are doing good putting try/catch blocks all throughout your code, but you are probably being redundant.

How to force -download an attachment/application using JSP.
by Manjunath P Reddy
Language: Java/Javascript

This article along with the code snippet illustrates how to force download an attachment from the server to clients using JSP.

Database Access and Permissions
by Monica Pawlan (Copyright Sun Microsystems Inc)
Language: Java/Javascript

This lesson converts the application, applet, and servlet examples from Lesson 6 to write to and read from a database using JDBCTM. JDBC is the JavaTM database connectivity application programming interface (API) available in the Java 2 Platform software.

Even Better Analog Clock
by Chris Myers
Language: Java/Javascript

The best Analog Clock Around.

Loops and Locks
by Sachin Mehra (Delhi, India)
Language: Java/Javascript

This article is regarding Loops and Locks. And about the performance of our code. There is no silver bullet to making fast and efficient code...let's do it ourself.

How to send emails in Javascript with ASP/PHP, seamlessly and without page refreshes or changes!
by Design7 Software
Language: Java/Javascript

This tutorial will teach you how to make your own Javascript based email sender, it uses ASP/PHP to send the emails in a seamless way and without any page refreshes or changes. Note: Javascript doesn't sends the emails by itself, it uses ASP/PHP to send them, the advantage is that they are sended seamlessly and in realtime, plus you program the emails directly in Javascript. Please vote and leave your comments.

Remote Method Invocation
by Monica Pawlan (Copyright Sun Microsystems Inc)
Language: Java/Javascript

The JavaTM Remote Method Invocation (RMI) application programming interface (API) enables client and server communications over the net. Typically, client programs send requests to a server program, and the server program responds to those requests.

JScript link fading system
by David N
Language: Java/Javascript

JScript link fading system. This simple effective script adds a great effect to your webpages. You can not only fade the text but you can use the other effect that does a random transition. I've read from the MSDN Library (@ msdn.microsoft.com) and it has extensive information about performance with collections and speeding up your scripts when they use them. (I've implemented all the performance tips just cause I like fast scripts. Not like this script even needs these improvments ... (see entry for full description)

Need some pictures on cards
by kyle burmark
Language: Java/Javascript

I need pictures of all the 52 cards in a deck for a blackjack program

 



Newest Tutorials

Operators and Assignments
by onny Nadolny
7/1/2003 6:03:54 PM

Language: Java/Javascript

Everything you ever wanted to know about operators and assignments! I will teach you everything, from using the XOR operator to the ternary operators and everything in between. At the end of this tutorial there's a test complete with full solutions so you can test your knowledge of this subject. Keywords: Unary operators, bitwise, shifting, comparison, instanceof, boolean, short circuit, ternary, assignment, NaN.

Javascript Rollover Fade
by chris mcintosh
6/27/2003 4:15:32 AM

Language: Java/Javascript

This script lets you specify two images and on mouseover of the image it fades to a different image. perfect for dhtml fade navs.

H.T.M.L TAGS BEYOND *DREAMS* !!!!
by stephen antony
6/6/2003 3:44:52 AM

Language: Java/Javascript

HALLO folks this is your own stephen antony the purpose of me writtimg this article was that i came across a question last week on my school exam on my computer science paper write down 10 HTML tags along with its functions the question i did well but on my school library i found many books telling different tags like
and many many i thought why cant i share these with you in planet source code so that all programmers in perl,asp,php,java,javascript,can do more work ... (see entry for full description)

URLEncode
by Charles Toepfer
6/4/2003 8:10:42 PM

Language: Java/Javascript

Javascript URLEncode (like ASP URLEncode).

Submit a form in a new window
by J Mickley
5/22/2003 4:39:19 AM

Language: Java/Javascript

A great little script to make a form submit in a new window, so original page doesn't change.

The Matrix Codebreaker
by Coding MasterMind
5/8/2003 4:17:06 AM

Language: Java/Javascript

This is similar to the Matrix, you define the string and this JS randomizes the string one letter at a time and breaks the code. Hard to explain. Please just check it out; I did not make it, though I think it will be useful for a lot of people.

A Tutorial for dummies
by SHOUVIK
5/5/2003 7:15:48 AM

Language: Java/Javascript

Learn to use javascripts

A Basic Game - Part 3
by John Croucher
4/20/2003 5:25:55 AM

Language: Java/Javascript

This is the 3rd section of my Basic Game Tutorial. This part shows how to put graphics into the game.

File Handling and String Manipulation Tutorial
by onny Nadolny
4/1/2003 6:03:38 PM

Language: Java/Javascript

This tutorial will teach you how to read and write files line by line. It also has the code to many string manipulations such as getting the middle of a string, searching/replacing text, and much more, even how to reverse a string! It also has fully working code to demostrate EVERYTHING! Note: Honest comments and generous votes are appreciated... ;)

Displaying user's IP address using JavaScript
by Mike Thompson
4/1/2003 1:41:45 AM

Language: Java/Javascript

This simple JavaScript code demonstrates how to use JavaScript in conjunction with SSI to display the user's IP address.


 

Categories | Articles and Tutorials | Advanced Search | Recommended Reading | Upload | Newest Code | Code of the Month | Code of the Day | All Time Hall of Fame | Coding Contest | Search for a job | Post a Job | Ask a Pro Discussion Forum | Live Chat | Feedback | Customize | Java/ Javascript Home | Site Home | Other Sites | About the Site | Feedback | Link to the Site | Awards | Advertising | Privacy

Copyright 1997 by Exhedra Solutions, Inc. All Rights Reserved.  By using this site you agree to its Terms and Conditions.  Planet Source Code (tm) and the phrase "Dream It. Code It" (tm) are trademarks of Exhedra Solutions, Inc.