[thelist] ASP/VBScript multi part e-mail

Adam Slesinger badlanners at hotmail.com
Thu Oct 31 09:46:00 CST 2002


Hey All,

Could anyone point me to a tutorial, or explain the process of sending a
multi-part e-mail without the use of a 3rd party e-mailer tool?  I know how
to send a text e-mail, and even an html e-mail (simply by including html
tags) via CDO.  My predecessor simply sent e-mails with html tags, without
care that somebody may not have the ability (or desire) to receive html
e-mail.  And of course, I don't want a recipient to get an e-mail with html
coding because they have html turned off.

Any help is appreciated!  Thanks again all!

bread_man

"Ein halber Laib ist besser als gar kein Brot."


----- Original Message -----
From: <thelist-request at lists.evolt.org>
To: <thelist at lists.evolt.org>
Sent: Thursday, October 31, 2002 9:03 AM
Subject: thelist digest, Vol 1 #2715 - 49 msgs


> Send thelist mailing list submissions to
> thelist at lists.evolt.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.evolt.org/mailman/listinfo/thelist
>
> You can reach the person managing the list at
> thelist-admin at lists.evolt.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of thelist digest..."
>
>
> Today's Topics:
>
>    1. Re: color text within a textarea (Phil)
>    2. re: color text within a text area (talbot4 at bellsouth.net)
>    3. Re: re: color text within a text area (Max Kanat-Alexander)
>    4. font identification please! (Dave Stevens)
>    5. Re: font identification please! (dn at dittodesign.co.uk)
>    6. XML problem (David.Cantrell at Gunter.AF.mil)
>    7. ie 6 and vertical spacing with CSS form elements (colin)
>    8. apache and PHP and winXP (Tom Dell'Aringa)
>    9. RE: passing a non-form value into an array in php (.jeff)
>   10. Re: font identification please! (Robert Goodyear)
>   11. Help! CD-Rom problems with PC upgrade (Steve Purkiss)
>   12. RE: apache and PHP and winXP (Tony Crockford)
>   13. Apache/SSL Question (Buffington, Michael)
>   14. Re: thelist digest, Vol 1 #2714 - 6 msgs (colin)
>   15. RE: apache and PHP and winXP (Tom Dell'Aringa)
>   16. Re: Help! CD-Rom problems with PC upgrade (Steve Purkiss)
>   17. Re: ie 6 and vertical spacing with CSS form elements (Max
Kanat-Alexander)
>   18. [ASP] serving dynamic SVG (Dru and Cindy Sellers)
>   19. RE: apache and PHP and winXP (Tony Crockford)
>   20. is there a client side php validator? (Joel Canfield)
>   21. RE: apache and PHP and winXP (Tony Crockford)
>   22. Re: Apache/SSL Question (Anthony Baratta)
>   23. AW: [thelist] is there a client side php validator? (Eike
Pierstorff)
>   24. RE: Apache/SSL Question (Buffington, Michael)
>   25. RE: Apache/SSL Question (Anthony Baratta)
>   26. RE: is there a client side php validator? (Joel Canfield)
>   27. Re: [ASP] serving dynamic SVG (Lachlan Cannon)
>   28. RE: is there a client side php validator? (Anthony Baratta)
>   29. RE: is there a client side php validator? (Anthony Baratta)
>   30. positioning help please (Dave Stevens)
>   31. RE: positioning help please (Robert Stewart)
>   32. Re: positioning help please (Dave Stevens)
>   33. letting go of font sizes (rudy)
>   34. RE: Apache/SSL Question (mpember at phreaker.net)
>   35. [OT]How to block Yahoo Messengers on the Intranet
(geek007 at softhome.net)
>   36. Postcast Server and Hotmail problems (Pablo Oliva)
>   37. Re: [OT]How to block Yahoo Messengers on the Intranet (Scott)
>   38. AW: [thelist] is there a client side php validator? (Eike
Pierstorff)
>   39. Re: [OT]How to block Yahoo Messengers on the Intranet (Robert
Goodyear)
>   40. RE: Postcast Server and Hotmail problems (Tony Crockford)
>   41. Re: XML problem (S.tygian B.lacksmith S.tudios)
>   42. DOM in Mozilla (Nickolay Kolev)
>   43. Re: [slightly ot] online ticket selling (Matt MacLeod)
>   44. Re: DOM in Mozilla (S.tygian B.lacksmith S.tudios)
>   45. RE: is there a client side php validator? (Jay Blanchard)
>   46. Re:Re: [thelist] DOM in Mozilla (Nickolay Kolev)
>   47. RE: [slightly ot] online ticket selling (Ahmad, N)
>   48. Re: Re: [thelist] DOM in Mozilla (S.tygian B.lacksmith S.tudios)
>   49. ASP Problems again.. (Giles Carey | Element Design)
>
> --__--__--
>
> Message: 1
> Date: Wed, 30 Oct 2002 17:23:08 +0000
> Subject: Re: [thelist] color text within a textarea
> From: Phil <phil at presencemultimedia.co.uk>
> To: thelist at lists.evolt.org
> Reply-To: thelist at lists.evolt.org
>
> Hmm, not really, that would color all text within the textarea.
> I'm looking to color only specific portions of the text.
>
> > this sorta thing?:
> > <textarea style="color: #ff6600;" cols="50" rows="10"></textarea>
> >
> >> This might be a bit pie in the sky but indulge me..
> >>
> >> Is it possible to color portions of text within a standard html
> >> textarea? What I mean is something similar to syntax coloring within
> >> say, BBEdit, but displayed in a textarea?
> >>
> >> All help gratefully received.
> >>
> >> Phil
>
>
> --__--__--
>
> Message: 2
> From: <talbot4 at bellsouth.net>
> To: thelist at lists.evolt.org
> Date: Wed, 30 Oct 2002 13:47:50 -0500
> Subject: [thelist] re: color text within a text area
> Reply-To: thelist at lists.evolt.org
>
> This would work, though it could potentially get cluttered if you did it a
lot:
>
> This text would be black, while <span style="color: #ff6600" >this text
> would be colored,</span> and then would return to black.
>
> HTH,
> Bryan T
>
>
> --__--__--
>
> Message: 3
> Date: Wed, 30 Oct 2002 10:54:54 -0800
> To: thelist at lists.evolt.org
> From: Max Kanat-Alexander <maxka at cats.ucsc.edu>
> Subject: Re: [thelist] re: color text within a text area
> Reply-To: thelist at lists.evolt.org
>
> --
> [ Picked text/plain from multipart/alternative ]
> At 10:47 AM 10/30/2002, you wrote:
> >This would work, though it could potentially get cluttered if you did it
a
> >lot:
> >
> >This text would be black, while <span style="color: #ff6600" >this text
> >would be colored,</span> and then would return to black.
>
>          You would expect that to work, when in fact it does not. (At
least
> in Mozilla.)
>
>          It's an interesting interpretation of what the <textarea> spec
means.
>
>          -Max
>
>
>
>
> ----------
> http://www.mp3.com/GoodnightMoon
> My music is my life--come share it with me.
> --
>
>
> --__--__--
>
> Message: 4
> From: "Dave Stevens" <dave at stemfiction.com>
> To: <thelist at lists.evolt.org>
> Date: Wed, 30 Oct 2002 19:03:17 -0000
> Subject: [thelist] font identification please!
> Reply-To: thelist at lists.evolt.org
>
> Hi,
>
> Just came across a font I liked on a website, wondered if someone could
tell
> me what font it is. It's on the page below, where it says "simple lines"
in
> the top left. Thanks in advance.
>
> http://www.angelfire.com/ca7/simplistic/home.html
>
> Dave Stevens,  www.stemfiction.com
>
>
> --__--__--
>
> Message: 5
> From: <dn at dittodesign.co.uk>
> To: <thelist at lists.evolt.org>
> Subject: Re: [thelist] font identification please!
> Date: Wed, 30 Oct 2002 20:26:49 -0000
> Reply-To: thelist at lists.evolt.org
>
> try
>
> www.whatthefont.com
>
>
> Darren Yates
> dn at dittodesign.co.uk
> http://dittodesign.co.uk
> 0161 281 1190
>
> __________________________________________________
> The information in this message is confidential and may be legally
> privileged. It is intended solely for the addressee. Access to this
> message by anyone else is unauthorised. If you are not the intended
> recipient, any disclosure, copying, or distribution of the message, or
> any action or omission taken by you in reliance on it, is prohibited
> and may be unlawful. Please contact the sender immediately if you
> have received this message in error. Thank you.
> ----- Original Message -----
> From: "Dave Stevens" <dave at stemfiction.com>
> To: <thelist at lists.evolt.org>
> Sent: Wednesday, October 30, 2002 7:03 PM
> Subject: [thelist] font identification please!
>
>
> > Hi,
> >
> > Just came across a font I liked on a website, wondered if someone could
> tell
> > me what font it is. It's on the page below, where it says "simple lines"
> in
> > the top left. Thanks in advance.
> >
> > http://www.angelfire.com/ca7/simplistic/home.html
> >
> > Dave Stevens,  www.stemfiction.com
> >
> > --
> > For unsubscribe and other options, including
> > the Tip Harvester and archive of thelist go to:
> > http://lists.evolt.org Workers of the Web, evolt !
>
>
> --__--__--
>
> Message: 6
> From: David.Cantrell at Gunter.AF.mil
> To: thelist at lists.evolt.org
> Date: Wed, 30 Oct 2002 15:28:04 -0600
> Subject: [thelist] XML problem
> Reply-To: thelist at lists.evolt.org
>
> Anybody know why I'm getting both of the below "stylesheet" nodes using
this
> XPath?
>
> XPath:  /layout/stylesheet
>
> Doc snippet:
>
> <layout>
> <stylesheet src="ROOT"/>
> <action>
> <stylesheet src="LOCAL"/>
> </action>
> </layout>
>
>
> I have the DOM parse the document and first extract the <stylesheet> nodes
> at the root, if any. Then I have it look up the appropriate <action> nodes
> and extract the specified <action> element's <stylesheet> element, if any.
>
> I have two separate XPath statements for that:
>
> Root XPath:  /layout/stylesheet
>
> Action XPath:  /layout/action[@value="specified_action"]
>
> However, when I print debug statements to the screen, it shows the root
> XPath picking up BOTH stylesheet nodes. The root XPath should only pick up
> the FIRST <stylesheet> node, not the second.
>
> Any ideas?
>
> TIA,
> -dave
>
> --__--__--
>
> Message: 7
> Date: Wed, 30 Oct 2002 15:33:34 -0600
> From: colin <bocmaxima at wtez.net>
> To: thelist at lists.evolt.org
> Subject: [thelist] ie 6 and vertical spacing with CSS form elements
> Reply-To: thelist at lists.evolt.org
>
> Hi List,
>
> In doing some forms recently I noticed a huge difference in Internet
> Expolrer 6 versus IE 5.5. I had used CSS to change the font-size on all
> INPUT tags to 12px. I then had a layer (DIV) positioned absolutely below
> several lines of text and fields. To my surprise, the text above the layer
> was pushed down and the layer was rendered on top of the text by IE 6,
> seemingly ignoring the font-size for the INPUT tags.
> Was IE 6 designed to do this, and if so, why?
> Or is there some change in the way IE 6 renders form fields that I am
> missing?
> Or is this a known bug?
>
> I appreciate any help.
> Thanks for reading,
> colin
> bocmaxima at wtez.net
>
>
> --__--__--
>
> Message: 8
> Date: Wed, 30 Oct 2002 13:43:33 -0800 (PST)
> From: "Tom Dell'Aringa" <pixelmech at yahoo.com>
> To: thelist at lists.evolt.org
> Subject: [thelist] apache and PHP and winXP
> Reply-To: thelist at lists.evolt.org
>
> hey all,
>
> I've grabbed SitePoint's php/mySQL book and I wanted to install in on
> my PC, but I have XP. Looking through my components it doesn't seem
> that IIS can be installed on XP Home Edition, and I don't think I can
> install apache on XP home either..can anyone correct this or am I out
> of luck with xp?
>
> Tom
>
> =====
> var me = tom.pixelmech.webDeveloper();
>
> http://www.pixelmech.com/
> http://www.maccaws.com/
> [Making A Commercial Case for Adopting Web Standards]
>
> __________________________________________________
> Do you Yahoo!?
> HotJobs - Search new jobs daily now
> http://hotjobs.yahoo.com/
>
> --__--__--
>
> Message: 9
> From: ".jeff" <jeff at members.evolt.org>
> To: <thelist at lists.evolt.org>
> Subject: RE: [thelist] passing a non-form value into an array in php
> Date: Wed, 30 Oct 2002 13:54:25 -0800
> Reply-To: thelist at lists.evolt.org
>
> stef,
>
> ><><><><><><><><><><><><><><><><><><><><><><><><><><><><><
> > From: DESCHAMPS Stéphane DvSI/SICoR
> >
> > Mmmmh. I see your concern jeff. Especially with
> > Javascript's tendecy to decide for itself what type a
> > variable is.
> >
> > Of course the same could be done with foo0, foo1 and
> > then reparsing the names through PHP when data comes
> > back to the server.
> ><><><><><><><><><><><><><><><><><><><><><><><><><><><><><
>
> exactly.  i'd take the naming a step further though and put an underscore
> between the name and the number -- foo_0, foo_1, etc.  then it becomes a
> matter of grabbing anything before the underscore as the name and anything
> after the underscore as that's item position relative to the other form
> fields.
>
> .jeff
>
> http://evolt.org/
> jeff at members.evolt.org
> http://members.evolt.org/jeff/
>
>
> --__--__--
>
> Message: 10
> Date: Wed, 30 Oct 2002 14:01:21 -0800 (PST)
> From: Robert Goodyear <rob_goodyear at yahoo.com>
> Subject: Re: [thelist] font identification please!
> To: thelist at lists.evolt.org
> Reply-To: thelist at lists.evolt.org
>
> > > Just came across a font I liked on a website,
> > wondered if someone could
> > tell
> > > me what font it is. It's on the page below, where
> > it says "simple lines"
> > in
> > > the top left. Thanks in advance.
> > >
> > > http://www.angelfire.com/ca7/simplistic/home.html
> > >
> > > Dave Stevens,  www.stemfiction.com
>
> OPTI Coyonet Bold
> somtimes ripped off by truetype makers as "Coronet."
>
> -Robert Goodyear
>
> __________________________________________________
> Do you Yahoo!?
> HotJobs - Search new jobs daily now
> http://hotjobs.yahoo.com/
>
> --__--__--
>
> Message: 11
> Date: Wed, 30 Oct 2002 22:07:22 +0000
> From: Steve Purkiss <stephenpurkiss at btopenworld.com>
> To: thelist at lists.evolt.org
> Subject: [thelist] Help! CD-Rom problems with PC upgrade
> Reply-To: thelist at lists.evolt.org
>
>
> Hi,
>
> I'm upgrading my machine from an old Cyrix6x86 to a Duron 1.3 but I can't
get the CD-Rom drive to work. The only old parts I'm using are the CD,
floppy, and monitor.
>
> I've got an Epox EP-8KLM2 motherboard which has 2 x UDMA 66/100 connectors
which it says are backwards-compatible with ATA/33, however when I plug the
CD drive in it won't go any further than "Detecting IDE drives". The drive
was working fine on my old machine.
>
> What am I doing wrong? It's years since I built a PC, so I'm a bit out of
touch I'm afraid!
>
> Thanks
>
> Steve
>
> --__--__--
>
> Message: 12
> From: "Tony Crockford" <tonyc at boldfish.co.uk>
> To: <thelist at lists.evolt.org>
> Subject: RE: [thelist] apache and PHP and winXP
> Date: Wed, 30 Oct 2002 22:08:50 -0000
> Reply-To: thelist at lists.evolt.org
>
> Hey Tom
>
> I got Apache, MySQL, PHP and Perl all running on WinXP pro, but I don't
> see why they won't all run on winXP home.  The combo has been my set up
> of choice through win98, win2k and now XP.
>
> You could try an all in one install, but I think you get a better feel
> for it when you get the latest stable version of each and set them up
> one by one. best to avoid Apache 2.0 though, some problems running PHP
> as a module I believe.
>
> Shout if you need help.
>
>
> Tony
>
>
> --__--__--
>
> Message: 13
> From: "Buffington, Michael" <michael.buffington at opbu.xerox.com>
> To: "'thelist at lists.evolt.org'" <thelist at lists.evolt.org>
> Date: Wed, 30 Oct 2002 14:09:56 -0800
> Subject: [thelist] Apache/SSL Question
> Reply-To: thelist at lists.evolt.org
>
> Greetings evolters (again),
>
> I've been off the list for what seems like years, but I'm back to take
undue advantage once again.
>
> I had a multi-part question:
>
> 1. Is it possible to set up a secure site (SSL) with Apache using a single
IP (as well as serving non-secure site).
>
> 2. If the above is a big fat NO, then how does this sound: Is it possible
to add a NIC, add an IP, and use Apache to serve the non-secure site on the
first NIC/IP, and the secure site on the second NIC/IP
>
> If the question sounds strange, it is. Normally this is a no brainer for
me, but I'm used to SSL on IIS, and I'm also used to some luxories I don't
currently have (like a static IP).
>
> I've been serving michaelbuffington.com from my home office, using AT&T
cable, and so far I've had no troubles. The IP is "dynamic", although it
hasn't changed once in several months, and that includes a move of service
from one apartment to another in that time.
>
> I have a total of 5 available IP's, and need SSL for something I'm working
on (www.stinkmachine.com - please don't hesitate to comment, but don't try
purchasing yet), but I'm finding myself puzzled as to how I can make it all
work right.
>
> If I can confirm that I can do one of the aforementioned with Apache, then
all I have to figure out is how to make it happen.
>
> Thanks!
>
> Michael Buffington
> http://www.michaelbuffington.com
>
> --__--__--
>
> Message: 14
> Date: Wed, 30 Oct 2002 15:50:35 -0600
> From: colin <bocmaxima at wtez.net>
> To: thelist at lists.evolt.org
> Subject: [thelist] Re: thelist digest, Vol 1 #2714 - 6 msgs
> Reply-To: thelist at lists.evolt.org
>
> > Hmm, not really, that would color all text within the textarea.
> > I'm looking to color only specific portions of the text.
> >
>
> The problem is that TEXTAREA is almost like PRE, and renders all code as
> literal, so writing in SPAN tags is not an option, since you'd have to
> separate each word.
> You'd have to do it through JavaScript's split method.
> First name the TEXTAREA (e.g. - "textual")
> The script would be as follows:
>
> var words = document.formname.textual.split(" ");
>
> You would then be able to render what they had written somewhere else, but
> not in a TEXTAREA by changing the colors and using document.write()
>
> I had thought that you could use psuedo elements, but TEXTAREA does not
> support them. I assume you'd want the text to change color as they wrote
it,
> this is impossible if you want it to render in the existing TEXTAREA, but
as
> I said, you can get it to appear somewhere else as they write it, although
> this would be a much more complicated script than what I have above.
>
> Hope that answers your question,
>
> colin
> bocmaxima at wtez.net
>
>
>
>
>
> --__--__--
>
> Message: 15
> Date: Wed, 30 Oct 2002 14:51:58 -0800 (PST)
> From: "Tom Dell'Aringa" <pixelmech at yahoo.com>
> Subject: RE: [thelist] apache and PHP and winXP
> To: thelist at lists.evolt.org
> Reply-To: thelist at lists.evolt.org
>
>
> --- Tony Crockford <tonyc at boldfish.co.uk> wrote:
> > Hey Tom
> >
>
> > You could try an all in one install, but I think you get a better
> > feel
> > for it when you get the latest stable version of each and set them
> > up
> > one by one. best to avoid Apache 2.0 though, some problems running
> > PHP
> > as a module I believe.
> >
> > Shout if you need help.
>
> one by one meaning, apache then php? (didn't know if you could do all
> at once..) Theres no download for Apache for XP unless I didn't see
> it..
>
> T
>
> =====
> var me = tom.pixelmech.webDeveloper();
>
> http://www.pixelmech.com/
> http://www.maccaws.com/
> [Making A Commercial Case for Adopting Web Standards]
>
> __________________________________________________
> Do you Yahoo!?
> HotJobs - Search new jobs daily now
> http://hotjobs.yahoo.com/
>
> --__--__--
>
> Message: 16
> Date: Wed, 30 Oct 2002 22:54:37 +0000
> From: Steve Purkiss <stephenpurkiss at btopenworld.com>
> To: thelist at lists.evolt.org
> Subject: Re: [thelist] Help! CD-Rom problems with PC upgrade
> Reply-To: thelist at lists.evolt.org
>
> Ah, the CD drive from my PII works ok in it, and it works OK in my PII so
I've done a swap.
>
> strange...
>
> --__--__--
>
> Message: 17
> Date: Wed, 30 Oct 2002 15:01:02 -0800
> To: thelist at lists.evolt.org
> From: Max Kanat-Alexander <maxka at cats.ucsc.edu>
> Subject: Re: [thelist] ie 6 and vertical spacing with CSS form elements
> Reply-To: thelist at lists.evolt.org
>
> --
> [ Picked text/plain from multipart/alternative ]
> At 01:33 PM 10/30/2002, you wrote:
> >Hi List,
> >
> >In doing some forms recently I noticed a huge difference in Internet
> >Expolrer 6 versus IE 5.5. I had used CSS to change the font-size on all
> >INPUT tags to 12px. I then had a layer (DIV) positioned absolutely below
> >several lines of text and fields. To my surprise, the text above the
layer
> >was pushed down and the layer was rendered on top of the text by IE 6,
> >seemingly ignoring the font-size for the INPUT tags.
>
>          Here's the problem I think you have:
>
>          When you position something absolutely, it takes it out of the
> page's normal flow. That means that the browser should no longer consider
> that object to take up any "space." IE 6's rendering sounds like it is
> correct.--absolute-position objects can and will overlap normal-flow
objects.
>
>          -Max
> --
>
>
> --__--__--
>
> Message: 18
> From: "Dru and Cindy Sellers" <dru at zetachi.org>
> To: <thelist at lists.evolt.org>
> Date: Wed, 30 Oct 2002 17:00:57 -0600
> Subject: [thelist] [ASP] serving dynamic SVG
> Reply-To: thelist at lists.evolt.org
>
> Does anyone know how I can tell the browser that I am sending it a SVG
> document?
> I am currently trying
>
> response.ContentType="image/svg-xml"
>
> my generated SVG looks like
> (I have deleted extra wedges for the sake of size)
>
> <?xml version="1.0" encoding="iso-8859-1" ?>
> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
> "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
> <svg xml:space="preserve" width="5in" height="5in" viewbox="0 0 320 348">
> <rect x="0" y="0" width="320" height="348" style="fill:white" />
> <!-- AOL-->
> <path d="M 160,160 L 310,160 A 150,150 0 0 1 289,237 Z"
> style="fill:#FF0000;" />
> <circle cx="160" cy="160" r="150" style="fill:none; stroke:black;
> stroke-width:5"/>
> </svg>
>
> The URL to the file is:
>
http://www.bakeru.edu/html/studentorgs/mmic/assets/charts/portfolioPercent.a
> sp
>
> I am open to any ideas
> Thanks for the help,
>
> dRu
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.408 / Virus Database: 230 - Release Date: 10/24/02
>
>
> --__--__--
>
> Message: 19
> From: "Tony Crockford" <tonyc at boldfish.co.uk>
> To: <thelist at lists.evolt.org>
> Subject: RE: [thelist] apache and PHP and winXP
> Date: Wed, 30 Oct 2002 23:07:20 -0000
> Reply-To: thelist at lists.evolt.org
>
>
> > > Shout if you need help.
> >
> > one by one meaning, apache then php? (didn't know if you could do all
> > at once..) Theres no download for Apache for XP unless I didn't see
> > it..
>
> This is the Apache you want:
>
> Win32 Binary (MSI Installer): apache_2.0.43-win32-x86-no_src.msi
> from here or a mirror:
>
> http://httpd.apache.org/download.cgi
>
> get PHP triad here:
>
> http://sourceforge.net/projects/phptriad/
>
> or alternatively:
>
> http://www.thebix.com/article58.html for info on Foxserv
>
> (http://sourceforge.net/projects/foxserv)
>
> I think there's another multiple installer, but I can't remember its
> name.
>
> HTH
>
> Tony
>
>
> --__--__--
>
> Message: 20
> From: Joel Canfield <joel at spinhead.com>
> To: "'thelist at lists.evolt.org'" <thelist at lists.evolt.org>
> Date: Wed, 30 Oct 2002 15:05:47 -0800
> Subject: [thelist] is there a client side php validator?
> Reply-To: thelist at lists.evolt.org
>
> --
> [ Picked text/plain from multipart/alternative ]
> or even a server side validator?
>
> --
> Joel D Canfield
> Know Your Music    http://EGBDF.info
> Web Design         http://spinhead.com
> Tech for Non-Geeks http://ShellShockRome.com
>
> --__--__--
>
> Message: 21
> From: "Tony Crockford" <tonyc at boldfish.co.uk>
> To: <thelist at lists.evolt.org>
> Subject: RE: [thelist] apache and PHP and winXP
> Date: Wed, 30 Oct 2002 23:22:57 -0000
> Reply-To: thelist at lists.evolt.org
>
>
> > This is the Apache you want:
> >
> > Win32 Binary (MSI Installer): apache_2.0.43-win32-x86-no_src.msi
> > from here or a mirror:
> >
> > http://httpd.apache.org/download.cgi
>
> Oops, I jsut cut'n paste copied the link, just noticed they've got the
> same text for both Apache versions, get the second one: Win32 Binary
> (MSI Installer) which links to 1.3.27!
>
>
> --__--__--
>
> Message: 22
> Date: Wed, 30 Oct 2002 15:27:44 -0800
> To: thelist at lists.evolt.org
> From: Anthony Baratta <Anthony at Baratta.com>
> Subject: Re: [thelist] Apache/SSL Question
> Reply-To: thelist at lists.evolt.org
>
> At 02:09 PM 10/30/2002, Buffington, Michael wrote:
>
> >1. Is it possible to set up a secure site (SSL) with Apache using a
single
> >IP (as well as serving non-secure site).
>
> Yes. I do that with a couple of my Apache servers.
>
> The only problem you run into is when you want to host a second SSL
enabled
> domain. For each SSL cert, you will need a unique IP address. Any of these
> IPs can be shared with other non SSL enabled virtual domains.
>
> >2. If the above is a big fat NO, then how does this sound: Is it possible
> >to add a NIC, add an IP, and use Apache to serve the non-secure site on
> >the first NIC/IP, and the secure site on the second NIC/IP
>
> This is also possible.
>
> >If the question sounds strange, it is. Normally this is a no brainer for
> >me, but I'm used to SSL on IIS, and I'm also used to some luxories I
don't
> >currently have (like a static IP).
>
> OK - do you or don't you have a static IP? If no, how do you plan on
> updating your web server to answer to the changed IP, much less update
DNS?
> --
> Anthony Baratta
> President
> Keyboard Jockeys
>
> "Conformity is the refuge of the unimaginative."
>
>
> --__--__--
>
> Message: 23
> From: "Eike Pierstorff" <eike.pierstorff at dynamique.de>
> To: <thelist at lists.evolt.org>
> Subject: AW: [thelist] is there a client side php validator?
> Date: Thu, 31 Oct 2002 01:05:23 +0100
> Reply-To: thelist at lists.evolt.org
>
> > or even a server side validator?
>
> I don't know what you mean by a php 'validator', but if you are looking
for
> a debugger:
> http://dd.cron.ru/dbg/
>
> -- eike
>
>
>
>
> --__--__--
>
> Message: 24
> From: "Buffington, Michael" <michael.buffington at opbu.xerox.com>
> To: "'thelist at lists.evolt.org'" <thelist at lists.evolt.org>
> Subject: RE: [thelist] Apache/SSL Question
> Date: Wed, 30 Oct 2002 16:29:05 -0800
> Reply-To: thelist at lists.evolt.org
>
> > OK - do you or don't you have a static IP? If no, how do you plan on
> > updating your web server to answer to the changed IP, much less update
DNS?
>
> I use namecheap.com for my DNS. Works fantastic. I used to be on a
provider that changed IP's far more frequently than my current provider, and
it worked with ease. I'd simply login, change the old IP to the new IP for
my domains, and hit submit. The change took a mere 20 minutes at the most to
take effect.
>
> If I'd ever get around to it, I could write a little script that would
detect the IP change on the server, then update namecheap's information on
the fly, but it happens so rarely that it's not been a priority.
>
> About serving SSL with Apache, do you have any good resources on how to
set that up? I've had a heck of time getting Apache with any form of SSL to
work (OpenSSL, mod_ssl).
>
> Michael Buffington
> http://www.michaelbuffington.com
>
> --__--__--
>
> Message: 25
> Date: Wed, 30 Oct 2002 17:22:35 -0800
> To: thelist at lists.evolt.org
> From: Anthony Baratta <Anthony at Baratta.com>
> Subject: RE: [thelist] Apache/SSL Question
> Reply-To: thelist at lists.evolt.org
>
> At 04:29 PM 10/30/2002, Buffington, Michael wrote:
>
> >About serving SSL with Apache, do you have any good resources on how to
> >set that up? I've had a heck of time getting Apache with any form of SSL
> >to work (OpenSSL, mod_ssl).
>
> Don't forget when the IP address updates, you'll need to update Apache's
> httpd.conf file. Here's my notes on installing Apache
> 1.3x/mod_ssl/mod_perl/php. I dump everything into a directory like
> /src/web_server and each tar file gets its own sub-directory. I then
> symlink apache to the apache_## directory.
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Documentation for Installing Apache, mod_ssl, mod_perl, and php
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> [Need to be "root" for this to work]
>
> #########
> Open SSL
> #########
>
> http://www.openssl.org/
>
> ./config
> make
> make test
> make install
>
> # This helps with some apps
> ln -s /usr/local/openssl  /usr/local/ssl
>
> #########
> Perl Update
> #########
>
> (make life easier update to latest perl)
>
> http://www.perl.com/
>
> sh Configure -de
> make
> make test
> make install
>
>
> #########
> CPAN Update
> #########
>
> perl -MCPAN -e shell
> (run through config and update to latest version)
>
> use CPAN to install Bundles below.
>
> install 'Bundle::CPAN'
> reload cpan
> install 'Bundle::libnet'
> install 'Bundle::LWP'
> install 'Bundle::DBI'
> install 'Bundle::DBD::mysql'
> install 'Bundle::Apache'
> install 'Bundle::Slash'
>
> You may need to manually install some components.
> Don't expect every part to install, ever. ;-P
>
>
> #########
> mod_ssl
> #########
>
> http://www.modssl.org/
>
> ./configure --with-apache=../apache \
> --with-ssl=/usr \
> --enable-shared=ssl
>
>
> #########
> mod_perl
> #########
>
> http://perl.apache.org/
>
> edit Makefile.PL add "-DEAPI " to CFLAGS
>
> perl Makefile.PL USE_APACI=1 \
> EVERYTHING=1 PERL_MARK_WHERE=1 \
> DO_HTTPD=1 \
> SSL_BASE=/usr/ \
> APACHE_PREFIX=/usr/local/apache \
> APACI_ARGS=--enable-module=ssl,--enable-module=so,--enable-shared=ssl
>
> make
> make test
> make install
>
>
> #########
> Apache
> #########
>
> http://httpd.apache.org/dist/
>
> (create the following links)
>
> cd /etc/rc.d/init.d
> ln -s /usr/local/apache/bin/apachectl apache
>
> cd /etc/rc.d/rc3.d
> ln -s ../init.d/apache S85apache
> ln -s ../init.d/apache K85apache
> cd /etc/rc.d/rc5.d
> ln -s ../init.d/apache S85apache
> ln -s ../init.d/apache K85apache
>
>
> #########
> PHP
> #########
>
> http://www.php.net/
>
> ./configure --prefix=/usr/local/php \
> --exec-prefix=/usr/local/php \
> --with-mysql=/usr \
> --with-apxs=/usr/local/apache/bin/apxs \
> --with-openssl=/usr/ \
> --with-pgsql=/usr/lib/pgsql \
> --enable-magic-quotes \
> --enable-trans-sid
>
> [get working later]
> --with-aspell=/usr/lib/aspell \
> --with-pspell=/usr/share/pspell \
>
> make
> make install
>
>
> ----------------
>
> Edit httpd.conf file to taste.
>
>
>
> --
> Anthony Baratta
> President
> Keyboard Jockeys
>
> "Conformity is the refuge of the unimaginative."
>
>
> --__--__--
>
> Message: 26
> From: Joel Canfield <joel at spinhead.com>
> To: "'thelist at lists.evolt.org'" <thelist at lists.evolt.org>
> Subject: RE: [thelist] is there a client side php validator?
> Date: Wed, 30 Oct 2002 17:36:17 -0800
> Reply-To: thelist at lists.evolt.org
>
> --
> [ Picked text/plain from multipart/alternative ]
> > I don't know what you mean by a php 'validator', but if you
> > are looking for a debugger: http://dd.cron.ru/dbg/
>
> Validator like w3c's html and css validators.
>
> Not my server, so I can't install anything (like DBG) on the server.
Looking
> for something that'll parse a PHP file and find missing semicolons and the
> like.
>
> --
> Joel D Canfield
> Know Your Music    http://EGBDF.info
> Web Design         http://spinhead.com
> Tech for Non-Geeks http://ShellShockRome.com
>
> --__--__--
>
> Message: 27
> Date: Thu, 31 Oct 2002 12:39:18 +1100
> From: Lachlan Cannon <luminosity at members.evolt.org>
> To: thelist at lists.evolt.org
> Subject: Re: [thelist] [ASP] serving dynamic SVG
> Reply-To: thelist at lists.evolt.org
>
> Dru and Cindy Sellers wrote:
> > Does anyone know how I can tell the browser that I am sending it a SVG
> > document?
> > I am currently trying
> >
> > response.ContentType="image/svg-xml"
>
> The value you want to (read, should) be serving it up as is
> image/svg+xml. I read something about that svg-xml just a short while
> ago. Apparently Adobe stuffed it up during some earlier stage. All xml
> content types are */*+xml.
>
> HTH
> --
> Lach
> __________________________________________
> Web: http://illuminosity.net/
> E-mail: lach @ illuminosity.net
> MSN: luminosity @ members.evolt.org
> __________________________________________
>
>
>
> --__--__--
>
> Message: 28
> Date: Wed, 30 Oct 2002 17:52:06 -0800
> To: thelist at lists.evolt.org
> From: Anthony Baratta <Anthony at Baratta.com>
> Subject: RE: [thelist] is there a client side php validator?
> Reply-To: thelist at lists.evolt.org
>
> At 05:36 PM 10/30/2002, Joel Canfield wrote:
>
> >Validator like w3c's html and css validators.
> >
> >Not my server, so I can't install anything (like DBG) on the server.
Looking
> >for something that'll parse a PHP file and find missing semicolons and
the
> >like.
>
> These cost of money:
>
> http://www.zend.com/store/products/zend-studio.php
>
> http://www.activestate.com/Products/Komodo/?_x=1
>
>
> --
> Anthony Baratta
> President
> Keyboard Jockeys
>
> "Conformity is the refuge of the unimaginative."
>
>
> --__--__--
>
> Message: 29
> Date: Wed, 30 Oct 2002 17:59:45 -0800
> To: thelist at lists.evolt.org
> From: Anthony Baratta <Anthony at Baratta.com>
> Subject: RE: [thelist] is there a client side php validator?
> Reply-To: thelist at lists.evolt.org
>
> I forgot to mention that if you have your Server setup to "view source"
via
> .phps
>
> AddType application/x-httpd-php-source .phps
>
> It color codes and highlights stuff. I think I remember Rasmus mentioning
> that it would also do syntax checking.
>
> More info here:
>
> http://www.php.net/manual/en/printwn/function.highlight-file.php
>
> Here's a list of editors that support PHP syntax highlighting - one or two
> might do checking/parsing.
>
> http://www.itworks.demon.co.uk/phpeditors.htm
> --
> Anthony Baratta
> President
> Keyboard Jockeys
>
> "Conformity is the refuge of the unimaginative."
>
>
> --__--__--
>
> Message: 30
> From: "Dave Stevens" <dave at stemfiction.com>
> To: <thelist at lists.evolt.org>
> Date: Thu, 31 Oct 2002 02:21:09 -0000
> Subject: [thelist] positioning help please
> Reply-To: thelist at lists.evolt.org
>
> Hi,
>
> http://www.stemfiction.com/v2/
>
> at that link I have a new layout, just been created, with no navigation
etc
> etc, just wondered if someone could help me out with a little problem.
>
> The darker rectangle roughly in the centre of the screen is where I want
the
> content to be placed, but having used relatively positioned div's to get
the
> four background segments in to place to make that rectangle (In an effort
to
> reduce load time), I can't work out how to put a "box" over the top of it
to
> stick all the text and images of the actual site.
>
> Whenever I put another div in it knocks the others out of alignment, or
the
> rest of the table.
>
> Many thanks for any help...
> Dave Stevens,  www.stemfiction.com
>
>
> --__--__--
>
> Message: 31
> Subject: RE: [thelist] positioning help please
> Date: Wed, 30 Oct 2002 19:00:01 -0800
> From: "Robert Stewart" <rob at dieseldesign.com>
> To: <thelist at lists.evolt.org>
> Reply-To: thelist at lists.evolt.org
>
> Not an exact rip but you get the picture.
>
> http://www.stewart-douglas.com/stem/
>
> The hardest part will be actually positioning the DIV tag. It needs to
> be based on the window width since you have the code centered. If it was
> a static page it would be easier. It needs the left setting to be based
> on the window with divided by something like 50% I believe. I doubt this
> will work on all browsers but should work with most versions of IE on
> the PC.
>
> Robert Stewart Douglas
> Stewart-Douglas Consulting
> rob at stewart-douglas.com
>
>
> --__--__--
>
> Message: 32
> From: "Dave Stevens" <dave at stemfiction.com>
> To: <thelist at lists.evolt.org>
> Subject: Re: [thelist] positioning help please
> Date: Thu, 31 Oct 2002 03:17:06 -0000
> Reply-To: thelist at lists.evolt.org
>
> thanking you :)
>
> Dave Stevens,  www.stemfiction.com
> ----- Original Message -----
> From: "Robert Stewart" <rob at dieseldesign.com>
> To: <thelist at lists.evolt.org>
> Sent: Thursday, October 31, 2002 3:00 AM
> Subject: RE: [thelist] positioning help please
>
>
> > Not an exact rip but you get the picture.
> >
> > http://www.stewart-douglas.com/stem/
> >
> > The hardest part will be actually positioning the DIV tag. It needs to
> > be based on the window width since you have the code centered. If it was
> > a static page it would be easier. It needs the left setting to be based
> > on the window with divided by something like 50% I believe. I doubt this
> > will work on all browsers but should work with most versions of IE on
> > the PC.
> >
> > Robert Stewart Douglas
> > Stewart-Douglas Consulting
> > rob at stewart-douglas.com
> >
> > --
> > For unsubscribe and other options, including
> > the Tip Harvester and archive of thelist go to:
> > http://lists.evolt.org Workers of the Web, evolt !
>
> --__--__--
>
> Message: 33
> From: "rudy" <r937 at interlog.com>
> To: <thelist at lists.evolt.org>
> Date: Wed, 30 Oct 2002 23:00:20 -0500
> Subject: [thelist] letting go of font sizes
> Reply-To: thelist at lists.evolt.org
>
> here's another site that has seen the light -- refdesk.com
>
> "NOTE: For a one week trial, in response to your requests for larger text
> size, refdesk will not set font size. Instead, your browser's settings
> determine how text appears on the page."
>
> feedback is via comments, and is currently running 66% in favour of the
> user setting the font size
>
> mind you, that probably just reflects the people who were calling for a
> larger size...
>
> the code is still tag soup (including &#149's all over the place), but at
> least they're moving in the right direction...
>
>
> rudy
>
>
> --__--__--
>
> Message: 34
> To: <thelist at lists.evolt.org>
> Subject: RE: [thelist] Apache/SSL Question
> From: <mpember at phreaker.net>
> Date: Thu, 31 Oct 2002 15:48:44 AUS Eastern Standard Time
> Reply-To: thelist at lists.evolt.org
>
> I have recently setup a series of ssl domains to run for myself at home
(on a win2k server).  I have used the modssl release in the past but found
their win32 binary releases were always behind.  For linux / source
releases, they were fine.
>
> You will get warnings about running multiple domains on a single IP.  But
they are just that, warnings.  They are mainly to do with the risk of
someone entering the IP directly and you having no control over which
certificates are used.  For testing purposes, this is not a major issue.
>
> ----
> Michael Pemberton
> mpember at phreaker.net
>
> -- Original Message --
> From: "Buffington, Michael"
> Send: 2002-10-31
> Subject: RE: [thelist] Apache/SSL Question
>
> ...
>
> About serving SSL with Apache, do you have any good resources on how to
set
> that up? I've had a heck of time getting Apache with any form of SSL to
work
> (OpenSSL, mod_ssl).
>
>
>
>
>
>
> --__--__--
>
> Message: 35
> From: geek007 at softhome.net
> To: thelist at lists.evolt.org
> Date: Wed, 30 Oct 2002 22:43:50 -0700
> Subject: [thelist] [OT]How to block Yahoo Messengers on the Intranet
> Reply-To: thelist at lists.evolt.org
>
> Hello Everyone,
>
> Can someone guide me on how do i block Yahoo Messengers, in the Intranet,
> Lab. I have a Win2k server & also a Linux Server [with Squid & IP Chains]
as
> the gateway.
>
> I found this on Google for AOL & ICQ and MSN.
> #AOL Instant Messenger
>        ipchains -A input -s 0/0 -d 0/0 5190 -p tcp -j DENY
>        ipchains -A input -s 0/0 -d 0/0 5190 -p udp -j DENY
> #ICQ
>        ipchains -A input -s 0/0 -d 0/0 4000 -p tcp -j DENY
>        ipchains -A input -s 0/0 -d 0/0 4000 -p udp -j DENY
> #Microsoft Instant Messenger
>        ipchains -A input -s 0/0 -d 0/0 1863 -p tcp -j DENY
>        ipchains -A input -s 0/0 -d 0/0 1863 -p udp -j DENY
>
> Please guide me about how to make COMPLETE block to Yahoo Messenger.
> Any pointers will be helpful.
>
>
> Thanks in Advance.
>
> Navin Dhanuka
> Student, MSc CA
> Symbiosis Institute Of
> Computer Studies and Research
>
>
> --__--__--
>
> Message: 36
> From: "Pablo Oliva" <poliva at cox.net>
> To: "theList" <thelist at lists.evolt.org>, "WDVL" <wdvltalk at lists.wdvl.com>
> Date: Wed, 30 Oct 2002 22:09:40 -0800
> Subject: [thelist] Postcast Server and Hotmail problems
> Reply-To: thelist at lists.evolt.org
>
> For those of you using Postcast Server, and those that have a hotmail
> account, could you run a quick test to see if sending email through
> Postcast to Hotmail works... my experience is that hotmail "rejects" the
> emails.  This is the error that I receive, can anyone shed some light,
> thanks:
>
> The original message was received at 10/30/2002 1:19:30 PM
> from WILLY ([127.0.0.1])
>
> The following addresses had delivery problems:
> =================================
> hotpab at hotmail.com
>
> Transcript of session follows:
> =================================
> Error: 554 Transaction failed
>
> This is a copy of the message, including all the headers:
> =================================
>
> From: "localhost" <info at financialnewsusa.com>
> To: <hotpab at hotmail.com>
> Subject: test
> Date: Wed, 30 Oct 2002 13:19:30 -0800
> Message-ID: <BDEIINHPIHKGPAPJDHGHEEBMCAAA.info at financialnewsusa.com>
> MIME-Version: 1.0
> Content-Type: text/plain;
> charset="iso-8859-1"
> Content-Transfer-Encoding: 7bit
> X-Priority: 3 (Normal)
> X-MSMail-Priority: Normal
> X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0)
> Importance: Normal
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
> X-GCMulti: 1
>
> test
>
>
> --__--__--
>
> Message: 37
> From: "Scott" <pippen at bigpond.net.au>
> To: <thelist at lists.evolt.org>
> Subject: Re: [thelist] [OT]How to block Yahoo Messengers on the Intranet
> Date: Thu, 31 Oct 2002 16:23:29 +1000
> Reply-To: thelist at lists.evolt.org
>
> On Win2K you can disable the Windows Messenger service.
> Don't know about linux...
>
> ----- Original Message -----
> From: <geek007 at softhome.net>
> To: <thelist at lists.evolt.org>
> Sent: Thursday, October 31, 2002 3:43 PM
> Subject: [thelist] [OT]How to block Yahoo Messengers on the Intranet
>
>
> : Hello Everyone,
> :
> : Can someone guide me on how do i block Yahoo Messengers, in the
Intranet,
> : Lab. I have a Win2k server & also a Linux Server [with Squid & IP
Chains] as
> : the gateway.
> :
> : I found this on Google for AOL & ICQ and MSN.
> : #AOL Instant Messenger
> :        ipchains -A input -s 0/0 -d 0/0 5190 -p tcp -j DENY
> :        ipchains -A input -s 0/0 -d 0/0 5190 -p udp -j DENY
> : #ICQ
> :        ipchains -A input -s 0/0 -d 0/0 4000 -p tcp -j DENY
> :        ipchains -A input -s 0/0 -d 0/0 4000 -p udp -j DENY
> : #Microsoft Instant Messenger
> :        ipchains -A input -s 0/0 -d 0/0 1863 -p tcp -j DENY
> :        ipchains -A input -s 0/0 -d 0/0 1863 -p udp -j DENY
> :
> : Please guide me about how to make COMPLETE block to Yahoo Messenger.
> : Any pointers will be helpful.
> :
> :
> : Thanks in Advance.
> :
> : Navin Dhanuka
> : Student, MSc CA
> : Symbiosis Institute Of
> : Computer Studies and Research
> :
> : --
> : For unsubscribe and other options, including
> : the Tip Harvester and archive of thelist go to:
> : http://lists.evolt.org Workers of the Web, evolt !
> :
>
>
>
> --__--__--
>
> Message: 38
> From: "Eike Pierstorff" <eike.pierstorff at dynamique.de>
> To: <thelist at lists.evolt.org>
> Subject: AW: [thelist] is there a client side php validator?
> Date: Thu, 31 Oct 2002 08:02:40 +0100
> Reply-To: thelist at lists.evolt.org
>
> > Validator like w3c's html and css validators.
> >
> > Not my server, so I can't install anything (like DBG) on the
> > server. Looking
> > for something that'll parse a PHP file and find missing semicolons and
the
> > like.
>
> Maguma Studio Light (www.maguma.com, free). It's not a validator, it's a
> pretty bad php editor, but it will parse your files and show errors with
> line numbers. And you can use dbg with Maguma (doesn't need a web server,
> just the php windows binary).
>
> -- eike
>
>
> --__--__--
>
> Message: 39
> Date: Wed, 30 Oct 2002 23:06:08 -0800 (PST)
> From: Robert Goodyear <rob_goodyear at yahoo.com>
> Subject: Re: [thelist] [OT]How to block Yahoo Messengers on the Intranet
> To: thelist at lists.evolt.org
> Reply-To: thelist at lists.evolt.org
>
> > Please guide me about how to make COMPLETE block to
> > Yahoo Messenger.
> > Any pointers will be helpful.
>
> Block port 5050.
>
>
> -Robert Goodyear
>
> __________________________________________________
> Do you Yahoo!?
> HotJobs - Search new jobs daily now
> http://hotjobs.yahoo.com/
>
> --__--__--
>
> Message: 40
> From: "Tony Crockford" <tonyc at boldfish.co.uk>
> To: <thelist at lists.evolt.org>
> Subject: RE: [thelist] Postcast Server and Hotmail problems
> Date: Thu, 31 Oct 2002 07:56:15 -0000
> Reply-To: thelist at lists.evolt.org
>
>
> > For those of you using Postcast Server, and those that have a hotmail
> > account, could you run a quick test to see if sending email through
> > Postcast to Hotmail works... my experience is that hotmail
> > "rejects" the
> > emails.  This is the error that I receive, can anyone shed some light,
> > thanks:
>
> From the PCS site:
>
> If you cannot send messages to AOL, Hotmail, Yahoo and other similar
> addresses
> You will need to change the way your computer will identify to the
> remote server. Open the Settings window, choose 'Advanced' tab, and
> press the Settings button next to the 'Server identity for HELO
> handshaking command' label. Try to change the server identity setting in
> the Settings screen to mail.yourserver.com.
>
> For example, if your email address is joe at someserver.com set the HELO
> handshaking identification to mail.someserver.com. Try also with only
> someserver.com format.
>
> See these web pages for more information:
> www.postcastserver.com/ubbcgi/ultimatebb.pl?ubb=get_topic&f=4&t=000131
> www.postcastserver.com/ubbcgi/ultimatebb.pl?ubb=get_topic&f=1&t=000006
> www.postcastserver.com/ubbcgi/ultimatebb.pl?ubb=get_topic&f=3&t=000245
>
> HTH
>
> Tony
>
>
> --__--__--
>
> Message: 41
> From: "S.tygian B.lacksmith S.tudios" <studio at zero.zero.xs2.net>
> To: thelist at lists.evolt.org
> Cc:
> Subject: Re: [thelist] XML problem
> Date: Thu, 31 Oct 2002 05:41:45 -0600
> Reply-To: thelist at lists.evolt.org
>
> It's difficult to figure out what's causing your problem without more
> information.
>
> 1. What XSLT processor and build are you using?
>
> 2. On what platform?
>
> 3. In what environment (PHP, Perl, Java, an IDE like XML Spy or Stylus
> Studio)?
>
> 4. What elements are you using the XPath queries in (xsl:for-each,
> xsl:template)?
>
> It would help if you could reduce it to a simple test case and provide
> the XML and XSLT sources. Having the XPath queries helps, but it's not
> enough in this case.
>
> Regards,
> S. G.
>
>
>
> --__--__--
>
> Message: 42
> From: Nickolay Kolev <nmkolev at uni-bonn.de>
> To: thelist at lists.evolt.org
> Date: Thu, 31 Oct 2002 13:50:20 +0100
> Subject: [thelist] DOM in Mozilla
> Reply-To: thelist at lists.evolt.org
>
> Hi all,
>
> Can anyone  please tell me why this is working in IE6 but not in
> Mozilla??
>
> theLabel = document.getElementById("searchLabel");
> theField = document.getElementById("searchField");
>
> theField.value = theLabel.firstChild.nodeValue;
>
> And this doesn't work either:
>
> theField.value =  theLabel.childNodes.item(0).data;
>
> What's wrong?
>
> Many thanks,
> _nmk
>
>
> --__--__--
>
> Message: 43
> Date: Wed, 30 Oct 2002 11:40:28 +0000
> To: thelist at lists.evolt.org
> From: Matt MacLeod <mattmacleod12 at yahoo.co.uk>
> Subject: Re: [thelist] [slightly ot] online ticket selling
> Reply-To: thelist at lists.evolt.org
>
> A client of mine had the same problem when we tried to set up
> subscription-based content on a website. Natwest were the bank in this
case
> so it seems to be a pretty general policy. In the end we went with
> WorldPAy, which was hardly ideal, but we got there in the end. Many people
> suggest going to Barclays as they seem to be the most sympathetic bank
> towards web-based businesses.
> Best, Matt
>
> At 16:08 30/10/02 +0000, you wrote:
> >hi,
> >
> >was wondering whether anyone out there could help. i've a client that
runs
> >music festivals in the uk. they were wanting to move their ticket selling
> >process online (rather than go through ticketmaster or wayahead), but
their
> >bank has told them that they're not allowed. the bank (lloyds) is
claiming
> >that because there is no actual goods or services being exchanged they
> >can't do it as, for some reason, a ticket is a promise of a service at
some
> >later date...
> >
> >has anyone else come up with this and, if so, how was it overcome??
> >
> >tia
> >
> >kris
> >
> >--
> >For unsubscribe and other options, including
> >the Tip Harvester and archive of thelist go to:
> >http://lists.evolt.org Workers of the Web, evolt !
>
>
> --__--__--
>
> Message: 44
> From: "S.tygian B.lacksmith S.tudios" <studio at zero.zero.xs2.net>
> To: Reply-To: thelist at lists.evolt.org
> Cc:
> Subject: Re: [thelist] DOM in Mozilla
> Date: Thu, 31 Oct 2002 06:57:31 -0600
> Reply-To: thelist at lists.evolt.org
>
> It would help if you could post some source from the document you're
> trying to manipulate.
>
> Also: what version of Mozilla are you testing with, and is IE6 rendering
> in standards-compliant or compatibility mode?
>
> Regards,
> S. G.
>
> > Hi all,
> >
> > Can anyone  please tell me why this is working in IE6 but not in
> > Mozilla??
> >
> > theLabel = document.getElementById("searchLabel");
> > theField = document.getElementById("searchField");
> >
> > theField.value = theLabel.firstChild.nodeValue;
> >
> > And this doesn't work either:
> >
> > theField.value =  theLabel.childNodes.item(0).data;
> >
> > What's wrong?
> >
> > Many thanks,
> > _nmk
>
>
>
> --__--__--
>
> Message: 45
> From: "Jay Blanchard" <jay.blanchard at niicommunications.com>
> To: <thelist at lists.evolt.org>
> Subject: RE: [thelist] is there a client side php validator?
> Date: Thu, 31 Oct 2002 07:01:31 -0600
> Reply-To: thelist at lists.evolt.org
>
> [snip]
> Validator like w3c's html and css validators.
>
> Not my server, so I can't install anything (like DBG) on the server.
Looking
> for something that'll parse a PHP file and find missing semicolons and the
> like.
> [/snip]
>
> Have you looked at the Zend Studio? There is at least one older version
that
> is free and does validation in the form of client side debugging.
>
> HTH!
>
> Jay
>
>
>
> --__--__--
>
> Message: 46
> From: Nickolay Kolev <nmkolev at uni-bonn.de>
> Subject: Re:Re: [thelist] DOM in Mozilla
> To: thelist at lists.evolt.org
> Date: Thu, 31 Oct 2002 14:08:47 +0100
> Reply-To: thelist at lists.evolt.org
>
> <p>
> <label for="searchField" id="searchLabel">Find</label>
> <input type="text" name="keywords" id="searchField" />
> </p>
>
> <script type="text/javascript">
> <!--
>
> theLabel = document.getElementById("searchLabel");
> theField = document.getElementById("searchField");
>
> theField.value = theLabel.firstChild.nodeValue;
> theLabel.style.display = 'none';
>
> // -->
> </script>
>
> Doctype is XHTML Transitional. Mozilla 1.2Beta. IE6 no service
> packs.
>
> _nmk
>
>
> --__--__--
>
> Message: 47
> From: "Ahmad, N" <nadeem at essex.ac.uk>
> To: "'thelist at lists.evolt.org'" <thelist at lists.evolt.org>
> Subject: RE: [thelist] [slightly ot] online ticket selling
> Date: Thu, 31 Oct 2002 13:13:43 -0000
> Reply-To: thelist at lists.evolt.org
>
> Matt>
> A client of mine had the same problem when we tried to set up
> subscription-based content on a website. Natwest were the bank in this
case
> so it seems to be a pretty general policy. In the end we went with
WorldPAy,
> which was hardly ideal, but we got there in the end. Many people suggest
> going to Barclays as they seem to be the most sympathetic bank towards
> web-based businesses. Best,
>
> Nadeem>
> Odd that seeing as I believe that NatWest own at least some of WorldPay,
for
> example look at:
> http://www.worldpay.com/uk/products_services/multi_currency.shtml
>
> --__--__--
>
> Message: 48
> From: "S.tygian B.lacksmith S.tudios" <studio at zero.zero.xs2.net>
> To: thelist at lists.evolt.org
> Cc:
> Subject: Re: Re: [thelist] DOM in Mozilla
> Date: Thu, 31 Oct 2002 07:48:46 -0600
> Reply-To: thelist at lists.evolt.org
>
> I just tested this myself in Mozilla 1.2b and IE6 SP1 running on Windows
> XP Pro. It didn't work in either one.... The problem is that, as
> written, you're assigning the nodes to the variables before the page has
> rendered completely. Wrap the script that you have in a function
> declaration and call it onload - that fixed it for me in both browsers.
>
> Seems to be a common pitfall. ;)
>
> HTH,
> S. G.
>
> > <p>
> > <label for="searchField" id="searchLabel">Find</label>
> > <input type="text" name="keywords" id="searchField" />
> > </p>
> >
> > <script type="text/javascript">
> > <!--
> >
> > theLabel = document.getElementById("searchLabel");
> > theField = document.getElementById("searchField");
> >
> > theField.value = theLabel.firstChild.nodeValue;
> > theLabel.style.display = 'none';
> >
> > // -->
> > </script>
> >
> > Doctype is XHTML Transitional. Mozilla 1.2Beta. IE6 no service
> > packs.
> >
> > _nmk
>
>
>
> --__--__--
>
> Message: 49
> From: "Giles Carey | Element Design" <giles at elementdesign.fsnet.co.uk>
> To: <thelist at lists.evolt.org>
> Date: Thu, 31 Oct 2002 10:51:07 -0000
> Subject: [thelist] ASP Problems again..
> Reply-To: thelist at lists.evolt.org
>
> --
> --
> [ Picked text/plain from multipart/alternative ]
> Help needed urgently.. i have struggled over this ofr hours...
> This is the error:
> Microsoft VBScript runtime error '800a01a8'
> Object required: ''
>
> /laurenceoxley/imagedetail.asp, line 85
>
> This is the code:
>
> <HTML>
> <HEAD>
> </HEAD>
> <base href = "http://www.elementdesign.dc-hosting.co.uk/laurenceoxley">
> <!--<base href = "http://localhost/aspproject/">-->
> <script language="javascript">
> </script>
>
> <BODY leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 bgcolor=
"#FFFBF0">
>  <TABLE WIDTH=100% HEIGHT=100% cellspacing=0 cellpadding=0 >
>   <TR>
>    <TD height=40px align=center >
>    <TABLE WIDTH=90% HEIGHT=100% cellspacing=0 cellpadding=0 >
>     <TR>
>     <TD height=40px width=80% align=right >
>     </TD>
>     </TR>
>    </table>
>    </TD>
>   </TR>
>
>   <TR>
>    <TD WIDTH= valign=top align=center width=100%>
> <%
>
>  Dim strSql
>  Dim objconn, strprovider
>  Dim intRecordsPerPage
>  Dim intCounter
>  Dim iPage
>  Dim intTotalPages
>
>  'retrieving page number
>  iPage=request.querystring ("iPage")
>
>  if iPage = "" then
>     iPage =1
>  end if
>
>  Set rs = Server.CreateObject("ADODB.Recordset")
>
>
>  Set objconn = Server.CreateObject("ADODB.Connection")
>  'server
>  strprovider = "Driver=Microsoft Access Driver (*.mdb);
DBQ=e:\domains\elementdesign.dc-hosting.co.uk\user\private\prices.mdb;"
>  'local
>  'strprovider = "Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=c:\inetpub\wwwroot\RameshPersist\prices.mdb;Persist Security
Info=False"
>  objconn.Open(strprovider)
>
>
>
>  strSQL = " SELECT " & _
>       " * " & _
>     " FROM " & _
>      " priceTable ;"
>
>
>    rs.Open strSQL, objconn, 3
>
>
>    if rs.recordcount > 0 then
>      intRecordsPerPage = 250
>      intCounter=0
>      intTotalPages = cint(rs.RecordCount/intRecordsPerPage)
>      if (rs.RecordCount mod intRecordsPerPage) > 0 then
>       intTotalPages=intTotalPages+1
>      end if
>
>
>
>      while not rs.eof and iCounter < (iPage-1)*intRecordsPerPage
>    rs.movenext
>    iCounter = iCounter + 1
>    wend
>    iCounter = 0
>
>
>
>    %>
>   <!--BeginPaging-->
>   <table align=center width=90% bgcolor= "#FFFBF0">
>    <tr>
>     <td  align="right" colspan=4>
>     <% If iPage <> 1 then %>
>       <a href="showimage.asp?ipage=<% = (iPage-1) %>">
>       <font face="verdana" size=2>Previous</font>
>       </a>
>     <% end if %>
>       [ Page Number<%response.write iPage %> out of <% response.write
intTotalPages%>]
>     <% if cint(iPage) <> cint(intTotalPages) then %>
>        <a href="showimage.asp?ipage=<% = (iPage+1) %>">
>        <font face="verdana" size=2>Next</font>
>        </a>
>     <% end if %>
>     </td>
>     </tr>
>   </table>
>    <!--EndPaging-->
>   <TABLE WIDTH=90% border=1 bordercolor="navy" cellspacing=0 align=center
bgcolor= "#FFFBF0">
>    <FORM  name="frmShowImage" method="Post" action="{FileName}"
onsubmit="return(fnValidateForm())">
>   <tr bgcolor="#80A0C0">
>    <td width=35% align=center><font size=5>Author</font>
>    </td>
>    <td width=35% align=center><font size=5>Title</font>
>    </td>
>    <td width=15% align=center><font size=5>Price</font>
>    </td>
>    <td width=15% align=center><font size=5>&nbsp;</font>
>    </td>
>
>   </tr>
>    <%
>
>
>     while (not rs.EOF and intCounter < intRecordsPerPage)
>    %>
>
>      <tr bgcolor="#FFFBF0">
>       <td align=center>&nbsp;<%response.write(rs("Artist")) %>
>       </td>
>       <td align=center>&nbsp;<%response.write(rs("Title")) %>
>       </td>
>       <td align=center>&nbsp;
>       <%
>        if rs("Price")<> "" then
>         response.write("£" &rs("Price"))
>        else
>         response.write("poa")
>        end if
>       %>
>       </td>
>       <td align=center>&nbsp;<a
href="http://www.elementdesign.dc-hosting.co.uk/laurenceoxley/imagedetail.as
p?ID=<%=rs("ID") %>">Further Information</a>
>       </td>
>      </tr>
>    <%
>     rs.movenext
>     intCounter = intCounter + 1
>     wend
>     %>
>   <!--BeginPaging-->
>   <table align=center width=90% bgcolor= "#FFFBF0">
>    <tr>
>     <td  align="right" colspan=4>
>     <% If iPage <> 1 then %>
>       <a href="showimage.asp?ipage=<% = (iPage-1) %>">
>       <font face="verdana" size=2>Previous</font>
>       </a>
>     <% end if %>
>      [ Page Number<%response.write iPage %> out of <% response.write
intTotalPages%>]
>
>     <%  if cint(iPage) <> cint(intTotalPages) then %>
>        <a href="showimage.asp?ipage=<% = (iPage+1) %>">
>        <font face="verdana" size=2>Next</font>
>        </a>
>     <% end if %>
>     </td>
>     </tr>
>   </table>
>    <!--EndPaging-->
>
>  <% else
>   objconn.close
>  %>
>  <tr bgcolor="#FFFBF0">
>   <td colspan=4 align=center><Font color=red size=5> No Records
Found</font>
>   </td>
>  </tr>
>    <% end if  %>
>    <!-***********************************************HIDDEN
FIELDS****************************-->
> <input type="hidden" name=iPage value = "<%=iPage%>">
>
>      </FORM>
>     <TABLE>
>    </TD>
>   </TR>
>  </TABLE>
> </BODY>
> </HTML>
>
>
> Please help as this one is driving me mad!
>
> TIA
>
> Giles Carey
>
> giles at elementdesign.biz
>
>
>
>
>
> --
> [ top.gif was deleted, please don't send attachments with your message. ]
> --
>
>
>
> --__--__--
>
> _______________________________________________
> Help: http://lists.evolt.org/mailman/listinfo/thelist
>
> Archives: http://lists.evolt.org
>
> End of thelist Digest
>



More information about the thelist mailing list