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
Sending HTTP Requests with .NET Posted on September 16, 2004 This code will send a web request via a proxy server and save it to a text file: [Read More] Tags: asp.net c#