December 16, 2004
Forms authentication does not allow roles authentication. This article explains how to implement it.
Basic forms authentication
Forms based authentication in ASP.NET is quite...
May 23, 2006
There are plenty of reasons to add flair to your website: presentation, graphical representation of an idea, or just fun. Changing the cursor (what is traditionally displayed...
December 5, 2002
This tutorial covers the whole processing of creating your own tiny operating system. It includes booting module and kernel.
Making your own Operating System
Required tools:
emu8086...
June 24, 2004
Discusses how to implement a javascript news ticker which is feed via RSS.
Yesterday I posted a simple script describing how you could easily consume an RSS feed on your website....
August 19, 2001
The UPDATE sentence of Local SQL (the SQL used by the BDE) doesn't support JOIN... How two update a table with data from another table?Updating a table with data from another table...