From lwkraemer at earthlink.net Mon Dec 3 01:10:11 2001 From: lwkraemer at earthlink.net (lon.kraemer) Date: Mon Dec 3 01:10:11 2001 Subject: [thelist] Variable Stylesheets? References: <000001c17ba8$6fab6430$0100a8c0@UrDaDDY> Message-ID: <006501c17bc9$76195860$339c3841@lonnie> Hi Aleem, > I may be wrong, but isn't this concept applicable using javascript and > DOM style/styleSheet objects, which also save a trip back to the server > since they are client side ? If the .js file and .css files are both > external, then it amounts to pretty much the same as what you have > suggested save a trip back to the server. > > Once again, I've joined the discussion late, so correct me if I'm wrong. No, not wrong, but the technique in discussion is most definitely server-side. I certainly would be interested in any similar technique you've developed using client-side scripting. > Thanks, > Aleem LK From lwkraemer at earthlink.net Mon Dec 3 01:10:15 2001 From: lwkraemer at earthlink.net (lon.kraemer) Date: Mon Dec 3 01:10:15 2001 Subject: [thelist] Variable Stylesheets? References: <3C0AB5DB.3443.38590CF4@localhost> Message-ID: <006601c17bc9$76e2c2e0$339c3841@lonnie> YO... adrian, > > of a technique that aardvark (adrian) use(s/d) on his site > wow, glad to see someone found something i wrote to be useful... Surely you jest! You're a god. > your approach is similar to one of my first steps -- i had an ASP file > as my CSS, but it created problems for NN4.x (which i don't have > installed at home, so i can't test yours)... because the default > MIME type for ASP is text/html (and i couldn't make CSS > executable even if i wanted since it's a shared NT host), and > because a CSS file is supposed to be text/css, i found NN didn't > seem to treat it as a CSS file... Another vote for adding a MIME header. Got it! Will NN4.x ever go away? > it also had caching problems as well, since it wasn't a different file... Hmmm... varcss.asp?bc=000 caches, varcss.asp?bc=999 caches, same as ie.css caches, nn.css caches, etc. > it looks like you're struggling with some of the same things... Struggling? Nah... Discovering! LK From lwkraemer at earthlink.net Mon Dec 3 01:10:20 2001 From: lwkraemer at earthlink.net (lon.kraemer) Date: Mon Dec 3 01:10:20 2001 Subject: [thelist] Variable Stylesheets? References: <006b01c17baa$4cc32a00$5e9f3841@lonnie> <4.2.0.58.20011203002329.0174a938@mail.delime.com> Message-ID: <006701c17bc9$77bcf640$339c3841@lonnie> 'nuff said! From: "Marc Seyon" > NN4 doesn't seem to work at all. From cache at dowebs.com Mon Dec 3 01:44:50 2001 From: cache at dowebs.com (Keith) Date: Mon Dec 3 01:44:50 2001 Subject: [thelist] Variable Stylesheets? In-Reply-To: <001701c17ae3$e29401c0$b99c3841@lonnie> Message-ID: <3C0AC398.29447.3388024@localhost> > YA Baby! Programmable stylesheets! I don't use ASP, but your niffty trick can also be used with perl and ssi " type="text/css"> However, the only thing I can see that's gained over setting the style directly through ssi is the supposed "cacheability". But I don't think you are getting the cachability that you think you are. The browser still calls it everytime I refresh the page. I put a sleep(90) in style.cgi and everytime I refresh the page I get a 90 second wait to load the page. This pause happens on IE5.5 and NN4.7 even if they are set to never check for newer versions on the server. Obviously they're checking.... In fact, both browsers still check for newer versions (and get them) even if .css is used in a static linked stylesheet even with check for newer versions set to never. Linked stylesheets have other weird behavior regarding tainted values from the environment so maybe browsers do not treat them as expected in other areas, such as "cachability". All I'm saying is, Check your premise Lon, my milage varied. If the stylesheet does not cache, then would be more efficient. In an embedded stylesheet style.cgi can pick up the query_string right from the environment with QUERY_STRING_UNESCAPED and ASP probably can too. Convenient place to pick it up too since HTTP_COOKIE is there too if you want to make this effective site wide. I'm not too certain how many visitors might actually hang around on sites to play with a fully programmable stylesheet. I've used a similar ssi trick to give visitor's changeable font sizes for blocks of text.
px"> ?16>larger text ?13>default text ?10>smaller text There may be other pluses to your Variable Stylesheet Lon and maybe there are ways to cache it with ASP. Keep hammering at it, even if it doesn't cache, it still looks useful for someone using ASP. keith From skaiser1 at skdesigns.com Mon Dec 3 02:28:57 2001 From: skaiser1 at skdesigns.com (Shirley Kaiser, SKDesigns) Date: Mon Dec 3 02:28:57 2001 Subject: [thelist] Variable Stylesheets? In-Reply-To: <006601c17bc9$76e2c2e0$339c3841@lonnie> References: <3C0AB5DB.3443.38590CF4@localhost> Message-ID: <5.1.0.14.2.20011203002248.0274a4d0@mail.midtown.net> At 11:00 PM 12/02/2001, Lon wrote: >Will NN4.x ever go away? I've wondered about a plot to get all the people together who create the yukky viruses to instead attack Netscape 4 browsers and blast them to smithereens. That's been my fantasy toward Netscape 4 for quite some time now. I've been afraid of suggesting such a thing for fear of the FBI storming my house and taking my computer, or that my friends who swear by Netscape 4 will throw rotten tomatoes at me. Not sure which is worse. ;-) Warmly, Shirley -- Shirley E. Kaiser, M.A. SKDesigns mailto:skaiser at skdesigns.com Website Design, Development http://www.skdesigns.com/ Pianist, Composer http://www.shirleykaiser.com/ Brainstorms and Raves http://www.brainstormsandraves.com/ Moderator, I-Design http://www.adventive.com/lists/idesign/summary.html From joel at spinhead.com Mon Dec 3 03:11:18 2001 From: joel at spinhead.com (Joel D Canfield) Date: Mon Dec 3 03:11:18 2001 Subject: [thelist] Variable Stylesheets? In-Reply-To: <5.1.0.14.2.20011203002248.0274a4d0@mail.midtown.net> Message-ID: <000001c17bda$ad19a2f0$6401a8c0@eratosthenes> Shirley, didn't you make the comment once that until we stop designing for Netscape 4, users won't be motivated to change? I'm beginning to think we may actually reach that point. We're seeing more browsers. Mozilla and Opera seem to have little quirks all their own; nothing really painful, as I recall, but they exist. I want my content to be usable by as much of the target audience as possible, so degradability is important, but I wonder if we'll ever reach the point where there are too many workarounds to be feasible on a commercial site? At some point, will the 'balance of power' shift from the users (many of whom are told by their employer what browser to use) to designers, who just can't fit any more browser/platform checks and workarounds into their code any more? Of course, a greater evil would be if we DIDN'T have the diversity - in spite of a pretty good existing version, I can think of at least one company I DON'T want owning the entire browser market (especially since they don't even make their own sites comply with existing standards.) Many inventors and creators worked to fill a need that didn't exist yet, except in their own minds. Maybe somehow we really are working toward a standards compliant web. Or maybe it's 1:15 a.m. in SoCal, and somebody's up past bedtime for an old man. Joel at spinhead.com -----Original Message----- From: thelist-admin at lists.evolt.org [mailto:thelist-admin at lists.evolt.org] On Behalf Of Shirley Kaiser, SKDesigns Sent: Monday, December 03, 2001 12:27 AM To: thelist at lists.evolt.org Subject: Re: [thelist] Variable Stylesheets? At 11:00 PM 12/02/2001, Lon wrote: >Will NN4.x ever go away? I've wondered about a plot to get all the people together who create the yukky viruses to instead attack Netscape 4 browsers and blast them to smithereens. That's been my fantasy toward Netscape 4 for quite some time now. I've been afraid of suggesting such a thing for fear of the FBI storming my house and taking my computer, or that my friends who swear by Netscape 4 will throw rotten tomatoes at me. Not sure which is worse. ;-) Warmly, Shirley -- Shirley E. Kaiser, M.A. SKDesigns mailto:skaiser at skdesigns.com Website Design, Development http://www.skdesigns.com/ Pianist, Composer http://www.shirleykaiser.com/ Brainstorms and Raves http://www.brainstormsandraves.com/ Moderator, I-Design http://www.adventive.com/lists/idesign/summary.html --------------------------------------- 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 aleem at mindless.com Mon Dec 3 03:11:39 2001 From: aleem at mindless.com (Aleem) Date: Mon Dec 3 03:11:39 2001 Subject: [thelist] Variable Stylesheets? In-Reply-To: <006501c17bc9$76195860$339c3841@lonnie> Message-ID: <000001c17bd2$330b9430$0100a8c0@UrDaDDY> LK, Here is what I believe would be a client side solution, using the StyleSheet object: alert(document.styleSheets[0].cssText); Would return the entire style sheet document.styleSheets[0].cssRules[0].style = "color; red" Would change the text color (Dynamic stylesheets!) alert(document.styleSheets[0].cssRules[0].style.cssText); would return the text inside the first style element in the first stylesheet cssRules is supported by IE 5 (http://www.irt.org/xref/StyleSheet.htm#cssRules[]) it does not work on NNav, however. A work around to this is using the StyleSheet Properties disabled tag attribute which allows you to disable/enable one or more specific StyleSheets (Your server-side solution proves to be much better, ofcourse). This tag works on IE4, NN6 (http://www.irt.org/xref/StyleSheet.htm#disabled) More details on the Style Reference are available at mozzila: http://www.mozilla.org/docs/dom/domref/dom_style_ref.html#998118 In due time this object will be fully supported by the new generation of browsers and the stylesheet will be open to all kinds of client-side javascripting and dynamic properties - even the server-side scripting will benefit from it. Your solution, however, bypasses all the limitations, but the idea had been realized some time back, even IE4 (supposedly) implemented support for the cssRules object. You can view a working example at the bottom of this page: http://developer.apple.com/internet/javascript/styles.html#example (note this is not the traditional JS changing document.object.style.attribute = value; rather, it directly references the styleSheet/style object) - Aleem -----Original Message----- From: thelist-admin at lists.evolt.org [mailto:thelist-admin at lists.evolt.org] On Behalf Of lon.kraemer Sent: December 3, 2001 2:44 AM To: thelist at lists.evolt.org Subject: Re: [thelist] Variable Stylesheets? Hi Aleem, > I may be wrong, but isn't this concept applicable using javascript and > DOM style/styleSheet objects, which also save a trip back to the server > since they are client side ? If the .js file and .css files are both > external, then it amounts to pretty much the same as what you have > suggested save a trip back to the server. > > Once again, I've joined the discussion late, so correct me if I'm wrong. No, not wrong, but the technique in discussion is most definitely server-side. I certainly would be interested in any similar technique you've developed using client-side scripting. > Thanks, > Aleem LK From martin.p.burns at uk.pwcglobal.com Mon Dec 3 04:26:44 2001 From: martin.p.burns at uk.pwcglobal.com (martin.p.burns at uk.pwcglobal.com) Date: Mon Dec 3 04:26:44 2001 Subject: [thelist] Variable Stylesheets? Message-ID: Memo from Martin P Burns of PricewaterhouseCoopers -------------------- Start of message text -------------------- Hi There If you're Apache/XSSI, then you can parse .css files as XSSI and run it all through as variables there without worrying about the extension. Have a look at http://evolt.org/article/thelist/17/4415/index.html#comment16681 (the main article there is my Perl translation of Adrian's system) It does reduce maintenance, as now I only have one stylesheet to maintain, rather than three. If I had the time, I'd put the print stylesheet in there too... Cheers Martin To: thelist at lists.evolt.org cc: Subject: Re: [thelist] Variable Stylesheets? > Here's a quicky sample: http://www.famnets.com/varcsstest.asp hi lon very nice technique i've seen several ways of letting users choose styles (including one that uses alternate style sheets, i.e. does not involve a trip back to the server), but your method does seem to offer a great deal of flexibility i would've thought that perhaps some older browsers might require the linked style sheet to have the ".css" extension, but it does work in windows netscape 4.04 and 4.75 (the only older css-capable browsers i've got), so it would appear you've got something there --------------------- End of message text -------------------- This e-mail is sent by the above named in their individual, non-business capacity and is not on behalf of PricewaterhouseCoopers. PricewaterhouseCoopers may monitor outgoing and incoming e-mails and other telecommunications on its e-mail and telecommunications systems. ---------------------------------------------------------------- The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. From george at themidwestgroup.com Mon Dec 3 04:33:08 2001 From: george at themidwestgroup.com (George Palframan) Date: Mon Dec 3 04:33:08 2001 Subject: [thelist] Netscape 4.7 crashing but not 4.76??? [addendum] Message-ID: <4D518FD37A77D411982E00D0B782DE88233A35@THEAKSTON> Nice one! -----Original Message----- From: sfmalo [mailto:sfmalo at msn.com] Sent: 30 November 2001 09:29 To: thelist at lists.evolt.org Subject: Re: [thelist] Netscape 4.7 crashing but not 4.76??? [addendum] George, sorry! I gave you some wrong info. The quote marks surround "_blank", not what I just sent you. So it should read <..........Id=106 target="_blank"> It's getting too late and I wasn't careful enough. So sorry. Sharon From: "George Palframan" Sent: Thursday, November 29, 2001 3:55 AM > Hi everyone, > This line of code is causing Netscape 4.7 to crash instantly but is fine in > Netscape 4.76. > Does any one know why? > >
href="http://www.adcast365.com/admin/ADCASTREDIRECT.asp?Id=106"target=_blank > > src="http://www.adcast365.com/Images/Mid-Wilts-Football/sponsored-by-midwest > .jpg" border=0>
--------------------------------------------------------------------------- Sharon F. Malone "web design and Internet writing services" http://www.24caratdesign.com sfmalo at 24caratdesign.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 ! All reasonable precautions have been taken to ensure no viruses are present in this e-mail. Midwest Technologies Limited cannot accept responsibility for loss or damage arising from the use of this e-mail or attachments and recommend that you subject these to your virus checking procedures prior to use. This e-mail (including attachments) is confidential. If you are not the intended recipient you must not print, copy or distribute it. If you have received this e-mail in error, please notify us immediately by replying to this e-mail and delete this e-mail from your system. Where the contents of this e-mail are the opinion of the writer only, they are not endorsed by Midwest Technologies Limited unless expressly stated otherwise. From tiedefenderdelta6 at yahoo.com Mon Dec 3 04:56:08 2001 From: tiedefenderdelta6 at yahoo.com (Lachlan Cannon) Date: Mon Dec 3 04:56:08 2001 Subject: [thelist] Variable Stylesheets? In-Reply-To: <20011203071237.7FBB3877@relay.evolt.org> Message-ID: <20011203105725.4468.qmail@web12307.mail.yahoo.com> Yes, ALA has it's own version of this sort of, the style switcher by Paul Sowden, but that just selects between stylesheets already made, to give total control to the user, you need server side scripting. Or user style sheets, but seriously... how many users are going to know how to use them? The one bonus about ALAs approach is you can select preferred designs, and let them choose between them, whereas giving the user total control, even if only over colours, could be rather messy. It's all up to the designer really. Oh yeah, and I don't know how to set the content-type header in ASP (though I do in Cold fusion now, pity I don't know any other Cold fusion), to do it in PHP is header("Content-type: text/css"); pretty logical, really. Lachlan Cannon {Luminosity __________________________________________________ Do You Yahoo!? Buy the perfect holiday gifts at Yahoo! Shopping. http://shopping.yahoo.com From alastair at cubeit.co.uk Mon Dec 3 05:08:33 2001 From: alastair at cubeit.co.uk (Alastair Murdoch) Date: Mon Dec 3 05:08:33 2001 Subject: [thelist] Variable Stylesheets? In-Reply-To: <20011203105725.4468.qmail@web12307.mail.yahoo.com> Message-ID: content type in ASP is: Response.ContentType = "text/css" so not much different from cf or php :) cheers alastair ------------------------------- A l a s t a i r M u r d o c h c o n s u l t a n t @ c u b e [t:] 01292 27 00 99 [m:] 07974 323 551 [w:] www.cubeit.co.uk -----Original Message----- From: thelist-admin at lists.evolt.org [mailto:thelist-admin at lists.evolt.org]On Behalf Of Lachlan Cannon Sent: 03 December 2001 10:57 To: thelist at lists.evolt.org Subject: Re: [thelist] Variable Stylesheets? Yes, ALA has it's own version of this sort of, the style switcher by Paul Sowden, but that just selects between stylesheets already made, to give total control to the user, you need server side scripting. Or user style sheets, but seriously... how many users are going to know how to use them? The one bonus about ALAs approach is you can select preferred designs, and let them choose between them, whereas giving the user total control, even if only over colours, could be rather messy. It's all up to the designer really. Oh yeah, and I don't know how to set the content-type header in ASP (though I do in Cold fusion now, pity I don't know any other Cold fusion), to do it in PHP is header("Content-type: text/css"); pretty logical, really. Lachlan Cannon {Luminosity __________________________________________________ Do You Yahoo!? Buy the perfect holiday gifts at Yahoo! Shopping. http://shopping.yahoo.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 martin.p.burns at uk.pwcglobal.com Mon Dec 3 05:27:22 2001 From: martin.p.burns at uk.pwcglobal.com (martin.p.burns at uk.pwcglobal.com) Date: Mon Dec 3 05:27:22 2001 Subject: [thelist] Variable Stylesheets? Message-ID: Memo from Martin P Burns of PricewaterhouseCoopers -------------------- Start of message text -------------------- To: thelist at lists.evolt.org Subject: Re: [thelist] Variable Stylesheets? >Yes, ALA has it's own version of this sort of, the style >switcher by Paul Sowden, but that just selects between >stylesheets already made, to give total control to the >user, you need server side scripting. Or user style sheets, >but seriously... how many users are going to know how to >use them? Depends on your audience I think - the more aware of the technicalities the users are, the more you can give them access to (and with less explanation). So for a general audience, you might give them an "Enlarge/Reduce text" option. For a web-dev audience such as ALA's or evolt's, you'd give them a much wider range of elements to play with. And what you might do is have a nice preview which lets you experiment a bit before you saved a preference. Of course, you'd need to explain what all the non-standard elements do... Cheers Martin --------------------- End of message text -------------------- This e-mail is sent by the above named in their individual, non-business capacity and is not on behalf of PricewaterhouseCoopers. PricewaterhouseCoopers may monitor outgoing and incoming e-mails and other telecommunications on its e-mail and telecommunications systems. ---------------------------------------------------------------- The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. From richard.morris at web-designers.co.uk Mon Dec 3 05:30:09 2001 From: richard.morris at web-designers.co.uk (Richard H. Morris) Date: Mon Dec 3 05:30:09 2001 Subject: [thelist] QT Panorama Problem? In-Reply-To: Message-ID: Mustapha Ali wrote: > -----Original Message----- > Hi Richard......I can't see the panaorama animation > either......i'm using IE 5.5 on Windows 2000 Professional, > 16MB video card.......i can access the tour though..... I think Mathew Blanchard had the idea: although my code would work pre-IE 5.5, it now needs an OBJECT as well as EMBED tag. Could you try now? http://www.web-designers.co.uk/nas/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ Richard. H. Morris, Web Designers Limited ~~ http://www.web-designers.co.uk ~~ "I'd rather have a full bottle in front of me than a full frontal lobotomy" _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ From richard.morris at web-designers.co.uk Mon Dec 3 05:33:21 2001 From: richard.morris at web-designers.co.uk (Richard H. Morris) Date: Mon Dec 3 05:33:21 2001 Subject: [thelist] QT Panorama Problem? In-Reply-To: <04c901c17b29$f2ffa3c0$0100a8c0@wwwv7zwbf035xj> Message-ID: Richard Bennett suggested: > -----Original Message----- > It worked ok on win2k IE5.5 & NS4.7 Excellent. > But have you tested it with a modem? I think it will take a > long time to load. Yup. 348kb ~:0( Down from 2.8MB as original... I'll try reducing the quality of the JPEG compression further. > I did notice the picture was pretty dark, > and it was hard to see exactly what was in the room > sometimes, maybe that's what they mean? No, they're on AOL and I suspect it's the MS "drop support for QT" issue. If you think the image is dark, you should have seen how dark the warehouse was! Thanks very much. _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ Richard. H. Morris, Web Designers Limited ~~ http://www.web-designers.co.uk ~~ "I'd rather have a full bottle in front of me than a full frontal lobotomy" _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ From richard.morris at web-designers.co.uk Mon Dec 3 05:36:56 2001 From: richard.morris at web-designers.co.uk (Richard H. Morris) Date: Mon Dec 3 05:36:56 2001 Subject: [thelist] QT Panorama Problem? In-Reply-To: <000501c17b2a$4857a1b0$430286d9@nsg.local> Message-ID: Mike Townend suggested: > -----Original Message----- > I can see it.... Win2k, ie 6..... > > Does the client have the correct plugin/version installed? I doubt it, and despite the link to the QT test URL, I think that a suggestion that Mathew Blanchard made was correct: I used EMBED but not OBJECT so the browser does not suggest installation. See http://www.apple.com/quicktime/products/tutorials/activex.html There may also be an issue with AOL users - like the Client - and I found this on a web site: "AOL Tip AOL Users - Follow these instructions if you are having trouble viewing the Java or Quicktime Virtual Tours: 1. Go to My AOL>Preferences>WWW>Web Graphics>. 2. Deselect Use Compressed Graphics. 3. Select Security (My AOL> Preferences>WWW>Security). 4. Set Security to Medium or Lower. 5. Go back and view or download the virtual tours. (Note: If your AOL graphics preference is set to use compressed graphics (the default setting), the virtual tour files will not download. Follow the instructions above for an easy fix to this problem.) " > Test URL is http://www.web-designers.co.uk/nas and the > virtual tour can then be seen from clicking the panorama at the top. _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ Richard. H. Morris, Web Designers Limited ~~ http://www.web-designers.co.uk ~~ "I'd rather have a full bottle in front of me than a full frontal lobotomy" _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ From george at themidwestgroup.com Mon Dec 3 05:56:48 2001 From: george at themidwestgroup.com (George Palframan) Date: Mon Dec 3 05:56:48 2001 Subject: [thelist] Netscape 4.7 crashing but not 4.76??? Message-ID: <4D518FD37A77D411982E00D0B782DE88233A36@THEAKSTON> hi, I have ammended the code to be:
but Netscape 4.7 is still crashing instantly! The code is generated from the server which feeds an external javascript with the above code. the code which gets put into the page is: so would it be the way that this jscript is implemented that crashes out 4.7? cheers, George. -----Original Message----- From: sfmalo [mailto:sfmalo at msn.com] Sent: 30 November 2001 09:24 To: thelist at lists.evolt.org Subject: Re: [thelist] Netscape 4.7 crashing but not 4.76??? Hi, George - sorry for the lateness of this reply, but just went thru a bunch of mail and got to yours. What I'm seeing is that, yes, you need a space between id=106 and the opening quote mark for target. But you also need a closing quote mark just after blank. So, it would read < ............. id=106 "target=_blank"> Would also suggest you include alt="blah, blah description of image blah" followed by title="blah, blah description blah" for the sake of Netscape 6.x which doesn't read alt tag info. Hope this solved your problem. Sharon From: "George Palframan" Sent: Thursday, November 29, 2001 3:55 AM > Hi everyone, > This line of code is causing Netscape 4.7 to crash instantly but is fine in > Netscape 4.76. > Does any one know why? > >
href="http://www.adcast365.com/admin/ADCASTREDIRECT.asp?Id=106"target=_blank > > src="http://www.adcast365.com/Images/Mid-Wilts-Football/sponsored-by-midwest > .jpg" border=0>
> > > > cheers, > George. --------------------------------------------------------------------------- Sharon F. Malone "web design and Internet writing services" http://www.24caratdesign.com sfmalo at 24caratdesign.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 ! All reasonable precautions have been taken to ensure no viruses are present in this e-mail. Midwest Technologies Limited cannot accept responsibility for loss or damage arising from the use of this e-mail or attachments and recommend that you subject these to your virus checking procedures prior to use. This e-mail (including attachments) is confidential. If you are not the intended recipient you must not print, copy or distribute it. If you have received this e-mail in error, please notify us immediately by replying to this e-mail and delete this e-mail from your system. Where the contents of this e-mail are the opinion of the writer only, they are not endorsed by Midwest Technologies Limited unless expressly stated otherwise. From cvos at netpaths.net Mon Dec 3 06:22:56 2001 From: cvos at netpaths.net (Cayley Vos) Date: Mon Dec 3 06:22:56 2001 Subject: [thelist] Re: Variable Stylesheets References: <20011203071224.8F5BC51F49@relay.evolt.org> Message-ID: <3C0B6EED.53B1CD1@netpaths.net> This is a PHP script I use to generate conditional stylesheets & DTD headers based on user agent. All you have to do is create specific (external) stylesheets based on browsers. This is setup for the 4 major types: IE/NN on Mac/Win platforms Feel free to use and enjoy! /* begin DTD header creation */ function _brfind($component){ global $HTTP_USER_AGENT; $result = stristr($HTTP_USER_AGENT,$component); return $result; } function get_doctype(){ if ( $this->_brfind('MSIE 4') or $this->_brfind('MSIE 5') ) { if ( $this->_brfind('Mac') ) { $style = ( $this->_brfind('MSIE 5') ) ? '':'stylemac.css'; } elseif ( $this->_brfind('Win') ) { $style = ''; } } elseif ( !$this->_brfind('MSIE') ) { if ( $this->_brfind('Mozilla/5') or $this->_brfind('Mozilla/6') ) { $style = ''; } elseif ( $this->_brfind('Mozilla/4') ) { if ( $this->_brfind('Mac') ) { $style = ''; } elseif ( $this->_brfind('Win') ) { $style = ''; } else { $style = ''; } } } return $style; } /*end DTD header creation */ -- Cayley Vos, Principal 360.714.8395 office 360.223.7799 cell http://NetPaths.net ____________________________________________ web site design | programming | search engine marketing From mailserver at nildram.net Mon Dec 3 06:51:16 2001 From: mailserver at nildram.net (mail server) Date: Mon Dec 3 06:51:16 2001 Subject: FW: [thelist] QT Panorama Problem? Message-ID: <41D348CD8E13D411973100A0CC58AA9073E92A@exchange2.nildram.co.uk> As a result of our constant monitoring of mail, we noticed that a small number of email messages, including the one below, were not delivered as a result of a short outage. No mail has been lost, and we apologise for the delay that this has caused. -----Original Message----- From: Richard H. Morris [mailto:richard.morris at web-designers.co.uk] Sent: 03 December 2001 11:31 To: thelist at lists.evolt.org Subject: RE: [thelist] QT Panorama Problem? Mustapha Ali wrote: > -----Original Message----- > Hi Richard......I can't see the panaorama animation > either......i'm using IE 5.5 on Windows 2000 Professional, > 16MB video card.......i can access the tour though..... I think Mathew Blanchard had the idea: although my code would work pre-IE 5.5, it now needs an OBJECT as well as EMBED tag. Could you try now? http://www.web-designers.co.uk/nas/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ Richard. H. Morris, Web Designers Limited ~~ http://www.web-designers.co.uk ~~ "I'd rather have a full bottle in front of me than a full frontal lobotomy" _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ --------------------------------------- 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 list-matt at reprocessed.org Mon Dec 3 06:52:11 2001 From: list-matt at reprocessed.org (Matt Patterson) Date: Mon Dec 3 06:52:11 2001 Subject: [thelist] NN6.1 Quirks In-Reply-To: Message-ID: <20011203125203-r01010800-2ff4f579-0921-0108@10.0.0.15> On 2/12/01 at 11:41 pm, burhankh at hotmail.com (Burhan Khalid) wrote: > Hey Listees : > > Got an interesting situation in NN 6.1 at > (http://members.evolt.org/burhankhalid). The problem is at the bottom > quote closer, in IE, it expands the bottom box to contain the Quote > Admin buttons, but in NN 6.1, it does not. Anyone have any suggestions > as to a remedy? I think the problem lies with your stylesheet - you've given an absolute height of 30px, and IE5/Mac and NN6 are honouring that... Matt -- Matt Patterson | Typographer | http://reprocessed.org/ From mailserver at nildram.net Mon Dec 3 07:10:22 2001 From: mailserver at nildram.net (mail server) Date: Mon Dec 3 07:10:22 2001 Subject: FW: [thelist] Variable Stylesheets? Message-ID: <41D348CD8E13D411973100A0CC58AA9073E940@exchange2.nildram.co.uk> As a result of our constant monitoring of mail, we noticed that a small number of email messages, including the one below, were not delivered as a result of a short outage. No mail has been lost, and we apologise for the delay that this has caused. -----Original Message----- From: martin.p.burns at uk.pwcglobal.com [mailto:martin.p.burns at uk.pwcglobal.com] Sent: 03 December 2001 11:28 To: thelist at lists.evolt.org Subject: Re: [thelist] Variable Stylesheets? Memo from Martin P Burns of PricewaterhouseCoopers -------------------- Start of message text -------------------- To: thelist at lists.evolt.org Subject: Re: [thelist] Variable Stylesheets? >Yes, ALA has it's own version of this sort of, the style >switcher by Paul Sowden, but that just selects between >stylesheets already made, to give total control to the >user, you need server side scripting. Or user style sheets, >but seriously... how many users are going to know how to >use them? Depends on your audience I think - the more aware of the technicalities the users are, the more you can give them access to (and with less explanation). So for a general audience, you might give them an "Enlarge/Reduce text" option. For a web-dev audience such as ALA's or evolt's, you'd give them a much wider range of elements to play with. And what you might do is have a nice preview which lets you experiment a bit before you saved a preference. Of course, you'd need to explain what all the non-standard elements do... Cheers Martin --------------------- End of message text -------------------- This e-mail is sent by the above named in their individual, non-business capacity and is not on behalf of PricewaterhouseCoopers. PricewaterhouseCoopers may monitor outgoing and incoming e-mails and other telecommunications on its e-mail and telecommunications systems. ---------------------------------------------------------------- The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. --------------------------------------- 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 burhankh at hotmail.com Mon Dec 3 07:47:50 2001 From: burhankh at hotmail.com (Burhan Khalid) Date: Mon Dec 3 07:47:50 2001 Subject: [thelist] (no subject) Message-ID: Hey there Evolters : Found an excellent resource for CSS templates. Thought I might share. http://www.thenoodleincident.com/tutorials/box_lesson/boxes.html Regards, Burhan Khalid _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp From paul.backhouse at 2cs.com Mon Dec 3 08:28:29 2001 From: paul.backhouse at 2cs.com (Paul Backhouse) Date: Mon Dec 3 08:28:29 2001 Subject: [thelist] Onclick counts In-Reply-To: Message-ID: hi peeps, just a quick question - has anyone got any recommendations on counting how many times an image has been used - ive used various ways in the past from javascript to asp - wondering how other people count how many times an image has been clicked. cheers paul From blanchardmatthew at hotmail.com Mon Dec 3 08:51:57 2001 From: blanchardmatthew at hotmail.com (Matthew Blanchard) Date: Mon Dec 3 08:51:57 2001 Subject: [thelist] Variable Stylesheets? References: <3C0AC398.29447.3388024@localhost> Message-ID: From: "Keith" Subject: Re: [thelist] Variable Stylesheets? > However, the only thing I can see that's gained over setting the style > directly through ssi is the supposed "cacheability". But I don't think you are > getting the cachability that you think you are. The browser still calls it > everytime I refresh the page. I put a sleep(90) in style.cgi and everytime I > refresh the page I get a 90 second wait to load the page. This pause > happens on IE5.5 and NN4.7 even if they are set to never check for newer > versions on the server. Obviously they're checking.... In fact, both browsers > still check for newer versions (and get them) even if .css is used in a static > linked stylesheet even with check for newer versions set to never. Have you tried to use an "Expires" (and/or "Cache-Control") HTTP header? (and for CGI/ASP, you may also want to handle "If-Modified-Since", if the script execution takes long). I actually had the impression that the browser (IE) tends to "over cache" linked stylesheet and JavaScript files. I remember several incidents when just clicking "refresh" wouldn't give me the updated CSS/JS files. From mar at MN1052.srv.pu.ru Mon Dec 3 08:52:11 2001 From: mar at MN1052.srv.pu.ru (Maryanna Nesina) Date: Mon Dec 3 08:52:11 2001 Subject: [thelist] Onclick counts References: Message-ID: <001301c17c00$f966e980$0100007f@mar> To my mined that are 2 quick questions :) one for server side and onother for ckient one (thou I don't know for what perpouse the last should be used - perhaps for games and learning?) If we are interested from the server point of view, we can use CGI, PHP,ASP, Server Log analising and other methods that are used for commer counters For the second task we can use JavaScript onClick Regards, Maryanna Nesina > hi peeps, > > just a quick question - has anyone got any recommendations on counting how > many times an image has been used - ive used various ways in the past from > javascript to asp - wondering how other people count how many times an image > has been clicked. > > cheers > > paul > > > --------------------------------------- > 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 amccoy at goodmanct.com Mon Dec 3 09:07:06 2001 From: amccoy at goodmanct.com (McCoy, Alan) Date: Mon Dec 3 09:07:06 2001 Subject: [thelist] Droopy Text Input Box Message-ID: <6EA277CAA880A349870428C3AE42B3360A8F6B@admin.admin.goodmanct.com> Thanks! That did the trick. Still had to add a spacer gif over the input box (thanks, Tony!) but looks great now. Alan _______________________ To do is to be. - Voltaire To be is to do. - Descartes Do be do be do. - Sinatra > -----Original Message----- > From: Chris Blessing [mailto:webguy at mail.rit.edu] > Sent: Thursday, November 29, 2001 9:52 AM > To: thelist at lists.evolt.org > Subject: RE: [thelist] Droopy Text Input Box > > > Try reformatting the HTML as such: > > > > > > > > > > > > > > > > > > >
src="themes/PNN/images/hdr-searchbutton.jpg"> VALUE=""> src="themes/PNN/images/hdr-gobutton.jpg" border="0">
> > If your table cells have one "piece" of data in them (i.e. > image, textbox > etc.) try to keep the format going, reducing > whitespace and > the chance for formatting issues. I moved your hidden inputs > under the > so that there was less of a chance for error in the > offending > table cell. The above code works perfectly for me (IE6). > > Chris Blessing > webguy at mail.rit.edu > http://www.330i.net > > > -----Original Message----- > > From: thelist-admin at lists.evolt.org > > [mailto:thelist-admin at lists.evolt.org]On Behalf Of McCoy, Alan > > Sent: Thursday, November 29, 2001 9:29 AM > > To: thelist at lists.evolt.org > > Subject: [thelist] Droopy Text Input Box > > > > > > I'm having a problem with a text box in a form at > > http://64.224.99.12/index.php. It's the search box at the > top right of > > the page. As you can see, the input box droops down a bit > below the top > > light blue bar. It should be vertically centered in that bar. > > > > Here's the code in question: > > > > > > > > > > > > > >
> src="themes/PNN/images/hdr-searchbutton.jpg"> > > > > > > > > > > > > > > > > > > > > > > > border="0">
> > > > Any idea what's making that input box sag? > > > > Thanks! > > > > Alan > > _______________________ > > To do is to be. - Voltaire > > To be is to do. - Descartes > > Do be do be do. - Sinatra > > > > > > > > --------------------------------------- > > For unsubscribe and other options, including > > the Tip Harvester and archive of TheList go to: > > http://lists.evolt.org Workers of the Web, evolt ! > > > --------------------------------------- > 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 tiedefenderdelta6 at yahoo.com Mon Dec 3 09:14:39 2001 From: tiedefenderdelta6 at yahoo.com (Lachlan Cannon) Date: Mon Dec 3 09:14:39 2001 Subject: [thelist] Javascript problem Message-ID: <20011203151556.49037.qmail@web12307.mail.yahoo.com> Hey everyone, After staring at this for an hour trying to figure out what was wrong, I throw myself at your mercy... or javascriptliness or whatever it's called. I'm trying to set up my own web based mail system (for kicks and because I can), and I'm working on the client side half at the moment. I'm using the following function to make sure all the necessary fields are filled in, correctly (or as correctly as I can figure out how to check for), yet for some reason if the to field is filled in, even if it doesn't meet the rules and nothing else does it still submits the form. function checkMail() { var errors=""; var errorstart="Please make sure you have completed the e-mail form correctly.\n The following errors were detected:\n\n"; var emailto=document.forms["mailform"].elements["emailto"].value; var subject=document.forms["mailform"].elements["subject"].value; var body=document.forms["mailform"].elements["body"].value; if (emailto == ""){ errors+="You must supply an address in the \'to\' field.\n"; } else if (emailto.indexof('@') == -1 || emailto.indexof('.') == -1) { errors+="You must supply only valid e-mail addresses.\n"; } if (subject == "") { errors+="You must supply a subject.\n" } if (body == "") { errors+="You must supply a message to send.\n"; } if (errors != "") { alert (errorstart+errors); return false; } else { return true; } } Oh, and improvements to the email checking are welcome too. ;) TIA, Lachlan Cannon {Luminosity} __________________________________________________ Do You Yahoo!? Buy the perfect holiday gifts at Yahoo! Shopping. http://shopping.yahoo.com From djc at members.evolt.org Mon Dec 3 09:27:13 2001 From: djc at members.evolt.org (Daniel J. Cody) Date: Mon Dec 3 09:27:13 2001 Subject: [thelist] Evolt survey Message-ID: <3C0B99AA.8040206@members.evolt.org> Hi folks - Evolt.org needs your help! Although evolt.org has always been a place for web developers *by* web developers, we'd like to solicit some feedback from the general evolt membership to see how we're doing, new features you may like to see, or suggestions you may have to continue evolt.org's place as the premier web development community on the Internet. With that, I'm happy to announce the first ever evolt.org survey! Have your say - evolt.org survey: http://www.evolt.org/article/announce/27/18041/index.html What we're looking for is some honest feedback from you the people that make evolt.org what it is. Although we'd like to think that everything is perfect with our community, thats obviously not the case.. And who better to let us know how to make it better than the people who use it? The survey is only about 40 questions long and shouldn't take more than 5 minutes of your time. However, that 5 minutes will go a long ways towards making evolt.org a better place, so I'd highly encourage *each* of you to make your opinions known and take the survey!! Thanks to everyone on theforum list( http://lists.evolt.org/mailman/listinfo/theforum ) for their hard work, and a big thanks to evolt.org member Ryan Finley for his *very* generous support of evolt.org through the use his survey website, http://www.surveymonkey.com :) Thanks again for your feedback and continued support of evolt.org, and feel free to forward this on to any relevant parties :) .djc. - evolt.org grand poo-bah - From David at softv.net Mon Dec 3 09:28:42 2001 From: David at softv.net (David at softv.net) Date: Mon Dec 3 09:28:42 2001 Subject: [thelist] Javascript problem Message-ID: <439FDCB7FFC8D311AE5E006008909CBB7C75BE@IMAIL> Hi, One possible problem is that JavaScript is CaSe SeNsItIvE. The line: else if (emailto.indexof('@') == -1 || emailto.indexof('.') should be: else if ((emailto.indexOf('@') == -1) || (emailto.indexOf('.') == -1)) <% David Mitchell Web/Software Developer david at sofTV.net sofTV.net www.sofTV.net 613.729.6400 x268 %> www.IceRadio.ca "Canada's Best Music on the Web" -----Original Message----- From: Lachlan Cannon [mailto:tiedefenderdelta6 at yahoo.com] Sent: Monday, December 03, 2001 10:16 AM To: thelist at lists.evolt.org Subject: [thelist] Javascript problem Hey everyone, After staring at this for an hour trying to figure out what was wrong, I throw myself at your mercy... or javascriptliness or whatever it's called. I'm trying to set up my own web based mail system (for kicks and because I can), and I'm working on the client side half at the moment. I'm using the following function to make sure all the necessary fields are filled in, correctly (or as correctly as I can figure out how to check for), yet for some reason if the to field is filled in, even if it doesn't meet the rules and nothing else does it still submits the form. function checkMail() { var errors=""; var errorstart="Please make sure you have completed the e-mail form correctly.\n The following errors were detected:\n\n"; var emailto=document.forms["mailform"].elements["emailto"].value; var subject=document.forms["mailform"].elements["subject"].value; var body=document.forms["mailform"].elements["body"].value; if (emailto == ""){ errors+="You must supply an address in the \'to\' field.\n"; } else if (emailto.indexof('@') == -1 || emailto.indexof('.') == -1) { errors+="You must supply only valid e-mail addresses.\n"; } if (subject == "") { errors+="You must supply a subject.\n" } if (body == "") { errors+="You must supply a message to send.\n"; } if (errors != "") { alert (errorstart+errors); return false; } else { return true; } } Oh, and improvements to the email checking are welcome too. ;) TIA, Lachlan Cannon {Luminosity} __________________________________________________ Do You Yahoo!? Buy the perfect holiday gifts at Yahoo! Shopping. http://shopping.yahoo.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 roselli at earthlink.net Mon Dec 3 10:03:55 2001 From: roselli at earthlink.net (aardvark) Date: Mon Dec 3 10:03:55 2001 Subject: [thelist] Flash degrading to .gif Message-ID: <200112031603.fB3G3sZf013667@leo.evolt.org> ok, let's say i have a Flash logo on my site... and let's say that Flash logo can, obviously, sometimes be disabled by the user (no plug-in, refusal to let plug-ins run, etc.) and let's say i want to ensure a static image shows in its place and it gracefully degrades... and let's say i'd really like to see it validate... where can i go to see that type of code in place? From paul.backhouse at 2cs.com Mon Dec 3 10:14:19 2001 From: paul.backhouse at 2cs.com (Paul Backhouse) Date: Mon Dec 3 10:14:19 2001 Subject: [thelist] Flash degrading to .gif In-Reply-To: <200112031603.fB3G3sZf013667@leo.evolt.org> Message-ID: hmmmmm....i know how to show something different if they haven't got flash: does that help? -----Original Message----- From: thelist-admin at lists.evolt.org [mailto:thelist-admin at lists.evolt.org]On Behalf Of aardvark Sent: 03 December 2001 16:05 To: thelist at lists.evolt.org Subject: [thelist] Flash degrading to .gif ok, let's say i have a Flash logo on my site... and let's say that Flash logo can, obviously, sometimes be disabled by the user (no plug-in, refusal to let plug-ins run, etc.) and let's say i want to ensure a static image shows in its place and it gracefully degrades... and let's say i'd really like to see it validate... where can i go to see that type of code in place? --------------------------------------- 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 hassan at webtuitive.com Mon Dec 3 10:21:17 2001 From: hassan at webtuitive.com (Hassan Schroeder) Date: Mon Dec 3 10:21:17 2001 Subject: [thelist] Variable Stylesheets? References: <001701c17ae3$e29401c0$b99c3841@lonnie> <3C0ACBCE.208BDEB6@webtuitive.com> <006d01c17baa$4e8859a0$5e9f3841@lonnie> Message-ID: <3C0BA6C7.9D132736@webtuitive.com> "lon.kraemer" wrote: > > I've been doing this (in JSP, not ASP) for the last year and a half, > > though with the minor difference that instead of using the LINK tag > > I write the style section directly into the page (using includes). > > Wouldn't this impede the implementation/advantage of caching? How big's a style sheet (typically)? -- adding a few hundred bytes to each page doesn't seem like a big deal to me. I thought the benefit of external style sheets was maintainability - the fact that a browser can cache a stylesheet just offset the added network load ... ? Am I totally off base here? -- H* Hassan Schroeder ----------------------------- hassan at webtuitive.com Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com -- creating dynamic Web sites and applications since 1994 -- From gnarly at punkass.com Mon Dec 3 10:24:49 2001 From: gnarly at punkass.com (Olly Hodgson) Date: Mon Dec 3 10:24:49 2001 Subject: [thelist] Flash degrading to .gif References: Message-ID: <014701c17c18$132bee30$0100a8c0@Comp2> ----- Original Message ----- From: "Paul Backhouse" Subject: RE: [thelist] Flash degrading to .gif > hmmmmm....i know how to show something different if they haven't got flash: > does that help? Up to a point - that being the point where the user has JS turned off :-) Lets say I wanted to achieve the same thing, but server side, preferably ASP. Any ideas? Olly. From paul.backhouse at 2cs.com Mon Dec 3 10:32:36 2001 From: paul.backhouse at 2cs.com (Paul Backhouse) Date: Mon Dec 3 10:32:36 2001 Subject: [thelist] Flash degrading to .gif In-Reply-To: <014701c17c18$132bee30$0100a8c0@Comp2> Message-ID: oh god - not the javascript thing - b****x there is away of detecting flash in asp - il have a look for it -----Original Message----- From: thelist-admin at lists.evolt.org [mailto:thelist-admin at lists.evolt.org]On Behalf Of Olly Hodgson Sent: 03 December 2001 16:32 To: thelist at lists.evolt.org Subject: Re: [thelist] Flash degrading to .gif ----- Original Message ----- From: "Paul Backhouse" Subject: RE: [thelist] Flash degrading to .gif > hmmmmm....i know how to show something different if they haven't got flash: > does that help? Up to a point - that being the point where the user has JS turned off :-) Lets say I wanted to achieve the same thing, but server side, preferably ASP. Any ideas? Olly. --------------------------------------- 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 mike at cfnews.co.uk Mon Dec 3 10:32:54 2001 From: mike at cfnews.co.uk (Mike Townend) Date: Mon Dec 3 10:32:54 2001 Subject: [thelist] Flash degrading to .gif In-Reply-To: <014701c17c18$132bee30$0100a8c0@Comp2> Message-ID: <358AB76ACB426A43B8D134872505A3E20CB4AB@saturn.nsg.local> Get the flash plugin/js/whatever to goto a special page (on the first page they come to) with a url params like ?flash=true Then get asp/cf to check for a url parameter... If it exists set an application variable to reflect this... Then on the site pages you can do an if statement to determine whether or not to display and image or flash file HTH -----Original Message----- From: thelist-admin at lists.evolt.org [mailto:thelist-admin at lists.evolt.org] On Behalf Of Olly Hodgson Sent: 03 December 2001 16:32 To: thelist at lists.evolt.org Subject: Re: [thelist] Flash degrading to .gif ----- Original Message ----- From: "Paul Backhouse" Subject: RE: [thelist] Flash degrading to .gif > hmmmmm....i know how to show something different if they haven't got flash: > does that help? Up to a point - that being the point where the user has JS turned off :-) Lets say I wanted to achieve the same thing, but server side, preferably ASP. Any ideas? Olly. --------------------------------------- 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 emailus at carbonchip.com Mon Dec 3 10:34:48 2001 From: emailus at carbonchip.com (Carbon Chip) Date: Mon Dec 3 10:34:48 2001 Subject: [thelist] Flash degrading to .gif In-Reply-To: <014701c17c18$132bee30$0100a8c0@Comp2> Message-ID: olly if you are going serverside, try www.browserhawk.com : claims to be the best around. i've never used it and can't as thus endorse it, as i've got more skills in quantum physics than server side "stuff". hthy. banrett banrett at carbonchip.com -----Original Message----- From: thelist-admin at lists.evolt.org [mailto:thelist-admin at lists.evolt.org]On Behalf Of Olly Hodgson Sent: 03 December 2001 16:32 To: thelist at lists.evolt.org Subject: Re: [thelist] Flash degrading to .gif ----- Original Message ----- From: "Paul Backhouse" Subject: RE: [thelist] Flash degrading to .gif > hmmmmm....i know how to show something different if they haven't got flash: > does that help? Up to a point - that being the point where the user has JS turned off :-) Lets say I wanted to achieve the same thing, but server side, preferably ASP. Any ideas? Olly. --------------------------------------- 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 gozz at gozz.com Mon Dec 3 10:40:57 2001 From: gozz at gozz.com (Erik Mattheis) Date: Mon Dec 3 10:40:57 2001 Subject: [thelist] Flash degrading to .gif In-Reply-To: <200112031603.fB3G3sZf013667@leo.evolt.org> References: <200112031603.fB3G3sZf013667@leo.evolt.org> Message-ID: >in its place and it gracefully >degrades... and let's say i'd really like to see it validate... > >where can i go to see that type of code in place? Look in the HTML folder in your Flash application folder ... or just choose one of the ad banner options in Publish settings and modify the published html. The only problem with the resulting html/JavaScript that causes display problems is for (or maybe one) older browser may choke on the document.write(''); line ... change it to document.write(''); ... add a few quotes around some tag attributes, and I believe it will validate just fine ... minus the proprietary browser tags needed to display Flash in the first place. -- __________________________________________ - Erik Mattheis (612) 377 2272 __________________________________________ From fortune_elkins at summithq.com Mon Dec 3 10:50:02 2001 From: fortune_elkins at summithq.com (Fortune Elkins) Date: Mon Dec 3 10:50:02 2001 Subject: [thelist] Flash degrading to .gif Message-ID: <1449413DA482D311B67000508B5A12F5039B684B@nyexchange01.summithq.com> hiya! to do this don't you just need to choose the correct publish setting out of flash? if you publish out a gif with the right option, flash will write out the code for you, right? it will add the: <IMG SRC="mygif.gif" WIDTH=700 HEIGHT=400 usemap="#about_data" BORDER=0> or am i misunderstanding the question?? hth, f ---------------------------------------------------------------------------- -------------------- The views and opinions expressed in this email message are the sender's own, and do not necessarily represent the views and opinions of Summit Systems Inc. From paul.backhouse at 2cs.com Mon Dec 3 10:54:34 2001 From: paul.backhouse at 2cs.com (Paul Backhouse) Date: Mon Dec 3 10:54:34 2001 Subject: [thelist] Flash degrading to .gif In-Reply-To: <1449413DA482D311B67000508B5A12F5039B684B@nyexchange01.summithq.com> Message-ID: apparetly you can do it this way: http://www.flashkit.com/tutorials/Utilities/Detectin-Arran_Sc-151/index.shtm l in the flash file and then use a meta refresh -----Original Message----- From: thelist-admin at lists.evolt.org [mailto:thelist-admin at lists.evolt.org]On Behalf Of Fortune Elkins Sent: 03 December 2001 16:46 To: 'thelist at lists.evolt.org' Subject: RE: [thelist] Flash degrading to .gif hiya! to do this don't you just need to choose the correct publish setting out of flash? if you publish out a gif with the right option, flash will write out the code for you, right? it will add the: <IMG SRC="mygif.gif" WIDTH=700 HEIGHT=400 usemap="#about_data" BORDER=0> or am i misunderstanding the question?? hth, f ---------------------------------------------------------------------------- -------------------- The views and opinions expressed in this email message are the sender's own, and do not necessarily represent the views and opinions of Summit Systems Inc. --------------------------------------- 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 roselli at earthlink.net Mon Dec 3 11:05:52 2001 From: roselli at earthlink.net (aardvark) Date: Mon Dec 3 11:05:52 2001 Subject: [thelist] Flash degrading to .gif In-Reply-To: <1449413DA482D311B67000508B5A12F5039B684B@nyexchange01.summithq.com> Message-ID: <200112031705.fB3H5pZf018224@leo.evolt.org> > From: Fortune Elkins [...] > to do this don't you just need to choose the correct publish setting > out of flash? if you publish out a gif with the right option, flash > will write out the code for you, right? [...] nope, Flash's HTML is pretty poor, even after you fix it... here, everyone humor me and try something... if you have IE5.x+ running, set your security prefs to prompt you *before* running any ActiveX controls... then go to http://quantumcms.com/ when it asks if you want to allow ActiveX controls and plug-ins to run, say 'No'... note how nothing appears in the Flash movies' place (i can easily fix the height with a spacer)... however, if you go to http://gamespot.com/gamespot/stories/news/0,10870,2829073,00.h tml (as an example) and click no, a static .gif appears instead of a Flash movie... clicking yes would show the Flash movie... so, how can i get that sort of thing to happen on the site above (which is undergoing a major overhaul)? From roselli at earthlink.net Mon Dec 3 11:05:55 2001 From: roselli at earthlink.net (aardvark) Date: Mon Dec 3 11:05:55 2001 Subject: [thelist] Flash degrading to .gif In-Reply-To: References: <200112031603.fB3G3sZf013667@leo.evolt.org> Message-ID: <200112031705.fB3H5rZf018225@leo.evolt.org> > From: Erik Mattheis > > >in its place and it gracefully > >degrades... and let's say i'd really like to see it validate... > > > >where can i go to see that type of code in place? > > Look in the HTML folder in your Flash application folder ... or just > choose one of the ad banner options in Publish settings and modify the > published html. The only problem with the resulting html/JavaScript > that causes display problems is for (or maybe one) older browser may > choke on the [...] problem is, the publish settings out of Flash are pretty crappy... that's the problem i'm trying to fix... From mbiscay at skyminds.net Mon Dec 3 11:12:50 2001 From: mbiscay at skyminds.net (Matt Biscay) Date: Mon Dec 3 11:12:50 2001 Subject: [thelist] Tip: X-browsers layers Message-ID: <009c01c17c1c$7d9aa5a0$a089f8c1@wanadoo.fr> Hi Evolters, Until recently, my site wouldn't display its layers correctly under Netscape/Mozilla and the result in IE was slightly different from Opera (my favorite browser). The trouble is that I did not want to use Javascript but mere PHP. Here is the tip to use layers with the majority of browsers: - for IE: use the
tag. - for Opera, the
tag also works. Yet, you have to tweak the values and adjust them manually - for Netscape < 5.0 (N4.7X), use the tag. - for Netscape > 5.0 (N6.0), use the tag. Here is what I did: 1) Get browser name $Browser_Name = strtok($HTTP_USER_AGENT, "/"); $Browser_Version = strtok(" "); 2) Define browsers //IE if(ereg("MSIE", $HTTP_USER_AGENT)) { $Browser_Name = "MSIE"; $Browser_Version = strtok("MSIE"); $Browser_Version = strtok(" "); $Browser_Version = strtok(";"); } // other browsers 3) use the right layer with the right browser: if ($Browser_Name=="MSIE") {
} elseif ($Browser_Name=="Mozilla" & $Browser_Version < 5.0) { } elseif ($Browser_Name=="Mozilla" & $Browser_Version >= 5.0) { } That's it ! Hope it will help some of you. It works fine on http://www.skyminds.net/ ----- Matt Biscay mbiscay at skyminds.net |-------------------------------------- | http://www.skyminds.net/ |-------------------------------------- From roselli at earthlink.net Mon Dec 3 11:14:21 2001 From: roselli at earthlink.net (aardvark) Date: Mon Dec 3 11:14:21 2001 Subject: [thelist] Flash degrading to .gif In-Reply-To: <014701c17c18$132bee30$0100a8c0@Comp2> Message-ID: <200112031714.fB3HEKZf018912@leo.evolt.org> > From: "Olly Hodgson" [...] > Lets say I wanted to achieve the same thing, but server side, > preferably ASP. Any ideas? it's worth noting that i don't want a server-side solution... my problem comes *after* the page has been served, and is partly based on security settings -- the browser *can* run Flash, but the user has it disabled... therefore, even a check through browscap.ini or any other method would have said the browser is good to show Flash.... so, i don't need what Olly needs, i need a client-side solution that degrades, preferrably with no script... From roselli at earthlink.net Mon Dec 3 11:17:30 2001 From: roselli at earthlink.net (aardvark) Date: Mon Dec 3 11:17:30 2001 Subject: [thelist] Flash degrading to .gif In-Reply-To: References: <1449413DA482D311B67000508B5A12F5039B684B@nyexchange01.summithq.com> Message-ID: <200112031717.fB3HHTZf019118@leo.evolt.org> > From: "Paul Backhouse" > > apparetly you can do it this way: > http://www.flashkit.com/tutorials/Utilities/Detectin-Arran_Sc-151/inde > x.shtm l > > in the flash file and then use a meta refresh done that technique before, and i usually use the Flash file to forward the user instead of meta refresh... however, in this case, i don't want to use a page refresh, i want to handle for seurity settings... From mar at MN1052.srv.pu.ru Mon Dec 3 11:22:19 2001 From: mar at MN1052.srv.pu.ru (Maryanna Nesina) Date: Mon Dec 3 11:22:19 2001 Subject: [thelist] Javascript problem References: <20011203151556.49037.qmail@web12307.mail.yahoo.com> Message-ID: <003d01c17c15$783e70c0$0100007f@mar> Hi, here is my piece of JavaScript code that check e-mail field (you can see how it works on http://www.bio.pu.ru/~mar/javascript/menushow.htm ) (in your case a mistake was formed by emailto.indexOf('@') that coused misconfiguration of types, objects and methods in my brouser :) One more thing - perhaps it's better to pass form's name into your function Happy programming, Maryanna Nesina mar at mail.bio.pu.ru http://www.bio.pu.ru/~mar/ function ckForm(f){ var err=0; var id; for (var i = 0; i < f.length; i++) { var e = f.elements[i]; var mynode; var id="ID"+i; if (document.getElementById) { mynode = document.getElementById(id); } if (( ( (e.type == "text") || (e.type == "textarea") || (e.type == "password") ) && (!e.optional))&& ((e.value == null) || (e.value == ""))){ if (err==1) break; $id="ID"+i; err=1; break; } if((err==0) && (((e.name=="emale") &&( (e.value.indexOf("\@") < 1) || ((e.value.length) <= (e.value.indexOf("\@")+ 1) ))))) err=1; if (err == 1) break; } if (err==0) { popup(); return true; } var errtxt="Please, fill in " + e.name + " field correctly!"; alert (errtxt); e.focus(); if (document.getElementById) { mynode = document.getElementById(id); mynode.color="red"; } return false; } _____________________
put your e-mail here and press "submit" button

e-mail:

 

From paul.backhouse at 2cs.com Mon Dec 3 11:23:23 2001 From: paul.backhouse at 2cs.com (Paul Backhouse) Date: Mon Dec 3 11:23:23 2001 Subject: [thelist] Flash degrading to .gif In-Reply-To: <200112031717.fB3HHTZf019118@leo.evolt.org> Message-ID: sorry mate - i honestly don't think you're be able to get round - i guess its just one of those things -----Original Message----- From: thelist-admin at lists.evolt.org [mailto:thelist-admin at lists.evolt.org]On Behalf Of aardvark Sent: 03 December 2001 17:17 To: thelist at lists.evolt.org Subject: RE: [thelist] Flash degrading to .gif > From: "Paul Backhouse" > > apparetly you can do it this way: > http://www.flashkit.com/tutorials/Utilities/Detectin-Arran_Sc-151/inde > x.shtm l > > in the flash file and then use a meta refresh done that technique before, and i usually use the Flash file to forward the user instead of meta refresh... however, in this case, i don't want to use a page refresh, i want to handle for seurity settings... --------------------------------------- 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 allie at pajunas.com Mon Dec 3 11:29:46 2001 From: allie at pajunas.com (Allie Micka) Date: Mon Dec 3 11:29:46 2001 Subject: [thelist] Flash degrading to .gif In-Reply-To: <200112031705.fB3H5rZf018225@leo.evolt.org> Message-ID: It sounds to me like a combination of Paul's JavaScript example and Fortune's NOSCRIPT tags would pretty much do the trick. am I wrong? Thanks, Allie Micka pajunas interactive, inc. reusable web applications and hosting http://pajunas.com From roselli at earthlink.net Mon Dec 3 11:34:36 2001 From: roselli at earthlink.net (aardvark) Date: Mon Dec 3 11:34:36 2001 Subject: [thelist] Flash degrading to .gif In-Reply-To: References: <200112031717.fB3HHTZf019118@leo.evolt.org> Message-ID: <200112031734.fB3HYZZf020358@leo.evolt.org> > From: "Paul Backhouse" > > sorry mate - i honestly don't think you're be able to get round - i > guess its just one of those things that would suck... did you see my other post where i showed a site that does it? it seems they use iframes and stuff, but i don't think it's a trip back to the server... ugh. From webmaster at equilon-mrc.com Mon Dec 3 11:38:04 2001 From: webmaster at equilon-mrc.com (MRC) Date: Mon Dec 3 11:38:04 2001 Subject: [thelist] Variable Stylesheets? References: <001701c17ae3$e29401c0$b99c3841@lonnie> Message-ID: <00ad01c17c21$758e2760$2860398a@newcos.com> Lon, > I've never read anything resembling this technique. Have I stumbled upon a > really useful new "tool" or is it just folly? Definitely a useful tool. We did have a related thread on this several months ago [1]. My thinking at that time was to map the .css extension to the asp dll so that the server would parse style sheets as it would an asp page. There was also a suggestion to create an alternate extension, such as .cssp, that would indicate a dynamic style sheet that required server-side processing, allowing the continued use of static .css pages without invoking the asp parser. Of course, either of these require administrative access to the server in order to map new file extensions to the asp dll, and additional setup overhead if you ever move your dynamic css or cssp files to another server. One obvious benefit of using .asp for dynamic stylesheets is that you don't have to modify any server settings. In my brief testing, I didn't find any significant drawbacks (aside from possible developer confusion as to what kind of asp file one is dealing with) to using the .asp extension for dynamic css files. James Aylard 1. http://lists.evolt.org/archive/Week-of-Mon-20010514/157479.html , http://lists.evolt.org/archive/Week-of-Mon-20010514/157520.html , http://lists.evolt.org/archive/Week-of-Mon-20010514/157571.html From paul.backhouse at 2cs.com Mon Dec 3 11:41:35 2001 From: paul.backhouse at 2cs.com (Paul Backhouse) Date: Mon Dec 3 11:41:35 2001 Subject: [thelist] Flash degrading to .gif In-Reply-To: <200112031734.fB3HYZZf020358@leo.evolt.org> Message-ID: mmm..could et messy with iframes though - reckon you'd be letting yourself in for more trickery -----Original Message----- From: thelist-admin at lists.evolt.org [mailto:thelist-admin at lists.evolt.org]On Behalf Of aardvark Sent: 03 December 2001 17:36 To: thelist at lists.evolt.org Subject: RE: [thelist] Flash degrading to .gif > From: "Paul Backhouse" > > sorry mate - i honestly don't think you're be able to get round - i > guess its just one of those things that would suck... did you see my other post where i showed a site that does it? it seems they use iframes and stuff, but i don't think it's a trip back to the server... ugh. --------------------------------------- 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 gozz at gozz.com Mon Dec 3 11:43:55 2001 From: gozz at gozz.com (Erik Mattheis) Date: Mon Dec 3 11:43:55 2001 Subject: [thelist] Flash degrading to .gif In-Reply-To: <200112031705.fB3H5pZf018224@leo.evolt.org> References: <200112031705.fB3H5pZf018224@leo.evolt.org> Message-ID: At 12:07 PM -0500 12/3/01, aardvark wrote: >then go to http://quantumcms.com/ > >when it asks if you want to allow ActiveX controls and plug-ins to >run, say 'No'... >problem is, the publish settings out of Flash are pretty crappy... >that's the problem i'm trying to fix... I don't think you have a problem - you know html well enough to correct the non-validating stuff and I'm sure can follow the flow of the ad banner templates that ship with Flash ... they handle the disable active x options just fine. I'd like to know what display problems they produce in any browser ... -- __________________________________________ - Erik Mattheis (612) 377 2272 __________________________________________ From elfur at elfur.is Mon Dec 3 11:58:08 2001 From: elfur at elfur.is (Elfur Logadottir) Date: Mon Dec 3 11:58:08 2001 Subject: [thelist] Flash degrading to .gif References: <200112031714.fB3HEKZf018912@leo.evolt.org> Message-ID: <052a01c17c24$b23ec6d0$0100a8c0@DWARFS> From: "aardvark" | so, i don't need what Olly needs, i need a client-side solution that | degrades, preferrably with no script... i think you'll have to nix the 'preferrably' part of that sentence ... how about this: (note this is uncut source from a local newspaper online) where the 111.js script contains the following: (basically choosing between two different ads, i think) // document.write("") var augl = new Array ( "", "" ); var sec = new Date; sec = sec.getSeconds(); if (augl.length) { var idx = sec % augl.length; document.write(augl[idx]); } --- end code --- now this is not my script and i have no idea what's really happening there :) but this is what's going on at http://mbl.is an icelandic newspaper online. HTH elfur From Chris.Sammarco at millersville.edu Mon Dec 3 13:37:49 2001 From: Chris.Sammarco at millersville.edu (Chris Sammarco) Date: Mon Dec 3 13:37:49 2001 Subject: [thelist] Problem with mySql Message-ID: Thanks to everyone who helped me connect to the mysql server, I could connect to the server using: mysql_connect("members.evolt.org", "PASSWORD"); Although I could not connect using: mysql_connect("members.evolt.org","casammar", "PASSWORD"); and I don't understand why. I still cant seem to connect to my database. I'm using the following information: mysql_select_db("casammar") or die("Could not select database"); and it keeps dying. Can you please help me. thanks, Chris Sammarco Millersville University Web and Multimedia Design Phone - (717)872-3398 Email - Chris.Sammarco at millersville.edu From djc at members.evolt.org Mon Dec 3 13:39:27 2001 From: djc at members.evolt.org (Daniel J. Cody) Date: Mon Dec 3 13:39:27 2001 Subject: [thelist] Problem with mySql References: Message-ID: <3C0BD4CC.5090101@members.evolt.org> Chris - You should be using 'localhost' for the server name, not members.evolt.org. Once thats fixed, everything shoudl work for you. .djc. Chris Sammarco wrote: > Thanks to everyone who helped me connect to the mysql server, I could > connect to the server using: mysql_connect("members.evolt.org", "PASSWORD"); > Although I could not connect using: > mysql_connect("members.evolt.org","casammar", "PASSWORD"); and I don't > understand why. I still cant seem to connect to my database. I'm using the > following information: mysql_select_db("casammar") or die("Could not select > database"); and it keeps dying. Can you please help me. From michele at wordpro.on.ca Mon Dec 3 13:49:14 2001 From: michele at wordpro.on.ca (Michele Foster) Date: Mon Dec 3 13:49:14 2001 Subject: [thelist] Submitting Articles to evolt.org ... was ....Variable Stylesheets? References: <001701c17ae3$e29401c0$b99c3841@lonnie> <00cf01c17aea$33a56da0$95aa2642@aci.on.ca> <009e01c17b7c$53ed3420$dc9b3841@lonnie> Message-ID: <02ed01c17c34$17017680$95aa2642@aci.on.ca> Hi Lon, Sorry for the delay .. been trying to track down your userID for the evolt web site. No luck so far. Any chance you had an old email address that you signed up with? Can you contact djc (djc at members.evolt.org) to sort this out. He can give you a new password and get your original account working again. Or he'll let you know if you need to sign up for a new one or not. Actually, this goes for anyone .. if you're having problems with your userid/password combination on the evolt site, let djc (Dan) or Admin know via the contact form. Logging in with your userid allows one to not only post new articles but also to provide comments and rate existing articles. Lon, once you get your userid sorted out, when logged in there will be a link on the sidebar that says "Submit articles, news or reviews for publication on evolt" where you can submit your article. You may want to skim through a couple of the evolt.org FAQ articles that give guidelines on writing articles for publication and another one that outlines the code that can be used within the evolt.org CMS. http://evolt.org/writers_guidelines/ http://evolt.org/guide_code/ Hope this helps. Holler if you have any further questions. Kind regards, Michele ----- Original Message ----- From: "lon.kraemer" | > Lon, | > | > I really like this approach .. would make a great article on evolt's web | > site too. | | Thanks Michele. Article?... ya think? | | > Interested in published this technique? | | How exactly would I go about doing that? BTW, tried to login at evolt, but | my un/pw (of many moons ago) wouldn't take. Do I need to reregister? From recoil at telusplanet.net Mon Dec 3 13:59:05 2001 From: recoil at telusplanet.net (Jeff Klassen) Date: Mon Dec 3 13:59:05 2001 Subject: [thelist] Help with contacts. Message-ID: <005301c17c35$5ea69190$0acaad8e@susa> Hi, I am starting a Web and Design company and am not to sure how I should write contacts between me and clients. I was wondering if someone could help me, or had any general contracts I could use as examples. Thank you! thanks, Jeff Klassen Web and Multimedia Design Phone - (403)253-9663 Email - mailto:recoil at telusplanet.net From djc at members.evolt.org Mon Dec 3 14:01:47 2001 From: djc at members.evolt.org (Daniel J. Cody) Date: Mon Dec 3 14:01:47 2001 Subject: [thelist] Help with contacts. References: <005301c17c35$5ea69190$0acaad8e@susa> Message-ID: <3C0BDA08.107@members.evolt.org> Found in http://dir.evolt.org/tools/ theres a link to http://www.templatekit.com/ "Template Kit is a resource site where you can download a number of templates and learn from the contents. PowerPoint & Multimedia backgrounds are available for download or purchase. Tutorials on HTML Email, Flash Email, Web Design Contracts and more!" hope that helps :) .djc. Jeff Klassen wrote: > Hi, I am starting a Web and Design company and am not to sure how I should > write contacts between me and clients. I was wondering if someone could > help me, or had any general contracts I could use as examples. Thank you! From Rick.Kates at ncgicorp.com Mon Dec 3 14:01:57 2001 From: Rick.Kates at ncgicorp.com (Rick.Kates at ncgicorp.com) Date: Mon Dec 3 14:01:57 2001 Subject: [thelist] WebART web testing software and Masks Message-ID: Has anyone used WebART? If so, would you please reply with a decent example of how to remove session information from a URL using a Mask? To be a little more specific - I need to remove the string applicationRefQ=##### (where ##### is dynamic incrementing number) from my URLs when capturing a script. Thanks a bunch! Patrick Kates NCGi From chrisg at gsnet.com Mon Dec 3 14:06:59 2001 From: chrisg at gsnet.com (Chris George) Date: Mon Dec 3 14:06:59 2001 Subject: [thelist] Help with cont[r]acts. In-Reply-To: <005301c17c35$5ea69190$0acaad8e@susa> Message-ID: Get a lawyer to do that - here in Canada you can usually get it done for ~$250.00. It's worth it in the end when you have to collect. ;-) There's nothing worse than a client reneging on a deal 'cause they found a loophole in a contract. And clients expect it, you don't need to worry about coming across as too strong or harsh. I even make my friends sign the contract.... Anyway. Hope that helps.... Chris George Edmonton, Canada on 12/3/2001 1:02 PM, Jeff Klassen at recoil at telusplanet.net wrote: > Hi, I am starting a Web and Design company and am not to sure how I should > write cont[r]acts between me and clients. I was wondering if someone could > help me, or had any general contracts I could use as examples. Thank you! > > thanks, > Jeff Klassen From burhankh at hotmail.com Mon Dec 3 14:12:20 2001 From: burhankh at hotmail.com (Burhan Khalid) Date: Mon Dec 3 14:12:20 2001 Subject: [thelist] Help with contacts. Message-ID: Hey Jeff : Try this link (note the wrap) : http://builder.cnet.com/webbuilding/0-3885-8-4500031-1.html?tag=st.bl.3885.dir1.3885-8-4500031 They have some sample contracts that should get you started. Hope this helps, Burhan Khalid _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp From jdowdell at macromedia.com Mon Dec 3 15:13:50 2001 From: jdowdell at macromedia.com (John Dowdell) Date: Mon Dec 3 15:13:50 2001 Subject: [thelist] Flash degrading to .gif Message-ID: At 8:05 AM 12/3/1, aardvark wrote: >ok, let's say i have a Flash logo on my site... and let's say that >Flash logo can, obviously, sometimes be disabled by the user (no >plug-in, refusal to let plug-ins run, etc.) and let's say i want to >ensure a static image shows in its place and it gracefully >degrades... and let's say i'd really like to see it validate... >where can i go to see that type of code in place? Easiest might be just a link to an optimized-text version. (Not everyone can download or see a GIF, for instance.) There are many trickier approaches possible, (I'm certainly guilty of abetting this over the last six years!), but considering how the top sites now use Flash ads as a matter of course, simplicity becomes the rule. Just provide a link to the player, and a link to those who prefer text to graphics. Or get tricky, your call. ;-) btw, nice presentation, at bottom of page, with "learn about components": jd From adam at hallinteractive.com Mon Dec 3 15:14:56 2001 From: adam at hallinteractive.com (Adam) Date: Mon Dec 3 15:14:56 2001 Subject: [thelist] form submit nn4.7 In-Reply-To: <005c01c176b0$e76a4e70$8e7478d5@london.local> Message-ID: Hello ! I've tried the solution you've suggested and bloody NN4.7 Win2k just refuses to either: display the textbox at the bottom of the form or submit the form at all. I'm way past knowing what to do. my head hurts. Any got any ideas what I'm missing? I've been staring at this form all day.... http://www.hall-assoc.com/clients/rh/main2.shtml follow the contact us link. cheers and thx. Ad. Macromedia has an extension for Dreamweaver users that checks documents for (508) accessibility and generates reports accordingly. very handy. http://www.macromedia.com/exchange/ultradev/ on 11/26/01 2:31 PM, John Olival at johnolival at yahoo.co.uk wrote: > Adam > > The problem seems to be a conflict between the line-height you specified in > the style sheet and the space you allow for in the form. Netscape doesn't > like this. If you add another
like you have done with all the other > input boxes after the textarea box (see below), this will sort out your > problem. > >
.... > ..... > Comments:


>   >
> > Now is there still a problem with your pop-up script? > > HTH > > JohnO > > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.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 ! > ----- adam at hallinteractive.com http://www.hallinteractive.com From webdad at tampabay.rr.com Mon Dec 3 15:18:04 2001 From: webdad at tampabay.rr.com (Bob Boisvert) Date: Mon Dec 3 15:18:04 2001 Subject: [thelist] Help with cont[r]acts. In-Reply-To: Message-ID: <000901c17c41$8daabd20$0200a8c0@BOISNET2> I had spoken to a lawyer about contracts while in business class. Basically what it comes down to is that you write a contract or rewrite a current contract to suit your business, the client reads it, and either signs it or not. What makes the contract legally binding is the clients signature. Once signed it becomes a legal contract and subject to any breach of contract elements that were agreed upon when signing. Bob -----Original Message----- From: thelist-admin at lists.evolt.org [mailto:thelist-admin at lists.evolt.org]On Behalf Of Chris George Sent: Monday, December 03, 2001 3:08 PM To: thelist at lists.evolt.org Subject: Re: [thelist] Help with cont[r]acts. Get a lawyer to do that - here in Canada you can usually get it done for ~$250.00. It's worth it in the end when you have to collect. ;-) There's nothing worse than a client reneging on a deal 'cause they found a loophole in a contract. And clients expect it, you don't need to worry about coming across as too strong or harsh. I even make my friends sign the contract.... Anyway. Hope that helps.... Chris George Edmonton, Canada on 12/3/2001 1:02 PM, Jeff Klassen at recoil at telusplanet.net wrote: > Hi, I am starting a Web and Design company and am not to sure how I should > write cont[r]acts between me and clients. I was wondering if someone could > help me, or had any general contracts I could use as examples. Thank you! > > thanks, > Jeff Klassen --------------------------------------- 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.303 / Virus Database: 164 - Release Date: 11/24/01 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.303 / Virus Database: 164 - Release Date: 11/24/01 From webmaster at equilon-mrc.com Mon Dec 3 15:27:09 2001 From: webmaster at equilon-mrc.com (MRC) Date: Mon Dec 3 15:27:09 2001 Subject: [thelist] form submit nn4.7 References: Message-ID: <00e001c17c41$76a55630$2860398a@newcos.com> Adam, > I've tried the solution you've suggested and bloody NN4.7 Win2k just refuses > to either: display the textbox at the bottom of the form or submit the form > at all. > > http://www.hall-assoc.com/clients/rh/main2.shtml Try fixing this (courtesy of the W3C validator [1]): Line 59, column 35: ... "hidden" name="Required" value=name|address|town|code|tel|EM ... ^ Error: an attribute value must be quoted if it contains any character other than letters (A-Za-z), digits, hyphens, and periods; use quotes if in doubt James Aylard 1. http://validator.w3.org/check?uri=http%3A%2F%2Fwww.hall-assoc.com%2Fclients% 2Frh%2Fcontact.htm&charset=%28detect+automatically%29&doctype=Inline&ss=&out line= From diego at minid.net Mon Dec 3 15:28:29 2001 From: diego at minid.net (Diego Lafuente) Date: Mon Dec 3 15:28:29 2001 Subject: [thelist] form submit nn4.7 References: Message-ID: <3C0BECFC.9040400@minid.net> If it doesn't display it, thats because it's not enclosed in the
tags... check it again. or check the input code again. cheers diego www.minid.net. Adam wrote: >Hello ! >I've tried the solution you've suggested and bloody NN4.7 Win2k just refuses >to either: display the textbox at the bottom of the form or submit the form >at all. > >I'm way past knowing what to do. > >my head hurts. Any got any ideas what I'm missing? I've been staring at this >form all day.... > >http://www.hall-assoc.com/clients/rh/main2.shtml > >follow the contact us link. > >cheers and thx. >Ad. > > >Macromedia has an extension for Dreamweaver users that checks documents for >(508) accessibility and generates reports accordingly. very handy. >http://www.macromedia.com/exchange/ultradev/ > > > >on 11/26/01 2:31 PM, John Olival at johnolival at yahoo.co.uk wrote: > >>Adam >> >>The problem seems to be a conflict between the line-height you specified in >>the style sheet and the space you allow for in the form. Netscape doesn't >>like this. If you add another
like you have done with all the other >>input boxes after the textarea box (see below), this will sort out your >>problem. >> >>
.... >>..... >>Comments:


>>  >>
>> >>Now is there still a problem with your pop-up script? >> >>HTH >> >>JohnO >> >> >>_________________________________________________________ >>Do You Yahoo!? >>Get your free @yahoo.com address at http://mail.yahoo.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 ! >> > >----- >adam at hallinteractive.com >http://www.hallinteractive.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 shaunanderson at shaunanderson.info Mon Dec 3 15:34:19 2001 From: shaunanderson at shaunanderson.info (Shaun Anderson) Date: Mon Dec 3 15:34:19 2001 Subject: [thelist] form submit nn4.7 References: Message-ID: <004901c17c42$73e8b1c0$680110ac@shauna> Appears I'm late to the thread, but... We had a problem similar to this a while ago. Turned out that NN didn't like displaying the text box because it was trying to be wider than the cell that contained it. Took a long time to figure that one out. Try removing the table tags as a test to see if that's what it is. (or make the textbox 5 columns wide) Shaun ----- Original Message ----- From: "Adam" To: Sent: Monday, December 03, 2001 2:16 PM Subject: [thelist] form submit nn4.7 > Hello ! > I've tried the solution you've suggested and bloody NN4.7 Win2k just refuses > to either: display the textbox at the bottom of the form or submit the form > at all. > > I'm way past knowing what to do. > > my head hurts. Any got any ideas what I'm missing? I've been staring at this > form all day.... > > http://www.hall-assoc.com/clients/rh/main2.shtml > > follow the contact us link. > > cheers and thx. > Ad. > > > Macromedia has an extension for Dreamweaver users that checks documents for > (508) accessibility and generates reports accordingly. very handy. > http://www.macromedia.com/exchange/ultradev/ > > > > on 11/26/01 2:31 PM, John Olival at johnolival at yahoo.co.uk wrote: > > > Adam > > > > The problem seems to be a conflict between the line-height you specified in > > the style sheet and the space you allow for in the form. Netscape doesn't > > like this. If you add another
like you have done with all the other > > input boxes after the textarea box (see below), this will sort out your > > problem. > > > >
.... > > ..... > > Comments:


> >   > >
> > > > Now is there still a problem with your pop-up script? > > > > HTH > > > > JohnO > > > > > > _________________________________________________________ > > Do You Yahoo!? > > Get your free @yahoo.com address at http://mail.yahoo.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 ! > > > > ----- > adam at hallinteractive.com > http://www.hallinteractive.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 recoil at telusplanet.net Mon Dec 3 15:55:19 2001 From: recoil at telusplanet.net (Jeff Klassen) Date: Mon Dec 3 15:55:19 2001 Subject: [thelist] Help with Contracts Continued Message-ID: <00cf01c17c45$9d7a2520$0acaad8e@susa> Thank you everyone for your help, I have a few more questions. 1.When writing a contract, which I will have to do because I cant afford to pay for a lawyer right now, who generally maintains the "rights" to the work. I would expect a company to want to own their logo, but what about web pages and stuff. 2.Is it a normal, in a contract to specify what "company" the client uses if they want to reproduce any of the product you give them, e.g.. brochures 3.I know its allot to ask but if anyone could provide a short example. Very new to business and what to do my research before I start taking too many clients. thanks, Jeff Klassen Web and Multimedia Design Calgary, Canada Phone - (403)253-9663 Email - mailto:recoil at telusplanet.net From webmaster at equilon-mrc.com Mon Dec 3 15:57:14 2001 From: webmaster at equilon-mrc.com (MRC) Date: Mon Dec 3 15:57:14 2001 Subject: [thelist] form submit nn4.7 References: Message-ID: <00f301c17c45$aaa37030$2860398a@newcos.com> Adam, > my head hurts. Any got any ideas what I'm missing? I've been staring at this > form all day.... > > http://www.hall-assoc.com/clients/rh/main2.shtml After further review, it's not the lack of quotes around the hidden form field value (although that is an error); it's the line-height value in your style sheet for the body, p, and td. Remove that, and your form will display properly. Also, validate your CSS at http://jigsaw.w3.org/. You've got a lot of little errors in your CSS that could result in unintended behavior or appearance. James Aylard From amanda at gawow.com Mon Dec 3 16:06:19 2001 From: amanda at gawow.com (A. Erickson) Date: Mon Dec 3 16:06:19 2001 Subject: [thelist] Help with Contracts Continued In-Reply-To: <00cf01c17c45$9d7a2520$0acaad8e@susa> Message-ID: <000b01c17c47$0efbf4c0$1bc263d8@75ctt01> > Thank you everyone for your help, I have a few more > questions. 1.When writing a contract, which I will have to do > because I cant afford to pay for a lawyer right now, who > generally maintains the "rights" to the work. I would expect > a company to want to own their logo, 1. Depends on who your client is 2. Depends on who you are Yes, the company will want to own their own logo. However, you should price that accordingly. Some people will want to price it based on some perceived market value. If you're a big, bad designer who charges buttloads for your work and your client is big and bad you could probably charge a lot more. However, this is probably not the case. Charge for your work but charge a little more. Don't forget the costs for creating your logo in a variety of formats for printing and whatnot. > but what about web pages > and stuff. I specify in my contracts that the client owns the design. However, that doesn't mean that they get source files. In fact the only source files I give are those for features which may have to be updated at a later date and possibly by someone not myself such as graphical headers or maybe the about us page has employee photos with a tricky border. They get these files which contain instructions within them as well as a styleguide for all the areas of the site that they will need to maintain (possibly). I also specify that the design is for their company, specified by name, and only for the web. I don't want to see my designs appropriated for brochures or trade booths or whatever. I don't want the company to get bought out and have some other company sandwiching all their crap into my design. If they sell the site or want to do printwork with the design then they are supposed to come back to me. > 2.Is it a normal, in a contract to specify what "company" the > client uses if they want to reproduce any of the product you > give them, e.g.. brochures See above. I specify in the contract that they need my permission. Now, if you're creating print work for them it all boils down to the source files in my opinion. Are you creating print work? I think it's time to buy yourself a copy of the Graphic Artists Guild Handbook. - amanda From michele at wordpro.on.ca Mon Dec 3 16:17:17 2001 From: michele at wordpro.on.ca (Michele Foster) Date: Mon Dec 3 16:17:17 2001 Subject: [thelist] CSS Probs with Links Message-ID: <038001c17c48$c697a100$95aa2642@aci.on.ca> Hi Folks ... I've got a problem that is probably staring me right in the face, but I can't find it. Here's the site: http://sormehbeauty.on.ca/ The links on the main page and on the side bar should not be BOLD. They are. :( ... They should be inheriting the class="menu" .. whereby I've not set the links to bold. Do I need to set them to anything if I don't want them bold? Is that the problem? Or am I just entirely missing something else, and the inheritance problems are stemming from the use of