Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by iTST

  1. iTST

    Professional Web developers don't adapt their sites to NN4 anymore?

    cLFlaVA: That's the statistics of w3schools.com. I can show you statistics of other sites where Firefox has a 0% share ;) Stick to what w3s says on this verry page: Regards, Sascha cu, Sascha My Blog: http://www.itst.org/web/
  2. iTST

    Adjust date/time for GMT

    $timezone = -7; echo date('l F j, Y', time() + 3600*($timezone+date("I"))); Not sure about Daylightsavingstime in Canada, so you might wish to remove '+date("I")' from the above formula. HTH, Sascha cu, Sascha http://www.itst.org/
  3. iTST

    Professional Web developers don't adapt their sites to NN4 anymore?

    Man, who dug up this ages old thread? ;) Today, I would assume anyone to use a decent browser, and that's not what NN4 is. Left alone special envirnments like intranets, I think we can savely design for a lastest generation browser. That means CSS1 support and support for most of CSS2, as well...
  4. iTST

    Quicktime - how to embed

    You are welcome. cu, Sascha http://www.itst.org/
  5. iTST

    sending emails with IIS and PHP

    Hi pal. On Windows machines I use to use "blat", a sendmail-like programme for Windows. http://www.interlog.com/~tcharron/blat.html Of course blat also needs a real SMTP server like the MS one you use. blat needs to be setup before you can use it. I think it sould be the right...
  6. iTST

    webcam

    Hi pal. Have a look at this: http://www.truetech.com/webcam/freeware.html HTH, Sascha VMware - Forum @ http://vmware.itst.org/ cu, Sascha http://www.itst.org/
  7. iTST

    Quicktime - how to embed

    Hi pal. Have a look at this. http://www.apple.com/quicktime/authoring/embed.html HTH, Sascha Vmware - Forum @ http://vmware.itst.org/ cu, Sascha http://www.itst.org/
  8. iTST

    Wacky table width in NS

    First: there are two body-tags in the source... Since I have no Netscape here, I can not see whats going wrong. Usually Netscape borwsers are very likely to "do strange things" to complex table layouts. Ways out: decrease the number of nested tables or try to use spacer images (1...
  9. iTST

    CSS and Text Size

    Differs :-) Parent could be a-tag if the css is a.something. I. g. the parten is the tag including the style: <p>Some <span class=&quot;class-a&quot;>text</span></p> Here the p-tag is the parent. cu, Sascha http://www.itst.org/
  10. iTST

    DSH: Table layout problem

    Hi all ;-) I've been scratching my head over this for quiet a while, but could find the error... If you look at http://www.itst.org/beratung.php, you see above the logo a line beginning with &quot;Beratung&quot;. Below this there is a line going &quot;Homepage arrow Beratung&quot;. As you can...
  11. iTST

    mod_rewrite and DirectoryIndex

    Hi mate:-) Tried it with SCRIPT_FILENAME? cu, Sascha http://www.itst.org/
  12. iTST

    Open Perl IDE

    Hi mate :-) I just found Open Perl IDE today and found it very helpful. A star for you :-) cu, Sascha cu, Sascha http://www.itst.org/
  13. iTST

    Professional Web developers don't adapt their sites to NN4 anymore?

    Hi all :-) I think there are some points worth stressing here. First, if you create valid HTML pages, they _should_ work in NN4 ass well as in IE. Or not. There are many things in HTML both browser types do not support (rel-links for instance, they are HTML 2.0!). Second, creating web pages...
  14. iTST

    phpBB Forum Help

    Hi all :-) phpBB can handle cookies. Tell you users to click the &quot;Remember me&quot; checkbox in the login form. cu, Sascha BTW, as Anikin pointed out, a URL containing user id's and passwords is a rather unsecure solution. You would have to rewrite some of the phpBB auth code to do that...
  15. iTST

    phpBB Forum Help

    I'm Sorry, I didn't quite get what you mean... cu, Sascha http://www.itst.org/

Part and Inventory Search

Back
Top