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 wOOdy-Soft 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: ITGL72
  • Content: Threads
  • Order by date
  1. ITGL72

    Artifacting? Bad Video Card?

    Well, my P4 3ghz machine that I use for my wife is beginning to artifact. I'm looking at the temp on the GPU around 50 right now and it is still doing it. I pulled out the card, and ram, went through and reseated them and vaccuumed out any dust to see if that would help. Check the pics below...
  2. ITGL72

    Creating document to show address in window of envelope.

    I'm working on a mailing and am trying to avoid also printing LABELS that need to be applied to an envelope. If I can create the customized letter in word, using a merge from the DB of peoples addresses I can also print their address on each document. The work then would be folding the document...
  3. ITGL72

    Outlook 2003 avoid Junk Mail in Unread Folder; Hide

    I am using outlook 2003. Does anyone know if you can make the unread folder NOT COUNT, and NOT SHOW any messages that end up in the Junk E-Mail Folder? My outlook system usually catches SPAM, but I use the unread folder to jump right to my new email sometimes. Makes it tough to navigate all the...
  4. ITGL72

    WK2 VPN IP Mess

    I have a windows 2000 server on a 192.168.1.0 internal network. It’s the VPN server. I noticed my problem when first connecting to the server. Its behind a DSL connection using a linksys router. Port forwarding is setup for VNC and VPN connection. I can connect via VNC and connect via VPN. But...
  5. ITGL72

    My conditional needs a look over...

    I have a page with just the following code in it: <?php if ($_COOKIE['company'] == 'HC') { header('Location: subscribeto_hc.php'); } elseif ($_COOKIE['company'] == 'SVC') { header('Location: subscribeto_svc.php'); } else { header('Location: subscribeto_sti.php'); } ?> When I bring up this...
  6. ITGL72

    IF/THEN for Navigation Options Available.

    I am working on a navigation menu in which I only want certain links shown depending on the page you are on. I assume at the top of the page I would have some type of CF code like a SET PAGE = "pageb" and down by the navigation if it said IF PAGE = "pageb" --show it, otherwise do not show it...
  7. ITGL72

    Differences in MySQL on their download site.

    I see two downloads on the http://dev.mysql.com/downloads/mysql/4.0.html page I wish someone to explain to me the difference. At the bottom of the page there is a section stating: "For maximum stability and performance, we recommend that you use the binaries we provide" and for Linux...
  8. ITGL72

    Send DATA to URL on Next Page

    What I need to figure out here is how to get a number inputed on a page with a one line form to show up on the next page up in the URL. For example. PAGE1 a user enters the number 12345 in a one line form and clicks submit. ...after clicking submit PAGE2 comes up PAGE2 has the URL...
  9. ITGL72

    Save For Web but Assertion Failed! XP/PS7

    I am trying to save an RGB .JPG image with 'save for web' feature and it is giving me an error that states &quot;Could not complete this operation because an assertion has failed&quot; Any suggestions? Running version 7 of Photoshop on XP. Thanks -G
  10. ITGL72

    Cisco 7200 Series Rack Mounts

    Company I work for is under the gun with an install date that was made available to us sooner then expected. We have a 7200 Series router that needs to get mounted on a rack but it does not have the hardware to bolt to its side and the rack. Since I have 0 experience with Cisco anything, would...
  11. ITGL72

    Rollover TD

    I am looking for either an DW extension I have used or seen in the past, or a tutorial to roll the color of a table cell over when a mouse hovers over it. Kind of like an image roll over but with out the image. I just want the inside of the cell to swap colors. Is there a *free* solution?
  12. ITGL72

    INVALID SYSTEM DISK

    Needless to say, I am a little distraught. I picked up a new P4 computer for a friend that I offered to configure with Win 98 SE and load software, drivers, etc on planning to ship it out to him ASAP. I was pretty much DONE last night. When I come into the room this morning the computer was off...
  13. ITGL72

    ATI Control Panel?!

    Yesterday I decided to put in the newest driver for my ATI 8500 Radeon. This is on an XP PRO P4 machine. Along with the driver is the ATI Control panel. Seems something went awry during its install. Yes the driver did install, but the control panel, which allows me to control the antialiasing...
  14. ITGL72

    Importing old database

    Today I had a webserver completely die on me. After rebuilding it and loading up SQL7 I need to find a way to import the old database. I currently have the two files saved as: database_log.ldf database_data.mdf Can someone point me in the right direction on how to get this database into the...
  15. ITGL72

    Importing into Excel?

    I have about 4000 lines of data in a text file in the following format: Name Phone Email City/State Time Zone JOHN DOE 5556263991 email@essex1.com STERLING/IL C MARY SMITH 5556479310 email@msn.com MANCHESTER/NH E PETER DOE 5552457699 email@aol.com ROYSTON/GA E DONNA SMITH 554686994...
  16. ITGL72

    setup.bat with SP4

    I have a single SQL7 Server running on NT4. After extracting the SP4 files, and clicking setup.bat the install wizard starts up, and before it really starts it just disappears. Anyone have any suggestions?
  17. ITGL72

    Sending something to URL

    I have done this before and now I simply cant find the code snippert on how I did it. Heres what I am trying to accomplish. I have a form with one form box. I enter an ID# in this form box. Click submit, and I want it to go in the URL at the end of something that looks like this for example...
  18. ITGL72

    BUILTIN\Administrator on SYSADMIN Role for SQL7

    I was working on a fresh install of SQL7 SP4 on an NT4 SP6a server. Going through the MBSA on some recommended fixes I removed the BUILTIN\Administrator account from the SYSADMIN ROLE. I guess the morning coffee had not kicked in yet. The only thing that is in there is the &quot;SA&quot...
  19. ITGL72

    2000 Server (25-client)

    Hi everyone, I'm working on a new project with an office with 20 people. This is the first time I have to buy everything from scratch for this network. The office has no more then 20 people working there. Just a quick search of pricing I see 2000 Server (25-client) $1,579.99. If I do PER SEAT...
  20. ITGL72

    Someone set me straight

    I am working on a page and doing some basic CSS on it. I have a set of links in a color table so letting the tables do the default BLUE wont due. I want the links to looks white, and hover them to yellow. I got this to work for the most part. However the links on the blue back ground I want...

Part and Inventory Search

Back
Top