Categories

ADOdb and XML schemas (AXMLS)

A good number of applications use database abstraction layer, so that by using one interface (abstraction layer) in the application, the user can choose his favourite database to store the data.

[...]

MySQL fulltext search example

At my work I was set to the task of making a search page for an PHP application we have made. The search page was to search text fields in a table in an MySQL database and return results.

[...]

Simple CellEditorListener example in Java

This is an easy example on how to detect changes to data in a JTable.

[...]

Simple JFrame and JTable example in Java

This is a very simple example on how to show a javax.swing.JFrame (JFrame) with a javax.swing.JTable (JTable) on.

[...]

Simple timer example in Java

This Java code illustrates the use of two timers running at the same time using java.util.Timer and java.util.TimerTask.

[...]

Simple appending logfile in Java

This blog was made to dump valuable information as articles and simple examples. In this spirit I post my first post.

This is a simple example of how to make a logfile with strings appended to the end.

[...]