Jump to content

aspnetguy

Members
  • Posts

    6,787
  • Joined

  • Last visited

Everything posted by aspnetguy

  1. use javascript (IE only recognizes :hover on links) <span onmouseover="this.style.color='red'" onmouseout="this.style.color='black'">text to change</span>
  2. Okay, I have a small home network using a D-Link wireless router.I have 3 boxes, 1 - WinXP, 2-WinServer2003, 3-WinServer2003Right now they are setup and share an internet connection but that is about it.box1 is my main PC for games and work and has a USB printer hooked to it.box2 is my webserverbox3 will eventually be my webcrawler/email serverWhat I want to know is, can the 3 boxes share the 1 USB printer?Also I would like to configure the network so all 3 boxes can access a shared network folder for passing files back and forth.I am not a network guru by no means, it took me a while to get my current setup so any guidence is very appreciated, also the more 'dummy proof' the better.So if anyone can tell me how to acheive this setup or point to some articles that can I would be very grateful.Details---------------------------------Box #1 - Main PCAMD Duron 1800+/1.8Ghz512Mb PC2700 DDR-RAMWindows XP Professional SP2Box #2 - Web ServerPentium 3 600Mhz512Mb PC100 SD-RAMWindows Server 2003 Standard EditionBox #3 - Web Crawler/Email ServerPentium MMX 233Mhz128Mb PC100 SD-RAMWindows Server 2003 Standard Edition
  3. aspnetguy

    How to Search

    I am using Sql Server 2000 and have indexed the tables I want to use.I have processed the input string from the search box into an array of phrases or words.I have to search 5 tables looking for these phrases or words.I obviously want to return the results that have the highest amount of the phrases or words in them.I have never done any work on searches any help would be appreciated.
  4. Do not spam with nonsense posts.
  5. why not use $_SESSION?
  6. If you don't mind running PHP4 it has a windows installer that asks you what server you are using (apache or iis) and does the configuration for you.PHP5 should be installed manually and is a bit more tricky
  7. I think he is saying he doesn't know which version to download and wants to know which he should use.PHP4 has an auto installer for windows which is the easiest to do but PHP5 has more features but requires manual installation.
  8. That has annoyed me since I upgraded to XP SP2, then again I dumped IE and got Opera so it hasn't bothered me in a long time
  9. it is working in FireFox 1.5, didn't know you could do that. Guess we have an easy way to embed flash and still be XHTML strict
  10. read the question closer. They have it sliced and in rows but need to insert a flash animation that takes up 3 rows....like Cron said use rowspan
  11. aspnetguy

    Gabbly Chat

    I am using FF 1.5.0.6 and I have no problems...try it not in safe mode.
  12. aspnetguy

    Gabbly Chat

    It works fine in FireFox
  13. aspnetguy

    Class'

    is this better? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html><head> <title>Test</title> <style> #grid{border:1px solid #000;font-family:arial} #grid td{padding:0px;border:1px solid #000;text-align:center;width:33px;height:33px;text-align:center} #grid td.rcell{border-bottom:0px} #grid td.ncell{border-right:0px;border-bottom:0px} #grid td.bcell{border-right:0px} #grid td.xcell{border:0px;padding:0px;} #grid td.answer{font-weight:bold;color:red;padding-bottom:0px} </style></head><body> <table id="grid" cellspacing="0" cellpadding="0"> <tr> <td class="xcell"> <table cellspacing="0" cellpadding="0" width="100"> <tr> <td class="ncell answer">2</td> <td class="ncell">5</td> <td class="rcell">1</td> </tr> <tr> <td class="ncell">3</td> <td class="ncell answer">6</td> <td class="rcell answer">9</td> </tr> <tr> <td class="bcell">8</td> <td class="bcell answer">7</td> <td class="answer">4</td> </tr> </table> </td> <td class="xcell"> <table cellspacing="0" cellpadding="0" width="100"> <tr> <td class="ncell answer">9</td> <td class="ncell answer">6</td> <td class="rcell answer">8</td> </tr> <tr> <td class="ncell answer">9</td> <td class="ncell">7</td> <td class="rcell">5</td> </tr> <tr> <td class="bcell">2</td> <td class="bcell">4</td> <td>8</td> </tr> </table> </td> <td class="xcell"> <table cellspacing="0" cellpadding="0" width="100"> <tr> <td class="ncell">1</td> <td class="ncell">3</td> <td class="rcell">6</td> </tr> <tr> <td class="ncell answer">9</td> <td class="ncell">7</td> <td class="rcell">5</td> </tr> <tr> <td class="bcell">2</td> <td class="bcell">4</td> <td>8</td> </tr> </table> </td> </tr> <tr> <td class="xcell"> <table cellspacing="0" cellpadding="0" width="100"> <tr> <td class="ncell">1</td> <td class="ncell">3</td> <td class="rcell">6</td> </tr> <tr> <td class="ncell answer">9</td> <td class="ncell">7</td> <td class="rcell">5</td> </tr> <tr> <td class="bcell">2</td> <td class="bcell">4</td> <td>8</td> </tr> </table> </td> <td class="xcell"> <table cellspacing="0" cellpadding="0" width="100"> <tr> <td class="ncell">1</td> <td class="ncell">3</td> <td class="rcell">6</td> </tr> <tr> <td class="ncell answer">9</td> <td class="ncell">7</td> <td class="rcell">5</td> </tr> <tr> <td class="bcell">2</td> <td class="bcell">4</td> <td>8</td> </tr> </table> </td> <td class="xcell"> <table cellspacing="0" cellpadding="0" width="100"> <tr> <td class="ncell">1</td> <td class="ncell">3</td> <td class="rcell">6</td> </tr> <tr> <td class="ncell answer">9</td> <td class="ncell">7</td> <td class="rcell">5</td> </tr> <tr> <td class="bcell">2</td> <td class="bcell">4</td> <td>8</td> </tr> </table> </td> </tr> <tr> <td class="xcell"> <table cellspacing="0" cellpadding="0" width="100"> <tr> <td class="ncell">1</td> <td class="ncell">3</td> <td class="rcell">6</td> </tr> <tr> <td class="ncell answer">9</td> <td class="ncell">7</td> <td class="rcell">5</td> </tr> <tr> <td class="bcell">2</td> <td class="bcell">4</td> <td>8</td> </tr> </table> </td> <td class="xcell"> <table cellspacing="0" cellpadding="0" width="100"> <tr> <td class="ncell">1</td> <td class="ncell">3</td> <td class="rcell">6</td> </tr> <tr> <td class="ncell answer">9</td> <td class="ncell answer">7</td> <td class="rcell answer">5</td> </tr> <tr> <td class="bcell">2</td> <td class="bcell">4</td> <td>8</td> </tr> </table> </td> <td class="xcell"> <table cellspacing="0" cellpadding="0" width="100"> <tr> <td class="ncell">1</td> <td class="ncell">3</td> <td class="rcell">6</td> </tr> <tr> <td class="ncell answer">9</td> <td class="ncell">7</td> <td class="rcell">5</td> </tr> <tr> <td class="bcell">2</td> <td class="bcell">4</td> <td>8</td> </tr> </table> </td> </tr> </table> </body></html> EDIT: done
  14. aspnetguy

    Class'

    I just said it looks square to me...so I don't know.
  15. aspnetguy

    Class'

    maybe its just me but it looks square to me...then again I have never been good at estimates, etc. so I may be off.
  16. maybe that won't work.Server to server will not work I didn't think that through enough I guess.
  17. did you add the reference in VS (or VWD)
  18. aspnetguy

    Class'

    looks square to me...can I get a screen shot?
  19. here is a test page http://nsbb.awardspace.com/ping.php with the following code <?php $mtime = microtime(); $mtime = explode(" ",$mtime); $mtime = $mtime[1] + $mtime[0]; $starttime = $mtime;$hostip = "xxx.xxx.xxx.xxx";$result = gethostbyaddr($hostip);$connected = 'FALSE';if($result != $hostip) $connected = 'TRUE'; $mtime = microtime(); $mtime = explode(" ",$mtime); $mtime = $mtime[1] + $mtime[0]; $endtime = $mtime; $totaltime = ($endtime - $starttime);echo "Connected: " . $connected . "<br>";echo "Execution Time: " . $totaltime;?> I got results ranging from 0.3 - 0.002 seconds. I am on a cable internet connection. Could someone on dial-up or even DSL and ISDN connections test this out and post your results.Hopefully there will be a noticeable different at least between dial-up and other high speed connections.
  20. aspnetguy

    Class'

    I found a mistake in my code #grid td.answer{font-weight:bold;color:red;padding-bottom:4px} use this instead
  21. aspnetguy

    Class'

    it can work with bold can you post a screen shot of how it is looking witht he code I provided for you.
×
×
  • Create New...