Julian
Julian is a software developer who currently spending his time developing
a web-based project management software using Java. Most of his experience
is in the e-commerce/Internet development arena and prefers to develop
with Java, ASP, JSP, XML, Oracle, SQL Server, and UNIX (in no particular
order). Previous to his current endeavors, Julian worked for an online
learning company where he designed and implemented a large, distributed
online learning application.
|
LDAP/SiteServer User migration using ADSI
|
03-01-00
|
This article, by Julian, demonstrates
how to use ADSI to migrate an existing SiteServer/LDAP database over to Windows 2000's
Active Directory. An very worthwhile read if you're preparing to migrate to Windows 2000
and you use LDAP or SiteServer!
[Read More]
|
|
Encyption with ASP
|
11-05-99
|
This article shows how to use ASP to
perform Vernam Encryption to encrypt strings! Julian explains how to create a private encryption key
and use this to transform ordinary strings into encrypted strings. If you are like me, and think
encryption is cool, you'll like this article! :)
[Read More]
|
|
Caching a Web Page
|
09-10-99
|
This article demonstrates how to
cache an entire web page! While this isn't really that practical, it does demonstrate how to use
the Application object to cache data, and how to use the FileSystemObject to
read the contents of a file!
[Read More]
|
|
Using the Dictionary Object for Data Collection & Validation
|
07-28-99
|
This interesting article, by Julian, demonstrates a nifty way to validate your forms... by using a Dictionary Object! Julian's method validates that needed string responses are entered and are of at least a minimum length. Also, if the user enters invalid data, they are shown a rather nice explanation of what, exactly, they entered incorrectly. A worthwhile read!
[Read More]
|
|
Just What is SQL Doing?
|
07-15-99
|
Have you ever wondered what in the hell SQL server is doing at any given
moment? Wouldn't it be nice to be able to view the inner workings of SQL
at any point in time from the web? Well, it's quite possible. This article
shows you how to create an ASP page which shows this information!
[Read More]
|