Friday, September 19, 2003

Wednesday, September 17, 2003

pdf 995: create PDF documents easily for free

Interesting PDF Creation Tools.

My kids primary school (Burford School, Marlow Bottom) wants to keep thier web site uptodate and offer HTML, Word and PDF versions of the same documents. This tool looks like it might achieve this for them.

I found it amongst an interesting set of software links at zenithoptimedia

Wednesday, September 03, 2003

RE: [ActiveDir] Last Logon Script: "On Error Resume Next
Dim User
Dim UserName
Dim UserDomain
UserDomain = InputBox('Enter the name of the domain:') UserName =
InputBox('Enter the name of the user:') Set User = GetObject('WinNT://' &
UserDomain & '/' & UserName & ',user') MsgBox 'The last time ' & UserName &
' logged on was: ' & vbCRLf & vbCRLf & User.LastLogin"