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 [...]
Improvements on the shoutbox script
After a while from launching the Shoutbox script, I decided to act on some feedback that I got from you guys (and girls!?). So I implemented the following features:
emoticons – just type the character codes from y!messenger to display the emoticon (only 14 emoticons implemented);
I tried to implement protection against javascript code being inserted through [...]
Some HTML markup
I love to do web stuff too but c’mon. Cool tatoo nontheless. More at Cmdshiftdesign.
AJAX guestbook
A script that enhances any website by adding a bit of interactivity with your visitors is a nice guestbook.
I’m sure you’ve seen many such scripts online. I decided to make my own script because a lot of the scripts out there are hard to customize. My script only cares about the id’s of the text [...]
AJAX Shoutbox
As promised in an earlier post, another script was added today on insanityville.com.
It is an AJAX shoutbox script, as I said, and it is available as of today for download. About the script itself there isn’t much to be said. It is a real-time script which means that it autmatically refreshes itself. This is done [...]
jQuery link simulator
I thought I make a small number of posts on javascript in general, especially jQuery.
Personally, I find this framework to be an excellent tool for quick fixes, but also to create complete AJAX interfaces.
A fix which I recently made was the creation of a link without using the [...]
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. [...]



