Move Selected Items from One Multiple Select to Another
A common task on Web pages is to select a subset of a given set of items. Depending on the page design and concept, you can use checkboxes or multiple
A common task on Web pages is to select a subset of a given set of items. Depending on the page design and concept, you can use checkboxes or multiple
Using this code, you can flip any picture in HTML vertically as well as horizontally:
Sometimes a user wants to create a temporary table in the database during the execution of a stored procedure or sequence of SQL queries. To create a temporary table that
Using the sysdatabases and Case statements, you can obtain a detailed report of all the databases on your server. Sysdatabases contains one row for each database. It is Compatible with
In SQL Server, if you just want to check which data- and logfiles are included in a database backup device, you can use ‘RESTORE FILELISTONLY FROM xyz’ (with xyz representing
Here is the code defining a singleton class: public class SingletonClass{ private static int id = 0; private static SingletonClass sclass = null; private SingletonClass(){} public SingletonClass getInstance(){ if(sclass ==null
Recently, I came up with an easy way to quickly administer a single server from a click away on my desktop.When you need to check a share resource, share permissions
Just use the following code in your html page and your applet will be executed.
In the java.lang package there exists a class called “Runtime”. With this class it is possible to get the runtimethread of your Java program.The exec method lets you create a