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 IamaSherpa 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: *

  1. jdmaynard

    Thumbnail gallery

    Sorry, Jason: Let me try to explain it again. I'm trying to display the thumbnails in a table format with four pictures per row, and who knows how many rows. My problem is telling when I've displayed every fourth image so I can go to a new row. My counter variable seems to disappear every time...
  2. jdmaynard

    Thumbnail gallery

    I've found lots of ways to place the thumbnails horizontally across the screen. Mostly my problem involves using the counter to start new rows.
  3. jdmaynard

    Thumbnail gallery

    In ASP I used to make a thumbnail display something like this: ------------------------------------ <% dim counter = 0 %> <head> </head> <body> <table> <tr> <% While (NOT rsItems.EOF)%> <td class=&quot;gallery&quot;> <a...
  4. jdmaynard

    Disk Cleanup (cleanmgr)

    I find that 'cleanmgr' spends way too much time figuring out how much disk space I could save if I 'compressed little used files'. I don't ever want to compress anything. Do any of you folks know how I can get 'cleanmgr' to ignore the compression option and just find the files I can safely trash?
  5. jdmaynard

    Ultradev's recordsets don't work for me

    When I create a 'simple' recordset in UD4 from a table in a SQL database, the dialog box shows all the tables listed as '88user.tablename'. (88user being the SQL username).When I try to use the recordset (or test it) I get a 'syntax error near 88' I found if I remove the username prefix from...
  6. jdmaynard

    3Com PCI Ethernet setup

    Let me be more specific - On the BOOT screen of my AWARD BIOS I set 'Plug & Play OS = [NO]'
  7. jdmaynard

    3Com PCI Ethernet setup

    This is a question and an answer! I've spent a LONG time trying to configure my 3C900B ethernet card in RedHat 7. It wasn't getting assigned an IRQ. If I said 'ifconfig eth0 up' for example, I got the nasty &quot;Warning: IRQ 0 is unlikely to work!&quot; and of course, it didn't. The solution...
  8. jdmaynard

    Java applets won't work!

    Noodling with the registry, I've gotten partway there. Java now works with my Opera Browser. In Frontpage, I can now see the Java applets on the design screens, but not on the preview screens - which are, of course IE. What I really need are the details on how the Java runtime is normally...
  9. jdmaynard

    VB vs. SM56 FaxModem

    I've been trying to test out an ugly modem problem using &quot;newVBTerm&quot; - a dandy sample program from MS, but when I try to open the modem port (PORT 3) I get message - &quot;8002 Invalid Port Number&quot; This is what I know: Win 2000 Pro The Control Panel/Device Manager says...
  10. jdmaynard

    Java applets won't work!

    Yup, Java is enabled. I've also downloaded (again) the latest Java runtime from Microsoft. The disappointment continues.:-(
  11. jdmaynard

    Java applets won't work!

    Last week My W2K registry hiccuped. Various oddities occured - most I was able to fix, but I can't get any Java applets to work. Among other things I tried re-installing IE5.5 (saying replace all the files), I did a 'repair' install of W2K, all after trying to see if I could get some file types...

Part and Inventory Search

Back
Top