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: 220,465. lines
 Jobs: 90. postings

 How to support the site

 
Sponsored by:

 
You are in:
 

Does your code think in ink?
Login





Latest Code Ticker for Java/ Javascript
JavaScript DeBugger
By Chris Parry on 12/17


Click here to see a screenshot of this code!Visual Programming Environment
By Paul R. Richards on 12/17

(Screen Shot)

Click here to see a screenshot of this code!jscalendar revised
By Sebastian J. Ponzio on 12/16

(Screen Shot)

Translater
By Brett Ponsler on 12/16


Click here to see a screenshot of this code!Simple Scientific Calculator
By RajeshSS107 on 12/16

(Screen Shot)

Cracker Barrel Peg Game Cracker
By Brett Ponsler on 12/16


Email Extractor
By Brett Ponsler on 12/16


Roman Number Converter
By klein chua on 12/15


Anchor to Iframe in Another Page
By Luciano Skorianez on 12/14


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.

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 comprehensive JavaScript tutorial
by Ronaldo Sanchez Jr.
Language: Java/Javascript

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

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.

New Way to get rid of Angelfire Ads
by rich2oo1
Language: Java/Javascript

Gets rid of angelfire's footer ads in addition to their pop ups/etc

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

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)

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.

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.

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.

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

Bookmark image
by darren kurn
11/22/2003 6:55:44 PM

Language: Java/Javascript

Save a bookmark with your own icon in the favourites folder

The New Java USB API
by Soheil
11/19/2003 1:34:32 AM

Language: Java/Javascript

Learn the new art to control your USB with JAVA

Creating resizable, editable tables (think excel via javascript)
by Mark Kahn
9/5/2003 2:57:58 PM

Language: Java/Javascript

A sample that shows how to create an "excel-like" table. Take a look! I'm sure that you can think of some interesting things to do with this. It's fairly self-explanatory, just take a look at the source.

Flicker Free Applet
by Jayant Mukherjee
9/4/2003 12:18:23 AM

Language: Java/Javascript

This Applet displays Flicker free drawing thru Double Buffering technique. This article is an excerpt from the Complete Reference of JAVA. Have Fun. If you vote for me that would be great for me but it not at all necessary.

Flicker Free Drawing
by Jayant Mukherjee
9/3/2003 2:18:45 PM

Language: Java/Javascript

This Applet displays Flicker free drawing thru Double Buffering technique. This article is an excerpt from the Complete Reference of JAVA. Have Fun. If you vote for me that would be great for me but it not at all necessary.

How to Get Rid of GeoCities Ads
by rich2oo1
9/2/2003 11:36:51 PM

Language: Java/Javascript

This article shows you how to Remove Geocities Ads in one line.

List Files
by Suhail
9/2/2003 9:55:56 PM

Language: Java/Javascript

Prints files in the current directory...with out any special file handling routines??!!!

New Way to get rid of Angelfire Ads
by rich2oo1
8/30/2003 2:23:43 AM

Language: Java/Javascript

Gets rid of angelfire's footer ads in addition to their pop ups/etc

Drop down menu w/ description
by Mike Thompson
8/26/2003 6:52:58 AM

Language: Java/Javascript

A cool drop down menu script with a description of each link displayed beneath the menu.

Swap 2 ints without using a 3rd variable
by Suhail
8/8/2003 8:36:02 PM

Language: Java/Javascript

Swap two integers without using a 3rd variable!


 

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.