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 bkrike 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: ID10T16
  • Content: Threads
  • Order by date
  1. ID10T16

    Code view problem in CS4

    It's an odd, annoying problem that I have encountered once before (on a totally different machine), that I unfortunately do not recall how to resolve. Simply put, it seems like all the text in code view is squeezed. Say each character in code view needs X number of pixels to be properly...
  2. ID10T16

    Motherboard Purchasing Question...

    I'm trying to build a beast of a workstation that can handle Video Editing and 3D Rendering, among other things. The Quad Core Xeon processors are looking fairly nice, but I have a problem. I want dual PCI-E 16X slots for possible SLI upgrade (we already have one good Quadro card) in the...
  3. ID10T16

    Can Ajax do this...

    I haven't touched Ajax yet, merely because I'm not sure exactly what benefits it offers. Here's my scenario. I have a site that has its content constructed via a mysql database, but I want to reduce loading of graphics and such. Using Ajax, can I setup the site so that the layout stays the...
  4. ID10T16

    droplet and ImageReady unable to communicate?

    Anyone ever see this problem? I created a droplet to optimize a bunch of images, but when I try to run it, I get an error saying that the droplet cannot communicate with ImageReady, regardless if ImageReady is open or not. I'm running Windows XP SP2 if that info is needed. Any guidance in...
  5. ID10T16

    Remote Access Connection Manager = svchost overload

    Ok, here's the problem: Remote Access Connection Manager, when running, causes svchost.exe to take up all CPU cycles. When Remote Access Connection Manager is not running, everything runs fine. Normally I would just disable the service and that would be that, unfortunately, the service is...
  6. ID10T16

    Session variables disappear

    I can't figure out why this is happening, as I do similar things throught my site that doesn't do this. Here's what's happening... I am implementing a random second step for identity verification via a security question and answer. When a user first logs in with their username and password, if...
  7. ID10T16

    System won't Power Down after Vista 64-bit Install

    I've seen alot of people on the net that have shutdown problems after they install Vista, but none quite like mine. Here's the situation... I installed Vista Ultimate 64-bit as a clean install on my system. When I attempt to shutdown or restart my system will go through the standard shutdown...
  8. ID10T16

    mysql_affected_rows problem

    I'm trying to use mysql_affected_rows to determine if an update was done or not. Here's a query string: UPDATE staff SET first_name='first', email='', last_name='last', phone='', bio='', sec_lvl='MSTR', active='Y', dept='MSTR' WHERE id='2' My problem is that if I use if($result), an update...
  9. ID10T16

    Problem with INSERT and DATE

    Ok, for some reason this won't work, but I'm almost certain that I had this way working before on another site I was testing. Here's the error code (has the query string included): A fatal MySQL error occured. Query: INSERT INTO edit_log SET what='Staff member profile ID: #2 was changed'...
  10. ID10T16

    What's the best method for large string transfers?

    I'm trying to find out what is the best method to transfer longtext for storage in a database. I know I could use the URL pass method, but we're talking about a lot of content here. I will have a form with some <textarea> elements that will hold alot of data. This data needs to be put into the...
  11. ID10T16

    Element Width in IE

    Is it at all possible to gather the element width in IE 6? I've tried clientWidth, width, and offsetWidth. They either give me a 0 or nothing at all. I either need to find the width of the primary table, or the width of a div in the table, but cannot find out how to do it. Does anyone have...
  12. ID10T16

    Page inexplicably long

    I have a mix of a single column table with a few rows with one primary row that contains the content. I am using quite a few divs to stack elements (mainly images) the way I need. I have all of the divs aligned relative to their position in the table. My problem is that the page gets very long...
  13. ID10T16

    Dynamic Radio Button Verify

    Ok, I must be having a brainfart because I'm almost certain I've done this before in a fairly similar way, but I cannot get it to work now. Here's the situation: I have a survey form that has some required fields that I verify are filled in onSubmit. I'm trying to use one script function to...
  14. ID10T16

    Checkboxes, Javascript and passing to PHP

    I've scoured all over the net to find out any help I can to try to get this to work. Currently I have a list of checkboxes like this... *** <table width="610"> <tr> <td width="25%"> <Form name="advanced" align="left" action="<?php echo $_SERVER['PHP_SELF']; ?>"> <input type="checkbox"...
  15. ID10T16

    Need to find out the drive letter.

    Ok, I'm trying to find some way to test if a certain CD is in a drive (probably by looking for a special file) and then taking that drive letter and making it a variable. Then I want to take that variable and use it to create a command that calls a program from the CD. From some poking around...
  16. ID10T16

    Serious Head Scratcher

    Ok, this problem kind of slowly creeped up on me seemingly from nowhere. Sunddenly, all my games produce a huge amount of artifacts. It looks alot like when Digital Cable or Satellite gets a mediocre signal & you get thos little blocks on random spots on the screen. Anywho, long story short...
  17. ID10T16

    Need some help finding the problem in syntax for a friend.

    I got a friend that's got this error with her javascript in a webpage. I haven't done any development in a LONG time, & therefore the correct syntax slips my mind. Here's the code. It says there is a ) missing on line 23. If I'm so unaquainted with it to not see this error, mayhaps it's time I...
  18. ID10T16

    AOL &amp; Outlook

    I have a customer whom is a Farmers Insurance agent. I just installed AOL DSL at his office. He can get onto the internet fine & all, but he has a problem. Farmers Insurance gives their agents their own e-mail through Farmers, which is POP3. Now, the big question is: Is there a way to use...
  19. ID10T16

    512 DDR PC 2700 CAS 2.0

    ANYBODY know where I can get 512meg stick of PC2700 DDR rated at CAS 2.0? I'm a small reseller down in texas & this is just for personal use so I'm not on a time budget, but it's just something that I want for myself. All my distributors don't give their ram CAS ratings. This is not good if you...
  20. ID10T16

    Vid card or Motherboard?

    Here's the problem. I have recently developed a minor problem that is probably a sign of a sleeping giant problem. When I turn on my computer, I have to hit the reset button before my monitor can get a signal. I hit the main power switch, & then hit the reset button just before the hard drives...

Part and Inventory Search

Back
Top