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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: xutopia
  • Order by date
  1. xutopia

    Installation linux which version is best?

    I recommend people stay away from Lindows. It is Linux stripped down of many important things with many added Windows problems. Gary www.xutopia.com Haran ********************************
  2. xutopia

    Installation linux which version is best?

    ...lost a few years back, a real interesting fellow). <P>Remember though that a Linux distribution is done by many people around the world and often by a very multicultural crew. Mandrake is not different from other Open Source projects. Gary www.xutopia.com Haran ********************************
  3. xutopia

    javascript check linkg

    Javascript cannot feasibly do that. Gary www.xutopia.com Haran ********************************
  4. xutopia

    running PHP on tomcat

    ...could do as I do right now. I use one on port 80 (apache) with php installed and tomcat on port 8080. In a live site I wouldn't see a big use for both PHP and JSP to work on the same server (though I could be wrong). I hope this helps. Gary www.xutopia.com Haran...
  5. xutopia

    Reading HTML text.

    yes using the innerHTML attribute. <div id=&quot;test&quot;>this text will appear on screen friend.</div> <script> alert(document.getElementById(&quot;test&quot;).innerHTML) </script> Gary www.xutopia.com Haran ********************************
  6. xutopia

    Linux versions of M$ client apps ...

    codestorm, I actually stopped using MS-SQL because of licensing costs. Instead I use Postgresql. Sorry if that doesn't help but at least you know what others might do in your situation. Gary www.xutopia.com Haran ********************************
  7. xutopia

    Bush Opinion on IT

    what did Bush answer the question or did he just change subject? Gary www.xutopia.com Haran ********************************
  8. xutopia

    Teen arrested in Blaster worm case

    while you guys are discussing all this stuff some people prefer having an OS that doesn't allow such worms. Say if you bought a car you'd like it to have locks right? Why do you buy an OS with Windows (TM) opened (pun intended). Gary www.xutopia.com Haran ********************************
  9. xutopia

    Improved JavaScript/IE Efficiency

    ...it receives into its own format. When you display outerHTML you do not actually display the HTML in the source code but the HTML as IE understands it. I believe this is bad practice on MS's part but there isn't much you can do about it. Gary www.xutopia.com Haran...
  10. xutopia

    copy array?

    fugigoose is right here guys! Easiest way to do things is using the built in functions. A star to him for pointing it out. Gary www.xutopia.com Haran ********************************
  11. xutopia

    browser archive

    star from me for this. Can be very useful. Gary www.xutopia.com Haran ********************************
  12. xutopia

    could anybody with NS6 check a page out?

    DoubleV, Why not download and install Netscape 6? Gary www.xutopia.com Haran ********************************
  13. xutopia

    What's the best FREE office suites for Linux?

    You say other than OpenOffice but that is my preffered suite of all the ones I tried. What is it you do not like about it? Gary www.xutopia.com Haran ********************************
  14. xutopia

    Virus Hell

    Albion, I'd love to see what kind of insight you have on the matter. Could you post it in PDF or RTF format? Gary www.xutopia.com Haran ********************************
  15. xutopia

    Submit button inside &lt;a&gt;&lt;/a&gt; in Netscape Navigator

    ...onclick=&quot;helpwin('/cgi-bin/mysdev1/myshop.ex_?ico_hlp=HELPS/SUBMITS.HTM','','') ;return false&quot;>help</a> <input type=&quot;submit&quot; value=&quot;SUBMIT&quot; name=&quot;SUB_SUBMITS&quot;> Gary www.xutopia.com Haran ********************************
  16. xutopia

    Need simple mouseover baloon example

    ...JS simply isn't needed. The title attribute will require less work for people to maintain and behaves exactly how users expect it to. Why bother with JS when simple HTML can work for you? Anyways a star to Jemminger for his answer. Gary www.xutopia.com Haran ********************************
  17. xutopia

    Please define &quot;Ethical&quot;

    ...here. I hope my post doesn't confuse but rather clears things up. I'm in favor of discussion and dialogue and believe consensus cannot always be reached in the world of morals. Ethics is a hopeful place for a cynic witness like myself. Gary www.xutopia.com Haran...
  18. xutopia

    Electronic Waste

    jrbarnett, Thanks for the link I'm gonna see if I can run that under Wine! Gary www.xutopia.com Haran ********************************
  19. xutopia

    Has anyone else noticed... (Lack of skills)

    &quot;Good judgment comes from experience, and often experience comes from bad judgment.&quot; ~ Rita Mae Brown Gary www.xutopia.com Haran ********************************
  20. xutopia

    Virus Hell

    Strongm, You are right that applications are a big problem but access-protection is part of the Linux OS by default (assures that user johndoe doesn't access files belonging to janedoe) and this sandboxes infections if they do occur. Gary www.xutopia.com Haran ********************************

Part and Inventory Search

Back
Top