Category

Web scripts

You are now browsing the posts filled under Web scripts.

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. [...]

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. [...]

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 [...]

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 [...]

Some HTML markup

Some HTML markup

I love to do web stuff too but c’mon. Cool tatoo nontheless. More at Cmdshiftdesign.

Add HTML elements on the fly

As I said at the beginning of the post-jQuery link simulator in this series of tricks add a new "episode". In this post, I want to describe an excellent way to add to dynamically, without refresh, fields in a form. The fields can be of any kind. In this example, I’ll add a text field, [...]

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 "a" tag [...]

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 [...]

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 [...]