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

    WD2500BMVV 2.5" drive- not spinning

    Hi guys, A friend asked me to take a look at her portable WD HDD which isn't working. Apparently it had been working intermittently over the last couple of months, until recently stopped working altogether. The power LED comes on, but there is no life. The drive does not power up- i.e it...
  2. AP81

    Can't install XP on a compaq laptop

    I have a Compaq Presario C774TU. It came with Vista Basic Home on it, and I wiped it and have had Arch Linux on it for the past year. I'm now giving the laptop to my bother who wants XP on it. I have a licensed copy of XP SP3 and decided to install... However it would go to a black screen...
  3. AP81

    Using Ajax to retrieve image

    Hi, I have some thumbnails, which when clicked I would like to display the full-size version of the image in another container. To give some perspective, the thumbnails are all 70x70 and are around 4KB in size. The full size versions are around 100 to 300KB. My first attempt at this was to...
  4. AP81

    wait until image has loaded

    OK...this is simple, but I can't get this working. I click on a button and change an image's src, i.e. <script type="text/javascript"> function showImage(imageName) { var default_img = getElementById('defaultImage'); tmp_img = new Image(); tmp_img.src = imageName...
  5. AP81

    Lazy load image

    Hi, I have two identical sets of images: the first set is 80x80 pixels, the second set is 320x320 pixels. What I want to do is display a thumbnail image (80x80), then when you click on the thumbnail, it loads the large image (320x320) in another container on the page. If I use the 320x320...
  6. AP81

    Minified JS and global variables

    Can someone tell me that if I minify all my JS files, will global variables still function properly? For example, given the below: file1.js var total = 50; file2.js var newTotal = total + 50; Would this still work? This is a very basic example, most of my JS is contained within...
  7. AP81

    using COPY command with SQL query

    Hi, I am trying to perform a copy using a query. This works for example: psql -h localhost -U admin suppliers -c 'COPY connections TO STDOUT WITH CSV' > /tmp/suppliers.csv This on the other hand doesn't work: psql -h localhost -U admin suppliers -c 'COPY (select id, latitude, longitude...
  8. AP81

    Missing or corrupt Windows\System32\Config\System

    Hi, My Dad's PC is booting up to the dreaded "Missing or corrupt c:\windows\system32\config\SYSTEM". I know from past experience that there is no way to reliably fix this without a relatively recent backup of the registry, which unfortunately I don't have. Because I have to instruct my Dad...
  9. AP81

    Dynamically create table

    Hi, I have a table automatically generated via PHP (about 200 or so lines of code). Each table row has an ID and an onclick function onclick="copyRow(this.id);" I have a <div id="placeholder"></div> in the page, and when I click a table row, I want to place that table row in the div...
  10. AP81

    TWebBrowser preview

    Hi guys, I am trying to do a small preview window to dynamically display a given website. I have a TWebBrowser sized at H=150, w=200 and want to display a mini screenshot of a webpage. The problem is that websites don't scale down to fit the component, so I end up with a normal sized webpage...
  11. AP81

    command line copy

    Hi guys, I have to copy a bunch of files to a number of USB keys. i.e. I need to copy c:\*.dat to O: M: P: In Win98 command line I would do something like this: for %%x in (o m p) do copy /y c:\*.dat %%x: Is there something like this I can do in Vista? Better yet, it there something that...
  12. AP81

    Asus eee Laptop...opinions anyone?

    Hi, I'm looking at getting a cheap laptop as a spare Web development machine. By this I mean a LAMP (Linux Apache Mysql PHP) setup. I've been looking at the Asus eee, but am doubting whether I will cut it for my needs as it only has: - 512 MB RAM (although this can be upgraded) - 800 x 400...
  13. AP81

    Optimized file copy over network

    Hi, I have some routines which copy large amounts of files to various servers around the office. An example would be 200 files at 8 to 15 MB each to \\server1\m\ Currently I just use FileCopy however I have seen numerous recommendations that copying files over a network is more efficient...
  14. AP81

    Clone HDD whilst running Windows

    Hi, I recently made a boot disk for my father which has two menu options: 1. Backup Drive 1 (copy drive 1 to drive 2) 2. Restore Drive 1 (copy drive 2 to drive 1) All it does is use ghost with some scripts to automatically do the cloning. This all works well, but he wants a solution that...
  15. AP81

    Force a screen resolution?

    Hi, I recently bought a 19" widescreen monitor and all is good. I have two computers hooked up to a KVM (Linux server, Windows XP workstation) and that is all working fine. My problem is this: If I turn on the XP machine (and have the KVM switched the Linux machine), when I switch back to...
  16. AP81

    Pay for wireless...ideas???

    Hi, A friend of mine owns a pub and wants to enable a service where the user can pay $x dollars for X hours of wireless internet use. This sounds easy in theory, but when I thought about it, it became apparent that this is reasonably difficult (well to my knowledge anyway). I regards to this...
  17. AP81

    Stuck Pixels - suggestions?

    Hi, I recently purchased a new 19" wide screen monitor which has a stuck pixel. I've tried a few things: * turning the monitor off, applying pressure to the pixel with a stylus, then turning it back on, * massaging the pixel and around it, * using a utility called JScreenFix for 24 hours...
  18. AP81

    KVM alternative

    Hi, I originally had this posted in the Hardware forum, but was advised that this forum may be of more help... I have two machines which I use for both development and some gaming: A WinXP machine and a Linux machine. In the past I've used a KVM, however a KVM restricts to a VGA monitor and...
  19. AP81

    KVM alternative

    I have two machines which I use for both development and some gaming: A WinXP machine and a Linux machine. In the past I've used a KVM, however a KVM restricts to a VGA monitor and PS2 mouse and keyboard. I've now got a shiny new 24inch DVI monitor and bluetooth laser mouse and would like to...
  20. AP81

    ethernet over power vs wireless

    Hi guys, I've always found wireless a little flakey an was contemplating purchasing powerline adapters (ethernet over power). My question is, has anyone here used them? If so, were they any good? Did you get anywhere near the supported speed? I don't particularly want to spend good $$$ on...

Part and Inventory Search

Back
Top