From thelist at lists.evolt.org Mon Sep 23 00:02:00 2002 From: thelist at lists.evolt.org (Tip Harvester) Date: Mon Sep 23 00:02:00 2002 Subject: [thelist] Tip Harvest for the Week of Monday Sep 16, 2002 Message-ID: <200209230501.g8N51CMF024059@leo.evolt.org> The tip harvest for the Week of Monday Sep 16, 2002 has been added to the lists.evolt.org site. Get it at: http://lists.evolt.org/index.cfm/a/harvest/b/show/c/Week-of-Mon-20020916.html Week at a glance listing at: http://lists.evolt.org/index.cfm/a/harvest/b/week/c/Week-of-Mon-20020916.html Search the tips at: http://lists.evolt.org/index.cfm/a/harvest/b/search/ Harvest Summary --------------- Number of messages: 421 Number of tips : 16 Tip Authors ----------- .jeff (1) Burhan Khalid (1) Dan (1) Frank Marion (1) John Corry (1) Liam Delahunty (1) meretal (1) Minh Lee Goon (1) MMcGlynn (1) rudy (2) Sean Brown (1) theideahamster (1) Tim Luoma (2) unruly mongrel (1) Tip Types --------- basic html (1) ColdFusion (1) ColdFusion Performance Counters (1) debugging PHP (1) Finding Answers (1) hover style on images (1) Java (1) JavaScript (1) must have utilities (1) PHP (1) PHP and forms (1) PHP Form Array Checkbox thingy (1) PHP Loading form Arrays (1) searching (1) Un-installing Programs (1) From lists at tntluoma.com Mon Sep 23 00:17:01 2002 From: lists at tntluoma.com (Timothy J. Luoma) Date: Mon Sep 23 00:17:01 2002 Subject: [thelist] Can Apache put only certain codes in log files? Message-ID: <3D8EA392.6000804@tntluoma.com> I've been Googling around for awhile but I am not finding the right keywords or something. I thought I had heard of a feature in Apache that would allow me to configure my logs so that I can have separate log files: For example, if I wanted to have separate logs for separate types of HTTP return codes: 200 (successful) /logs/200.log 404 (not found) /logs/404.log This would let me separate out errors from successes. I have ErrorLog set but 404s still end up in my 'access_log' Is this possible? If so can anyone give me a pointer to the manual or URL? Thanks TjL -- 30 Days to becoming an Opera Lover http://www.tntluoma.com/switch Day 21: Cache as Cache Can http://tntluoma.com/opera/lover/day21-cache/ From luminosity at members.evolt.org Mon Sep 23 00:27:01 2002 From: luminosity at members.evolt.org (Lachlan Cannon) Date: Mon Sep 23 00:27:01 2002 Subject: [thelist] The Web's future: XHTML 2.0 References: <05a601c261aa$34488e20$0200a8c0@client1> <3D8D2AEA.1010107@members.evolt.org> <3D8DB65F.6030001@tntluoma.com> Message-ID: <3D8EA4D1.7020708@members.evolt.org> Timothy J. Luoma wrote: > > there are a few nice things there too. Being able to type > title="PHP: Hypertext Preprocessor" href="http://php.net">PHP > > as opposed to PHP. > > But how long will it be before you stop using ? I mean, > after all, right now you can make links to sections of a page using ID > or by using as long as you aren't using xhtml-1.1 Yes, but it's nice even if it isn't practical as yet. I was thinking more of a personal site thing since I've never had to worry about having a client before (not that that's a good thing, I could do with some cash). > But since any older browser won't grok an ID link, and since all current > browsers grok how many of us are really going to use > ID-based links? I already do.. > I love the tighter code required by XHTML 1.0 strict.... I use it all > the time, it's the default for my templates. I wish that badly coded > sites showed up in hot pink to shame their authors. Good idea... let's make a virus that infects IE and makes it do that... -- Lach __________________________________________ Web: http://illuminosity.net/ E-mail: lach @ illuminosity.net MSN: luminosity @ members.evolt.org __________________________________________ From webpage at ureach.com Mon Sep 23 01:07:00 2002 From: webpage at ureach.com (Web Page) Date: Mon Sep 23 01:07:00 2002 Subject: [thelist] RE: PHP Breadcrub Script - Questions Message-ID: <200209230606.CAA06081@www22.ureach.com> Hello, Thank you for responding to my plea for help. I just cannot get this script to work and my Knowledge of PHP is very limited. I know these questiions may seem babylike but any help you can give me will be appreciated. 1. Is the script named "breadcrumb.php" placed inside of a folder named "includes"? 2. Should their be any changes made to the script named "breadcrumb.php"? 3. What is meant by the statement, "To use breadcrumb.php on your pages, you'll need to first include it and, if you desire, set $page_title:" a. Would I just place the following code into a page this way, <?php echo $page_title ?> b. Do I change - $page_title = "About Us" - to - $page_title = "PAGE TITLE" ? C. Do I CHANGE - $SCRIPT_URL - to - $http://page_name.html" ? Again, thank you in advance for any and all help you can give me with this PHP Breadcrumb script. WP1 ------------------------------------------------------ Message: 22 Date: Mon, 16 Sep 2002 23:06:05 -0400 From: "Timothy J. Luoma" To: thelist at lists.evolt.org Subject: Re: [thelist] Need help with PHP breadcrumb script on "eVolt" web site Reply-To: thelist at lists.evolt.org Web Page wrote: > Can anyone help me with the Breadcrumb script on the "eVolt" > site? I have not been able to contact the author despite many > emails to him/her. > > The script is named "Breadcrumbs for PHP Lovers" and is located > at, > http://evolt.org/article/Breadcrumbs_for_PHP_Lovers/17/4455/ > > Thank you in advance for any and all responses. I'm using that script (somewhat modified) at two of my sites. Whatcha wanna know? TjL -- 30 Days to becoming an Opera Lover http://www.tntluoma.com/opera/lover/ Day 16: Sidebars, Your Honor http://tntluoma.com/opera/lover/day16- sidebars/ ________________________________________________ Get your own "800" number Voicemail, fax, email, and a lot more http://www.ureach.com/reg/tag From Anthony at Baratta.com Mon Sep 23 01:46:00 2002 From: Anthony at Baratta.com (Anthony Baratta) Date: Mon Sep 23 01:46:00 2002 Subject: [thelist] Can Apache put only certain codes in log files? In-Reply-To: <3D8EA392.6000804@tntluoma.com> Message-ID: <5.1.0.14.2.20020922234123.01fbf798@baratta.com> At 10:16 PM 9/22/2002, Timothy J. Luoma wrote: >I thought I had heard of a feature in Apache that would allow me to >configure my logs so that I can have separate log files: The source is always a good place to start: http://httpd.apache.org/docs/logs.html Virtual Hosts If CustomLog or ErrorLog directives are placed inside a section, all requests or errors for that virtual host will be logged only to the specified file. Any virtual host which does not have logging directives will still have its requests sent to the main server logs. This technique is very useful for a small number of virtual hosts, but if the number of hosts is very large, it can be complicated to manage. In addition, it can often create problems with insufficient file descriptors. Apache Virtual Host documentation http://httpd.apache.org/docs/vhosts/ Also see: ErrorLog directive http://httpd.apache.org/docs/mod/core.html --- Anthony Baratta President Keyboard Jockeys "Conformity is the refuge of the unimaginative." From ldelahunty at britstream.com Mon Sep 23 05:24:00 2002 From: ldelahunty at britstream.com (Liam Delahunty) Date: Mon Sep 23 05:24:00 2002 Subject: [thelist] google results Message-ID: why does... John gives about 63,700,000 results John toilet = 374,000 results. John -toilet = 3,620,000. shouldn't John -toilet give 63,326,000 results? Or am I being stupid - we did have an earthquake in England in the night and it might have shaken my brain too much... Kind regards, Liam Delahunty + + + + + + + + + + + + + + Fulham V Chelsea tonight. http://www.fulhamfc.co.uk/ Come On You Whites! From cd-ml at aardvark.net.au Mon Sep 23 07:02:00 2002 From: cd-ml at aardvark.net.au (Craig) Date: Mon Sep 23 07:02:00 2002 Subject: [thelist] google results References: Message-ID: <000901c262f9$05d1a7c0$19ebdccb@maximo> Another strange thing with Google is: If you type "bowen site:bowen-groves.com.au" (without the quotes) you get 1 result. If you type "bowen site:bowen-groves.com" (without the quotes) you get 103 results. bowen-groves.com and bowen-groves.com.au server exactly the same content, yet google hasn't managed to index anything (except the home page) from the .au site. Craig. ----- Original Message ----- From: "Liam Delahunty" To: "Thelist" Sent: Monday, September 23, 2002 8:02 PM Subject: [thelist] google results > why does... > > John gives about 63,700,000 results > > John toilet = 374,000 results. > > John -toilet = 3,620,000. > > shouldn't John -toilet give 63,326,000 results? Or am I being stupid - we > did have an earthquake in England in the night and it might have shaken my > brain too much... > > Kind regards, > Liam Delahunty > > + + + + + + + + + + + + + + > Fulham V Chelsea tonight. > http://www.fulhamfc.co.uk/ > Come On You Whites! > > -- > For unsubscribe and other options, including > the Tip Harvester and archive of thelist go to: > http://lists.evolt.org Workers of the Web, evolt ! > From jedimaster at macromedia.com Mon Sep 23 07:05:00 2002 From: jedimaster at macromedia.com (Raymond Camden) Date: Mon Sep 23 07:05:00 2002 Subject: [thelist] CF -- have a Q need a Tip to clean-up my webs. In-Reply-To: <000101c26259$cb0a0c80$ad7dfea9@HQ.xacting.com> Message-ID: <000a01c262f9$6acb1cb0$6561a8c0@vader> > > Way back on Fri Oct 12 19:45:06 2001 Rory.Plaire at > wahchang.com wrote the > following in a tip > (http://lists.evolt.org/archive/Week-of-Mon-20011008/059198.html): > > > > > To avoid this bit of tedium and performance hit, try > putting the UDFs in a > > "library file" and cfincluding that in the Application.cfm > file. Since the > > server stays in a multi-threaded condition, the performance > is increased > > and, more importantly, cflocks no longer grow like the > pestilent weed in > > your carefully cultivated code. > > Point of clarification: inside the "library file", the UDFs should be > wrapped in a cflock right? This way the cflock is inside a > thread and not > around the application? I don't recall reading anywhere > (other than above) > that having a cflock in application.cfm will block all > thread? Is there a > reference or publication somewhere that has more information? There is no need for cflocks just because you are defining the UDFs in application.cfm. Just like there is no need for cflock if you do in application.cfm. You only need locks (prior to CFMX) if you are using application variables, for example, , or ... //assume foo is a udf application.foo = foo; Macromedia recommends _against_ copying UDFs to the application scope. If you need easy access to them in custom tags, consider copying them to the request scope. ======================================================================= Raymond Camden, ColdFusion Jedi Master for Hire Email : jedimaster at macromedia.com Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda From jay.blanchard at niicommunications.com Mon Sep 23 07:08:01 2002 From: jay.blanchard at niicommunications.com (Jay Blanchard) Date: Mon Sep 23 07:08:01 2002 Subject: [thelist] Web standards (was: The Web's future: XHTML 2.0) In-Reply-To: <5135940079.20020922190346@ozline.net> Message-ID: <002301c262f9$cf7a1b20$8102a8c0@000347D72515> [snip from many replies] ...standards that everyone follows....actual standards....standards are there to be followed....actual standards get no attention at all....the W3C....People have been ignoring large swaths of the standards since html 2....it deserves to be a standard....it's not a problem with the standard though....it's a problem that needs to be addressed in the standards....it is possible to generally support the standards movement....I merely want the standards to become better. They aren't perfect yet. [/snip] And they are not "standards". Web developers are allowed to ignore them and browser manufacturers are allowed to ignore them (such as when NN and IE went head-to-head in the tag wars what now seems like a long time ago), which is why you often see so much garbled "code". The documents and specifications coming out of the W3C are "recommendations". There have been many arguements on this list (and many others) that there need to be standards because it would make life so much easier. That is why you see large groups of developers adhering to the recommendations like glue in hopes that they will influence the browser manufacturers to make their product more compliant with the recommendations. I also found the '1984' reference funny, but unfortunately it seems to have little relevance to mark-up and programming languages where it has always been ideal to seek out the most terse (tersest? :^]) bits to perform functions. But funny none the less. Jay YODA: "Code! Yes. A programmer's strength flows from code maintainability. But beware of Perl. Terse syntax... more than one way to do it... default variables. The dark side of code maintainability are they. Easily they flow, quick to join you when code you write. If once you start down the dark path, forever will it dominate your destiny, consume you it will." ***************************************************** * Texas PHP Developers Conf Spring 2003 * * T Bar M Resort & Conference Center * * New Braunfels, Texas * * Contact jay.blanchard at niicommunications.com * * * * Want to present a paper or workshop? Contact now! * ***************************************************** From Josh.S.Feingold at irs.gov Mon Sep 23 07:18:01 2002 From: Josh.S.Feingold at irs.gov (Feingold Josh S) Date: Mon Sep 23 07:18:01 2002 Subject: [thelist] Creating Thumbnails Message-ID: <154D4D2F96BBD6119D950004ACE530C636AF73@chm0010mb01.atsc.irs.gov> -- [ Picked text/plain from multipart/alternative ] I bumped into this program and thought others might find it of use. It is a freeware thumbnail creator. http://www.fookes.com/ezthumbs/index.html Enjoy! Josh From web2k2 at premonition.co.uk Mon Sep 23 07:35:01 2002 From: web2k2 at premonition.co.uk (Geoff Sheridan) Date: Mon Sep 23 07:35:01 2002 Subject: [thelist] Creating Thumbnails In-Reply-To: <154D4D2F96BBD6119D950004ACE530C636AF73@chm0010mb01.atsc.irs.gov> References: <154D4D2F96BBD6119D950004ACE530C636AF73@chm0010mb01.atsc.irs.gov> Message-ID: tip type="operating system myopia" When recommending software remember to state what operating system it will run on. Not everyone uses windows. /tip (tip deliberately malformed so as not to appear in harvest) At 8:15 am -0400 23/9/02, Feingold Josh S wrote: >-- >[ Picked text/plain from multipart/alternative ] > > >I bumped into this program and thought others might find it of use. It is a >freeware thumbnail creator. > >http://www.fookes.com/ezthumbs/index.html > > From webmaster at menouno.com Mon Sep 23 07:57:01 2002 From: webmaster at menouno.com (Massimo Mezzini) Date: Mon Sep 23 07:57:01 2002 Subject: [thelist] google results In-Reply-To: <000901c262f9$05d1a7c0$19ebdccb@maximo> Message-ID: <3D8F2B84.17563.77E1DF@localhost> On 23 Sep 2002 at 21:31, Craig wrote about Re: [thelist] google results: > bowen-groves.com and bowen-groves.com.au server > exactly the same content, yet google hasn't managed > to index anything (except the home page) from the .au site. could it be because on www.bowen-groves.com.au one gets redirected right away to www.bowen-groves.com? ciao Massimo From dunstan at 1976design.com Mon Sep 23 09:48:07 2002 From: dunstan at 1976design.com (Dunstan Orchard) Date: Mon Sep 23 09:48:07 2002 Subject: [thelist] onclick="this.submit.button.is.disabled.and.greyed.out" ? Message-ID: <20020923144747.M79471@1976design.com> Hey there, I have a form where people can upload images. Some of the images are quite big and take about 30 seconds to upload (mind you, that's probably cause I'm connecting at a blistering 44k). I am worried that someone will click 'submit' a second, third or fourth time during this upload time, thinking that the process isn't working (as my parents are want to do - "STOP CLICKING MUM, IT'S WORKING!"), thus submitting multiple copies of the form, or screwing things up generally. Is there a bit of JS that will say onclick="this.submit.button.is.disabled.and.greyed.out" ? Once the images have uploaded the page reloads so I guess the button would return to normal again. Thanks very much - dunstan --------------------------- Dorset, England http://www.1976design.com/ http://www.orchard.it/ http://www.maccaws.org/ From susanhw at webcastle.com Mon Sep 23 09:48:13 2002 From: susanhw at webcastle.com (Susan Wallace) Date: Mon Sep 23 09:48:13 2002 Subject: [thelist] Help with app. logic Message-ID: <4.3.2.7.2.20020923095155.037ed290@webcastle.com> Greetings! I am working on a project for a membership organization that has some "special" requirements as far as membership renewal and receiving publications. This is making my brain hurt, I am hoping that a fresh set of eyes can help me with this. I am using Cold Fusion to build this, however I don't think that's pertinent. The expiration/renewal dates are based on a quarter, but it's not a calendar quarter, it's based on their own date defined quarter divisions. (i.e. Q1 is Mar 01 - May 31) Each quarter has its own Journal associated with it: Q1: Journal B Q2: Journal C Q3: Journal D Q4: Journal A If I sign up today as a new member, since the current date is Sept. 18, it falls within Q3 (Sept 1 - Nov 30). Over the course of my membership, I would receive Journal D, A, B, C and then expire on 12/1 If I come back in February of 2004 and renew my membership, I will have missed Journal D because I did not renew on time. If I renewed in Feb 2004, I would need to receive Journal D (a "back issue") and then A, B, C, and my expiration date stays 12/1 If I renewed in May 2004, I would need to receive Journal D and A as back issues, and my expiration date stays 12/1 The problem I am having is how to use code to go about determining what back issues to send someone. I have this one page that actually doesn't take too long to process, but it determines the current date, the current quarter, and determines the Expiration date as one of the following: 3/1 6/1 9/1 12/1 The year is not important here because if they expired 3 years ago on 3/1, their exp date stays 3/1, but they only receive back issues for this year, not the last 3. So if I evaluate the current date and quarter, how do I go about determining the back issues? I am I just dense and missing something obvious? This is where I start to ramble and make the "deer caught in headlights" look.. Suggestions? Thanks VERY much for the help! Susan Since this may be considered OT, here is a Tip: If you are thinking about an online music subscription, consider looking at Rhapsody, presented by Listen.com. The catalog is extensive, the quality is high. There is a free trial available. Cool things: The catalog is very extensive, showing information for items available on the service and those not available. Good for researching obscure stuff. If you are listening to the radio stations, and a song comes up that you don't like, you can skip it. :) Not so cool: The application stores all of the things that you play in a "cache" on your hard drive, and does not provide documentation about how to prevent that. CD Burning is not (yet) available. From evolt at goonies.info Mon Sep 23 09:54:04 2002 From: evolt at goonies.info (Minh Lee Goon) Date: Mon Sep 23 09:54:04 2002 Subject: [thelist] onclick="this.submit.button.is.disabled.and.greyed.out" ? References: <20020923144747.M79471@1976design.com> Message-ID: <007d01c26310$ef472940$6983d889@wec2031> Here's a script from The JavaScript Source: http://javascript.internet.com/forms/disable-submit.html That should help. http://www.goonies.info/ Not the film. The family. ----- Original Message ----- From: "Dunstan Orchard" To: "evolt list" Sent: Monday, September 23, 2002 9:47 AM Subject: [thelist] onclick="this.submit.button.is.disabled.and.greyed.out" ? > Hey there, > > I have a form where people can upload images. > Some of the images are quite big and take about 30 seconds to upload (mind > you, that's probably cause I'm connecting at a blistering 44k). > > I am worried that someone will click 'submit' a second, third or fourth time > during this upload time, thinking that the process isn't working (as my > parents are want to do - "STOP CLICKING MUM, IT'S WORKING!"), thus submitting > multiple copies of the form, or screwing things up generally. > > Is there a bit of JS that will say > onclick="this.submit.button.is.disabled.and.greyed.out" ? > > > Once the images have uploaded the page reloads so I guess the button would > return to normal again. > > Thanks very much - dunstan > > --------------------------- > Dorset, England > http://www.1976design.com/ > http://www.orchard.it/ > http://www.maccaws.org/ > -- > For unsubscribe and other options, including > the Tip Harvester and archive of thelist go to: > http://lists.evolt.org Workers of the Web, evolt ! > From webguy at mail.rit.edu Mon Sep 23 09:55:05 2002 From: webguy at mail.rit.edu (Chris Blessing) Date: Mon Sep 23 09:55:05 2002 Subject: [thelist] onclick="this.submit.button.is.disabled.and.greyed.out" ? In-Reply-To: <20020923144747.M79471@1976design.com> Message-ID: Dunstan- I'd do it in the form onsubmit handler instead. This ensures that the form actually got submitted, as I know I've experienced times where I clicked a button on a form and nothing (no web request sent) was done.
Chris Blessing webguy at mail.rit.edu http://www.330i.net > Is there a bit of JS that will say > onclick="this.submit.button.is.disabled.and.greyed.out" ? > > > Once the images have uploaded the page reloads so I guess the button would > return to normal again. > > Thanks very much - dunstan From MPlunkett at MSA.com Mon Sep 23 09:57:07 2002 From: MPlunkett at MSA.com (Plunkett, Matt) Date: Mon Sep 23 09:57:07 2002 Subject: [thelist] onclick="this.submit.button.is.disabled.and.greyed. out" ? Message-ID: You could define a top level JavaScript variable and check whether it is true or false in a handler for your onclick. Just set bBusy to true when your page is busy. I don't think you can "grey out" a normal button, but you could easily make a button-like div whose style you changed when bBusy was true...then you could just remove the else below. -----Original Message----- From: Dunstan Orchard [mailto:dunstan at 1976design.com] Sent: Monday, September 23, 2002 10:48 AM To: evolt list Subject: [thelist] onclick="this.submit.button.is.disabled.and.greyed.out" ? Hey there, I have a form where people can upload images. Some of the images are quite big and take about 30 seconds to upload (mind you, that's probably cause I'm connecting at a blistering 44k). I am worried that someone will click 'submit' a second, third or fourth time during this upload time, thinking that the process isn't working (as my parents are want to do - "STOP CLICKING MUM, IT'S WORKING!"), thus submitting multiple copies of the form, or screwing things up generally. Is there a bit of JS that will say onclick="this.submit.button.is.disabled.and.greyed.out" ? Once the images have uploaded the page reloads so I guess the button would return to normal again. Thanks very much - dunstan --------------------------- Dorset, England http://www.1976design.com/ http://www.orchard.it/ http://www.maccaws.org/ -- For unsubscribe and other options, including the Tip Harvester and archive of thelist go to: http://lists.evolt.org Workers of the Web, evolt ! From gassinaumasis at hotmail.com Mon Sep 23 11:00:01 2002 From: gassinaumasis at hotmail.com (Peter-Paul Koch) Date: Mon Sep 23 11:00:01 2002 Subject: [thelist] Web standards (was: The Web's future: XHTML 2.0) Message-ID: >PPK> However, many people are confusing two things: >PPK> 1) The idea that there ought to be standards that everyone follows. >PPK> 2) The actual standards themselves. >PPK> The great attention that WaSP and other involved parties have given to >point >PPK> 1 by convincing everyone that standards are there to be followed, >means that >PPK> point 2 gets no attention at all. > >The actual standards get no attention at all? Who is not paying >attention? People writing about webstandards and why they are a good idea (and in general they *are* a good idea, don't get me wrong). What I mean is that in the current standards-debate, as soon as you say a specific detail of the standards is vague or wrong, people react as if you said no one should use standards and standardization is worthless. >If you think that someone just dreams all these standards up, go join >a W3C mailing list and see for yourself. > >PPK> In fact, whenever someone (me, for instance) says that this or that >detail >PPK> of the standards is wrong, too complicated or whatever, other people >see >PPK> this as a denial of the fact that there ought to be standards. Not so. > >People have been ignoring large swaths of the standards since html 2. And the reason is that the standards don't give them what they want/need. The reason is *not* that they think there shouldn't be standards at all. That's my point. >PPK> W3C has done a great job in inventing CSS and it deserves to be a >standard. >PPK> Nonetheless I think there are some errors in the CSS spec, for >instance: >PPK> - the box model is completely illogical > >CSS is a different topic altogether but saying that the box model is >illogical is completely illogical to me, to me it's like saying milk >that is white is illogical. Take a physical box, any box. Put something in it that is distinctly smaller than the box. Ask anyone to measure the width of the box. What will they measure? The distance from rim to rim (border to border), not the width of the thing in the box. That's logical and sensible, measuring just the content isn't. >PPK> - there is no way to vertical-align a text in a DIV with a fixed >height > >You mean this is impossible? Wait till I show the guys at work! >
>

Lorem ipsum dolor sit amet

>
That will work, sure, but you need an extra HTML element, something I'd like to avoid (but cannot, at the moment). >They will never be perfect, however as humans we will constantly >strive to make them more perfect even though we know it's futile. And that's what I'd like to do. Find out where the problems are and think about fixes. But as soon as I try to say something about it, people accuse me of being anti-standard. ppk _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx From list01 at theparagon.org Mon Sep 23 11:11:01 2002 From: list01 at theparagon.org ({ schaapy }) Date: Mon Sep 23 11:11:01 2002 Subject: [thelist] I need to set up a FTP server on my MAC Message-ID: What's a good/free FTP server that I can set up on my MAC 9.1? ----------------- Aaron Schaap www.theparagon.org From williamkolean at nyc.rr.com Mon Sep 23 12:09:01 2002 From: williamkolean at nyc.rr.com (William Kolean) Date: Mon Sep 23 12:09:01 2002 Subject: [thelist] Re: autoupdate a local copy of a site? In-Reply-To: <20020920220848.4524EBFB8@relay.evolt.org> Message-ID: You can use Internet Explorer to do this - create a new bookmark and click the "make available offline" box and then click on Customize and set up your preferences and create an update schedule. IE will then download the site for you, but unfortunately you can't move the files to another computer. However, you can use this for laptops that are connected to the internet at the office, but are offline out of the office. Just have the laptops synchronize when they're connected and then use IE's offline browsing mode when they're disconnected to view the site you downloaded. William > Message: 37 > From: "Massimo Mezzini" > Organization: menoUNO Comunicazione > To: thelist at lists.evolt.org > Date: Fri, 20 Sep 2002 22:23:17 +0200 > Subject: [thelist] autoupdate a local copy of a site? > Reply-To: thelist at lists.evolt.org > > Hi; > > one of my customers would like to have a local copy of his website to > be accessed by the staff - even by those that don't have Internet > access. > > Is there a Windows program that could automatically check the files > on the site at set intervals and update the local copies whenever it > finds a newer one on the server? > > Thanks, ciao > > > Massimo From szh at softhome.net Mon Sep 23 12:26:01 2002 From: szh at softhome.net (Syed Zeeshan Haider) Date: Mon Sep 23 12:26:01 2002 Subject: [thelist] Netscape and Opera are slower than IE with JS Message-ID: <001401c26326$779118a0$4d0987cb@haidersystem> Hello Experts, I have run my very slow JavaScript code with Netscape and Opera but I have noticed that its execution time is much more with these browsers than with Internet Explorer. Any Ideas? Here is the code: Thank you, Syed Zeeshan Haider. http://syedzeeshanhaider.faithweb.com/ From TonyLight at blueyonder.co.uk Mon Sep 23 12:44:01 2002 From: TonyLight at blueyonder.co.uk (Tony Light) Date: Mon Sep 23 12:44:01 2002 Subject: [thelist] onclick="this.submit.button.is.disabled.and.greyed.out" ? Message-ID: <00d201c26329$7cd15de0$777ba8c0@athlon> -- [ Picked text/plain from multipart/alternative ] Dunstan, As well as any javascript to prevent the button being pressed twice, consider trapping this at the server as well. After all, not everyone has js on (as I'm sure someone in this forum might have mentioned once a long time ago!). A simple way to do this would be to generate a unique key to identify each form on your page. If you involve a really precise current date/time and concatenate that with the form name, that should do it. You could put this in a hidden field on the form. When the form is submitted, take this hidden key and write it to a table. The only field the table needs is a primary key long enough to hold these keys you are generating. (You can hold more info if it would be useful - but just the one field is all you need). If the write succeeds - then it is the first time this instance of the form has been submitted. If it fails because of a duplicate primary key, then the form has already been submitted. Branch your code accordingly. HTH Tony. -- From tonyc at boldfish.co.uk Mon Sep 23 12:50:00 2002 From: tonyc at boldfish.co.uk (Tony Crockford) Date: Mon Sep 23 12:50:00 2002 Subject: [thelist] UK based hosting - reseller accounts Message-ID: Hi all, I'm seriously considering plunging into getting a hosting reseller account, not to make oodles of cash, but more to save on hosting costs for several domains that individually cost more than a reasonable reseller deal. (extra income would be a bonus) Anyone got any thoughts on a decent hosting company with a reasonably priced reseller package (*nix based) I found this: http://www.whichhosts.com/reseller_hosting.php?sort_style=21|fwd&os= and like the look of: http://www.donhost.co.uk/products/resellerunix.html anyone got any personal experiences they want to share (about reseller hosting preferably) Thanks Tony From kalos at carolina.rr.com Mon Sep 23 13:11:01 2002 From: kalos at carolina.rr.com (Benjamin) Date: Mon Sep 23 13:11:01 2002 Subject: [thelist] Re: Can Apache put only certain codes in log files? In-Reply-To: <20020923170313.71292BFE8@relay.evolt.org> Message-ID: <5.1.0.14.2.20020923130907.00a75f70@pop-server.carolina.rr.com> The virtual hosts info is great, if you have them. The page you refer to does have a section about Conditional Logging ( http://httpd.apache.org/docs/logs.html#conditional ) but nothing related to what the original question was about. The SetEnvIf has no conditionals for HTTP Status in the log file ( http://httpd.apache.org/docs/mod/mod_setenvif.html ). A search on Google for [apache "conditional logging" "status code"] was unfruitful as well unfortunately. At the moment there doesn't seem to be a way to handle your particular request (nor my question posed a few days ago either). -benjamin At 12:03 PM 9/23/2002 -0500, you wrote: >From: Anthony Baratta >Subject: Re: [thelist] Can Apache put only certain codes in log files? >Reply-To: thelist at lists.evolt.org > >At 10:16 PM 9/22/2002, Timothy J. Luoma wrote: > > >I thought I had heard of a feature in Apache that would allow me to > >configure my logs so that I can have separate log files: > >The source is always a good place to start: > > http://httpd.apache.org/docs/logs.html > >Virtual Hosts > >If CustomLog or ErrorLog directives are placed inside a >section, all requests or errors for that virtual host will be logged only >to the specified file. Any virtual host which does not have logging >directives will still have its requests sent to the main server logs. This >technique is very useful for a small number of virtual hosts, but if the >number of hosts is very large, it can be complicated to manage. In >addition, it can often create problems with insufficient file descriptors. > >Apache Virtual Host documentation From Ed at ComSimplicity.com Mon Sep 23 13:35:01 2002 From: Ed at ComSimplicity.com (Ed McCarroll) Date: Mon Sep 23 13:35:01 2002 Subject: [thelist] How to interview techie programmers if you're a non-techie In-Reply-To: <3D8E3781.5000103@teltest.com> Message-ID: > I'll prob. get burnt on this one, but I have a theory that the people > who truly understand technology are able to expalin it in simple terms. > Ask them to expalin some of the technology to you, if you get > bamboozled, or they insist on pontificating "techie terms" all day then > say bye-bye. I disagree. There are some tech types who have excellent tech skills, but poor communication skills. Kind of like that college professor who won the Nobel prize, but was unintelligible to the mere mortals who spent three hours a week with him/her in the lecture hall. In this case, though, your strategy is right on, because the requirement is for both tech and communication skills. Regards, Ed - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Ed McCarroll MailTo:Ed at ComSimplicity.com dba ComSimplicity (310) 838-4330 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - From MPlunkett at MSA.com Mon Sep 23 13:42:00 2002 From: MPlunkett at MSA.com (Plunkett, Matt) Date: Mon Sep 23 13:42:00 2002 Subject: [thelist] Netscape and Opera are slower than IE with JS Message-ID: Syed, Just a few quick thoughts..didn't look at this very carefully. Your vars for title and urls don't have a comment before the length > 100. You might want to consider allocating the size of your arrays before hand. This often speeds up the javascript somewhat. var keys = new Array(200); //keywords length>100 Instead of admonishing your users not to input more than one space...why not do your split on one or more spaces? given = given.split(/\s+/); You could also throw the plus sign in there if you wanted. given = given.split(/[\s\+]+/); HTH, Matt From Anthony at Baratta.com Mon Sep 23 13:47:01 2002 From: Anthony at Baratta.com (Anthony Baratta) Date: Mon Sep 23 13:47:01 2002 Subject: [thelist] Re: Can Apache put only certain codes in log files? In-Reply-To: <5.1.0.14.2.20020923130907.00a75f70@pop-server.carolina.rr. com> References: <20020923170313.71292BFE8@relay.evolt.org> Message-ID: <5.1.0.14.2.20020923112722.01b68148@baratta.com> At 11:11 AM 9/23/2002, Benjamin wrote: >A search on Google >for [apache "conditional logging" "status code"] was unfruitful as well >unfortunately. At the moment there doesn't seem to be a way to handle your >particular request (nor my question posed a few days ago either). Properly configured, Apache should have all errors recorded to the ErrorLog. e.g. Outside of the virtual host directive.... ErrorLog /dir/path/to/logs/error_log Will be the defaut location for the server. You must have write access to the target directory for the user that Apache runs as for this file to be created and written to. Inside the virtual host directive.... ServerAdmin root at foo.com ServerName www.foo.com ServerAlias foo.com DocumentRoot /path/to/dir/foo.com ScriptAlias /cgi-bin/ "/path/to/dir/foo.com/cgi-bin/" ErrorLog /path/to/dir/logs/foo-error.log CustomLog /path/to/dir/logs/foo-access.log common This will create an Access log and an Error log just for the target virtual web service. Apache does not support breaking out by Error Code, not does it support filtering what is written to the Access log out side of the formatting options for the Log Format. http://httpd.apache.org/docs/mod/mod_log_config.html#customlog http://httpd.apache.org/docs/mod/mod_log_config.html#formats What I think both of you are attempting to do is forego using log analysis software and micro manage your log files. While on the surface this appears to be a good thing (tm), I think you are focusing too much on a particular tree type and not utilizing the bio-diversity of the forest (e.g. access and error logs) to your advantage. Check out web analysis software like analog ( http://www.analog.cx/ ) and webalizer ( http://www.mrunix.net/webalizer/ ). You'll be much happier in the long run. -- Anthony Baratta President Keyboard Jockeys "Conformity is the refuge of the unimaginative." From linda at ancientforest.co.uk Mon Sep 23 13:54:01 2002 From: linda at ancientforest.co.uk (Linda Holder) Date: Mon Sep 23 13:54:01 2002 Subject: [thelist] UK based hosting - reseller accounts In-Reply-To: References: Message-ID: In message , Tony Crockford writes >Hi all, > >I'm seriously considering plunging into getting a hosting reseller >account, not to make oodles of cash, but more to save on hosting costs >for several domains that individually cost more than a reasonable >reseller deal. (extra income would be a bonus) > >Anyone got any thoughts on a decent hosting company with a reasonably >priced reseller package (*nix based) > I use these people: http://www.splashhost.co.uk/reselling.htm Bronze Reseller Plan Host 60 Domains 1000mb Space 15gb Data Transfer ?20/month ?200/year (no VAT on that) RedHat Linux Very friendly 2-man band. Servers are in Dallas, but the 'main man' (Alan) is in Scotland. Very willing to help if (like I was) you haven't a clue what you're doing! There's also a friendly forum which has given me answers to questions on many occasions. Uptime generally good - I've not been with them that long, and there have been a couple of outages, one lasting a few hours, but the speed and level of service you get from them outweighed that for me by far. (I once sent them an email with a technical question at 9pm - I had an answer within an hour - I don't think he ever sleeps!). Hope this helps :) -- Linda Holder From dmah at members.evolt.org Mon Sep 23 14:04:07 2002 From: dmah at members.evolt.org (Dean Mah) Date: Mon Sep 23 14:04:07 2002 Subject: [thelist] Request for Community News Message-ID: <20020923190241.GA2024@alice.cg.shawcable.net> Hi all, Just a reminder that the end of September is coming up and we're looking for community news for the month. If there's an achievement that you're proud of, seen evolt.org listed somewhere, had a beervolt, or anything of interest to the community at large. Please submit it at: http://evolt.org/contact/index.html or e-mail me and I'll make sure that it gets added. Thanks, Dean - on behalf of evolt.org - From joshua at waetech.com Mon Sep 23 14:22:01 2002 From: joshua at waetech.com (Joshua Olson) Date: Mon Sep 23 14:22:01 2002 Subject: [thelist] How to interview techie programmers if you're a non-techie References: Message-ID: <076801c26336$64dbb7a0$0200a8c0@client1> ----- Original Message ----- From: "Ed McCarroll" Sent: Monday, September 23, 2002 2:34 PM > > I'll prob. get burnt on this one, but I have a theory that the people > > who truly understand technology are able to expalin it in simple terms. > > Ask them to expalin some of the technology to you, if you get > > bamboozled, or they insist on pontificating "techie terms" all day then > > say bye-bye. > > I disagree. There are some tech types who have excellent tech > skills, but poor communication skills. Kind of like that college > professor who won the Nobel prize, but was unintelligible to the > mere mortals who spent three hours a week with him/her in the > lecture hall. While I agree with your observation that some tech types do not have refined communications skills, I believe your example does not adequately mirror the point against which you are arguing. The professor was not asked to explain it using non-technical terminology. Indeed, the professor gave the lecture assuming the audience had a baseline knowledge of the subject matter. Therefore, your example does not meet the requirement for a proof by contradiction. -joshua From ajlist at mindseye.com Mon Sep 23 14:33:00 2002 From: ajlist at mindseye.com (Aaron Johnson) Date: Mon Sep 23 14:33:00 2002 Subject: [thelist] How to interview techie programmers if you're a non-techie In-Reply-To: <000701c261d8$9359eed0$7200a8c0@clarisse> References: <000701c261d8$9359eed0$7200a8c0@clarisse> Message-ID: <1032810067.1477.8.camel@localhost.localdomain> If you read the Slashdot thread, you'd probably see this link mentioned once or twice: http://www.joelonsoftware.com/articles/fog0000000073.html Hands down the best article I've ever read on interviewing, from both a interviewee and an interviewer standpoint. AJ > There was a discussion of this recently at Slashdot. Visit > http://ask.slashdot.org/article.pl?sid=02/08/21/1759242&mode=thread&tid=129 > for a lot of really good ideas, and even a few laughs! I found a lot of > things there that I found helpful anyway. > From Jim at JimRhodes.Net Mon Sep 23 14:46:01 2002 From: Jim at JimRhodes.Net (Jim Rhodes) Date: Mon Sep 23 14:46:01 2002 Subject: [thelist] How to auto close an Internet explorer window / page In-Reply-To: <1032810067.1477.8.camel@localhost.localdomain> References: <000701c261d8$9359eed0$7200a8c0@clarisse> <000701c261d8$9359eed0$7200a8c0@clarisse> Message-ID: <5.1.0.14.0.20020923154216.03629f90@mail.jimrhodes.net> Hello, I am looking for an HTML or Javascript method to automatically close a web page x seconds after it has loaded. I have an application that launches a web page with object tags that launches an application. After the application has launched the object tag web page just sits there and confuses the user. I would like to have it automatically close without interaction by the user after x seconds. If I cannot do that I would like to have the object tag page that is first opened, open as small as possible. Any help would be appreciated. Thank you, Jim From dm at lgcy.com Mon Sep 23 15:17:01 2002 From: dm at lgcy.com (Daniel Medley) Date: Mon Sep 23 15:17:01 2002 Subject: [thelist] Time to pack up and move. Message-ID: <000501c26346$7d7ba170$7cca0ed0@family5wkvnahw> Just talked to the people that I host my domain on about php support. They tell me that I will have to pay double what I pay now if I want php support. They are already charging me the "business rate" even though I'm not a business. I registered the domain through them although I have total rights to it. I'm assuming that means that I can move it anytime that I want. The upshot of this is I'm wondering if anyone here has a suggestion as to where I could find a good, reliable host that supports php and is reasonably priced. Also, since I'm somewhat new to all of this, I'm wondering just what the logistics are in moving a site to another host. Any help would be appreciated. Peace, Daniel Medley Feeling more like I do now than I did before at http://www.lobowalk.com From andrew at humanbehaviour.co.uk Mon Sep 23 15:25:01 2002 From: andrew at humanbehaviour.co.uk (Andrew Maynes) Date: Mon Sep 23 15:25:01 2002 Subject: [thelist] Time to pack up and move. In-Reply-To: <000501c26346$7d7ba170$7cca0ed0@family5wkvnahw> Message-ID: mopving to another host is very straightforward, you just need to change your ISPTAG and then point your name servers in the right direction. In some circumastances changing the ISPTAG isn't necessary but where ever the site is residing at the moment it sounds like you will get charged a redirection fee. Where abouts are you based? If you are in the uk I would setup an account with 123-reg and tansfer your domain in and then change the name servers to the new hosting company. What are you specifically looking for regarding php? Andrew -----Original Message----- From: thelist-admin at lists.evolt.org [mailto:thelist-admin at lists.evolt.org]On Behalf Of Daniel Medley Sent: Monday, September 23, 2002 10:17 To: thelist at lists.evolt.org Subject: [thelist] Time to pack up and move. Just talked to the people that I host my domain on about php support. They tell me that I will have to pay double what I pay now if I want php support. They are already charging me the "business rate" even though I'm not a business. I registered the domain through them although I have total rights to it. I'm assuming that means that I can move it anytime that I want. The upshot of this is I'm wondering if anyone here has a suggestion as to where I could find a good, reliable host that supports php and is reasonably priced. Also, since I'm somewhat new to all of this, I'm wondering just what the logistics are in moving a site to another host. Any help would be appreciated. Peace, Daniel Medley Feeling more like I do now than I did before at http://www.lobowalk.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 ! --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.391 / Virus Database: 222 - Release Date: 9/19/02 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.391 / Virus Database: 222 - Release Date: 9/19/02 From spambait at onpointsolutions.com Mon Sep 23 15:33:01 2002 From: spambait at onpointsolutions.com (Bob Haroche) Date: Mon Sep 23 15:33:01 2002 Subject: [thelist] Time to pack up and move. References: <000501c26346$7d7ba170$7cca0ed0@family5wkvnahw> Message-ID: <003c01c26340$6729e1d0$0100a8c0@OFFICE> I don't code PHP but a host I use frequently supports it: www.he.net. They've excellent 24/7, knowledgeable (!) tech support and pretty reasonable pricing, starting at $10/mo. (which includes php and mySQL). As for moving a domain to a new host, simply tell your domain registrar what new DNS numbers to associate with the domain. So, as an example, instead of these DNS numbers: ns1.oldhost.com ns2.oldhost.com You'd update your domain record to have these: ns1.newhost.com ns2.newhost.com That's all there really is to it. If your domain is registered with Network Solutions, you might experience some bureacratic red tape in getting that or anything else done. Still, it's an easy process. Be sure to let your old host know when to close the account -- I'd wait 2-3 days after you know the domain has been moved to the new host. Regards, Bob Haroche O n P o i n t S o l u t i o n s www.OnPointSolutions.com From thelist at websapp.com Mon Sep 23 15:34:01 2002 From: thelist at websapp.com (Daniel Kushner) Date: Mon Sep 23 15:34:01 2002 Subject: [thelist] Time to pack up and move. In-Reply-To: <000501c26346$7d7ba170$7cca0ed0@family5wkvnahw> Message-ID: Hi Daniel, I run a hosting service: http://thehostingcompany.us . The prices are good and because I myself am a PHP programmer the server is loaded with PHP goodies :) Contact me if you need more info. Cheers, Daniel Kushner > -----Original Message----- > From: thelist-admin at lists.evolt.org > [mailto:thelist-admin at lists.evolt.org]On Behalf Of Daniel Medley > Sent: Monday, September 23, 2002 5:17 PM > To: thelist at lists.evolt.org > Subject: [thelist] Time to pack up and move. > > > Just talked to the people that I host my domain on about php support. They > tell me that I will have to pay double what I pay now if I want > php support. > They are already charging me the "business rate" even though I'm not a > business. I registered the domain through them although I have > total rights > to it. I'm assuming that means that I can move it anytime that I want. The > upshot of this is I'm wondering if anyone here has a suggestion > as to where > I could find a good, reliable host that supports php and is reasonably > priced. Also, since I'm somewhat new to all of this, I'm > wondering just what > the logistics are in moving a site to another host. Any help would be > appreciated. > > Peace, > Daniel Medley > Feeling more like I do now than I did before > at http://www.lobowalk.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 ! > From Ed at ComSimplicity.com Mon Sep 23 15:42:01 2002 From: Ed at ComSimplicity.com (Ed McCarroll) Date: Mon Sep 23 15:42:01 2002 Subject: [thelist] How to interview techie programmers if you're a non-techie In-Reply-To: <076801c26336$64dbb7a0$0200a8c0@client1> Message-ID: > Therefore, your example does not meet the requirement for a proof by > contradiction. Um, ... "proof by contradiction" ... Now that's a much higher goal than I had in mind. What I was aiming for was to draw a simple comparison. I once attended a lecture that was so poorly presented that the professor apologize at the end for wasting everybody's time. While he never won the Nobel Prize, he was a bona fide rocket scientist. (And my intellectual development has yet to recover.) From nparrot at pair.com Mon Sep 23 15:47:00 2002 From: nparrot at pair.com (Cleo TB1124) Date: Mon Sep 23 15:47:00 2002 Subject: [thelist] Time to pack up and move. References: Message-ID: <00da01c26342$53ba60f0$4603fea9@nparrot> I second that. Got very good service so far, from Daniel and Hans.. And prices are great! Nicole ----- Original Message ----- From: "Daniel Kushner" > I run a hosting service: http://thehostingcompany.us . The prices are good > and because I myself am a PHP programmer the server is loaded with PHP > goodies :) > Contact me if you need more info. From Ed at ComSimplicity.com Mon Sep 23 15:50:00 2002 From: Ed at ComSimplicity.com (Ed McCarroll) Date: Mon Sep 23 15:50:00 2002 Subject: [thelist] Time to pack up and move. In-Reply-To: <000501c26346$7d7ba170$7cca0ed0@family5wkvnahw> Message-ID: If you want really cheap (U$36/year), in California, try: http://www.digitalspace.net/ They offer PHP and MySQL, which I've managed to use successfully, despite my own lack of experience. Tech support is as you might expect, considering the price. But I continue to use 'em. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Ed McCarroll MailTo:Ed at ComSimplicity.com dba ComSimplicity (310) 838-4330 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - From dm at lgcy.com Mon Sep 23 15:54:01 2002 From: dm at lgcy.com (Daniel Medley) Date: Mon Sep 23 15:54:01 2002 Subject: [thelist] Time to pack up and move. References: Message-ID: <000a01c2634b$a0dbc690$7cca0ed0@family5wkvnahw> ----- Original Message ----- From: "Andrew Maynes" To: Sent: Monday, September 23, 2002 1:27 PM Subject: RE: [thelist] Time to pack up and move. > mopving to another host is very straightforward, you just need to change your > ISPTAG and then point your name servers in the right direction. In some > circumastances changing the ISPTAG isn't necessary but where ever the site is > residing at the moment it sounds like you will get charged a redirection fee. > > Where abouts are you based? Based in the USA > What are you specifically looking for regarding php? I'm just looking to learn a bit about it via using it on my website. Everything about my website is just me goofing around and learning. > > Andrew Thank you, Andrew. I do appreciate it. Daniel > From john at evolt.org.uk Mon Sep 23 15:56:01 2002 From: john at evolt.org.uk (John Handelaar) Date: Mon Sep 23 15:56:01 2002 Subject: [thelist] Time to pack up and move. In-Reply-To: Message-ID: % -----Original Message----- % From: thelist-admin at lists.evolt.org % [mailto:thelist-admin at lists.evolt.org]On Behalf Of Andrew Maynes % Sent: 23 September 2002 21:27 % To: thelist at lists.evolt.org % Subject: RE: [thelist] Time to pack up and move. % % mopving to another host is very straightforward, you just need to % change your % ISPTAG [snip] a) That's only for .UK domains and b) You don't *need* an IPSTAG to host a .uk domain anyway. ------------------------------------------ John Handelaar T +44 20 8933 1494 M +44 7930 681789 F +44 870 169 7657 E john at userfrenzy.com ------------------------------------------ From n at industriality.com Mon Sep 23 16:05:01 2002 From: n at industriality.com (Nik Schramm) Date: Mon Sep 23 16:05:01 2002 Subject: [thelist] How to auto close an Internet explorer window / page References: <000701c261d8$9359eed0$7200a8c0@clarisse> <000701c261d8$9359eed0$7200a8c0@clarisse> <5.1.0.14.0.20020923154216.03629f90@mail.jimrhodes.net> Message-ID: <3D8F7A09.20101@industriality.com> On 23.Sep.02 21:45 Jim Rhodes wrote > I am looking for an HTML or Javascript method to automatically close a web > page x seconds after it has loaded. In your pop-up html page place this js code inside the of the document: This will automatically close the pop-up window after 5000ms, which works out as 5 seconds. Adjust to suit. Best -- /nik From joshua at waetech.com Mon Sep 23 16:05:13 2002 From: joshua at waetech.com (Joshua Olson) Date: Mon Sep 23 16:05:13 2002 Subject: [thelist] How to interview techie programmers if you're a non-techie References: Message-ID: <07ba01c26344$bcf76110$0200a8c0@client1> ----- Original Message ----- From: "Ed McCarroll" Sent: Monday, September 23, 2002 4:41 PM > I once attended a lecture that was so poorly presented that the professor > apologize at the end for wasting everybody's time. While he never won > the Nobel Prize, he was a bona fide rocket scientist. (And my intellectual > development has yet to recover.) I'm very sorry to hear that. Did anybody have the nerve to ask him to speak in simpler terms? As an aside to EVERYBODY, if you have not read the article suggested earlier, I would definitely suggest it. The URL is: http://www.joelonsoftware.com/articles/fog0000000073.html I have to concur with AJ--it's a very good article. -joshua From david at gigawatt.com Mon Sep 23 16:06:01 2002 From: david at gigawatt.com (David Kaufman) Date: Mon Sep 23 16:06:01 2002 Subject: [thelist] Time to pack up and move. References: <000501c26346$7d7ba170$7cca0ed0@family5wkvnahw> <003c01c26340$6729e1d0$0100a8c0@OFFICE> Message-ID: <006901c26344$f4ed17e0$0100a8c0@snowwhite> Bob Haroche wrote: > I don't code PHP but a host I use frequently supports it: www.he.net. > > They've excellent 24/7, knowledgeable (!) tech support and pretty > reasonable pricing, starting at $10/mo. (which includes php and > mySQL). i second the recommendation for hurricane electric www.he.net. www.pair.com is very good also. i've used both of them for my own sites and customer sites over the years. pair's signup system will automate the process of setting up DNS service for your domain name to their servers, and will optionally allow you to transfer the domain registration itself to their domain registration service www.pair.nic (they're an ICANN accredited registrar, not just a reseller). moving your domain to the pairNIC registrar might be advantageous just to consolidate your domain name registration fees and hosting fees onto one bill with one company, and also might be *necessary*, if your current host is the only that has access your WHOIS records currently, and is not cooperative in changing the DNS servers to pint to another host. -dave From n at industriality.com Mon Sep 23 16:08:00 2002 From: n at industriality.com (Nik Schramm) Date: Mon Sep 23 16:08:00 2002 Subject: [thelist] How to auto close an Internet explorer window / page References: <000701c261d8$9359eed0$7200a8c0@clarisse> <000701c261d8$9359eed0$7200a8c0@clarisse> <5.1.0.14.0.20020923154216.03629f90@mail.jimrhodes.net> Message-ID: <3D8F7AC2.1040209@industriality.com> Quick afterthought: This will work too (and it's a lot shorter): -- /nik From chris at fuzzylizard.com Mon Sep 23 16:11:01 2002 From: chris at fuzzylizard.com (Chris Johnston) Date: Mon Sep 23 16:11:01 2002 Subject: [thelist] Advice about screen readers - web, email Message-ID: <3D8F91A4.7040200@fuzzylizard.com> Hello, I am doing some research for a relative regarding programs that will read webpages - screen readers. I was hoping someone could point in the direction of some of this technology and also comment on their usability and limitations. From both a web design perspective as well as from a technological perspective. Is this a special type of browser or a type of technology that can be used with any program to read what is on the screen? Also, links to demos would nice. I am interested in seeing what this technology is like. Thank you, /chris -- www.fuzzylizard.com chris at fuzzylizard.com From dunstan at 1976design.com Mon Sep 23 16:15:01 2002 From: dunstan at 1976design.com (Dunstan Orchard) Date: Mon Sep 23 16:15:01 2002 Subject: [thelist] onclick="this.submit.button.is.disabled.and.greyed.out" ? Message-ID: <20020923211417.M17061@1976design.com> Hi there, > > Is there a bit of JS that will say > > onclick="this.submit.button.is.disabled.and.greyed.out" ? thanks for the answers everyone. all those examples worked well, except that turning the submit button to disabled (sor some reason) stops any of my data being submitted to the scripts that shove it into my mysql database. can't work it out, but I have found this script: http://javascript.internet.com/forms/submit-changer.html which just changes the submit button's message on submit. It'll do the job fine, and might not be as scary as a button suddenly blanking out - helps to give some feedback to the user. Cheers - dunstan --------------------------- Dorset, England http://www.1976design.com/ http://www.orchard.it/ http://www.maccaws.org/ From dragon-vision at comcast.net Mon Sep 23 16:21:01 2002 From: dragon-vision at comcast.net (Dragon Vision Design) Date: Mon Sep 23 16:21:01 2002 Subject: [thelist] Time to pack up and move. In-Reply-To: <000a01c2634b$a0dbc690$7cca0ed0@family5wkvnahw> References: <000a01c2634b$a0dbc690$7cca0ed0@family5wkvnahw> Message-ID: For playing no hassles and and PERL, java, mysql, C++, Python and PHP support with no hassles try http://www.icdsoft.com. With Domain name already 60 a year. I am not affiliated with them in anyway. I am putting Dragon Vision there when I get some funds. At 2:53 PM -0700 9/23/02, Daniel Medley wrote: >----- Original Message ----- >From: "Andrew Maynes" >To: >Sent: Monday, September 23, 2002 1:27 PM >Subject: RE: [thelist] Time to pack up and move. > > >> mopving to another host is very straightforward, you just need to change >your >> ISPTAG and then point your name servers in the right direction. In some >> circumastances changing the ISPTAG isn't necessary but where ever the site >is >> residing at the moment it sounds like you will get charged a redirection >fee. >> >> Where abouts are you based? >Based in the USA >> What are you specifically looking for regarding php? >I'm just looking to learn a bit about it via using it on my website. >Everything about my website is just me goofing around and learning. >> >> Andrew > >Thank you, Andrew. I do appreciate it. > >Daniel > > > > >-- >For unsubscribe and other options, including >the Tip Harvester and archive of thelist go to: >http://lists.evolt.org Workers of the Web, evolt ! -- Sincerely, Kid Stevens Webmaster Dragon Vision Design "Warning, Do not meddle in the affairs of Dragons. They will make you crunchy and eat you with ketchup." -Unknown Author From mike at nthwave.net Mon Sep 23 16:31:00 2002 From: mike at nthwave.net (Michael Mell) Date: Mon Sep 23 16:31:00 2002 Subject: [thelist] Time to pack up and move. References: <000501c26346$7d7ba170$7cca0ed0@family5wkvnahw> Message-ID: <3D8F8806.5B62E5AF@nthwave.net> http://www.FutureQuest.net/ is very good and affordable. However, MySQL access is extra. Based in Florida, I believe. Daniel Medley wrote: > Just talked to the people that I host my domain on about php support. They > tell me that I will have to pay double what I pay now if I want php > support.-- mike[at]nthwave.net From jmetcalf at northsound.net Mon Sep 23 16:38:00 2002 From: jmetcalf at northsound.net (Jacob Metcalf) Date: Mon Sep 23 16:38:00 2002 Subject: [thelist] Advice about screen readers - web, email Message-ID: <102780-220029123213753281@northsound.net> I don't have time to go into the details but start testing your sites in Lynx is a good way and read this. Dive Into Accessibility 30 days to a more accessible web site http://diveintoaccessibility.org/ Jacob Metcalf http://www.8bitjoystick.com/ Press Start to Play ============================================== Webmail Provided by NorthsoundNet Internet Services *** Western Washington's Local Internet Provider *** http://www.Northsound.net From jdowdell at macromedia.com Mon Sep 23 16:52:00 2002 From: jdowdell at macromedia.com (John Dowdell) Date: Mon Sep 23 16:52:00 2002 Subject: [thelist] Advice about screen readers - web, email Message-ID: At 3:11 PM 9/23/2, Chris Johnston wrote: > I am doing some research for a relative regarding programs that > will read webpages - screen readers. The two biggies are GW Micro's Window-Eyes and JAWS from Freedom Scientific: http://www.gwmicro.com/ http://www.freedomscientific.com/ Note that both now support Microsoft Active Accessibility (MSAA), and so plugins and controls can tailor their content for screen readers. (For more info on plugins and screen readers, see: ... if you jump up a few levels you can find general design advice for accessibility.) jd John Dowdell, Macromedia Developer Support, San Francisco (Best to reply on-list, to avoid my mighty spam filters!) Technotes: http://www.macromedia.com/support/search/ Column: http://www.macromedia.com/desdev/jd_forum/ Technical daily diary: http://jdmx.blogspot.com/ From bigpant at btinternet.com Mon Sep 23 18:24:01 2002 From: bigpant at btinternet.com (BT Bigpant) Date: Mon Sep 23 18:24:01 2002 Subject: [thelist] IIS talk to Exchange In-Reply-To: Message-ID: <000001c26358$3e4a16f0$0200a8c0@p2> Not having had the opportunity or resources to learn Exchange server on my development setup, I am in need of some expert advice. I have written an intranet system (PHP/MySQL) which sits on a dedicated web server (IIS on Win 2K). This server is a node on the main network, which also runs Win 2k. The main server runs Exchange and the intranet is accessed via http://main_server/web_server/intranet_folder. Some of my scripts need to send email out, but I don't know how to make IIS on the web server talk to Exchange on the main server. I can't even play around with it much, as I have to VNC into the main server, then VNC into the web server from there, all on a 56K modem - it would take hours even if I knew my way around =:o I have some scripts that talk emulate an SMTP server, but I would still need to configure Exchange accordingly. => I might as well figure out IIS to Exchange connectivity and make the scripts as simple as possible. If anyone can help, I would really appreciate it. TIA Phil Parker bigpant at btinternet.com From Anthony at Baratta.com Mon Sep 23 18:35:00 2002 From: Anthony at Baratta.com (Anthony Baratta) Date: Mon Sep 23 18:35:00 2002 Subject: [thelist] IIS talk to Exchange In-Reply-To: <000001c26358$3e4a16f0$0200a8c0@p2> References: Message-ID: <5.1.0.14.2.20020923163004.0283e380@baratta.com> If Exchange is setup to talk SMTP, just talk to Exchange that way. It's the most simple and direct way. You can use components like ASPMail on the WebServer to help you talk SMTP to Exchange, or you can use CDONTS and write directly to the outgoing directory with CDONTS picking up the file and relaying it to the Exchange server for you. ASPMail -> http://www.serverobjects.com/products.htm#aspmail Working with CDONTS -> http://evolt.org/article/Using_files_to_send_emails_with_IIS_part_1_of_2/17/3419/index.html http://evolt.org/article/Using_Files_to_Send_Emails_with_IIS_part_2_of_2/17/3875/index.html Good Luck. -- Anthony Baratta President Keyboard Jockeys "Conformity is the refuge of the unimaginative." From darren at web-bitch.co.uk Mon Sep 23 20:49:01 2002 From: darren at web-bitch.co.uk (darren) Date: Mon Sep 23 20:49:01 2002 Subject: [thelist] IIS talk to Exchange In-Reply-To: <5.1.0.14.2.20020923163004.0283e380@baratta.com> References: <5.1.0.14.2.20020923163004.0283e380@baratta.com> Message-ID: <888018239.20020924024857@web-bitch.co.uk> On Tuesday, September 24, 2002 at 00:34, Anthony Baratta wrote: AB> WebServer to help you talk SMTP to Exchange, or you can use CDONTS and AB> write directly to the outgoing directory with CDONTS picking up the file AB> and relaying it to the Exchange server for you. AB> Working with CDONTS -> AB> http://evolt.org/article/Using_files_to_send_emails_with_IIS_part_1_of_2/17/3419/index.html AB> http://evolt.org/article/Using_Files_to_Send_Emails_with_IIS_part_2_of_2/17/3875/index.html if you're on win 2k+ (which you said you are), you can use cdo (from cdosys.dll instead of cdonts.dll) instead of cdonts which will perform the writing of the file for you. pretty easy to get running and plenty of help on msdn. have a look at the messaging section under: http://msdn.microsoft.com/library/en-us/cdosys/html/_cdosys_messaging.asp you *should* be able to send the mail directly to the exchange server, but if you're sending large/large volumes of emails in one go, you might get a rather annoyed exchange admin type after you! ;> hth, darren From headlines at lists.evolt.org Tue Sep 24 00:11:00 2002 From: headlines at lists.evolt.org (Headlines) Date: Tue Sep 24 00:11:00 2002 Subject: [thelist] Headlines from evolt.org for 23-SEP-02 Message-ID: <200209240510.g8O5A2Wk023753@leo.evolt.org> evolt.org headlines for 23-SEP-02 Hi evolters! We have some fresh content on evolt.org today, contributed by our members. Learn something new or review the perspective of someone else: Jobs: ColdFusion Contract Job Opportunities (Author: .jeff) http://www.evolt.org/article/headline/23/41010/index.html There is an immediate need for one or two competent, intermediate level and up, ColdFusion programmers. There are two contract development opportunities available for a fixed rate each. The contracting company, Empire Computers, is based in Eugene, Oregon. Local contractors are preferred, but not a requirement to be considered. First Project A site for a local realtor that showcases upcoming properties that are currently in development/construction. There will be multiple domains point Authors really appreciate feedback from their peers; you can leave a comment and rate articles by logging into the evolt.org web site. Happy reading! evolt.org From sam.richardson at outwide.co.nz Tue Sep 24 00:45:01 2002 From: sam.richardson at outwide.co.nz (Sam Richardson) Date: Tue Sep 24 00:45:01 2002 Subject: [thelist] Force Save-As Dialog on CD References: <5.1.0.14.2.20020923163004.0283e380@baratta.com> <888018239.20020924024857@web-bitch.co.uk> Message-ID: <033801c26388$8547c310$0102060a@studio.toolbox.co.nz> Is it possible to force a "save-as" dialog box to appear without using HTTP headers? I have a CD that is going to go out to a design firm, and they want the option of clicking on either a save or open link next to each file. I discussed them using a rightclick and save, but it appears this is beyond them.. :) I have done it in the past using headers, but this time I have no web server, as the are browsing directly off the CD. From shibbard at seri.co.uk Tue Sep 24 02:51:00 2002 From: shibbard at seri.co.uk (Simon Hibbard) Date: Tue Sep 24 02:51:00 2002 Subject: [thelist] hex colour check (javascript) Message-ID: <341710540F08E34498A057DEE04DAAD7049528@ex1.seri.co.uk> Hi all, Currently have a form allowing users to enter a hex colour value which is used to update various styles. What I'm after is a way to validate that what they enter, i check the length and the fact that it starts with '#', but any ideas on how to check the hex is valid i.e. #000000 to #FFFFFF. I tried using 'parseInt(val,16)' and to check in 'isNan' but such strings as FFFFFS still do not return 'NaN'. I suppose i could check each letter is one of A,B,C,D,E,F - surely there is a better way? Ideas? Thanks, Simon. The mail message has been scanned by MAILsweeper for content analysis. From ldelahunty at britstream.com Tue Sep 24 05:20:01 2002 From: ldelahunty at britstream.com (Liam Delahunty) Date: Tue Sep 24 05:20:01 2002 Subject: [thelist] Force Save-As Dialog on CD In-Reply-To: <033801c26388$8547c310$0102060a@studio.toolbox.co.nz> Message-ID: Sam Richardson wrote: >I have a CD that is going to go out to a design firm, and they want the >option of clicking on either a save or open link next to each file. I >discussed them using a rightclick and save, but it appears this is beyond >them.. :) I have done it in the past using headers, but this time I have no >web server, as the are browsing directly off the CD. Would it be possible to create the CD as a gallery style web site and get them to browse it off the CD? I assume that you could then pass the header information... It sounds like you're on a PC though, so I'd do two things, firstly check if they are on Macs, and if so provide them with the information they'd need to save the files. Then if they still do require a CD make sure that they are able to read a CD-ROM you provide. (It normally isn't a problem providing Mac users with PC disks, though it can be going the other way.) kr, Liam ## Bruised but not beaten ## From Ron.Luther at hp.com Tue Sep 24 08:09:01 2002 From: Ron.Luther at hp.com (Luther, Ron) Date: Tue Sep 24 08:09:01 2002 Subject: [thelist] Compliance Graphics? Message-ID: <8958135993102D479F1CA2351F370A0602F4BAF5@cceexc17.americas.cpqcorp.net> Hi Folks, Easy question. Anybody got those W3C 'compliance' graphics without that little white bit on the right? I'm looking for the XHTML 1.0 one. Or [harder yet] 'splain me how to do this with the gimp? I'm not a graphics guy, but somehow I managed to fiddle around and do this for the "HTML 4.01" and "CSS" compliance graphics some time back. I'd rather not spend that much time trying to figure it out again. Thanks! RonL. From lists at miinx.com.au Tue Sep 24 08:25:01 2002 From: lists at miinx.com.au (Karen J. Bowen) Date: Tue Sep 24 08:25:01 2002 Subject: [thelist] Dynamic Text References: Message-ID: <3D906789.7050806@miinx.com.au> .jeff wrote: > > > working with forms? trying to be a good toadie and use dom level 1 > methods to access objects in your document? *don't* go "the extra > mile" with forms and form elements. you're only making your forms > unnecessarily inaccessible to pre-dom level 1 browsers. > > Thanks for the reminder jeff! I am too often guilty of not doing the above. When replying to an email message you'll sometimes find the lines extending off the page. In these situations, use the "Rewrap" feature to get Mozilla to wrap it all nicely again, found at Options > Rewrap (from the Message window). It rocks! cheers, Karen ------- Miinx Design & Development e :: karen at miinx.com.au p :: 0413.880.302 w :: www.miinx.com.au From lists at miinx.com.au Tue Sep 24 09:04:01 2002 From: lists at miinx.com.au (Karen J. Bowen) Date: Tue Sep 24 09:04:01 2002 Subject: [thelist] arrow cursor References: <4.3.2.7.2.20020921235815.02677270@mail.gmx.net> Message-ID: <3D9070BF.2060500@miinx.com.au> pandion wrote: > But "cursor: default" does work in Mozilla... just tried it on links to > make sure. Didn't you want the arrow? Thanks pandy, and yes I do. I've realised what I was doing wrong - the style needs to be set on the link itself, not the TD or whatever it's contained in. Thanks for your help! cheers, Karen ------- Miinx Design & Development e :: karen at miinx.com.au p :: 0413.880.302 w :: www.miinx.com.au From Jim at JimRhodes.Net Tue Sep 24 09:14:01 2002 From: Jim at JimRhodes.Net (Jim Rhodes, KF4GL) Date: Tue Sep 24 09:14:01 2002 Subject: [thelist] How to auto close an Internet explorer window / page In-Reply-To: <3D8F7AC2.1040209@industriality.com> References: <000701c261d8$9359eed0$7200a8c0@clarisse> <000701c261d8$9359eed0$7200a8c0@clarisse> <5.1.0.14.0.20020923154216.03629f90@mail.jimrhodes.net> Message-ID: <5.1.0.14.0.20020924101244.00ac9480@mail.jimrhodes.net> -- [ Picked text/plain from multipart/alternative ] Thank you Nick. It looks like just what I need. At 10:34 PM 09/23/2002 +0200, you wrote: >Quick afterthought: > >This will work too (and it's a lot shorter): > > > > >-- >/nik > >-- >For unsubscribe and other options, including >the Tip Harvester and archive of thelist go to: >http://lists.evolt.org Workers of the Web, evolt ! Jim Rhodes Email 1: Jim at JimRhodes.Net Email 2: KF4GL at JimRhodes.Net Email 3: KF4GL at arrl.net Web Site: http://www.JimRhodes.Net -- From evolt at pixelwright.com Tue Sep 24 09:53:01 2002 From: evolt at pixelwright.com (James Aylard) Date: Tue Sep 24 09:53:01 2002 Subject: [thelist] Compliance Graphics? References: <8958135993102D479F1CA2351F370A0602F4BAF5@cceexc17.americas.cpqcorp.net> Message-ID: <001c01c263d9$fdfa5650$2860398a@newcos.com> Ron, > Easy question. Anybody got those W3C 'compliance' graphics without > that little white bit on the right? http://www.w3.org/Icons/valid-xhtml10.png James Aylard From Jim at JimRhodes.Net Tue Sep 24 12:03:01 2002 From: Jim at JimRhodes.Net (Jim Rhodes, KF4GL) Date: Tue Sep 24 12:03:01 2002 Subject: [thelist] How to auto close an Internet explorer window / page In-Reply-To: <3D8F7AC2.1040209@industriality.com> References: <000701c261d8$9359eed0$7200a8c0@clarisse> <000701c261d8$9359eed0$7200a8c0@clarisse> <5.1.0.14.0.20020923154216.03629f90@mail.jimrhodes.net> Message-ID: <5.1.0.14.0.20020924125938.036a0fa0@mail.jimrhodes.net> -- [ Picked text/plain from multipart/alternative ] This works great when launching from a web site. When I launch a link from a shortcut on the desktop it will then give me a Microsoft Internet Explorer dialog box stating "The web page you are viewing is trying to close the window. Do you want to close this window? Yes / No. Is there a way to have the window close automatically from a shortcut on the desktop? Thank you, Jim At 10:34 PM 09/23/2002 +0200, you wrote: >Quick afterthought: > >This will work too (and it's a lot shorter): > > > > >-- >/nik > >-- >For unsubscribe and other options, including >the Tip Harvester and archive of thelist go to: >http://lists.evolt.org Workers of the Web, evolt ! Jim Rhodes Email 1: Jim at JimRhodes.Net Email 2: KF4GL at JimRhodes.Net Email 3: KF4GL at arrl.net Web Site: http://www.JimRhodes.Net -- From mike.now at verizon.net Tue Sep 24 12:42:01 2002 From: mike.now at verizon.net (MMcGlynn) Date: Tue Sep 24 12:42:01 2002 Subject: [thelist] Checkbox Message-ID: <00c201c263f1$a80d3060$6401a8c0@MICRONPC> -- [ Picked text/plain from multipart/alternative ] Hello All, I have a form that allows the User to opt in for more information, i.e., [checkbox checked] Yes, please send me more information about XYZ Corp. On submission of the form, the recipient gets a name/value only if the check box was checked, the correct behavior. In this case, because the results are going into a database, I need to provide a placeholder, something like : [checkbox unchecked] No, please do not send me more information about XYZ Corp. How can i acheive this without using radio buttons and YES/NO? There are several of these opt in check boxes and I don't want to clutter the UI. Thank You, Michael McGlynn 617.558.9923 home 617.571.4809 cell mike at reignition.net -- From ahuka at ahuka.com Tue Sep 24 13:00:01 2002 From: ahuka at ahuka.com (Kevin B. O'Brien) Date: Tue Sep 24 13:00:01 2002 Subject: [thelist] Perl/CGI help Message-ID: <5.1.0.14.2.20020924133918.00b8d380@mail.cuaa.edu> -- [ Picked text/plain from multipart/alternative ] I am using Martin's Cookie Trail script, and every time it is accessed I get the following written to the httpd-error.log: Name "main::in" used only once: possible typo at /home/httpd/cgi-bin/cookie_trail.cgi line 74 (#1) (W) Typographical errors often show up as unique variable names. If you had a good reason for having a unique name, then just mention it again somehow to suppress the message. The use vars pragma is provided for just this purpose. Undefined value assigned to typeglob at cgi-lib.pl line 58 (#2) (W) An undefined value was assigned to a typeglob, a la *foo = undef. This does nothing. It's possible that you really mean undef *foo. I am not sure that these are anything significant. The way the error messages are written, it may be nothing. The script certainly seems to be working fine from the view of the output. If these are not really error problems, is there a way to stop the error messages from occuring? -- Kevin B. O'Brien TANSTAAFL ahuka at ahuka.com "Language is a virus from outer space." -- William S. Burroughs Help fight SPAM. Join CAUCE. http://www.cauce.org/ -- From ebennett at ecasd.k12.wi.us Tue Sep 24 13:12:01 2002 From: ebennett at ecasd.k12.wi.us (Erik Bennett) Date: Tue Sep 24 13:12:01 2002 Subject: [thelist] Perl/CGI help In-Reply-To: <5.1.0.14.2.20020924133918.00b8d380@mail.cuaa.edu> Message-ID: <005101c263f5$de18a690$3d0010ac@coawg110c01> At the top of the script, where the line reads #usr/bin/perl (or whatever) is there anything listed after that (but still on the same line, probably beginning with a dash) Erik ------------------------------------------------------ Erik Bennett ECASD Webmaster Network Accounts ebennett at ecasd.k12.wi.us accounts at ecasd.k12.wi.us http://www.ecasd.k12.wi.us http://www.ecasd.k12.wi.us/webmaster/accounts 500 Main Street Eau Claire, WI 54701 Phone: 715-839-6290 x551 Fax: 715-833-3481 -----Original Message----- From: thelist-admin at lists.evolt.org [mailto:thelist-admin at lists.evolt.org]On Behalf Of Kevin B. O'Brien Sent: Tuesday, September 24, 2002 12:43 PM To: thelist at lists.evolt.org Subject: [thelist] Perl/CGI help -- [ Picked text/plain from multipart/alternative ] I am using Martin's Cookie Trail script, and every time it is accessed I get the following written to the httpd-error.log: Name "main::in" used only once: possible typo at /home/httpd/cgi-bin/cookie_trail.cgi line 74 (#1) (W) Typographical errors often show up as unique variable names. If you had a good reason for having a unique name, then just mention it again somehow to suppress the message. The use vars pragma is provided for just this purpose. Undefined value assigned to typeglob at cgi-lib.pl line 58 (#2) (W) An undefined value was assigned to a typeglob, a la *foo = undef. This does nothing. It's possible that you really mean undef *foo. I am not sure that these are anything significant. The way the error messages are written, it may be nothing. The script certainly seems to be working fine from the view of the output. If these are not really error problems, is there a way to stop the error messages from occuring? -- Kevin B. O'Brien TANSTAAFL ahuka at ahuka.com "Language is a virus from outer space." -- William S. Burroughs Help fight SPAM. Join CAUCE. http://www.cauce.org/ -- -- For unsubscribe and other options, including the Tip Harvester and archive of thelist go to: http://lists.evolt.org Workers of the Web, evolt ! From lwkraemer at directvinternet.com Tue Sep 24 13:23:01 2002 From: lwkraemer at directvinternet.com (lon.kraemer) Date: Tue Sep 24 13:23:01 2002 Subject: [thelist] Checkbox References: <00c201c263f1$a80d3060$6401a8c0@MICRONPC> Message-ID: <002101c263f7$68dd22f0$0201a8c0@yoda> > I have a form that allows the User to opt in for more information, i.e., > > [checkbox checked] Yes, please send me more information about XYZ Corp. > > On submission of the form, the recipient gets a name/value only if the check box was checked, the correct behavior. In this case, because the results are going into a database, I need to provide a placeholder, something like : > > [checkbox unchecked] No, please do not send me more information about XYZ Corp. > > How can i acheive this without using radio buttons and YES/NO? There are several of these opt in check boxes and I don't want to clutter the UI. If a name/value _is_ returned, store true in your database, else store false. -- Lon Kraemer ----------------------------------------- From mike.now at verizon.net Tue Sep 24 13:31:01 2002 From: mike.now at verizon.net (MMcGlynn) Date: Tue Sep 24 13:31:01 2002 Subject: [thelist] Checkbox References: <00c201c263f1$a80d3060$6401a8c0@MICRONPC> <002101c263f7$68dd22f0$0201a8c0@yoda> Message-ID: <011e01c263f8$6a1426e0$6401a8c0@MICRONPC> HI , The PERL script I have returns nothing if checkbox is unchecked. MM ----- Original Message ----- From: "lon.kraemer" To: Sent: Tuesday, September 24, 2002 2:22 PM Subject: Re: [thelist] Checkbox > > I have a form that allows the User to opt in for more information, > i.e., > > > > [checkbox checked] Yes, please send me more information about XYZ > Corp. > > > > On submission of the form, the recipient gets a name/value only if the > check box was checked, the correct behavior. In this case, because the > results are going into a database, I need to provide a placeholder, > something like : > > > > [checkbox unchecked] No, please do not send me more information about > XYZ Corp. > > > > How can i acheive this without using radio buttons and YES/NO? There > are several of these opt in check boxes and I don't want to clutter the > UI. > > If a name/value _is_ returned, store true in your database, else store > false. > > -- > Lon Kraemer > ----------------------------------------- > > -- > For unsubscribe and other options, including > the Tip Harvester and archive of thelist go to: > http://lists.evolt.org Workers of the Web, evolt ! From cparker at swatgear.com Tue Sep 24 13:35:01 2002 From: cparker at swatgear.com (Chris W. Parker) Date: Tue Sep 24 13:35:01 2002 Subject: [thelist] Checkbox Message-ID: <001BD19C96E6E64E8750D72C2EA0ECEE14DE88@ati-ex-01.ati.local> > -----Original Message----- > From: MMcGlynn [mailto:mike.now at verizon.net] > Sent: Tuesday, September 24, 2002 11:30 AM > To: thelist at lists.evolt.org > Subject: Re: [thelist] Checkbox > > > HI , > The PERL script I have returns nothing if checkbox is unchecked. in that case, do as Lon suggested and modify it so that it returns False instead of nothing. if you don't know how to do that, post the part of the script that does the returning and someone will instruct you. chris. From llatorre at inmotionmedia.net Tue Sep 24 13:37:01 2002 From: llatorre at inmotionmedia.net (Lise LaTorre) Date: Tue Sep 24 13:37:01 2002 Subject: [thelist] Speaking of compliance... In-Reply-To: <8958135993102D479F1CA2351F370A0602F4BAF5@cceexc17.americas.cpqcorp.net> Message-ID: Hi all! I owe a tip or two or three. I hope this counts - TechSoup.org is having an online event this week about accessibility and website development. It is off to a slow start but is being run by a real expert in the accessibility community, so there is great potential for an incredible conversation and sharing of resources. If this sounds like your cup of tea, you can check it out at: http://www.techsoup.org/forums/index.cfm?fuseaction=list&forum=2012&cid=117 Hope to see you there - I participated in the associated rally and learned so much! Lise ************************** Lise LaTorre InMotionMedia Web Site Creation Design and Production office: 510.595.7915 cell: 510.682.6072 www.inmotionmedia.net www.changeinmotion.com From aboodman at youngpup.net Tue Sep 24 13:42:00 2002 From: aboodman at youngpup.net (aboodman at youngpup.net) Date: Tue Sep 24 13:42:00 2002 Subject: [thelist] How to auto close an Internet explorer window /page Message-ID: <18690-220029224173443507@M2W028.mail2web.com> Javascript can only close windows that it has opened, as a security precaution. To do what you want, make a bookmarklet (in this case a 'shortcutlet'?) that contains the javascript to do what you want. I tested it with my site by typing the following into the internet explorer URL bar, and dragging teh little page icon at the left of it to the desktop: javascript:void(window.open('http://www.youngpup.net/','','')); Obviously, you will want to modify it to suit your requirements. But it works groovy. -- Aaron Boodman aaron | www @ youngpup.net Original Message: ----------------- From: Jim Rhodes, KF4GL Jim at JimRhodes.Net Date: Tue, 24 Sep 2002 13:02:36 -0400 To: thelist at lists.evolt.org Subject: Re: [thelist] How to auto close an Internet explorer window /page -- [ Picked text/plain from multipart/alternative ] This works great when launching from a web site. When I launch a link from a shortcut on the desktop it will then give me a Microsoft Internet Explorer dialog box stating "The web page you are viewing is trying to close the window. Do you want to close this window? Yes / No. Is there a way to have the window close automatically from a shortcut on the desktop? Thank you, Jim At 10:34 PM 09/23/2002 +0200, you wrote: >Quick afterthought: > >This will work too (and it's a lot shorter): > > > > >-- >/nik > >-- >For unsubscribe and other options, including >the Tip Harvester and archive of thelist go to: >http://lists.evolt.org Workers of the Web, evolt ! Jim Rhodes Email 1: Jim at JimRhodes.Net Email 2: KF4GL at JimRhodes.Net Email 3: KF4GL at arrl.net Web Site: http://www.JimRhodes.Net -- -- For unsubscribe and other options, including the Tip Harvester and archive of thelist go to: http://lists.evolt.org Workers of the Web, evolt ! -------------------------------------------------------------------- mail2web - Check your email from the web at http://mail2web.com/ . From aboodman at youngpup.net Tue Sep 24 13:42:12 2002 From: aboodman at youngpup.net (aboodman at youngpup.net) Date: Tue Sep 24 13:42:12 2002 Subject: [thelist] How to auto close an Internet explorer window /page Message-ID: <170350-220029224174539365@M2W092.mail2web.com> Hi Jim, I sent this message to the list, but it's rejected it because I'm on a website accessing my POP account for some reason. Anyway. Hope this helps. The reason you're getting the warning is because javascript can only close windows unprompted that it has opened. You can get around the problem by making your desktop link actually execute javascript to open the window, instead of opening it directly. I tested it by typing the following code into my IE URL bar, and dragging the little IE icon to it's left to my desktop. javascript:void(window.open('http://www.youngpup.net/','','')); Good luck with that, -- Aaron Boodman aaron | www @ youngpup.net Original Message: ----------------- From: Jim Rhodes, KF4GL Jim at JimRhodes.Net Date: Tue, 24 Sep 2002 13:02:36 -0400 To: thelist at lists.evolt.org Subject: Re: [thelist] How to auto close an Internet explorer window /page -- [ Picked text/plain from multipart/alternative ] This works great when launching from a web site. When I launch a link from a shortcut on the desktop it will then give me a Microsoft Internet Explorer dialog box stating "The web page you are viewing is trying to close the window. Do you want to close this window? Yes / No. Is there a way to have the window close automatically from a shortcut on the desktop? Thank you, Jim At 10:34 PM 09/23/2002 +0200, you wrote: >Quick afterthought: > >This will work too (and it's a lot shorter): > > > > >-- >/nik > >-- >For unsubscribe and other options, including >the Tip Harvester and archive of thelist go to: >http://lists.evolt.org Workers of the Web, evolt ! Jim Rhodes Email 1: Jim at JimRhodes.Net Email 2: KF4GL at JimRhodes.Net Email 3: KF4GL at arrl.net Web Site: http://www.JimRhodes.Net -- -- For unsubscribe and other options, including the Tip Harvester and archive of thelist go to: http://lists.evolt.org Workers of the Web, evolt ! -------------------------------------------------------------------- mail2web - Check your email from the web at http://mail2web.com/ . From sarah at compumentor.org Tue Sep 24 14:28:01 2002 From: sarah at compumentor.org (Sarah Hawkins) Date: Tue Sep 24 14:28:01 2002 Subject: [thelist] TechSoup's latest online event: Accessing the Web--Could Heleler Use Your Website? Message-ID: <5.0.2.1.0.20020924122534.029b5e90@mail.compumentor.org> -- [ Picked text/plain from multipart/alternative ] Hi everyone, Just wanted to let you all know about an event going on this week. TechSoup is hosting an online event about web accessibility for people with disabilities. This is an important issue and we would love to have your participation. Thanks, Sarah *************************************************************************************** Announcing TechSoup's latest national online event, "Accessing the Web--Could Helen Keller Use Your Website?" Join us the week of September 23-27, 2002 in TechSoup's Community at: http://www.techsoup.org/redirect/accessevent.cfm More that 55 million Americans including 6 million children and 750 million people worldwide have visual, motor skills, hearing, or cognitive disabilities. How can this group participate as consumers and producers in the information marketplace? What tools are available to facilitate their participation? Please join us as we answer these questions and discuss important issues surrounding web accessibility. Topics Include: * The importance of Web accessibility * Technology and legislative trends * Barriers that prevent people from accessing the Web * Basic design techniques to create electronic curbcuts * Advanced techniques and accessibility tools This event at < http://www.techsoup.org/redirect/accessevent.cfm> is hosted and moderated by expert guides Sharron Rush of Knowbility.org and Janet Salmons of Vision2Lead . ~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~ Sarah Hawkins, Community Intern, TechSoup.org CompuMentor 435 Brannan St, Suite 100 San Francisco, CA 94107 Voice: 415.633.9350 Fax: 415.512.9629 Email: sarah at compumentor.org http://www.compumentor.org Bringing people and technology together to strengthen our communities http://www.techsoup.org Technology served the way nonprofits need it, powered by CompuMentor ~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~ -- From dunstan at 1976design.com Tue Sep 24 14:39:01 2002 From: dunstan at 1976design.com (Dunstan Orchard) Date: Tue Sep 24 14:39:01 2002 Subject: [thelist] js alert to confirm deletion Message-ID: <20020924193822.M10160@1976design.com> Hi there, I'm sure this is very simple, but I can't get my brain around it: I have a link in a PHP page that reloads that page (with all the query strings as well) and tacks on an extra query: delete
?> And then some logic happens using the DelPic value. I'd like to put a JS alert in there so that the user has to click on it to confirm they want the delete to go ahead. And if the click 'NO' then the page stays as it was. Could anyone suggest how to do that? I can't work it out :o/ Thanks very much - dunstan --------------------------- Dorset, England http://www.1976design.com/ http://www.orchard.it/ http://www.maccaws.org/ From lwkraemer at directvinternet.com Tue Sep 24 14:52:01 2002 From: lwkraemer at directvinternet.com (lon.kraemer) Date: Tue Sep 24 14:52:01 2002 Subject: [thelist] js alert to confirm deletion References: <20020924193822.M10160@1976design.com> Message-ID: <001201c26403$cb406630$0201a8c0@yoda> > I have a link in a PHP page that reloads that page (with all the query strings > as well) and tacks on an extra query: > > $current_url = $_SERVER['REQUEST_URI']; > > ... > > delete > ?> > > And then some logic happens using the DelPic value. > > > I'd like to put a JS alert in there so that the user has to click on it to > confirm they want the delete to go ahead. And if the click 'NO' then the page > stays as it was. delete Of course, users with JS off will not get the confirmation dialog. -- Lon Kraemer ----------------------------------------- From joshua at waetech.com Tue Sep 24 14:53:00 2002 From: joshua at waetech.com (Joshua Olson) Date: Tue Sep 24 14:53:00 2002 Subject: [thelist] js alert to confirm deletion References: <20020924193822.M10160@1976design.com> Message-ID: <018701c26403$d0f06490$0200a8c0@client1> ----- Original Message ----- From: "Dunstan Orchard" Sent: Tuesday, September 24, 2002 3:38 PM > I have a link in a PHP page that reloads that page (with all the query strings > as well) and tacks on an extra query: I don't know PHP, but I suspect this is a JS problem, not a PHP problem. > delete How about: delete That should do it. The only thing I added was the onclick handler. -joshua From pf at cfdev.com Tue Sep 24 14:53:08 2002 From: pf at cfdev.com (Pete Freitag) Date: Tue Sep 24 14:53:08 2002 Subject: [thelist] js alert to confirm deletion In-Reply-To: <20020924193822.M10160@1976design.com> Message-ID: this should do the trick... Delete _____________________________________________ Pete Freitag CTO, CFDEV.COM http://www.cfdev.com/ -----Original Message----- From: thelist-admin at lists.evolt.org [mailto:thelist-admin at lists.evolt.org]On Behalf Of Dunstan Orchard Sent: Tuesday, September 24, 2002 3:38 PM To: evolt list Subject: [thelist] js alert to confirm deletion Hi there, I'm sure this is very simple, but I can't get my brain around it: I have a link in a PHP page that reloads that page (with all the query strings as well) and tacks on an extra query: delete ?> And then some logic happens using the DelPic value. I'd like to put a JS alert in there so that the user has to click on it to confirm they want the delete to go ahead. And if the click 'NO' then the page stays as it was. Could anyone suggest how to do that? I can't work it out :o/ Thanks very much - dunstan --------------------------- Dorset, England http://www.1976design.com/ http://www.orchard.it/ http://www.maccaws.org/ -- For unsubscribe and other options, including the Tip Harvester and archive of thelist go to: http://lists.evolt.org Workers of the Web, evolt ! From joshua at waetech.com Tue Sep 24 15:04:00 2002 From: joshua at waetech.com (Joshua Olson) Date: Tue Sep 24 15:04:00 2002 Subject: [thelist] js alert to confirm deletion References: Message-ID: <019101c26405$6002de50$0200a8c0@client1> ----- Original Message ----- From: "Pete Freitag" Sent: Tuesday, September 24, 2002 4:00 PM > this should do the trick... > > > > Delete okay, I have to jump in here. While this code works for js-enabled browsers, it's probably not in good practice to employ this technique because it makes it so non-js browsers can never follow the link. Here is some better code (untested for syntax): Delete The bigtime benefit to this code is that clicking yes on the javascript popup actually passes this decision to the target of the anchor in the url. The processing page can already know that you confirmed the decision because of the confirm=1 in the url. If the processing page does not see the confirm=1 in the url, then you now have the opportunity to do a full blown confirmation page. This is great for non-js users. Just my 2cents. -joshua From kjs at ratking.co.uk Tue Sep 24 15:08:01 2002 From: kjs at ratking.co.uk (Kevin Stevens) Date: Tue Sep 24 15:08:01 2002 Subject: [thelist] UK based hosting - reseller accounts References: Message-ID: <01cf01c26406$1a4f9640$421b893e@oemcomputer> > I'm seriously considering plunging into getting a hosting reseller > account Check out the latest Computer Active magazine, they have an article on this. Kevin Stevens kjs at ratking.co.uk From Anthony at Baratta.com Tue Sep 24 15:11:01 2002 From: Anthony at Baratta.com (Anthony Baratta) Date: Tue Sep 24 15:11:01 2002 Subject: [thelist] js alert to confirm deletion In-Reply-To: <20020924193822.M10160@1976design.com> Message-ID: <5.1.0.14.2.20020924130507.01fdd418@baratta.com> At 12:38 PM 9/24/2002, Dunstan Orchard wrote: >delete > >I'd like to put a JS alert in there so that the user has to click on it to >confirm they want the delete to go ahead. And if the click 'NO' then the page >stays as it was. in your href put something like this: onclick="verifyDelete();" Then somewhere on your page: You can read more about the confirm function here: http://developer.netscape.com/docs/manuals/js/client/jsref/window.htm#1201914 --- Anthony Baratta President Keyboard Jockeys "Conformity is the refuge of the unimaginative." From mbarrett at triad.rr.com Tue Sep 24 15:22:04 2002 From: mbarrett at triad.rr.com (Michael Barrett) Date: Tue Sep 24 15:22:04 2002 Subject: [thelist] Force Save-As Dialog on CD In-Reply-To: <033801c26388$8547c310$0102060a@studio.toolbox.co.nz> Message-ID: What sort of files are these? HTML or something else? If you are providing options to download images.. You could link to a jpg to "open" the file in the browser, and link to a tiff file (which isn't handled by the browser internally in most cases) which should pop up a save-as box. > Is it possible to force a "save-as" dialog box to appear without using HTTP > headers? > > I have a CD that is going to go out to a design firm, and they want the > option of clicking on either a save or open link next to each file. I > discussed them using a rightclick and save, but it appears this is beyond > them.. :) I have done it in the past using headers, but this time I have no > web server, as the are browsing directly off the CD. -- Michael Barrett -O^O- - mbarrett at triad.rr.com From webguy at mail.rit.edu Tue Sep 24 15:23:01 2002 From: webguy at mail.rit.edu (Chris Blessing) Date: Tue Sep 24 15:23:01 2002 Subject: [thelist] js alert to confirm deletion In-Reply-To: <20020924193822.M10160@1976design.com> Message-ID: dunstan- Use the confirm() function in a user-defined function as such (watch the line wrap): delete What happens here is that you get the current page variable all setup via PHP, then pass the image id into the javascript function. You use PHP to write the current url variable to a javascript variable (to be interpreted on the client side in the web browser) and if the user confirms the delete warning (i.e. clicks 'Ok' or 'yes') then the browser will load up the currentURL + the DelPic attribute. You could also use JavaScript to get the current URL, but it's more reliable and easier to do it server-side with PHP like you've done. HTH! Chris Blessing webguy at mail.rit.edu http://www.330i.net > I'd like to put a JS alert in there so that the user has to click on it to > confirm they want the delete to go ahead. And if the click 'NO' > then the page > stays as it was. > > > Could anyone suggest how to do that? I can't work it out :o/ > > > Thanks very much - dunstan From cvos at netpaths.net Tue Sep 24 15:42:01 2002 From: cvos at netpaths.net (Cayley Vos) Date: Tue Sep 24 15:42:01 2002 Subject: [thelist] Pirated site Message-ID: This is just too good to pass up. I think you will instantly recognize the fruit company this design was lifted from. http://cableorganizer.com Cayley Vos, Principal office: 310-372-3086 cell: 360-303-0150 http://netpaths.net _______________________________________________________ web hosting | search engine marketing | web development From jmetcalf at northsound.net Tue Sep 24 15:46:01 2002 From: jmetcalf at northsound.net (Jacob Metcalf) Date: Tue Sep 24 15:46:01 2002 Subject: [thelist] Pirated site Message-ID: <37070-220029224204558718@northsound.net> Send and email off to Apple Legal or Apple Webmasters. They would just love to see this. Jacob Metcalf http://www.8bitjoystick.com/ Press Start to Play ============================================== Webmail Provided by NorthsoundNet Internet Services *** Western Washington's Local Internet Provider *** http://www.Northsound.net From mspiegler at lightbulbpress.com Tue Sep 24 15:48:01 2002 From: mspiegler at lightbulbpress.com (matt s.) Date: Tue Sep 24 15:48:01 2002 Subject: [thelist] Pirated site References: Message-ID: <3D90CF56.6DAE33F5@lightbulbpress.com> wow. I can't believe they had the nerve to rip off the Chiquita Banana Co.! Oh wait... Cayley Vos wrote: > This is just too good to pass up. I think you will instantly recognize the > fruit company this design was lifted from. > > http://cableorganizer.com > > Cayley Vos, Principal > office: 310-372-3086 > cell: 360-303-0150 > http://netpaths.net > _______________________________________________________ > web hosting | search engine marketing | web development > > -- > For unsubscribe and other options, including > the Tip Harvester and archive of thelist go to: > http://lists.evolt.org Workers of the Web, evolt ! From ben_dyer at imaginuity.com Tue Sep 24 15:55:01 2002 From: ben_dyer at imaginuity.com (Ben Dyer) Date: Tue Sep 24 15:55:01 2002 Subject: [thelist] Pirated site In-Reply-To: <37070-220029224204558718@northsound.net> Message-ID: <5.1.1.6.0.20020924155207.04ba8260@mail.imaginuity.com> Doubt it. They're hardly the first. --Ben At 03:45 PM 9/24/2002, you wrote: >Send and email off to Apple Legal or Apple Webmasters. They would >just love to see this. From cparker at swatgear.com Tue Sep 24 15:55:11 2002 From: cparker at swatgear.com (Chris W. Parker) Date: Tue Sep 24 15:55:11 2002 Subject: [thelist] creating a subdomain for a website (win2k) Message-ID: <001BD19C96E6E64E8750D72C2EA0ECEE0330B2@ati-ex-01.ati.local> hi. i would really like to create a subdomain of our live site so that i can mess it up as much as i want to without affecting our customers. as some of you know, it's very tedious having to work on a live site when making important changes. right now we've got, www.domain.com and i'd like test.domain.com or dev.domain.com or something like that. (maybe even requiring authentication for security purposes. now that i'm thinking about it, this doesn't even need to be accessible from the outside since bossman says i can't work on the site except if i'm in the office. so it really only needs to be an internal thing). anyways, i've searched http://www.google.com/ and http://groups.google.com/ with no luck on this. some more information: i don't know much about DNS (hence me having this question), but i know we have our own DNS server which is used for internal DNS only. and i assume this means that our ISP hosts the external DNS info. i.e. www.domain.com. we use win2000 so of course we have iis5. and we also use active directory. ummm... i can't think of anything else that is important. let me know if i should have included something. thanks for the help! chris. From paul at teltest.com Tue Sep 24 15:56:01 2002 From: paul at teltest.com (Paul Bennett) Date: Tue Sep 24 15:56:01 2002 Subject: [thelist] Pirated site References: Message-ID: <3D90D22B.6030301@teltest.com> if imitation really is the greatest form of flattery then Steve Jobs will be well stoked right now -- Paul Bennett Internet Developer Teltest Electronic Design -------------------------- Phone : 64 4 237 0767 Web : http://www.teltest.com Wap : http://wap.teltest.com Email : paul at teltest.com -------------------------- From cparker at swatgear.com Tue Sep 24 15:57:01 2002 From: cparker at swatgear.com (Chris W. Parker) Date: Tue Sep 24 15:57:01 2002 Subject: [thelist] Pirated site Message-ID: <001BD19C96E6E64E8750D72C2EA0ECEE14DE8B@ati-ex-01.ati.local> mac.com is one of the most ripped off sites around i'm sure. along with microsoft.com and i don't know what else. http://www.piratedsites.com/ has a nice little compilation of all the mac ripoffs found so far. pretty interesting. chris. From essing at vdl2.com Tue Sep 24 16:04:00 2002 From: essing at vdl2.com (Phil Essing) Date: Tue Sep 24 16:04:00 2002 Subject: [thelist] js alert to confirm deletion In-Reply-To: <20020924193822.M10160@1976design.com> Message-ID: Dunstan, This should do what you need: delete Cheers! -phil ------------------------------------------------------------------------ ----------------- Phil Essing User Interface Specialist essing at vdl2.com VDL2 inc. 700, rue Wellington . Montreal, QC . H3C 1T4 tel.: 514.599.5712 . fax: 514.599.5724 ------------------------------------------------------------------------ ----------------- > -----Original Message----- > From: thelist-admin at lists.evolt.org > [mailto:thelist-admin at lists.evolt.org] On Behalf Of Dunstan Orchard > Sent: Tuesday, September 24, 2002 3:38 PM > To: evolt list > Subject: [thelist] js alert to confirm deletion > > > Hi there, > > I'm sure this is very simple, but I can't get my brain around it: > > > I have a link in a PHP page that reloads that page (with all > the query strings as well) and tacks on an extra query: > > $current_url = $_SERVER['REQUEST_URI']; > > ... > > delete ?> > > And then some logic happens using the DelPic value. > > > I'd like to put a JS alert in there so that the user has to > click on it to confirm they want the delete to go ahead. And > if the click 'NO' then the page stays as it was. > > > Could anyone suggest how to do that? I can't work it out :o/ > > > Thanks very much - dunstan > > --------------------------- > Dorset, England > http://www.1976design.com/ > http://www.orchard.it/ > http://www.maccaws.org/ > -- > For unsubscribe and other options, including > the Tip Harvester and archive of thelist go to: > http://lists.evolt.org Workers of the Web, evolt ! > From vlbmlofm at videotron.ca Tue Sep 24 16:04:12 2002 From: vlbmlofm at videotron.ca (Phil Essing) Date: Tue Sep 24 16:04:12 2002 Subject: [thelist] js alert to confirm deletion - this time without the error In-Reply-To: <20020924193822.M10160@1976design.com> Message-ID: Please ignore my last message. This should do what you need: delete Cheers! -phil ------------------------------------------------------------------------ ----------------- Phil Essing User Interface Specialist essing at vdl2.com VDL2 inc. 700, rue Wellington . Montreal, QC . H3C 1T4 tel.: 514.599.5712 . fax: 514.599.5724 ------------------------------------------------------------------------ ----------------- > -----Original Message----- > From: thelist-admin at lists.evolt.org > [mailto:thelist-admin at lists.evolt.org] On Behalf Of Dunstan Orchard > Sent: Tuesday, September 24, 2002 3:38 PM > To: evolt list > Subject: [thelist] js alert to confirm deletion > > > Hi there, > > I'm sure this is very simple, but I can't get my brain around it: > > > I have a link in a PHP page that reloads that page (with all > the query strings as well) and tacks on an extra query: > > $current_url = $_SERVER['REQUEST_URI']; > > ... > > delete ?> > > And then some logic happens using the DelPic value. > > > I'd like to put a JS alert in there so that the user has to > click on it to confirm they want the delete to go ahead. And > if the click 'NO' then the page stays as it was. > > > Could anyone suggest how to do that? I can't work it out :o/ > > > Thanks very much - dunstan > > --------------------------- > Dorset, England > http://www.1976design.com/ > http://www.orchard.it/ > http://www.maccaws.org/ > -- > For unsubscribe and other options, including > the Tip Harvester and archive of thelist go to: > http://lists.evolt.org Workers of the Web, evolt ! > From dan at danromanchik.com Tue Sep 24 16:05:01 2002 From: dan at danromanchik.com (Dan Romanchik) Date: Tue Sep 24 16:05:01 2002 Subject: [thelist] Animated gifs in HTML email Message-ID: <009901c2640d$f3864290$c27ba8c0@D9J77B01> Setting aside for the moment the morality of HTML e-mail, which e-mail clients support HTML e-mail but do not support animated gifs? Dan ---------------------------------------------------------------------------- Dan Romanchik - Web Developer dan at danromanchik.com, 734-930-6564 From michael at tapinternet.com Tue Sep 24 16:06:01 2002 From: michael at tapinternet.com (Michael Kimsal) Date: Tue Sep 24 16:06:01 2002 Subject: [thelist] Pirated site In-Reply-To: References: Message-ID: <1032901564.2190.0.camel@lunix> On Tue, 2002-09-24 at 16:41, Cayley Vos wrote: > This is just too good to pass up. I think you will instantly recognize the > fruit company this design was lifted from. > > http://cableorganizer.com > > Wow - considering they claim to know how to 'clean up clutter', that's a pretty cluttered site. Just imo, of course, but it could be a lot more streamlined, like the Apple site, but I guess that would require too much work. From jmetcalf at northsound.net Tue Sep 24 16:10:01 2002 From: jmetcalf at northsound.net (Jacob Metcalf) Date: Tue Sep 24 16:10:01 2002 Subject: [thelist] Animated gifs in HTML email Message-ID: <244530-2200292242199406@northsound.net> Well I use Mozilla for my Email client on both Windows and Linux. In both cases I have set gif animation to off. HAHAHHA. no more flashing click here garbage.! It depends most clients that have HTML support also have to option to turn them off. Jacob Metcalf http://www.8bitjoystick.com/ Press Start to Play ============================================== Webmail Provided by NorthsoundNet Internet Services *** Western Washington's Local Internet Provider *** http://www.Northsound.net From r937 at interlog.com Tue Sep 24 16:18:00 2002 From: r937 at interlog.com (rudy) Date: Tue Sep 24 16:18:00 2002 Subject: [thelist] Pirated site Message-ID: <01c2640f$53e68ae0$76ac1dd1@rudy> > speaking of pirated-sites.com, i wish those guys 1. had listed the last time evolt got ripped off (i think madhu and i both submitted it) and 2. would, um, borrow somebody's nav bar, because the links just don't work well, duh, no wonder, they've got onclick="" in them! what were they thinking??? rudy From amoore at mooresystems.com Tue Sep 24 16:19:01 2002 From: amoore at mooresystems.com (Andrew Moore) Date: Tue Sep 24 16:19:01 2002 Subject: [thelist] Perl/CGI help In-Reply-To: <005101c263f5$de18a690$3d0010ac@coawg110c01>; from ebennett@ecasd.k12.wi.us on Tue, Sep 24, 2002 at 01:11:55PM -0500 References: <5.1.0.14.2.20020924133918.00b8d380@mail.cuaa.edu> <005101c263f5$de18a690$3d0010ac@coawg110c01> Message-ID: <20020924161839.O16130@cow.mooresystems.com> On Tue, Sep 24, 2002 at 01:11:55PM -0500, Erik Bennett wrote: > At the top of the script, where the line reads #usr/bin/perl (or whatever) > is there anything listed after that (but still on the same line, probably > beginning with a dash) > > Erik I'll bet not, but I bet there's a 'use diagnostics' in there. -A From dragon-vision at comcast.net Tue Sep 24 16:23:01 2002 From: dragon-vision at comcast.net (Dragon Vision Design) Date: Tue Sep 24 16:23:01 2002 Subject: [thelist] creating a subdomain for a website (win2k) In-Reply-To: <001BD19C96E6E64E8750D72C2EA0ECEE0330B2@ati-ex-01.ati.local> References: <001BD19C96E6E64E8750D72C2EA0ECEE0330B2@ati-ex-01.ati.local> Message-ID: You really don't need to mess with DNS just add a directory on the server and call it test so that www.yourdomain.com/test/ is the place to test. It does not need a DNS change at all if you put a robot.txt file that disallows all search engines to that directory, it will not be found, most likely. You could even make the directory secure with login required by configuring the web server to use port 443 (https) for that directory/folder. Then /test would be at https:\\www.yourdomain.com/test/ slashes where changed to protect the innocent. Login Password. At 1:54 PM -0700 9/24/02, Chris W. Parker wrote: >hi. > >i would really like to create a subdomain of our live site so that i can >mess it up as much as i want to without affecting our customers. as some >of you know, it's very tedious having to work on a live site when making >important changes. > >right now we've got, www.domain.com and i'd like test.domain.com or >dev.domain.com or something like that. (maybe even requiring >authentication for security purposes. now that i'm thinking about it, >this doesn't even need to be accessible from the outside since bossman >says i can't work on the site except if i'm in the office. so it really >only needs to be an internal thing). > >anyways, i've searched http://www.google.com/ and >http://groups.google.com/ with no luck on this. > >some more information: > >i don't know much about DNS (hence me having this question), but i know >we have our own DNS server which is used for internal DNS only. and i >assume this means that our ISP hosts the external DNS info. i.e. >www.domain.com. we use win2000 so of course we have iis5. and we also >use active directory. ummm... i can't think of anything else that is >important. let me know if i should have included something. > > >thanks for the help! >chris. >-- >For unsubscribe and other options, including >the Tip Harvester and archive of thelist go to: >http://lists.evolt.org Workers of the Web, evolt ! -- Sincerely, Kid Stevens Webmaster Dragon Vision Design "Warning, Do not meddle in the affairs of Dragons. They will make you crunchy and eat you with ketchup." -Unknown Author From Anthony at Baratta.com Tue Sep 24 16:31:01 2002 From: Anthony at Baratta.com (Anthony Baratta) Date: Tue Sep 24 16:31:01 2002 Subject: [thelist] creating a subdomain for a website (win2k) In-Reply-To: <001BD19C96E6E64E8750D72C2EA0ECEE0330B2@ati-ex-01.ati.local > Message-ID: <5.1.0.14.2.20020924142524.03109c08@baratta.com> At 01:54 PM 9/24/2002, Chris W. Parker wrote: >right now we've got, www.domain.com and i'd like test.domain.com or >dev.domain.com or something like that. (maybe even requiring >authentication for security purposes. now that i'm thinking about it, >this doesn't even need to be accessible from the outside since bossman >says i can't work on the site except if i'm in the office. so it really >only needs to be an internal thing). If you don't want it public, it's very simple. 1 - Setup a New Virutal Web Service in IIS and give it the hostheader of test.foo.org. (Of course replace test.foo.org with your new subdomain and domain name. 2 - Find your hosts table (Win2K/Nt c:\winnt\system32\drives\etc, Win9X c:\windows) and add the following: 123.123.123.123 test.foo.org (Of course put your public IP in and your new domain name instead.) 3 - Push up all your test content to the new virtual service. Close all your browsers and re-start them. Enter in the new URL. La'bing you are golden. Good Luck. P.S. If you want the URL to be public you'll need to update the DNS settings on the server that is hosting the Domain Name for you. Steps there depend upon who and what is hosting DNS for you. --- Anthony Baratta President Keyboard Jockeys "Conformity is the refuge of the unimaginative." From paul at teltest.com Tue Sep 24 16:31:14 2002 From: paul at teltest.com (Paul Bennett) Date: Tue Sep 24 16:31:14 2002 Subject: [thelist] css "transparency" References: <01c2640f$53e68ae0$76ac1dd1@rudy> Message-ID: <3D90DA77.4010300@teltest.com> How do I get a type of transparency in my text background like : http://www.nypl.org/styleguide/ If you scroll the page, the background of the text has a slight "opacity" (I learnt that word at university) which overlaps the background image and looks, well, cool. Help? -- Paul Bennett Internet Developer Teltest Electronic Design -------------------------- Phone : 64 4 237 0767 Web : http://www.teltest.com Wap : http://wap.teltest.com Email : paul at teltest.com -------------------------- From jmetcalf at northsound.net Tue Sep 24 16:37:01 2002 From: jmetcalf at northsound.net (Jacob Metcalf) Date: Tue Sep 24 16:37:01 2002 Subject: [thelist] css Message-ID: <84660-220029224213630843@northsound.net> They have an image in their Body tag. body { margin: 0; padding: 0; font-family: palatino, georgia, serif; color: #000; background : #fff url(../images/lion_lightblue.gif) no-repeat fixed top left; } Jacob Metcalf http://www.8bitjoystick.com/ Press Start to Play ============================================== Webmail Provided by NorthsoundNet Internet Services *** Western Washington's Local Internet Provider *** http://www.Northsound.net From chris at fuseware.com Tue Sep 24 16:40:01 2002 From: chris at fuseware.com (Chris Evans) Date: Tue Sep 24 16:40:01 2002 Subject: [thelist] Image inside span Message-ID: <3d90dd6e@fuseware.com> I'm trying to place an image inside of a span tag. I'm using the span to create a nice little border for the picture. However, under mozilla, the image does not sit within the border, it looks as though the image is overlapping a very small version of the span. Its on an internal server so its not available to view. Here's the code: Pictures 2002 Thoughts? -- Chris Evans chris at fuseware.com http://www.fuseware.com From Craig.Saila at bgminteractive.com Tue Sep 24 16:40:18 2002 From: Craig.Saila at bgminteractive.com (Saila, Craig) Date: Tue Sep 24 16:40:18 2002 Subject: [thelist] css "transparency" Message-ID: <523ED78FF1F87A44A40907C74F83CBC2057C509A@mail.bgm.globeinteractive.com> > -----Original Message----- > From: Paul Bennett [mailto:paul at teltest.com] > Sent: September 24, 2002 5:35 PM > How do I get a type of transparency in my text background like : > > http://www.nypl.org/styleguide/ > > If you scroll the page, the background of the text has a > slight "opacity" (I learnt that word at university) which > overlaps the background image and looks, well, cool. Help? This should point you in the right direction, as I believe it's the effect being used there: -- Cheers, Craig Saila ------------------------------------------ craig at saila.com : http://www.saila.com/ ------------------------------------------ From list at zettai.net Tue Sep 24 16:41:00 2002 From: list at zettai.net (george donnelly) Date: Tue Sep 24 16:41:00 2002 Subject: [thelist] css "transparency" In-Reply-To: <3D90DA77.4010300@teltest.com> Message-ID: if i remember right they are using an image that is like a patchwork of lines and transparent spaces. take a look at their css file and follow the link to the image. ok here ya go :) actually its a little different than what i described but they're using an image to do that. http://www.nypl.org/styleguide/styles/simple.css the css the image http://www.nypl.org/styleguide/images/contentfill.gif <--> george donnelly - http://zettai.net/ - "We Love Newbies" :) Zope Hosting - Dynamic Website Design - Search Engine Promotion > From: Paul Bennett > > How do I get a type of transparency in my text background like : > > http://www.nypl.org/styleguide/ > > If you scroll the page, the background of the text has a slight > "opacity" (I learnt that word at university) which overlaps the > background image and looks, well, cool. > Help? From jmetcalf at northsound.net Tue Sep 24 16:43:01 2002 From: jmetcalf at northsound.net (Jacob Metcalf) Date: Tue Sep 24 16:43:01 2002 Subject: [thelist] css Message-ID: <300630-220029224214211437@northsound.net> They also have a gif in the background of the content div http://www.nypl.org/styleguide/styles/simple.css .content { padding: 10px 20px; margin: 5% 15%; border: 1px dotted #333; background-image: url(../images/contentfill.gif); } I would use a PNG instead but that is just me. Jacob Metcalf http://www.8bitjoystick.com/ Press Start to Play ============================================== Webmail Provided by NorthsoundNet Internet Services *** Western Washington's Local Internet Provider *** http://www.Northsound.net From sfmalo at 24caratdesign.com Tue Sep 24 16:43:14 2002 From: sfmalo at 24caratdesign.com (Sharon F. Malone) Date: Tue Sep 24 16:43:14 2002 Subject: [thelist] search engine spidering of piggy-backed domains Message-ID: <00c001c26412$74d68540$2293b2d1@oemcomputer> Am I correct that search engines do not spider domain names that are piggy-backed? Ex: http://www.abc.com/~xyz or http://www.abc.com/sa/example Best, Sharon --------------------------------------------------------------------------- Sharon F. Malone "web design and Internet writing services" http://www.24caratdesign.com sfmalo at 24caratdesign.com From cparker at swatgear.com Tue Sep 24 16:48:00 2002 From: cparker at swatgear.com (Chris W. Parker) Date: Tue Sep 24 16:48:00 2002 Subject: [thelist] creating a subdomain for a website (win2k) Message-ID: <001BD19C96E6E64E8750D72C2EA0ECEE0330B4@ati-ex-01.ati.local> > -----Original Message----- > From: Anthony Baratta [mailto:Anthony at Baratta.com] > Sent: Tuesday, September 24, 2002 2:30 PM > To: thelist at lists.evolt.org > Subject: Re: [thelist] creating a subdomain for a website (win2k) > If you don't want it public, it's very simple. > > 1 - Setup a New Virutal Web Service in IIS and give it the > hostheader of > test.foo.org. (Of course replace test.foo.org with your new > subdomain and > domain name. > > 2 - Find your hosts table (Win2K/Nt > c:\winnt\system32\drives\etc, Win9X > c:\windows) and add the following: > > 123.123.123.123 test.foo.org > > (Of course put your public IP in and your new domain name instead.) a few questions come to mind. 1. how do i know what IP address to put in? to clarify, test.foo.org would be a different ip address than foo.org. where do i get the test.foo.org ip address? do i assign my own in IIS? test.foo.org and foo.org would be on the same box. 1a. if i *do* assign my own ip address, i should choose an open internal ip address correct? i.e. 10.0.0.153 ? 1b. you said "Of course put your public IP in and your new domain name instead." did you make a mistake when you said "public IP"? should it not be my the internal ip address i assigned it? (assuming i, in fact, do assign the ip address.) > 3 - Push up all your test content to the new virtual service. is there some schnappy way of doing this besides copying everything through Explorer? basically i'd like to make sure a mirror of the site as it is right now is created. and another thing, can two sites use the same DSN? thanks, chris. From jmetcalf at northsound.net Tue Sep 24 16:48:08 2002 From: jmetcalf at northsound.net (Jacob Metcalf) Date: Tue Sep 24 16:48:08 2002 Subject: [thelist] Image inside span Message-ID: <42820-220029224214739984@northsound.net> I have two things to suggest. 1.Try a div tag instead of a span. 2. Put the height and width of the image so the browser knows what size to render it before downloading it. Jacob Metcalf http://www.8bitjoystick.com/ Press Start to Play ============================================== Webmail Provided by NorthsoundNet Internet Services *** Western Washington's Local Internet Provider *** http://www.Northsound.net From jmetcalf at northsound.net Tue Sep 24 16:52:00 2002 From: jmetcalf at northsound.net (Jacob Metcalf) Date: Tue Sep 24 16:52:00 2002 Subject: [thelist] search engine spidering of piggy-backed domains Message-ID: <226260-22002922421512953@northsound.net> No most search engines will start in the front page and follow all the text based links. Flash and Javascript based links are ignored. If you have a link to them they will get indexed. If you have content you are trying to hide from Google. you should put a no robots meta tag in your head tag. Jacob Metcalf http://www.8bitjoystick.com/ Press Start to Play ============================================== Webmail Provided by NorthsoundNet Internet Services *** Western Washington's Local Internet Provider *** http://www.Northsound.net From john at evolt.org.uk Tue Sep 24 16:53:01 2002 From: john at evolt.org.uk (John Handelaar) Date: Tue Sep 24 16:53:01 2002 Subject: [thelist] creating a subdomain for a website (win2k) In-Reply-To: <001BD19C96E6E64E8750D72C2EA0ECEE0330B4@ati-ex-01.ati.local> Message-ID: % -----Original Message----- % From: thelist-admin at lists.evolt.org % [mailto:thelist-admin at lists.evolt.org]On Behalf Of Chris W. Parker % Sent: 24 September 2002 22:47 % To: thelist at lists.evolt.org % Subject: RE: [thelist] creating a subdomain for a website (win2k) % % a few questions come to mind. % % 1. how do i know what IP address to put in? to clarify, test.foo.org % would be a different ip address than foo.org. where do i get the % test.foo.org ip address? Use whatever IP address the IIS server already has. ------------------------------------------ John Handelaar T +44 20 8933 1494 M +44 7930 681789 F +44 870 169 7657 E john at userfrenzy.com ------------------------------------------ From paul at teltest.com Tue Sep 24 16:56:01 2002 From: paul at teltest.com (Paul Bennett) Date: Tue Sep 24 16:56:01 2002 Subject: [thelist] css "transparency" References: <523ED78FF1F87A44A40907C74F83CBC2057C509A@mail.bgm.globeinteractive.com> Message-ID: <3D90E05F.7060207@teltest.com> Thanks for all the help and links - so just to see if I have this straight: The content div actually has no "translucency" (giving the thesaurus a hammering today...) but has a seperate bg image to the body. This is fixed in positon to sit over the body image but provide a new image effect (distortion / translucency etc). As it is set not to scroll, it stays static as the content div scrolls and gives the illusion of translucency in the content div. ? -- Paul Bennett Internet Developer Teltest Electronic Design -------------------------- Phone : 64 4 237 0767 Web : http://www.teltest.com Wap : http://wap.teltest.com Email : paul at teltest.com -------------------------- From cparker at swatgear.com Tue Sep 24 16:57:01 2002 From: cparker at swatgear.com (Chris W. Parker) Date: Tue Sep 24 16:57:01 2002 Subject: [thelist] creating a subdomain for a website (win2k) Message-ID: <001BD19C96E6E64E8750D72C2EA0ECEE14DE8E@ati-ex-01.ati.local> > -----Original Message----- > From: John Handelaar [mailto:john at evolt.org.uk] > Sent: Tuesday, September 24, 2002 2:52 PM > To: thelist at lists.evolt.org > Subject: RE: [thelist] creating a subdomain for a website (win2k) > > > % -----Original Message----- > % From: thelist-admin at lists.evolt.org > % [mailto:thelist-admin at lists.evolt.org]On Behalf Of Chris W. Parker > % Sent: 24 September 2002 22:47 > % To: thelist at lists.evolt.org > % Subject: RE: [thelist] creating a subdomain for a website (win2k) > % > % a few questions come to mind. > % > % 1. how do i know what IP address to put in? to clarify, test.foo.org > % would be a different ip address than foo.org. where do i get the > % test.foo.org ip address? > > Use whatever IP address the IIS server already has. ok, i figured it out. i think. the HOSTS file is what it's important here right? do i change the HOSTS file on the server or on my workstation? chris. From paul at teltest.com Tue Sep 24 16:59:00 2002 From: paul at teltest.com (Paul Bennett) Date: Tue Sep 24 16:59:00 2002 Subject: [thelist] Image inside span References: <3d90dd6e@fuseware.com> Message-ID: <3D90E100.6020003@teltest.com> also if the image is bigger than the span width and height you have set it may sit outside of the span. I had a similar "problem" with Mozilla. -- Paul Bennett Internet Developer Teltest Electronic Design -------------------------- Phone : 64 4 237 0767 Web : http://www.teltest.com Wap : http://wap.teltest.com Email : paul at teltest.com -------------------------- From list at zettai.net Tue Sep 24 17:01:01 2002 From: list at zettai.net (george donnelly) Date: Tue Sep 24 17:01:01 2002 Subject: [thelist] css "transparency" In-Reply-To: <3D90E05F.7060207@teltest.com> Message-ID: yes the content div has its own bg image, the body's bg image is the lion gif. and this bg image is a gif that is not 100% transparent. its the body image (i think) that is fixed. hth <--> george donnelly - http://zettai.net/ - "We Love Newbies" :) Zope Hosting - Dynamic Website Design - Search Engine Promotion > From: Paul Bennett > > Thanks for all the help and links - so just to see if I have this straight: > The content div actually has no "translucency" (giving the thesaurus a > hammering today...) but has a seperate bg image to the body. This is > fixed in positon to sit over the body image but provide a new image > effect (distortion / translucency etc). As it is set not to scroll, it > stays static as the content div scrolls and gives the illusion of > translucency in the content div. From Ron.Luther at hp.com Tue Sep 24 17:02:00 2002 From: Ron.Luther at hp.com (Luther, Ron) Date: Tue Sep 24 17:02:00 2002 Subject: [thelist] Compliance Graphics? Message-ID: <8958135993102D479F1CA2351F370A0603CDD938@cceexc17.americas.cpqcorp.net> Thanks much James! ;-) Tip coming when I get out of this training class. RonL. -----Original Message----- From: James Aylard [mailto:evolt at pixelwright.com] > Easy question. Anybody got those W3C 'compliance' graphics without > that little white bit on the right? http://www.w3.org/Icons/valid-xhtml10.png From Greg.Cymbala at Den.Galileo.com Tue Sep 24 17:15:01 2002 From: Greg.Cymbala at Den.Galileo.com (Cymbala, Greg) Date: Tue Sep 24 17:15:01 2002 Subject: [thelist] css "transparency" Message-ID: Close. The lion image is the background image of the tag, set to not repeat and stay "fixed" in the top-left corner: body { ... background : #fff url(../images/lion_lightblue.gif) no-repeat fixed top left; } (It's at http://www.nypl.org/styleguide/images/contentfill.gif -- you probably won't see it, but it's there.) Then there's a div on the page:
...
That holds all the text on the page. The style definition for the content class specifies a background-image: .content { padding: 10px 20px; margin: 5% 15%; border: 1px dotted #333; background-image: url(../images/contentfill.gif); } It's actually a relatively small image and could be even smaller. But, I think that the default behavior is to tile background-images, so it gets repeated (tiled) however big the DIV is. The image consists of a pattern like this: X X X X X X X X X X X X X X X X X X (Sorry, can't think of a name for that pattern.) Every space above would be a white picel, while every X would be a pixel with 100% transparency, or vice versa -- doesn't matter. (100% or 0% transparent is all the transparency options you have in GIF format.) This basically emulates a DIV with a white background that's 50% transparent. The human eye just can't tell that there are little tiny alternating dots there. HTH, Greg -----Original Message----- From: Paul Bennett [mailto:paul at teltest.com] Sent: Tuesday, September 24, 2002 4:00 PM To: thelist at lists.evolt.org Subject: Re: [thelist] css "transparency" Thanks for all the help and links - so just to see if I have this straight: The content div actually has no "translucency" (giving the thesaurus a hammering today...) but has a seperate bg image to the body. This is fixed in positon to sit over the body image but provide a new image effect (distortion / translucency etc). As it is set not to scroll, it stays static as the content div scrolls and gives the illusion of translucency in the content div. ? The information in this electronic mail message is sender's business Confidential and may be legally privileged. It is intended solely for the addressee(s). Access to this Internet electronic mail message by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it is prohibited and may be unlawful. The sender believes that this E-mail and any attachments were free of any virus, worm, Trojan horse, and/or malicious code when sent. This message and its attachments could have been infected during transmission. By reading the message and opening any attachments, the recipient accepts full responsibility for taking protective and remedial action about viruses and other defects. Galileo International is not liable for any loss or damage arising in any way from this message or its attachments. From burhankhalid at members.evolt.org Tue Sep 24 18:07:01 2002 From: burhankhalid at members.evolt.org (Burhan) Date: Tue Sep 24 18:07:01 2002 Subject: [thelist] creating a subdomain for a website (win2k) In-Reply-To: <001BD19C96E6E64E8750D72C2EA0ECEE14DE8E@ati-ex-01.ati.local> References: <001BD19C96E6E64E8750D72C2EA0ECEE14DE8E@ati-ex-01.ati.local> Message-ID: <789533928.20020924175551@members.evolt.org> CWP> do i change the HOSTS file on the server or on my workstation? On Windows, it is under c:\windows\HOSTS (no extension, all caps). Its a plain text file that you can edit. -- *---------------* | Burhan Khalid | *---------------*-------------------------------* | Email : burhankhalid[at]members.evolt.org | | Web : members.evolt.org/burhankhalid | | ICQ : 6016166 | | AIM : digitz0819 | | MSN : burhankh[at]hotmail.com | | Yahoo : burhan_khalid | *-----------------------------------------------* | mushkil hai zabas kalaam mera ai dil | | sun sun ke ise suKhan_varaa.N-e-kaamil | | aasaan kahane kii karate hai.n faramaaish | | goim mushkil vagaranaa goim mushkil | |-----------------------------------------------| | Too hard to grasp is my verse, O heart! | | Hearing it, the connoisseurs of art | | For a simpler style do ask | | Difficult, if I write, difficult, if I do not | *-----------------------------------------------* From tp at trev.biz Tue Sep 24 18:09:00 2002 From: tp at trev.biz (Trev Parsons) Date: Tue Sep 24 18:09:00 2002 Subject: [thelist] Re: UK based hosting - reseller accounts In-Reply-To: <20020924214636.8FE5AC005@relay.evolt.org> Message-ID: <000001c2641f$9677e9c0$4bb8baac@x5452> Try Xcalibre http://www.xcalibre.co.uk they're pretty reasonable and they have plent of flexible pricing plans, good servers too. Trevit. From cparker at swatgear.com Tue Sep 24 18:11:00 2002 From: cparker at swatgear.com (Chris W. Parker) Date: Tue Sep 24 18:11:00 2002 Subject: [thelist] creating a subdomain for a website (win2k) Message-ID: <001BD19C96E6E64E8750D72C2EA0ECEE14DE8F@ati-ex-01.ati.local> > -----Original Message----- > From: Burhan [mailto:burhankhalid at members.evolt.org] > Sent: Tuesday, September 24, 2002 3:56 PM > To: Chris W. Parker > Subject: Re[2]: [thelist] creating a subdomain for a website (win2k) > > > CWP> do i change the HOSTS file on the server or on my workstation? > > On Windows, it is under c:\windows\HOSTS (no extension, all caps). Its > a plain text file that you can edit. thank you for your response burhan, however i think you failed to actually *read* my question. ;) (that's supposed to be humorous and not insulting.) i don't need to know *where* it's located in the computer, i need to know *which* computer needs to be changed. thanks, chris. From paul at teltest.com Tue Sep 24 18:14:00 2002 From: paul at teltest.com (Paul Bennett) Date: Tue Sep 24 18:14:00 2002 Subject: [thelist] using rgb values for colors References: Message-ID: <3D90F274.5070001@teltest.com> are there any glaring deficiencies in using rgb values in css rather than hex? I just find rgb a bit easier to get my head around than hex. -- Paul Bennett Internet Developer Teltest Electronic Design -------------------------- Phone : 64 4 237 0767 Web : http://www.teltest.com Wap : http://wap.teltest.com Email : paul at teltest.com -------------------------- From john at evolt.org.uk Tue Sep 24 18:19:01 2002 From: john at evolt.org.uk (John Handelaar) Date: Tue Sep 24 18:19:01 2002 Subject: [thelist] creating a subdomain for a website (win2k) In-Reply-To: <001BD19C96E6E64E8750D72C2EA0ECEE14DE8F@ati-ex-01.ati.local> Message-ID: % -----Original Message----- % From: thelist-admin at lists.evolt.org % [mailto:thelist-admin at lists.evolt.org]On Behalf Of Chris W. Parker % Sent: 25 September 2002 00:10 % To: thelist at lists.evolt.org % Subject: RE: Re[2]: [thelist] creating a subdomain for a website (win2k) % % i don't need to know *where* it's located in the computer, i need to % know *which* computer needs to be changed. Yours. Server doesn't care. ------------------------------------------ John Handelaar T +44 20 8933 1494 M +44 7930 681789 F +44 870 169 7657 E john at userfrenzy.com ------------------------------------------ From cparker at swatgear.com Tue Sep 24 18:23:01 2002 From: cparker at swatgear.com (Chris W. Parker) Date: Tue Sep 24 18:23:01 2002 Subject: [thelist] creating a subdomain for a website (win2k) Message-ID: <001BD19C96E6E64E8750D72C2EA0ECEE14DE91@ati-ex-01.ati.local> > % i don't need to know *where* it's located in the computer, i need to > % know *which* computer needs to be changed. > > Yours. Server doesn't care. ok, thanks. i'll give it try. chris. From cparker at swatgear.com Tue Sep 24 18:26:01 2002 From: cparker at swatgear.com (Chris W. Parker) Date: Tue Sep 24 18:26:01 2002 Subject: [thelist] using rgb values for colors Message-ID: <001BD19C96E6E64E8750D72C2EA0ECEE14DE92@ati-ex-01.ati.local> > -----Original Message----- > From: Paul Bennett [mailto:paul at teltest.com] > Sent: Tuesday, September 24, 2002 4:17 PM > To: thelist at lists.evolt.org > Subject: [thelist] using rgb values for colors > > > are there any glaring deficiencies in using rgb values in css rather > than hex? I just find rgb a bit easier to get my head around than hex. maybe i've got it all wrong, but isn't hex rbg? i mean, rgb(0,0,0) is the same as #000000 right? maybe that example is over simplified, but my point is that hex is just another way of writing the values 0 to 255. so hex isn't a color scheme like rgb, or cymk are, but rather it's a counting system like decimal (base10). also, hexadecimal (base16). i hope i have all these facts correct. chris. From cparker at swatgear.com Tue Sep 24 18:30:01 2002 From: cparker at swatgear.com (Chris W. Parker) Date: Tue Sep 24 18:30:01 2002 Subject: [thelist] using rgb values for colors Message-ID: <001BD19C96E6E64E8750D72C2EA0ECEE14DE93@ati-ex-01.ati.local> > -----Original Message----- > From: Chris W. Parker > Sent: Tuesday, September 24, 2002 4:26 PM > To: thelist at lists.evolt.org > Subject: RE: [thelist] using rgb values for colors > > like rgb, or cymk are, but rather it's a counting system like decimal > (base10). also, hexadecimal (base16). should be CMYK, my mistake. (just want to make that clear.) From paul at teltest.com Tue Sep 24 18:36:01 2002 From: paul at teltest.com (Paul Bennett) Date: Tue Sep 24 18:36:01 2002 Subject: [thelist] using rgb values for colors References: <001BD19C96E6E64E8750D72C2EA0ECEE14DE93@ati-ex-01.ati.local> Message-ID: <3D90F7BE.7040506@teltest.com> yeh, but what i am sayiong is that it is easier for me to figure out rgb(100,100,200) than #23ab56 or whatever. It is not the scheme I am talking about, it is my retardedness in being able to figure it out. Is there some sort of rhyme I can chant :"when it's 'a' you know its gray" or something? :) Chris W. Parker wrote: >>-----Original Message----- >>From: Chris W. Parker >>Sent: Tuesday, September 24, 2002 4:26 PM >>To: thelist at lists.evolt.org >>Subject: RE: [thelist] using rgb values for colors >> >>like rgb, or cymk are, but rather it's a counting system like decimal >>(base10). also, hexadecimal (base16). >> >> > >should be CMYK, my mistake. (just want to make that clear.) > > -- Paul Bennett Internet Developer Teltest Electronic Design -------------------------- Phone : 64 4 237 0767 Web : http://www.teltest.com Wap : http://wap.teltest.com Email : paul at teltest.com -------------------------- From jmetcalf at northsound.net Tue Sep 24 18:43:04 2002 From: jmetcalf at northsound.net (Jacob Metcalf) Date: Tue Sep 24 18:43:04 2002 Subject: [thelist] using rgb values for colors Message-ID: <235900-220029224234259859@northsound.net> Why don't you use Photoshop or Gimp to pick your colors? and then get the hex values. RGB in CSS might work in some browsers but not all and you will not be able to validate your CSS. Jacob Metcalf http://www.8bitjoystick.com/ Press Start to Play ============================================== Webmail Provided by NorthsoundNet Internet Services *** Western Washington's Local Internet Provider *** http://www.Northsound.net From cparker at swatgear.com Tue Sep 24 18:47:01 2002 From: cparker at swatgear.com (Chris W. Parker) Date: Tue Sep 24 18:47:01 2002 Subject: [thelist] using rgb values for colors Message-ID: <001BD19C96E6E64E8750D72C2EA0ECEE14DE94@ati-ex-01.ati.local> > -----Original Message----- > From: Paul Bennett [mailto:paul at teltest.com] > Sent: Tuesday, September 24, 2002 4:40 PM > To: thelist at lists.evolt.org > Subject: Re: [thelist] using rgb values for colors > > > yeh, but what i am sayiong is that it is easier for me to figure out > rgb(100,100,200) than #23ab56 or whatever. It is not the scheme I am > talking about, it is my retardedness in being able to figure > it out. Is > there some sort of rhyme I can chant :"when it's 'a' you know > its gray" > or something? :) haha! sure you could use that one. i think that would work. or at least "when it's a 7f you know it's half way between 0 and 255". well ok, fine, that doesn't rhyme. (but that did.) anyways, i don't think there's any difference (although i don't know if every browser supports rgb() as well as it supports #xxxxxx). i like using hex because i don't use fancy colors like, #4fa30b, instead i stick with, #aaaaaa. or #40b0b0, or something simple like that. chris. From cparker at swatgear.com Tue Sep 24 19:00:01 2002 From: cparker at swatgear.com (Chris W. Parker) Date: Tue Sep 24 19:00:01 2002 Subject: [thelist] creating a subdomain for a website (win2k) Message-ID: <001BD19C96E6E64E8750D72C2EA0ECEE14DE95@ati-ex-01.ati.local> > -----Original Message----- > From: Chris W. Parker > Sent: Tuesday, September 24, 2002 4:23 PM > To: thelist at lists.evolt.org > Subject: RE: Re[2]: [thelist] creating a subdomain for a > website (win2k) > > > > % i don't need to know *where* it's located in the > computer, i need to > > % know *which* computer needs to be changed. > > > > Yours. Server doesn't care. > > ok, thanks. i'll give it try. ok. i tried it and i think we're going in the right direction, but i may have missed a step or something. 1. the path to the home directory is... e:\devsg\ 2. the ip address is "All Unassigned" conversely, www.domain.com is 10.0.0.3. should i also list dev.domain.com as 10.0.0.3 instead of All Unassigned? 3. the host header for dev.domain.com is "dev.domain.com". i also changed the HOSTS file on my local workstation to use the external IP address of the domain.com box. i ALSO tried using the internal IP address of the domain.com box. with the same results. and what results are those? when i put in dev.domain.com i am greeted with domain.com's homepage and not my index.asp file that i placed in e:\devsg\ thanks, chris. From judah at wiredotter.com Tue Sep 24 19:16:00 2002 From: judah at wiredotter.com (Judah McAuley) Date: Tue Sep 24 19:16:00 2002 Subject: [thelist] creating a subdomain for a website (win2k) References: <001BD19C96E6E64E8750D72C2EA0ECEE14DE95@ati-ex-01.ati.local> Message-ID: <3D910008.70805@wiredotter.com> Alright, you should have the following: There should be 2 IIS website entries. One for www.domain.com that has a home directory pointing to the current version of the live site. You should also now have a new website entry that has a home directory pointing to e:\devsg\ In that new website entry when you right-click and open up the properties and then click on Advanced you should have an entry in the top part of the window that shows (All Unassigned) under IP Address (this could also be 10.0.0.3, it doesn't matter), 80 under TCP Port, and dev.domain.com under Host Header Name. Click on Home Directory and make sure that its pointing to e:\devsg\ In your HOSTS file on your local machine (located in C:\WINNT\system32\drivers\etc\hosts if you are running Win2K Pro) you should have an entry that says 10.0.0.3 dev.domain.com You will need to kill all running IE processes on your local machine when you change information in the hosts file just to make sure it doesn't cache information. Then you should be able to go to http://dev.domain.com/ and it should bring up your index.asp page. If it does not, make sure that index.asp is listed as a default page for that IIS entry. This is located under the Documents tab in the properties for that website entry. This should get you up and running. Continue to holler if you still have problems. Judah Chris W. Parker wrote: > ok. i tried it and i think we're going in the right direction, but i may > have missed a step or something. > > 1. the path to the home directory is... > > e:\devsg\ > > 2. the ip address is "All Unassigned" conversely, www.domain.com is > 10.0.0.3. should i also list dev.domain.com as 10.0.0.3 instead of All > Unassigned? > > 3. the host header for dev.domain.com is "dev.domain.com". > > i also changed the HOSTS file on my local workstation to use the > external IP address of the domain.com box. i ALSO tried using the > internal IP address of the domain.com box. with the same results. > > and what results are those? when i put in dev.domain.com i am greeted > with domain.com's homepage and not my index.asp file that i placed in > e:\devsg\ > > > thanks, > chris. From rlmcfarland at attbi.com Tue Sep 24 19:25:01 2002 From: rlmcfarland at attbi.com (Richard McFarland) Date: Tue Sep 24 19:25:01 2002 Subject: [thelist] css "transparency" In-Reply-To: <3D90E05F.7060207@teltest.com> Message-ID: Paul, Not quite. There is a background-image in the 'body:' definition that is fixed in place. The 'div' that "floats" has its own background-image that is a "transparent" image. I've used images where every other pixel is transparent, which creates the sort of "milky" effect seen on your example page. Because the image on the body background is "fixed" it stays in place in the browser window even when other elements scroll. You can, of course, set that image to scroll as well. Here's a link to an example that's part of a site I'm currently developing for a restaurant (the site has not actually been publicly published, but please take a look anyway ;->): http://home.earthlink.net/~nellsrestaurant/recipes.html A caveat: Be careful with font sizes for text that you put on top of a transparent image like these: at smaller sizes, the "holes" in the background-image can make your text look pretty ragged. Serif fonts seem to be problematic, too...Where are those pixel-splitting monitors when we need them? Richard -- Richard McFarland 206-378-6942 > From: Paul Bennett > Reply-To: thelist at lists.evolt.org > Date: Wed, 25 Sep 2002 09:59:59 +1200 > To: thelist at lists.evolt.org > Subject: Re: [thelist] css "transparency" > > Thanks for all the help and links - so just to see if I have this straight: > The content div actually has no "translucency" (giving the thesaurus a > hammering today...) but has a seperate bg image to the body. This is > fixed in positon to sit over the body image but provide a new image > effect (distortion / translucency etc). As it is set not to scroll, it > stays static as the content div scrolls and gives the illusion of > translucency in the content div. > > ? > > -- > Paul Bennett > Internet Developer > Teltest Electronic Design > -------------------------- > Phone : 64 4 237 0767 > Web : http://www.teltest.com > Wap : http://wap.teltest.com > Email : paul at teltest.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 ! From cparker at swatgear.com Tue Sep 24 19:28:01 2002 From: cparker at swatgear.com (Chris W. Parker) Date: Tue Sep 24 19:28:01 2002 Subject: [thelist] creating a subdomain for a website (win2k) Message-ID: <001BD19C96E6E64E8750D72C2EA0ECEE14DE96@ati-ex-01.ati.local> > -----Original Message----- > From: Judah McAuley [mailto:judah at wiredotter.com] > Sent: Tuesday, September 24, 2002 5:15 PM > To: thelist at lists.evolt.org > Subject: Re: [thelist] creating a subdomain for a website (win2k) > > > Alright, you should have the following: > > There should be 2 IIS website entries. One for > www.domain.com that has > a home directory pointing to the current version of the live site. > > You should also now have a new website entry that has a home directory > pointing to e:\devsg\ what i did in the vey beginning was right-click the server and choose New > Website so now i have what looks like this... +-webServer | +--www.domain.com | +--dev.domain.com should i have chosen New > Virtual Directory under www.domain.com ? that just didn't seem right since i don't want a directory, but rather a site. > In that new website entry when you right-click and open up the > properties and then click on Advanced you should have an entry in the > top part of the window that shows (All Unassigned) under IP Address > (this could also be 10.0.0.3, it doesn't matter), 80 under > TCP Port, and > dev.domain.com under Host Header Name. yes, this is correct. > Click on Home Directory and make sure that its pointing to e:\devsg\ yes it is. > In your HOSTS file on your local machine (located in > C:\WINNT\system32\drivers\etc\hosts if you are running Win2K Pro) you > should have an entry that says > > 10.0.0.3 dev.domain.com yes, it is as you say. > You will need to kill all running IE processes on your local machine > when you change information in the hosts file just to make sure it > doesn't cache information. i did this also. > Then you should be able to go to http://dev.domain.com/ and it should > bring up your index.asp page. If it does not, make sure that > index.asp > is listed as a default page for that IIS entry. This is located under > the Documents tab in the properties for that website entry. instead of working correctly, it shows me www.domain.com instead of dev.domain.com. hopefully this time i've presented the mistake i made. thanks, chris. From judah at wiredotter.com Tue Sep 24 19:38:01 2002 From: judah at wiredotter.com (Judah McAuley) Date: Tue Sep 24 19:38:01 2002 Subject: [thelist] creating a subdomain for a website (win2k) References: <001BD19C96E6E64E8750D72C2EA0ECEE14DE96@ati-ex-01.ati.local> Message-ID: <3D91052C.2070504@wiredotter.com> Chris W. Parker wrote: > what i did in the vey beginning was right-click the server and choose > New > Website > > so now i have what looks like this... > > +-webServer > | > +--www.domain.com > | > +--dev.domain.com > > should i have chosen New > Virtual Directory under www.domain.com ? that > just didn't seem right since i don't want a directory, but rather a > site. What you did was correct. You wanted a new site, not a Virtual Directory. > instead of working correctly, it shows me www.domain.com instead of > dev.domain.com. > > > hopefully this time i've presented the mistake i made. Actually, everything you've done seems like it should work. A couple questions, do you have a proxy server that you are going through? If so, that might be the problem. Also, when you say that it shows you www.domain.com instead of dev.domain.com do you mean that the URL in the address bar changes from dev.domain.com to www.domain.com? Or is it just that the content that shows up is from www.domain.com? Did you copy over the content from www.domain.com to the folder containing dev.domain.com? If so this would explain why that content shows up. And does the index file you have in that directory contain a redirect? Also, what is the path to the folder containing www.domain.com? Judah From cparker at swatgear.com Tue Sep 24 19:45:01 2002 From: cparker at swatgear.com (Chris W. Parker) Date: Tue Sep 24 19:45:01 2002 Subject: [thelist] creating a subdomain for a website (win2k) Message-ID: <001BD19C96E6E64E8750D72C2EA0ECEE14DE97@ati-ex-01.ati.local> > -----Original Message----- > From: Judah McAuley [mailto:judah at wiredotter.com] > Sent: Tuesday, September 24, 2002 5:37 PM > To: thelist at lists.evolt.org > Subject: Re: [thelist] creating a subdomain for a website (win2k) > Actually, everything you've done seems like it should work. A couple questions, do you have a proxy server that you are going through? If so, that might be the problem. no proxy, no nothin. Also, when you say that it shows you www.domain.com instead of dev.domain.com do you mean that the URL in the address bar changes from dev.domain.com to www.domain.com? Or is it just that the content that shows up is from www.domain.com? Did you copy over the content from www.domain.com to the folder containing dev.domain.com? If so this would explain why that content shows up. And does the index file you have in that directory contain a redirect? Also, what is the path to the folder containing www.domain.com? i type in http://dev.domain.com and it stays at http://dev.domain.com but shows the http://www.domain.com homepage. i did not copy the content of domain.com to dev.domain.com's directory. the only contents of e:\devsg\ is a file known as index.asp. and no, there is no redirect in that file. it is an ultra basic HTML file. the path of www.domain.com is e:\inetpub\ (we bypasswed c:\inetpub\wwwroot\ and moved it to a different drive.) talk to you tomorrow. chris. From ahuka at ahuka.com Tue Sep 24 20:58:01 2002 From: ahuka at ahuka.com (Kevin B. O'Brien) Date: Tue Sep 24 20:58:01 2002 Subject: [thelist] Perl/CGI help In-Reply-To: <005101c263f5$de18a690$3d0010ac@coawg110c01> References: <5.1.0.14.2.20020924133918.00b8d380@mail.cuaa.edu> Message-ID: <5.1.0.14.2.20020924215732.00b75cd0@bert.webservepro.com> At 01:11 PM 9/24/2002 -0500, Erik Bennett said something remarkably like (but somehow subtly different from): >At the top of the script, where the line reads #usr/bin/perl (or whatever) >is there anything listed after that (but still on the same line, probably >beginning with a dash) No, it is just this: #!/usr/bin/perl -- Kevin B. O'Brien TANSTAAFL ahuka at ahuka.com "A woman who takes her husband about with her everywhere is like a cat that goes on playing with a mouse long after she's killed it." -- Saki Help fight SPAM. Join CAUCE. http://www.cauce.org/ From ahuka at ahuka.com Tue Sep 24 20:59:00 2002 From: ahuka at ahuka.com (Kevin B. O'Brien) Date: Tue Sep 24 20:59:00 2002 Subject: [thelist] Perl/CGI help In-Reply-To: <20020924161839.O16130@cow.mooresystems.com> References: <005101c263f5$de18a690$3d0010ac@coawg110c01> <5.1.0.14.2.20020924133918.00b8d380@mail.cuaa.edu> <005101c263f5$de18a690$3d0010ac@coawg110c01> Message-ID: <5.1.0.14.2.20020924215759.027f4e90@bert.webservepro.com> At 04:18 PM 9/24/2002 -0500, Andrew Moore said something remarkably like (but somehow subtly different from): >On Tue, Sep 24, 2002 at 01:11:55PM -0500, Erik Bennett wrote: > > At the top of the script, where the line reads #usr/bin/perl (or whatever) > > is there anything listed after that (but still on the same line, probably > > beginning with a dash) > > > > Erik > >I'll bet not, but I bet there's a 'use diagnostics' in there. Ah, yes there is. If I put a "#" in front of it, does that comment it out? -- Kevin B. O'Brien TANSTAAFL ahuka at ahuka.com "A woman who takes her husband about with her everywhere is like a cat that goes on playing with a mouse long after she's killed it." -- Saki Help fight SPAM. Join CAUCE. http://www.cauce.org/ From cvos at netpaths.net Tue Sep 24 21:14:01 2002 From: cvos at netpaths.net (Cayley Vos) Date: Tue Sep 24 21:14:01 2002 Subject: [thelist] PHP and .htaccess Message-ID: What is the line in .htaccess to invoke .html pages to be parsed by PHP This isnt quite it AddType application/x-httpd-parser .html Cayley Vos, Principal office: 310-372-3086 cell: 360-303-0150 http://netpaths.net _______________________________________________________ web hosting | search engine marketing | web development From paul at teltest.com Tue Sep 24 21:24:01 2002 From: paul at teltest.com (Paul Bennett) Date: Tue Sep 24 21:24:01 2002 Subject: [thelist] PHP and .htaccess References: Message-ID: <3D911F1E.4070805@teltest.com> The line to edit is actually in the php.ini file (can't remember where). Httpd.conf and .htaccess have nothing to do with php parsing Cayley Vos wrote: >What is the line in .htaccess to invoke .html pages to be parsed by PHP > >This isnt quite it >AddType application/x-httpd-parser .html > > > >Cayley Vos, Principal >office: 310-372-3086 >cell: 360-303-0150 >http://netpaths.net >_______________________________________________________ >web hosting | search engine marketing | web development > > > -- Paul Bennett Internet Developer Teltest Electronic Design -------------------------- Phone : 64 4 237 0767 Web : http://www.teltest.com Wap : http://wap.teltest.com Email : paul at teltest.com -------------------------- From sub at shanx.com Tue Sep 24 21:29:00 2002 From: sub at shanx.com (Shashank Tripathi) Date: Tue Sep 24 21:29:00 2002 Subject: [thelist] PHP and .htaccess References: <3D911F1E.4070805@teltest.com> Message-ID: <001701c2643b$334fc8b0$0b08a8c0@DMF59> Carl, Try this in your .htaccess or httpd.conf -- AddType application/x-httpd-php .php .html The "x-httpd-parser" was not correct. > The line to edit is actually in the php.ini file > (can't remember where). Httpd.conf and > .htaccess have nothing to do with php parsing Not sure if that is true. Perhaps you are confusing "the line to edit"? Shanx From thelist at websapp.com Tue Sep 24 21:35:00 2002 From: thelist at websapp.com (Daniel Kushner) Date: Tue Sep 24 21:35:00 2002 Subject: [thelist] PHP and .htaccess In-Reply-To: <3D911F1E.4070805@teltest.com> Message-ID: <000001c2643c$99ce6190$7560c118@blackjack> Sorry, the line is in the httpd.conf file. All the requests first get to the Apache and then PHP is invoked from there. Futher more, php.ini values can be defined on the .htaccess by using php_value. Regard, Daniel Kushner ____________________________________ Need hosting? http://thehostingcompany.us -----Original Message----- From: thelist-admin at lists.evolt.org [mailto:thelist-admin at lists.evolt.org] On Behalf Of Paul Bennett Sent: Tuesday, September 24, 2002 10:28 PM To: thelist at lists.evolt.org Subject: Re: [thelist] PHP and .htaccess The line to edit is actually in the php.ini file (can't remember where). Httpd.conf and .htaccess have nothing to do with php parsing Cayley Vos wrote: >What is the line in .htaccess to invoke .html pages to be parsed by PHP > >This isnt quite it >AddType application/x-httpd-parser .html > > > >Cayley Vos, Principal >office: 310-372-3086 >cell: 360-303-0150 >http://netpaths.net >_______________________________________________________ >web hosting | search engine marketing | web development > > > -- Paul Bennett Internet Developer Teltest Electronic Design -------------------------- Phone : 64 4 237 0767 Web : http://www.teltest.com Wap : http://wap.teltest.com Email : paul at teltest.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 ! From ken.kogler at curf.edu Tue Sep 24 22:23:02 2002 From: ken.kogler at curf.edu (Ken Kogler) Date: Tue Sep 24 22:23:02 2002 Subject: [thelist] Multidimensional Arrays in JavaScript Message-ID: <000001c26442$46002930$0808810a@eagle5> Bear with me -- this is gonna be a long one. Code is posted externally to please the digest folks. :) Let me start by showing you the recordset I'm trying to work with: http://www.kenkogler.com/evolt/mdArrJS/1.txt Fairly straightforward -- there's a few different sizes, and a few different materials, and the combination of the two determines the price. Here's what I'm looking to do: I need to load all this info client-side. The page will have a series of radio buttons that allow the user to choose one size, and a HEX --------------------------------- Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! From jay.blanchard at niicommunications.com Wed Sep 25 06:51:01 2002 From: jay.blanchard at niicommunications.com (Jay Blanchard) Date: Wed Sep 25 06:51:01 2002 Subject: [thelist] Perl/CGI help In-Reply-To: <20020924235923.W16130@cow.mooresystems.com> Message-ID: <000901c26489$ce4e99b0$8102a8c0@000347D72515> [snip] > Ah, yes there is. If I put a "#" in front of it, does that comment it out? > yeah, and it will keep those warnings from showing up. (they are just warnings) but it may be better to fix the underlying problems. #!/usr/bin/perl [/snip] Late to the thread ... Just to clarify, the first line of the PERL script is a 'bash' line which appears to be commented out, but isn't. It is the line that lets the script know where the PERL .exe is. It is best to follow the bash line with 2 blank lines before any script is started. HTH! Jay From jay.blanchard at niicommunications.com Wed Sep 25 07:01:01 2002 From: jay.blanchard at niicommunications.com (Jay Blanchard) Date: Wed Sep 25 07:01:01 2002 Subject: [thelist] Perl/CGI help In-Reply-To: <000901c26489$ce4e99b0$8102a8c0@000347D72515> Message-ID: <000a01c2648b$29cae630$8102a8c0@000347D72515> [snip] Late to the thread ... Just to clarify, the first line of the PERL script is a 'bash' line which appears to be commented out, but isn't. It is the line that lets the script know where the PERL .exe is. It is best to follow the bash line with 2 blank lines before any script is started. [/snip] And apparently didn't read the whole thread *blush*. Anything on the bash line with a dash before it is a PERL run option. There are a lot of these options, so knowing which you have we could tell you what they are for and whether or not they are part of generating the errors that you see. HTH! Jay ***************************************************** * Texas PHP Developers Conf Spring 2003 * * T Bar M Resort & Conference Center * * New Braunfels, Texas * * Contact jay.blanchard at niicommunications.com * * * * Want to present a paper or workshop? Contact now! * ***************************************************** From r937 at interlog.com Wed Sep 25 08:13:01 2002 From: r937 at interlog.com (rudy) Date: Wed Sep 25 08:13:01 2002 Subject: [thelist] Pirated site Message-ID: <01c26494$7ff698c0$9ae6059a@rudy> >> 1. had listed the last time evolt got ripped off >> (i think madhu and i both submitted it) > > Rudy, Its there... > http://www.pirated-sites.com/archive/?archive=sfindia no, not that one, another one -- http://mhst.net the thief has removed the three little black buttons but is still using the black tab thingie some people, i dunno where they learned their ethics they even have the balls to put a copyright notice on their stolen design it's sad, really rudy http://rudy.ca/ From pkaulbak at idirect.ca Wed Sep 25 08:16:02 2002 From: pkaulbak at idirect.ca (Peter Kaulback) Date: Wed Sep 25 08:16:02 2002 Subject: [thelist] Is it my Opera or the server? Message-ID: <5.1.0.14.0.20020925091335.02e73c80@mail.idirect.ca> A friend has put up a site in ASP.NET that works fine in IE and Mozilla but in Opera 6 it gives me this error: Server Error in '/KS_WEB' Application. Object reference not set to an instance of an object. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.NullReferenceException: Object reference not set to an instance of an object. Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [NullReferenceException: Object reference not set to an instance of an object.] ASPNetPortal.MobileControls.MultiPanel.DoPaginateChildren(ControlPager pager, Control ctl, Int32& firstAssignedPage) in D:\Webs\KS_Web\Components\MobileControls.vb:695 ASPNetPortal.MobileControls.MultiPanel.PaginateRecursive(ControlPager pager) in D:\Webs\KS_Web\Components\MobileControls.vb:666 ASPNetPortal.MobileControls.MultiPanel.PaginateRecursive(ControlPager pager) in D:\Webs\KS_Web\Components\MobileControls.vb:654 System.Web.UI.MobileControls.MobileControl.DoPaginateChildren(ControlPager pager, Control ctl, Int32& firstAssignedPage) +154 System.Web.UI.MobileControls.MobileControl.PaginateRecursive(ControlPager pager) +89 System.Web.UI.MobileControls.Panel.PaginateRecursive(ControlPager pager) +100 System.Web.UI.MobileControls.Form.PaginateForm() +219 System.Web.UI.MobileControls.Form.OnPreRender(EventArgs e) +47 System.Web.UI.Control.PreRenderRecursiveInternal() +62 System.Web.UI.Control.PreRenderRecursiveInternal() +125 System.Web.UI.Page.ProcessRequestMain() +1470 Version Information: Microsoft .NET Framework Version:1.0.3705.0; ASP.NET Version:1.0.3705.0 Is it just my browser or just his server or application? I'm clueless about all .NET. Any idea's? Peter Kaulback From n at industriality.com Wed Sep 25 08:45:00 2002 From: n at industriality.com (Nik Schramm) Date: Wed Sep 25 08:45:00 2002 Subject: [thelist] Is it my Opera or the server? References: <5.1.0.14.0.20020925091335.02e73c80@mail.idirect.ca> Message-ID: <3D91BDA9.9080306@industriality.com> On 25.Sep.02 15:16 Peter Kaulback wrote > A friend has put up a site in ASP.NET that works fine in IE and Mozilla but > in Opera 6 it gives me this error: > Server Error in '/KS_WEB' Application. > > Object reference not set to an instance of an object. Ah yes, that sounds familiar. I'll bet that this page came up after a form was submitted containing a in the head in the body Email me at for web and Ranger problems. Both work and you could if you don't need to search engines hammering away at your every page on your site use a robot.txt file and an engine.html file to control the pages with emails from being searched. I watched a spam spider work on one of my sites and the idiot programmer had rewritten a standard search engine spider. So his followed the rules and got nothing. on 9/26/02 1:27 AM, Andrew Maynes at andrew at humanbehaviour.co.uk wrote: > Hi All > > I am starting today with a mission of action. I would like to know what you > guys think of this. > > Having embedded many contact email addreses within sites for all the right and > possitive reasons. The point has come where spam spam spam has just sprialled > out of control. > > So the plan is this. To remove all email addresses from sites and replace > them > with a contact form. The question(s) is/are. Is this going to stop/reduce > spam > (in the long term) and will this be a more effective way for people to make > contact for whatever reason(s)? > > Andrew > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.391 / Virus Database: 222 - Release Date: 9/19/02 From Stevenson at epr.footman-walker.com Thu Sep 26 03:39:03 2002 From: Stevenson at epr.footman-walker.com (Stevenson Ngila) Date: Thu Sep 26 03:39:03 2002 Subject: [thelist] input + xsl:attribute Message-ID: I have an tag in an input tag, this does write the value, what could be wrong, please see my code below. Thanks, Stevenson Ngila Footman-Walker Associates Ltd http://www.footman-walker.co.uk From Stevenson at epr.footman-walker.com Thu Sep 26 03:59:01 2002 From: Stevenson at epr.footman-walker.com (Stevenson Ngila) Date: Thu Sep 26 03:59:01 2002 Subject: [thelist] input + xsl:attribute In-Reply-To: Message-ID: i have found out the problem. It was with my XML file. Thx -----Original Message----- From: thelist-admin at lists.evolt.org [mailto:thelist-admin at lists.evolt.org]On Behalf Of Stevenson Ngila Sent: 26 September 2002 11:38 To: Thelist at Lists. Evolt. Org Subject: [thelist] input + xsl:attribute I have an tag in an input tag, this does write the value, what could be wrong, please see my code below. Thanks, Stevenson Ngila Footman-Walker Associates Ltd http://www.footman-walker.co.uk -- For unsubscribe and other options, including the Tip Harvester and archive of thelist go to: http://lists.evolt.org Workers of the Web, evolt ! From tp at trev.biz Thu Sep 26 04:05:00 2002 From: tp at trev.biz (Trev Parsons) Date: Thu Sep 26 04:05:00 2002 Subject: [thelist] RE: audio format question In-Reply-To: <20020926042311.45A64BFD8@relay.evolt.org> Message-ID: <000201c2653c$07a210e0$c322b5ac@x5452> Hi Phil, Ideally you want to go for a compromise, audio quality Vs bandwidth, it would be best to test a few formats and to determine what will ultimately be the best format to use for the job, also make sure any audio you use is made mono before you encode it, and make sure the codec is a mono one too, this will further reduce the size of the file... Trevit. From Phil.Dye at alchemydigital.com Thu Sep 26 04:24:01 2002 From: Phil.Dye at alchemydigital.com (Phil Dye) Date: Thu Sep 26 04:24:01 2002 Subject: [thelist] Getting a server to receive text messages in the UK? Message-ID: > -----Original Message----- > From: Simon Willison [mailto:simon at incutio.com] > Sent: 02 September 2002 09:50 > Does anyone know how one would go about setting up one of those > send-a-text-message-to-this-premium-rate-number > and-get-a-machine-driven-response things for mobile phones in > the UK? I've We've not used them for reverse-billing, but we've had success using www.wapmx.com for normal SMS messaging stuff. -- Phil Dye, Technical Services Manager A L C H E M Y D I G I T A L Marketing and Communications Limited Tel: +44 (0)23 8021 3400 http://www.alchemydigital.com/ From robw at enigma-interactive.co.uk Thu Sep 26 06:17:01 2002 From: robw at enigma-interactive.co.uk (Rob Wilson) Date: Thu Sep 26 06:17:01 2002 Subject: [thelist] Large Hosting Message-ID: A friend of mine is looking for a fast reliable host for a large web hosting requirement (500Mb minimum). Speed and Reliability is more important than cost although obviously he'd prefer not to pay over the odds. He's UK based and so obviously UK based hosts would be preferable but not vital. Thanks in advance, Rob From kris at midtempo.net Thu Sep 26 06:32:01 2002 From: kris at midtempo.net (kris burford) Date: Thu Sep 26 06:32:01 2002 Subject: [thelist] Large Hosting In-Reply-To: Message-ID: <4.2.0.58.20020926122542.00aead70@mail.btinternet.com> >A friend of mine is looking for a fast reliable host for a large web hosting >requirement (500Mb minimum). Speed and Reliability is more important than >cost although obviously he'd prefer not to pay over the odds. He's UK based >and so obviously UK based hosts would be preferable but not vital. > >Thanks in advance, > >Rob hi rob, you didn't say whether your friend required unix or windows, but should s/he be looking for an linux solution, i can't say too many nice things about positive internet - http://www.positive-internet.co.uk big bandwidth, superb service, etc, etc. regards kris From webguru at vsnl.net Thu Sep 26 06:33:01 2002 From: webguru at vsnl.net (Madhu Menon) Date: Thu Sep 26 06:33:01 2002 Subject: [thelist] Large Hosting In-Reply-To: Message-ID: <5.1.0.14.2.20020926170531.01d94740@203.197.12.4> At 04:46 PM 26-09-02, Rob Wilson wrote: >A friend of mine is looking for a fast reliable host for a large web hosting >requirement (500Mb minimum). Unix or Windows? Madhu <<< * >>> Madhu Menon Internet User Experience Consultant Content * Interfaces * Usability * Net Strategy From robw at enigma-interactive.co.uk Thu Sep 26 06:42:00 2002 From: robw at enigma-interactive.co.uk (Rob Wilson) Date: Thu Sep 26 06:42:00 2002 Subject: FW: [thelist] Large Hosting Message-ID: Sorry I forgot to mention that He's not too worried php/mySQL would be nice but again not a huge consideration. Rob -----Original Message----- From: thelist-admin at lists.evolt.org [mailto:thelist-admin at lists.evolt.org]On Behalf Of Madhu Menon Sent: 26 September 2002 12:36 To: thelist at lists.evolt.org Subject: Re: [thelist] Large Hosting Unix or Windows? From robw at enigma-interactive.co.uk Thu Sep 26 06:54:01 2002 From: robw at enigma-interactive.co.uk (Rob Wilson) Date: Thu Sep 26 06:54:01 2002 Subject: [thelist] Large Hosting In-Reply-To: Message-ID: Oh for the deity of your choice's sake ... really not my day. He not bothered either way. his only requirement other than the reliability and speed is a preference for php/mysql which is cross platform. Rob -----Original Message----- From: thelist-admin at lists.evolt.org [mailto:thelist-admin at lists.evolt.org]On Behalf Of Rob Wilson Sent: 26 September 2002 12:42 To: Thelist at Lists.Evolt.Org Subject: FW: [thelist] Large Hosting Sorry I forgot to mention that He's not too worried php/mySQL would be nice but again not a huge consideration. Rob From nadeem at essex.ac.uk Thu Sep 26 07:10:01 2002 From: nadeem at essex.ac.uk (Ahmad, N) Date: Thu Sep 26 07:10:01 2002 Subject: [thelist] Large Hosting Message-ID: <7AC902A40BEDD411A3A800D0B7847B660B01D793@sernt14.essex.ac.uk> Rob> A friend of mine is looking for a fast reliable host for a large web hosting requirement (500Mb minimum). Speed and Reliability is more important than cost although obviously he'd prefer not to pay over the odds. He's UK based and so obviously UK based hosts would be preferable but not vital. Nadeem> I suggest http://www.myqth.com/ although based in the US, it is owned by a UK company - only $48 per year, 500MB, 30GB transfer per month, php4, mysql, ftp, 100 pop, ssl etc. No connection to them apart from just about to sign up myself, but the company has a good reputation on Usenet in alt.internet.providers.uk Nadeem From thelist at websapp.com Thu Sep 26 07:10:09 2002 From: thelist at websapp.com (Daniel Kushner) Date: Thu Sep 26 07:10:09 2002 Subject: [thelist] Large Hosting In-Reply-To: Message-ID: <001d01c26556$2c36b1d0$7560c118@blackjack> Hi Rob, Although based in the USA, this is a great hosting company. Run by us (the guys from NYPHP.org). http://thehostingcompany.us/ Regards, Daniel -----Original Message----- From: thelist-admin at lists.evolt.org [mailto:thelist-admin at lists.evolt.org] On Behalf Of Rob Wilson Sent: Thursday, September 26, 2002 7:17 AM To: Thelist at Lists.Evolt.Org Subject: [thelist] Large Hosting A friend of mine is looking for a fast reliable host for a large web hosting requirement (500Mb minimum). Speed and Reliability is more important than cost although obviously he'd prefer not to pay over the odds. He's UK based and so obviously UK based hosts would be preferable but not vital. Thanks in advance, Rob -- For unsubscribe and other options, including the Tip Harvester and archive of thelist go to: http://lists.evolt.org Workers of the Web, evolt ! From Stevenson at epr.footman-walker.com Thu Sep 26 07:56:01 2002 From: Stevenson at epr.footman-walker.com (Stevenson Ngila) Date: Thu Sep 26 07:56:01 2002 Subject: [thelist] amp Message-ID: I have a database driven intranet which uses XSLT to format the XML files. it crashes when it encounters '&'. How can i stop this from happening? Thanks, Stevenson Ngila Footman-Walker Associates Ltd http://www.footman-walker.co.uk From Liorean at user.bip.net Thu Sep 26 08:04:01 2002 From: Liorean at user.bip.net (Liorean) Date: Thu Sep 26 08:04:01 2002 Subject: [thelist] hex colour check (javascript) In-Reply-To: <341710540F08E34498A057DEE04DAAD7049528@ex1.seri.co.uk> Message-ID: <5.1.0.14.0.20020926020630.02b05330@pop3.bip.net> At 08:48 2002-09-24 +0100, Simon Hibbard wrote: >Hi all, >Currently have a form allowing users to enter a hex colour value which is >used to update >various styles. What I'm after is a way to validate that what they enter, >i check the length >and the fact that it starts with '#', but any ideas on how to check the >hex is valid i.e. >#000000 to #FFFFFF. >I tried using 'parseInt(val,16)' and to check in 'isNan' but such strings >as FFFFFS still do >not return 'NaN'. >I suppose i could check each letter is one of A,B,C,D,E,F - surely there >is a better way? >Ideas? Well, why not use regex for this? var re=/^#([0-9a-f]{1,2}){3}$/i; var t=re.exec(colour); alert('Valid colour: '+re.test(colour)+'\nRed: '+t[1]+' ('+parseInt(t[1],16)+')\nGreen: '+t[2]+' ('+parseInt(t[2],16)+')\nBlue: '+t[3]+' ('+parseInt(t[3],16)+')'); // Liorean From rob at bean-stalk.net Thu Sep 26 08:09:00 2002 From: rob at bean-stalk.net (Rob Wilson) Date: Thu Sep 26 08:09:00 2002 Subject: [thelist] Large Hosting In-Reply-To: <5.1.0.14.2.20020926170531.01d94740@203.197.12.4> Message-ID: Sorry I forgot to mention that He's not too worried php/mySQL would be nice but again not a huge consideration. Rob -----Original Message----- From: thelist-admin at lists.evolt.org [mailto:thelist-admin at lists.evolt.org]On Behalf Of Madhu Menon Sent: 26 September 2002 12:36 To: thelist at lists.evolt.org Subject: Re: [thelist] Large Hosting Unix or Windows? From jhaworth at witanjardine.co.uk Thu Sep 26 08:09:07 2002 From: jhaworth at witanjardine.co.uk (Jon Haworth) Date: Thu Sep 26 08:09:07 2002 Subject: [thelist] Large Hosting Message-ID: <67DF9B67CEFAD4119E4200D0B720FA3F010C47ED@BOOTROS> Hi Rob, > > Unix or Windows? > not bothered either way. Unix, then :-) Have a look at http://www.hotchilli.net/. They're speedy and reliable, but quite expensive. I've had a site with them for nearly a year now and it's had no problems and no downtime. Support is only Monday-Friday 9-5 though, so that may be a problem for you (it has been for me). Check out the charts at http://www.webperf.net/ for a few more suggestions. Cheers Jon From adam at brin.org Thu Sep 26 08:18:01 2002 From: adam at brin.org (Adam Brin) Date: Thu Sep 26 08:18:01 2002 Subject: [thelist] amp In-Reply-To: Message-ID: Try encoding the ampersand as & the amp is a reserved character and needs to be escaped. It might be dying because it doesn't see the semicolon. - adam On 9/26/02 8:56 AM, "Stevenson Ngila" wrote: > I have a database driven intranet which uses XSLT to format the XML files. > it crashes when it encounters '&'. How can i stop this from happening? > > Thanks, > Stevenson Ngila > Footman-Walker Associates Ltd > http://www.footman-walker.co.uk > > _________________________________ adam at brin.org http://adam.brin.org From cd-ml at aardvark.net.au Thu Sep 26 08:53:01 2002 From: cd-ml at aardvark.net.au (Craig) Date: Thu Sep 26 08:53:01 2002 Subject: [thelist] Getting tags. I've googled but can't seem to find the right keywords. TIA, Craig. From joshua at waetech.com Thu Sep 26 09:02:01 2002 From: joshua at waetech.com (Joshua Olson) Date: Thu Sep 26 09:02:01 2002 Subject: [thelist] Getting HTH, -joshua From r937 at interlog.com Thu Sep 26 09:04:01 2002 From: r937 at interlog.com (rudy) Date: Thu Sep 26 09:04:01 2002 Subject: [thelist] Getting tags. > > > > I've googled but can't seem to find the right keywords. > > TIA, > Craig. > > > -- > For unsubscribe and other options, including > the Tip Harvester and archive of thelist go to: > http://lists.evolt.org Workers of the Web, evolt ! > From evolt at marsorange.com Thu Sep 26 11:56:01 2002 From: evolt at marsorange.com (MarsHall) Date: Thu Sep 26 11:56:01 2002 Subject: [thelist] Looking for site/mail hosting recommendation In-Reply-To: <20020926163243.0236E3A40@relay.evolt.org> Message-ID: > IMAP4 Mail server (not POP3) I started using Clearlight Communications ( http://www.clearlight.com/ ) for hosting over a year ago because they support IMAP4. Their services are very modular, and can be upgraded outside of a restrictive "account plan" structure. > Wants to keep 100MB of mail online including an online address book That amount of disk space is definitely possible with practically any IMAP-friendly host [i.e. Clearlight], but the address book integration is questionable. The only decent on-line address books I know of use an LDAP server, which is generally custom-configured for individual business applications on in-house servers. Has you boss considered using a PDA, like a HandSpring, to keep his address book with him? > Needs to send mail to 1,000 users in a group (currently has to split > this up > into groups of 100 and send the same message 10 times due to the > limitations > with the current service) Manually sending that many eMails is quite rudimentary! It's a job for a ListServer. Once again, Clearlight will set you up with Lists on a MailMan (opensource) ListServer. You can set up the list to be private and to not except posts from members, and you have a powerful distribution machine. Plus, a ListServe gives your list members the ability subscribe and unsubscribe. > In addition, need ASP and Access database support. Uhhh. That sounds like a whole separate beast. I have never seen an IIS-friendly hosting service that also supports IMAP and ListServes... Good luck! Mars :) From pmeeks at msn.com Thu Sep 26 12:01:34 2002 From: pmeeks at msn.com (Pat Meeks) Date: Thu Sep 26 12:01:34 2002 Subject: [thelist] anyone have a good log parsing script for UA? References: <5.1.0.14.2.20020926001425.01d04918@baratta.com> Message-ID: <005c01c2657e$28fdc6c0$0201a8c0@dellp4> > At 10:57 PM 9/25/2002, Timothy J. Luoma wrote: > > >I'm trying to get a simple text output (no fancy HTML needed) of > >information from my Apache logs > > > >What I am looking for: breakdown of browsers Try www.mach5.com Regards, Pat From ToddManaze at ev1.net Thu Sep 26 12:27:01 2002 From: ToddManaze at ev1.net (Todd Ballard) Date: Thu Sep 26 12:27:01 2002 Subject: [thelist] OT: Oracle Small Business Suite Message-ID: <000001c2657f$1aa443a0$f9634442@atxaubreytodd> They are basically a delivery service and want to start using software to track everything and have a website to access all this information. What other application suites compare to the Oracle Small Business Suite. Basically I need some kind of software that will intragrate accounting, payroll, online bill payment, customer and supplier relationships, order processing, inventory management, time & billing, expense reporting and more. So that my client can accesses al this information from the web. Any recommendation on a software suit for this kind of application, preferably open source, using a MySQL database? Todd From evolt at pixelwright.com Thu Sep 26 12:50:01 2002 From: evolt at pixelwright.com (James Aylard) Date: Thu Sep 26 12:50:01 2002 Subject: [thelist] Getting