Jump to content
xisto Community

beeseven

Members
  • Content Count

    628
  • Joined

  • Last visited

Posts posted by beeseven


  1. One thing you can do (that I did, and it worked) is to change the offset (actually I think it's the only thing you can do). Figure out what time the server is at with just a simple date showing the hour/minute. Something like:

    date("H:i")
    Then, find your time (just look at a clock). Where I am, the difference is 3 hours. Then convert the difference to seconds (hours*3600). To make it change the time in the date function, add this optional parameter:
    date("H:i",time()+thedifference)ORdate("H:i",time()-thedifference) //In the case that you're behind the server, I don't know what timezone you're in
    You can do a test or two with the other date things to make sure it's right.

  2. It kind of looks like you're bragging that you know CSS. You generally don't want to use effects like italics or bold for hover links because it can mess up line length and related things. Also, IMO, active link changes are pointless, and nobody uses strikethrough anymore. The visited link top and left border thing looks really weird, too. The images also get a little blurred in the cell backgrounds, and the thin, black text on gray background is hard to see.


  3. If you don't want to physically select an IP then put it into your browser, you can go to http://anonymouse.org/ or https://www.megaproxy.com/ (Select "TRY IT FREE") and surf through their windows.

    Also, for FireFox, to select an IP you go:

    Tools --> Options... --> General --> Connection Settings --> Select "Manual Proxy Configuration" --> Select "HTTP Proxy" --> Put in the IP and Port (I believe the port is usually 8080) --> OK --> OK


  4. Well I'll agree with you that it is ludicous to think they won't put in adverts, however, I think it is a little bit alarmist to assume it would have adverse affects, unless you believe that TV commercials are dangerous.

    71091[/snapback]

    TV commercials don't go into your brain and modify the paths of neurons, though. I wasn't saying that the ads would have adverse affects, just the technology of changing brain function.

  5. The patent has few details, describing only a device that would fire pulses of ultrasound at the head to modify the firing patterns of neurons in targeted parts of the brain.

    That doesn't sound good. I don't really trust a big corporation to fire ultrasound at my brain and do only what they say they will. It's ludicrous to think they won't put some form of marketing or that this will have no adverse affects on brain activity at all.

  6. How do I set a maximum table height? I tried height and max-height but neither worked. I need to have it a certain height because more than that height it adds a vertical scrollbar, which adds a horizontal scrollbar because I have an image that's pushing it.

    beeseven.trap17.com I want the table that the updates are in to be a certain height with a scrollbar there instead of making it above the page length and adding a main scrollbar.


  7. He said he wanted to highlight the contents of a textarea, not highlight a link.
    Here's some code that'll do it:

    <form method="post" name="highlight"><textarea name="textarea" cols="#" rows="#" onClick="textarea.select();">your content goes here</textarea></form>

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.