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 Chriss Miller 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 xutopia

  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?

    &quot;made in France&quot;? <P>Yes it is true but only to a certain extent. I worked in Paris for a while and had the chance to meet one of their American developers (big sentimental guy that told me about the dog he lost a few years back, a real interesting fellow). <P>Remember though that a...
  3. xutopia

    javascript check linkg

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

    running PHP on tomcat

    hey guys. Sorry I don't have a solution per say but I do have some insight. PHP doesn't run on tomcat. However you can run tomcat on apache as well as php and others. It's a bit harder to configure tomcat to work with apache but if you make it work then php can also work on your port 80...
  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

    hey guys, Internet Explorer transforms the HTML 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...
  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

    whizza, I believe what you are doing is really not very usable. Would you actually doing things differently? <a href=&quot;/cgi-bin/mysdev1/myshop.ex_?ico_hlp=HELPS/SUBMITS.HTM&quot; onclick=&quot;helpwin('/cgi-bin/mysdev1/myshop.ex_?ico_hlp=HELPS/SUBMITS.HTM','','') ;return...

Part and Inventory Search

Back
Top