Category

Java tuts

You are now browsing the posts filled under Java tuts.

Using the ArrayList object in JAVA

I continue sharing with you bits of code from my JAVA project picking up the thread left in Running SQL queries in JAVA. I remind you that I must develop a library application for school project.
So far I showed you how I connected to a database and how I manipulate data from that database. In [...]

Running SQL queries in JAVA

In a previous post, Connecting to Access database in JAVA, I’ve shared a little snippet of code with you that showed how to connect to an Access DBMS.
With the connection alone you can’t do much to the database excepting the connection. We need to manipulate the data found in the database we connected to.
The manipulation [...]

Connecting to Access database in JAVA

Hi there,
I started a project for school that I must develop in JAVA. It’s a library system that uses Access databases for data and settings storage. I’m not going into any more details about the analysis of the problem but it’s obvious that I needed to setup a connection to the database.
In this small post [...]

New features for the Yahoo Status Checker

A few weeks ago, I released a simple Yahoo status checker script and I offered it for download. Although the script works just fine, a lot of users wrote me back that they got errors from the script. I saw these errors and they were parsing errors because the PHP version installed on their servers [...]

Simple Yahoo status checker Revised

Unfortunately, Yahoo performed some maintenance operations to it’s servers a couple of days ago and it’s no longer possible to check for invisible users using the following link: opi.yahoo.com/online?username&m=k&t=1&s=1

Until I’ll come up with a new way to find this user status out, I altered the script in such a way that it can still tell [...]

Free Simple Validation Script

This script is a very easy and elegant way to verify data that is to be submitted is valid before the actual validation process without reloading the page.

The idea is not new and it is not original. I made this script because I didn’t want to use a lot javascript files unless it was necessary. [...]

NicEdit – New js WYSIWYG editor

NicEdit - New js WYSIWYG editor

I recently came across NicEdit’s webpage and I was pleasantly surprised of it’s size. I mean, it’s a WYSIWYG editor under 10Kb in size when compressed. It’s amazing.
I know what you’re thinking, that it doesn’t have all the features that it’s competitors (FCKEditor or HTMLarea), but it’s a great editor nonetheless.
Because it’s so small, [...]