Dynamic WHERE and ORDER BY Clauses in SQL Server Posted on September 24, 2004 You can make your where and ORDER BY clauses dynamic using a CASE statement; [Read More] Tags: sql sqlserver
HTTP Requests with Java Posted on September 23, 2004 HTTP requests are very simple with Java: [Read More] Tags: java
Oracle - Converting Hex Strings to Binary Posted on September 22, 2004 This is a useful function to convert a hex string into a binary value. [Read More] Tags: oracle plsql
ASP - Writing to text files Posted on September 22, 2004 The following code will create a text file called testfile.txt in the root of the C: drive, overwriting an existing file with the same name. [Read More] Tags: asp
JavaScript setTimeout Posted on September 16, 2004 The setTimeout method can be used to create your own running threads in a web document. [Read More] Tags: javascript