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!

Search results for query: *

  • Users: rrsub
  • Content: Threads
  • Order by date
  1. rrsub

    How do content scrapers work that link back to the original content?

    Trying to find a way to include links back to my sites/pages when people copy and paste content to their site. Sites like Frommers have a mechanism so that if a user copies any copy from the page, a link back is provided in the pasted copy. Looking through the source, the mechanism isn't self...
  2. rrsub

    Clear Type keeps getting turned off

    1) Websites render differently in Chrome vs IE 2) If I set Clear Type to ON, it renders identically 3) a few hours later, ClearType is turned off automatically How can I keep ClearType on or fix my font issues for Chrome? And it's only on this machine that keeps ClearType turning off every 2 hours.
  3. rrsub

    How to get results for multiple rows?

    I thought this would have been a simple query but I'm stuck. I have a table that has a field that should have unique data but doesn't. I'm trying to get results that will return only the rows that have data that has more than one unique value. So if field A has values 20 30 30 40 50 50 50...
  4. rrsub

    Does VNS work with Vista?

    I have to purchase a new system for someone I help remotely. I use VNC and there is no other alternative (that I am aware of) unless it works with java. Does anyone have any reports if VNC works with Vista?
  5. rrsub

    BASE tag for Dreamweaver editing

    Trying to use DW to edit pages in a site. The pages use the <base href="http://site.com/"/> tag. DW doesn't read the base tag so the site has no style when viewed in the WYSIWYG. This is especially horrible in subdirectories where the default images are placed in "http://site.com/images/" and...
  6. rrsub

    Is there is way to ban SMTP from certain IP addresses

    About every 5 hours, my SMTP service shuts down due to excessive connections. It restarts so it's really not a `service to the user` problem. It's a log annoyance and I know if I can stop the `excessive connections`, I can stop a good 60% of incoming SPAM. Zombies, I can't because it...
  7. rrsub

    du missing about 20 gigs

    I'm missing 20 gigs and I can't tell where it is. Usually, I have log files that I manually delete (they're backup log files and I don't need them, I don't want automatic because I want to manually snoop around in other areas as I delete them weekly) So anyway, here's my evidence: # df -h...
  8. rrsub

    How do I expose PHP errors

    This isn't as easy as it sounds to be. I'd like to have error reporting temporarily report to the screen. I have a server, typical LAMP server, that doesn't have PHP errors turned on. Instead it logs them to the error_log for the site, not the server, the site. So in my PHP.INI, I have...
  9. rrsub

    Dynamic column Height without tables

    This seemed like an easy problem to solve but it has exhausted me today. I see lots of 2 column WIDTH problems solved but not 2 column HEIGHT problems and I'm at my wits end tonight. Basically, I'm building a template. 1 way to fix this is to use a 2 cell table but I don't want to do that. I...
  10. rrsub

    hotlink prevention

    I'm using this RewriteEngine on RewriteCond %{HTTP_REFERER} . RewriteCond %{HTTP_REFERER} !^http://(www\.)?mydomain\.com [NC] RewriteRule \.(gif|jpe?g)$ /gfx/replacement.gif [NC,L] to advertise our hotlinkers to our site. Is there a way to disable the Rewrite Rule for certain IP addresses...
  11. rrsub

    IE 1px off, background position

    Is there a workaround/hack for this IE-only quirk? Basically this is a rollover effect and Win/IE only has the graphic as 1px off from the top (I guess because it doesn't see the border as a pixel count. #leftnav a { color: #FFF; text-decoration: none; background: #2F7BCF; border-top: 1px...
  12. rrsub

    PHP mail function text/html quirks

    I have a mailer program that formats data from an input form into a pretty HTML format message delivered to a specific user. I have "Content-Type: text/html; charset=ISO-8859-1 \r\n" in my headers and it works well from IIS. From Apache2 on Linux, Outlook displays the message as text...
  13. rrsub

    CSS rollover IE problem

    I've seen the other posts about this but I feel I'm missing something here. This code does what I want which is to change the background on a hover on browsers that are not IE. What is the IE fix/workaround for this? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"...
  14. rrsub

    Safari and CSS Position

    So I'm using nested Div tags and striving to be XHTML1.0 Strict. I had a div tag with #subhead{ position: relative; top: 81px; } which gave me the position I wanted for my nested Divs. IE, Opera, and Gecko based browsers were fine. Safari didn't adhere to it even though is is listed...
  15. rrsub

    Cell phone browsers

    Although they constitute less than 1% of our traffic, it is significant enough that we would like to preview our content in a WebCollage or Nokia browser. We also test with WebTV but we only make sure that it's good enough for that platform. WebTV has a viewer available for Windows. Is there a...
  16. rrsub

    TD height problems IE vs others

    Using CSS to set the height of my TD cells, I specify 27px and have a border-bottom of 1px. IE measures this at 27px while other browsers measure at 26px after the render. The problem I have is nested tables with no padding or spacing. I'm trying to match a nested table to match the borders...
  17. rrsub

    Need to automatically get CVS updates on commits

    I'm using CVS for web work and what I'd like to do is have an automatic UPDATE after COMMITS done to a shadow folder (like a website) so that changes are live. Cron job isn't the way I'd like to go because I don't want to do one every minute or less than that. Can anybody point me in a...
  18. rrsub

    Include weiredness

    I just moved a site to another server and for some reason, my includes aren't working on scripts that are more than 1 deep. I have a file that includes a file (variables). If a condition is met (say session var), another include is called (cleanup). It's the second include that fails; more...
  19. rrsub

    How do you stop an individual website?

    I'm trying to stop an individual website to rotate the logs. Does anyone know how to stop an individual website from the command line or scripted event?
  20. rrsub

    javascript redirect doesn't work in IE on XP

    I have an HTML page with an <iframe>. The iframe has a form and based upon the success of the form, I want the '_parent' to redirect to another site. The only browser it doesn't work on is IE on XP (test version is SP2). Is there a way around this?

Part and Inventory Search

Back
Top