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

  1. quickblueink

    Apple Hard Drive compatible with Linux?

    Hey Y'all. I have an older 3g iBook and the logic board crapped out on me this week. It's the second one to die, and i don't necessarily feel the need to revive it. The machine is ok, it starts up and i can hear it checking mail and logging on to instant messenger. The problem is that the...
  2. quickblueink

    data from text file, w/o generator

    Ok, I have a text file that is actually a tab delimited excel spreadsheet. It has 20 fields and about 2000 lines. I want to parse this file into a flash object, so that i can display them. Here's the problem: I can't use a webserver or any server side scripting to do it. I want to build a...
  3. quickblueink

    handling include errors

    My jsp page has a <jsp:include> directive which includes either a jsp or html file into a table. How can I catch, or otherwise keep an error page from showing up in the table field in the event that the include does not find the specified file? Thanks, M.austin
  4. quickblueink

    what is &quot;Serializable&quot;?

    Can anyone give me a quick rundown as to what is and why anyone uses the serializable interface? Thanks, M.austin
  5. quickblueink

    Trig classes in Java

    Surely there are classes dedicated to sine, cosine, tangent, etc., with static fields like PI, but I can't find them anywhere in the J2SE API's. Does anyone know what packages/classes these are in? Do I need to have J2EE to get these features?
  6. quickblueink

    wireless: do i need a hub?

    I just bought a wap11 access point (no router), its my first wireless endeavor. I don't have a network set up. I have 2 desktops and 2 laptops. All i want is to set up the WAP on one desktop, so the other ones can connect to it and share internet (dialup, tragically). Anyhow, i plug the thing...
  7. quickblueink

    web address prefixing

    I don't even know where to start with this one. So I thought I'd try here. You know how some websites have divided their site up using different subnames on the addresses? Like my school for instance, divides theirs up by college. So the addresses look like: business.kennesaw.edu and...
  8. quickblueink

    getting text files from Access

    My Access database has some OLE Object fields which contain text files (.txt). When I run a SQL Query and try to have the text file print to the asp page i get &quot;?$&quot; where the text should be. How should I go about fixing this? The only thing I can think is to make the fields text and...
  9. quickblueink

    duplicating and removing mc's

    imagine a resume page. To the left are buttons for experience, skills, education, etc. When you press the button a &quot;file card&quot; scrolls up from the bottom with the info. if you press another button, the &quot;file card&quot; that is up scrolls down, and the new one scrolls up. it...
  10. quickblueink

    xf86config problem-&quot;server does not exist&quot;

    i put a new graphics card in, it took me through the usual Xconfig setup process, i chose 800x600 and 420x640 (or whatever the next one down from 800x600 is), and when it loaded KDE, it starts in 1280xsomething resolution. i read the config README, and it said i needed a file called...
  11. quickblueink

    Spoiled Brat Wants Dual Monitors

    my video card got fried, and I thought before i replaced it I would ask if anyone knew of a dual monitor card that was particularly friendly with linux (RH 7.1), or if i could attempt it with two cheaper single PCI or AGP cards. Thanks, --M.austin
  12. quickblueink

    power suddenly cuts off

    I read the FAQ about freezes and stalls, but this doesn't seem to fit the bill. It DOES happen in moments of heavier usage, but it also happens when the thing is just idling. I am running red hat, and have something like 200 Megs partitioned into swap, so i doubt its a memory thing. it did the...
  13. quickblueink

    OLE objects in db

    This may be the retard question of the week, but here goes: I am connected to an access database which has a column that holds OLE objects. When i use asp to display all the db columns in a table, it works for all fields except the last, holding the OLE object. So do i need to specifically say...
  14. quickblueink

    Modem/CD Rom Conflict (truly bizarre)

    I have an older computer running win95. I have a Lucent win modem taken from another computer (i have drivers on CD). I bought and installed a cd burner so that i could install the driver for the modem. Initially after installing the cd burner, the reboot would prompt me for a system disk. after...
  15. quickblueink

    Newbie startpoint

    I am looking for resources on getting started using netware. any pointers as to where to start would be awesome. to give you an idea as to my level of expertise, i got a computer for free, and found out when i got home that it has netware 3 (the beta, ugh) installed on it. I use Linux...
  16. quickblueink

    Drive recognition @ install

    Here's what I know: I'm new to linux, just bought Redhat 7.1. I'm using an old HP Netserver LF with 3 physical drives and RAID. When I try to install, i get an error that linux cannot find any valid drives to write to. the it shuts down and goes back to DOS. what i think is that Linux can't...
  17. quickblueink

    making it work

    I know nothing about raid or how to use it beyond the philosophy of what it is for (ie-storage/backup).i have acquired an hp netserver lf, with 4 physical Disks in it. there are a couple of problems: 1. first off, the raid controller is not installed (or there isn't one on the mother board or...
  18. quickblueink

    irritating redundant database questions

    Ok, my head is swimming trying to get this all sorted out in my head: I write a database with, say, a unique ID, description, and picture of each item. then i do an ASP (or JSP) page which calls that database, and last i do a flash page with blank dynamic text boxes that call for that ASP/JSP...
  19. quickblueink

    the Server Side

    Here's a question: Do you think it's possible to use server side scripting to build the flash page? For instance, could you have a SSI that would call a movie clip that sat in a database? or maybe a database with shopping cart variables (eg--price, specs, quantities) and a movie clip that...
  20. quickblueink

    gif animating and MC buttons

    Two quickies I hope: I took a pic of a green moped and made it red in photoshop, Imported both to flash and tried to make the green one fade to the red one. It doesn't work. i tried every pic format in existance, i tried breaking it apart and i tried trace bitmap. the only thiing that seems like...

Part and Inventory Search

Back
Top