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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by saul11

  1. saul11

    getCellIndex advanced, taking colspan and rowspan into account

    I'm trying to build a getCellIndex function to get the position of a cell in its row. I know you can easily read out the cellIndex attribute or count the cells in front of the target cell, but I want to take spanning into account. colspan is not that much of an issue, we can just count the cells...
  2. saul11

    color laser printer mostly to print pencil drawings

    ah, thanks foor telling. I'm on a standard windows (XP) box, so I guess the drivers won't be a problem like you say, but I'm not sure about the print server devices. How can I verify that a printer will work on my PC?
  3. saul11

    color laser printer mostly to print pencil drawings

    I'm looking to buy a color laser printer mostly to print pencil drawings, but I'm unsure what to get. For the quality I'm happy with my inkjet, but I want to get a laser printer to have no -or less- color degradation. I'm looking for a machine below $1000; The images I'd like to print are...
  4. saul11

    specific files unreasable/corrupted, how to delete?

    I have done a defrag and stopped in the process (just with the stop button, nothing wild :)). After that I rebooted and had windows tell me that it needed to check the files. Left it on two days while windows was displaying the message "Insufficient disk space to hotfix unreadable file {number...
  5. saul11

    image composition depending on several vars

    I want to make a script that composes an image depending on several variables. The image is composed of a base piece of clothing (e.g. t-shirt) on which an image and text can be placed. The color of the piece of clothing; the location of the image, the image itself and the text are variable...
  6. saul11

    XML: What would be the best design for a menu tree?

    Your post is very clear and really tackles my posted problems, but I went on trying to embed XML into HTML... I found out that there is no cross-browser solution for working with xml data islands in HTML! An xml file (possible including an xslt file) can only be showed in a window or frame, not...
  7. saul11

    XML: What would be the best design for a menu tree?

    What would be the best design for a flexible and unlimited menu tree with XML? Now I have an XML file with only one type of tag (<item>) The tag holds the name of the item and possible subitems. I've built it this way so that it would be unlimited in depth, e.g. : <?xml version="1.0"...

Part and Inventory Search

Back
Top