20096 total geeks with 3178 solutions
Recent challengers:
 Welcome, you are an anonymous user! [register] [login] Get a yourname@osix.net email address 

Articles

GEEK

User's box
Username:
Password:

Forgot password?
New account

Shoutbox
Domuk
No, not an issue with the PHP - I was responding to "AJAX not being cross site is annoying"
MaxMouse
Really? i thought that would only be important if the user had some kind of control over where the XML came from, if you hard code it (As in a PHP file) wouldn't that eliminate XSS attacks?
Domuk
Yes, but very, very necessary. AJAX requests run in the context of the browser, there'd be no security if it was cross-domain .
MaxMouse
AJAX not being cross site is annoying, all other scripts can be used in that way, having to resort to PHP to patch it is a shame.
SAJChurchey
thx MaxMouse

Donate
Donate and help us fund new challenges
Donate!
Due Date: Nov 30
November Goal: $40.00
Gross: $0.00
Net Balance: $0.00
Left to go: $40.00
Contributors


News Feeds
The Register
MySpace makes peace
with Indies
Nvidia previews
next-gen Fermi GPUs
Potty-mouths
charged for Comcast
hijack
Microsoft
Silverlight - now
with hidden Windows
bias
Apple cult leader
emails outside
world
Sony demos monster
3D TV
Wrecking CRU:
hackers cause
massive climate
data breach
Skinny Acer
notebook delivers
six-day battery
life
VTOL gyro-copter
flying car mates
with killer robot
Oracle begs EC for
more time
Slashdot
iPhone Owners
Demand To See Apple
Source Code
Proton Beams Sent
Around the LHC
Microsoft"s Lack of
Nightly Builds For
IE
Some Claim Android
App Store Worse
Than iPhone"s
Climatic Research
Unit Hacked, Files
Leaked
Aging Nuclear
Stockpile Good For
Decades To Come
Netbooks Have
Higher Failure Rate
Than Laptops
Xbox Live Class
Action Being
Investigated
Patent Issued For
Podcasting
Linus Torvalds For
Nobel Peace Prize?
Articles in topic

Java

Java: Class
by: manila - 2009-10-08 03:59:29
A brief explanation of Class in Java. What is it?
3161 bytes more - viewed 378 times - comments - rated
Java: Beginning Java: Setting up JDK
by: SAJChurchey - 2009-02-17 03:47:07
This is the first in what I hope will become a series of tutorials on the basics of Java. If you are already familiar with programming, this series will provide you with everything you need to know to get started with this portable language. In this article, I will explain some of the basics of the Java programming language and how to set up a basic development environment on your own PC using Sun's JDK 1.6.
12373 bytes more - viewed 2081 times - comments - rated
Java: Basic Networking in Java :: TCP
by: Solnus - 2007-01-02 16:03:16
Programming TCP connections in Java.
3631 bytes more - viewed 12189 times - comments - rated
Java: Writing Your Own Exceptions
by: SAJChurchey - 2005-12-17 01:02:18
This second article in my series on exceptions in Java will introduce you to the finally block. I will also go on to explain the structure of the standard Java API so that you understand the classes you will more than likely be extending in your own applications.
10756 bytes more - viewed 23095 times - comments - rated
Java: Exception Handling in Java
by: SAJChurchey - 2005-11-13 05:04:48
In the following article, you will learn the basics of catching and using Exceptions in Java. This is the first of a few articles that I am going to write on the subject. In future articles, I will be telling you how to write your own exceptions for use in your applications, along with exception chaining to make more robust applications that report effective error messages.
7932 bytes more - viewed 50349 times - comments - rated
Java: Rowset a Java-Bean Compliant Object that Encapsulates Database Access
by: sharad_thakur007 - 2005-10-13 07:28:17
Rowset is a Java-Bean Compliant Object that Encapsulates Database Access.
6619 bytes more - viewed 5501 times - comments - rated
Java: Wireless Java - Developing with J2ME
by: D-Cypell - 2005-07-08 08:06:05
A review of the book titled 'Wireless Java, Developing with J2ME' by Jonathan Knudsen, published via Apress.

If somebody were to ask me, “Which technologies have had the biggest impact on society in recent times?”, it is likely that the Internet and mobile telecoms would be at the top of my list.
4805 bytes more - viewed 9155 times - comments - rated
Java: Connecting to MySQL with Java
by: optikal - 2005-05-05 23:48:17
This is a result of a administration program I am working on at the moment. I wanted to store my data on an external sql server. So MySQL was my choice since I already had it up and running for my website. I have only been able to find sample codes for accessing a relational database with java. Here I will try to explain, in some detail, what and why we are doing what we do to access the database.
4765 bytes more - viewed 30794 times - comments - rated
Java: The Java Observable Interface
by: n3ptun0x - 2004-08-19 20:21:47
A brief summary of the Observable interface.
1724 bytes more - viewed 26683 times - comments - rated
Java: Java Key Trapping
by: dimport - 2003-06-30 20:00:22
Have you ever wondered how to associate actions to keys?


Here you is the code lets you associate those actions.

442 bytes more - viewed 7704 times - comments - rated
Java: Jdk 1.4, Eclipse and Assertions
by: dimport - 2003-06-21 07:19:46
In case you missed all the hype, Sun Microsystems has recently launched a new version of Java. In this tutorial I am going to take you through getting JDK 1.4 up and running in the Eclipse development environment, which is a very sexy open source Java development tool. I will also touch on Assertions - a new feature of JDK1.4. The article assumes you are running on Windows, but both Eclipse and JDK1.4 are also available for Linux.
5009 bytes more - viewed 12777 times - comments - rated
Java: Sending email with Java
by: dimport - 2003-06-21 07:19:46
In this example I will be taking a quick look at Java's support for email
through the JavaMail API, and will produce a simple mail client capable
of sending email with file attachments.
3633 bytes more - viewed 76418 times - comments - rated
Java: MD5 Hashing in Java
by: dimport - 2003-06-21 07:19:46
A wrapper for Java's MD5 class that makes life a little easier.
1923 bytes more - viewed 55475 times - comments - rated
Java: Java Symetric Key Cryptography
by: dimport - 2003-06-21 07:19:46
The Java SDK 1.4 has now come standard with libraries for protection of information. Among these libraries are the libraries for encryption. Encryption is a valuable resource for programmers who need to write secure software.
2208 bytes more - viewed 6946 times - comments - rated
Java: Calling COM objects from Java
by: dimport - 2003-06-21 07:19:46
This tutorial shows how easy it is to access Microsoft COM objects using Java.

Before I start the tutorial I want to make a few things clear...

Firstly, If you want to write Windows applications that make use of COM, you should really be coding in VB or C#, however there are times when it makes sense to write your application in Java, but you really need to use some functionality provided by COM - Such as accessing a Microsoft Exchange server from a Java Web server.

Secondly, this tutorial makes use of IBM's bridge2Java technology. There are lots of alternative technologies out there, but I like IBM's solution because it's easy to live with - it just works.
5098 bytes more - viewed 10481 times - comments - rated
Java: A Closer Look at Typecasting
by: dimport - 2003-06-21 07:19:46
Often in programing and especially in OOP (Object Oriented Programming) we find ourselves in a position where a variable is of a particular data type, when we really need it to be of another. To do this we use typecasting or type conversion.
6131 bytes more - viewed 11479 times - comments - rated
Java: yaps -Tcp and Udp simple port scanneer
by: dimport - 2003-06-21 07:19:46
YAPS - Yet Another Port Scanner
Ok, I'm learning socket programming in java so i made a port scanner. Hope this will help people with the idea of error checking within the program, and starting a connection with a host.
3249 bytes more - viewed 6840 times - comments - rated
Java: Introduction to Arrays, and Sorting using Java
by: dimport - 2003-06-21 07:19:46
Seems you guys want more tutorials; well here is a simple explanation of Arrays, and how to sort them in one of our more popular languages, Java.
1832 bytes more - viewed 7251 times - comments - rated
Java: Debugging Backwards in Time
by: dimport - 2003-06-21 07:19:46
Debugging backward in time, see what the program's result was.. and see where the result was wrong.. you can see everything.. i suggest to at least look at the program.. it might save a lot of your time(and probably will). You can prolly read more on the site: www.LambdaCS.com
2373 bytes more - viewed 3614 times - comments - zero rated
Java: FreeTTS: a speech synthesizer in java
by: dimport - 2003-06-21 07:19:46
FreeTTS is a speech synthesizer written entirely in the Java programming language. Which is quite remarkable because Java isn't the first language that'd pop in my mind if I had to make such a device.
2950 bytes more - viewed 12942 times - comments - rated
Java: Executing code in an Interface
by: dimport - 2003-06-21 07:19:46
Sometimes you choose to place constants in an interface. Sometimes constants require complex initialization. Since all variables in an interface are final, you cannot assign a value that requires more than one operation, or relies on a result of some more complex computation.
519 bytes more - viewed 6490 times - comments - rated
Java: The Java string cache
by: dimport - 2003-06-21 07:19:46
The behaviour of Java’s ‘string literals’ is a commonly misunderstood feature of the platform, but with a little knowledge of this system and some liberal hacking using the reflection API it is possible to cause ‘System.out.println(“Hello World”)’ to actually display a completely different piece of text… doubters read on…
7932 bytes more - viewed 8285 times - comments - rated
Java: PMD released!
by: dimport - 2003-06-21 07:19:46
PMD is a Java source code analyzer. It finds unused variables, empty catch blocks, unnecessary object creation, and so forth. This release includes a number of new rules and bugfixes. .
737 bytes more - viewed 6122 times - comments - rated
Java: A Java AWT Reference
by: dimport - 2003-06-21 07:19:46
The AWT (Abstract Windowing Toolkit) is a commonly used GUI API in Java, and it contains a lot more than you might think. . .
14555 bytes more - viewed 6746 times - comments - rated

Features

The Forums
Re: Maximizing
a Cone

(UnTaran/Geek Tips)
In the .bin
(UnTaran/Geek Tips)
Re: Triangle
Geometry

(CodeX/Geek Tips)
Re: Please help
with challenge
1!!!

(maxmouse/Geek Tips)
Re: Error in
PHP statement

(Domuk/Technical Questions)

Recent Blogs
Blog entry for
Mon 9th Nov 4am
feck you
all!!!!!!!!
0 comments
echmil's blog
Sat 7th Nov 11pm
IIS 6 SelfSSL
and Windows 7
0 comments
bb's blog
Tue 29th Sep 12pm
My PHP Projects
PSP

Current Poll
Given the
opportunity to
work for any game
developer, which
would you choose?
Share you're
reasoning plus
any other
developers, this
is only a tiny
list off the top
of my head so
share away!

Lionhead Studios
Konami
Pandemic Studios
Activision
Blizzard Entertainment
Capcom
Bethesda Softworks
Other (Please Comment)



View Results
(16 Comments)

Site Comments
Good tutorial.
I really loved
it

(Anonymous / Creating Custom Events in C#)
Hi
Tim, there
is one mistake
in your c...

(jirka77 / ROL/ROR in C)
i tried to use
the above code
and im getting...

(Anonymous / Sending Email in VB.Net)
upload it
again!!

(Anonymous / Tic-Tac-Toe: an unbeatable foe)
:) WINK WINK
(Anonymous / Introduction to Visual Basic Socket Programming)
your code
doesn't work
for any othe
bmp f...

(Anonymous / A 24-bit v.3 BMP Primer)
Thanks for
sharing.
Jonny cleaner
revie...

(Anonymous / A simple IRC BOT written in Python)
Ok, i writing a
similar program
but i need t...

(Anonymous / Simple C++ program to find all numbers that are divisible by a number)
Thanx a lot. A
very good
explanation.
Wik...

(Anonymous / Solving sudoku with C#)
need to install
john for my
homework, i
j...

(Anonymous / John the Ripper Tutorial)


     
Your Ad Here
 
Copyright Open Source Institute, 2006