The Workshop
Creating a News Aggregator using Domino - This article explains how to create a simple news aggregator that downloads and parses news feeds (RDF and RSS files) from other websites and captures the news in a domino database.
An introduction to generating sequences with SQL - Did mama say that "while" and "for" loops were the only ways to generate patterned sequences? Well, mama was wrong! The plain old SQL SELECT statement will do just fine.
Querying the Google API from Domino - This article explains the creation of a crude SOAP client to dynamically query the Google search engine.
Domino XML-RPC Client - A method to create an XML-RPC client within Lotus Domino.
Using SQL DMO & Windows Script to customize script generation - Creating and modifying table scripts can quickly turn into a tedious chore. The article illustrates a method to automate this task by using SQL-DMO and Windows Script to generate customized scripts for SQL server table objects.
DHTML Text Marker - This article illustrates a technique of modifying HTML content in-place using just client side javascript. A concept of applying tags around every occurence of a particular word in the HTML page is demonstrated. (dhtml javascript)
Custom tags - This article explains the idea of using customized or simplified tags during content-entry, and the subsequent replacement of the simplified tag by the full HTML tag during presentation to the browser. (java)
Convert to PDF - Always hated having those word documents around ? Well now you dont have to have them around...(ghostview)
Offline Internet - Having problems with snail like connectivity? Did your evil step grandmother delete that web browser from your PC ? Got only email access? You've gotta read this...
Adding file shares using the Win32 API - With commented sample code , simple example of using the win32 NETAPI32.DLL , NetShareAdd & NetUserAdd functions...(win32 C++)