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...
December 21, 2007
This is a simple login system that has been very reliable and secure for me. I use it myself on my websites, when a simple login system is needed. If you know a little of MySQL...
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...
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...
June 15, 2006
Changing your font color can have practical as well as purely fun purposes. It can make your page look more interesting, and it can help you to organize your page. By following...
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...
May 13, 2001
This article describes how to access data from an HTTP GET / POST Web request using Perl.
While there are many Perl modules available (including the CPAN) which already contain...
May 15, 2006
With the influx of websites that allow an individual user to sign up for his very own chunk of webspace, the demand for information on how to add zest to one's webpage is growing...
April 16, 2005
Dim startInfo As System.Diagnostics.ProcessStartInfo Dim pStart As New System.Diagnostics.Process
startInfo = New System.Diagnostics.ProcessStartInfo("C:\file.exe")
...