RE: [SA-list] Bar graphs for disk space

2002-10-25 Thread Dirk Bulinckx
bject: RE: [SA-list] Bar graphs for disk space Thanks! I'll put this up on the site! Brent Ozar - UniFocus "I couldn't wait for success, so I went ahead without it." Jonathan Winters -Origin

RE: [SA-list] Bar graphs for disk space

2002-10-25 Thread Brent G. Ozar
@;uxbinfo.com] Sent: Friday, October 25, 2002 12:14 PM To: [EMAIL PROTECTED] Subject: RE: [SA-list] Bar graphs for disk space Brent, Your work inspired me so I ported it over to Cold Fusion for those of us who stay away from M$ scripting languages . Here is the CF template code to duplicate

RE: [SA-list] Bar graphs for disk space

2002-10-25 Thread UXB Internet
: Thursday, October 24, 2002 8:21 AM To: [EMAIL PROTECTED] Subject: RE: [SA-list] Bar graphs for disk space Wooo! Due to instant demand, I just went ahead and put my template up online. There's now a link to it on my explanation page, which you can get to from http://www.bre

RE: [SA-list] Bar graphs for disk space

2002-10-24 Thread Brent G. Ozar
ates to a tug-of-war." Larry Wall -Original Message- From: [EMAIL PROTECTED] [mailto:Paul_Gaskell@;eu.fmo.com] Sent: Thursday, October 24, 2002 6:28 PM To: [EMAIL PROTECTED] Subject: RE: [SA-list] Bar graphs for disk space Brent, Here is what was in the ASP file. I can't see a

RE: [SA-list] Bar graphs for disk space

2002-10-24 Thread Paul_Gaskell
0 AND intEnd > 0 then intFullSize = cdbl(Mid("Oscar Space {50}",intStart+1,(intEnd-intStart-1))) intGreen = Round(intResponse / intFullSize * 100,0) intRed = 100 - intGreen Response.Write("") Response.Write("") End If %> --------

RE: [SA-list] Bar graphs for disk space

2002-10-24 Thread Brent G. Ozar
s Microsoft Internet Service Manager 3.0 have problems with ASP? Paul "Brent G. Ozar" <[EMAIL PROTECTED]>@woodstone.nu on 24/10/2002 13:21:05 Please respond to [EMAIL PROTECTED] Sent by:[EMAIL PROTECTED] To:<[EMAIL PROTECTED]> cc: Subject:RE: [SA-list] B

RE: [SA-list] Bar graphs for disk space

2002-10-24 Thread Paul_Gaskell
e.nu on 24/10/2002 13:21:05 Please respond to [EMAIL PROTECTED] Sent by:[EMAIL PROTECTED] To:<[EMAIL PROTECTED]> cc: Subject: RE: [SA-list] Bar graphs for disk space Wooo! Due to instant demand, I just went ahead and put my template up online. There's now a link to it o

RE: [SA-list] Bar graphs for disk space

2002-10-24 Thread Mark Seniow
D] > Subject: [SA-list] Bar graphs for disk space > > > OK, Mark, here's the full answer, assuming your web server > (that's serving up the SA report template) can handle > VBscript ASP. You'll want to name the output file with an > .asp extension, like defaul

RE: [SA-list] Bar graphs for disk space

2002-10-24 Thread Brent G. Ozar
- UniFocus "Don't wear rollerskates to a tug-of-war." Larry Wall -Original Message- From: Mike Tree [mailto:mike.tree@;clever4.net] Sent: Thursday, October 24, 2002 7:03 AM To: '[EMAIL PROTECTED]' Subject: RE: [SA-list] Bar graphs for disk sp

RE: [SA-list] Bar graphs for disk space

2002-10-24 Thread Brent G. Ozar
From: Mike Tree [mailto:mike.tree@;clever4.net] Sent: Thursday, October 24, 2002 7:03 AM To: '[EMAIL PROTECTED]' Subject: RE: [SA-list] Bar graphs for disk space Looks good. I'd like a copy of your template. p.s. the link to your tips gives 404!! -Original Message- From

RE: [SA-list] Bar graphs for disk space

2002-10-24 Thread Mike Tree
Looks good. I'd like a copy of your template. p.s. the link to your tips gives 404!! -Original Message- From: Brent G. Ozar [mailto:brento@;brentozar.com] Sent: 24 October 2002 12:54 To: [EMAIL PROTECTED] Subject: [SA-list] Bar graphs for disk space OK, Mark, here's the f

[SA-list] Bar graphs for disk space

2002-10-24 Thread Brent G. Ozar
OK, Mark, here's the full answer, assuming your web server (that's serving up the SA report template) can handle VBscript ASP. You'll want to name the output file with an .asp extension, like default.asp, so that the web server knows to process the logic. The objective here is to end up with a re