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

  • Users: TMac42
  • Content: Threads
  • Order by date
  1. TMac42

    Position image in exact X,Y spot in relation to table cell

    I assume I can assign an ID to a table cell for part of this, but how do I use CSS to insert two images with each image having a different location based on the location (XY) of the table cell?
  2. TMac42

    layering two images

    I've got a footer image has part of the left side of it cut out w/ a transparent background. What I want to do is to layer an image behind this (aligning with the bottom left corner of the top image) so that it can be seen through the transparent areas of the top image. How is this done? I'm...
  3. TMac42

    background image w/ a bgcolor

    I need to use a background image for my page. It's a tiling image that is a gradient from top to bottom. In addition, I need to use a bgcolor that is the same as the color of the bottom of my gradient so that any time my content extends so far down, the page will look normal. I have tried this a...
  4. TMac42

    Load text file in Flash 8

    Is there a new way that we have to load up text from a text file in Flash 8? We are re-using some older code to simply read a text file and display that text in our movie and it continues to come up undefined. Any help is appreciated var Ext_text:LoadVars = new LoadVars(); Ext_text.onLoad =...
  5. TMac42

    subnav menu w/ rollover images from main nav menu w/ rollover images

    The subject says it all, but I've got a site I'm laying out that has one row that contains our main nav menu table that consists of basic rollover images. The tricky part is, I need to have a row below that which will display a corresponding rollover sub-nav menu. And each sub-nav menu differs...
  6. TMac42

    missing image??

    I'm helping someone troubleshoot a situation with a Flash movie they had developed. The problem: their logo does not appear in the Flash file - but only on an occasional browser here and there. The Flash file loads up, the animation takes place as it should, but anywhere the image should be...
  7. TMac42

    GetCaretIndex for cursor location = -1

    I have some code that is accurately getting the blinking cursor position (ex: 2, 3, 4) using GetCaretIndex. Right below that, I'm assigning that value to a global variable: iTestLocation. If I trace iTestLocation here, it is correct. Later, in another function where I want to delete a...
  8. TMac42

    Help w/ text variable issue

    I've got a small app that reads the contents of a text file and then displays those contents on a Flash banner. The text file reads: Test=This is a test. Here's the problem: I can read the contents of the text file but for some reason it won't display on the banner. If I hard code the value of...
  9. TMac42

    system.drawing DrawImage

    Does anyone have any experience using DrawImage to take a high-quality image and scale and save it to generate either a thumbnail or mid-sized pic? And I'm not talking about on-the-fly in memory. I'm talking about using something like this in an admin area where a user uploads a hi-res pic and...
  10. TMac42

    Yet another date compare question

    I've got events in my database. Some start at a certain time, so we save the time. Others do not specify a time, so only the date is saved. All of these entries in the db are datetimes. In my application, if the user wants events for just one day, that date (ex: '10/17/2005') is passed in to my...
  11. TMac42

    dynamic image scroller

    I need to build a scroller that loads all images dynamically either from a xml file or from just looping through a directory for all .JPG files in the directory. I want to load up all images and scroll them one at a time, left to right, and there's no other activity - ie, the images are not...
  12. TMac42

    convert string to a date

    My querystring is passing in: Fri Sep 16 00:00:00 GMT-0500 2005 Is there a fuction that will take this string and convert it to simply give me mm/dd/yyyy?? Otherwise, I'm thinking I'll have to use mid, right, etc. to parse the string. Thoughts?
  13. TMac42

    combine regular expressions

    I have a long list of regular expressions for various form fields I'm checking. My question is, if I want to apply two or more of these RE's to one of these fields, how do I go about doing that? Thanks.
  14. TMac42

    Use XML file for mail merge in Word

    I'm trying to use a XML file as my data source to do a mail merge in Word for some printing labels. The directions given by MS are not completely complete, imho. Anyone have info on how to do this and tie each field to a value in my XML file? Thanks!
  15. TMac42

    IIS serving up .JSP pages

    One of our clients would like to move their JSP site from their current host to our IIS hosting. What's the latest on hosting these pages on a IIS box? Is there a plug-in (a good one) that works for this? Does this compromise any of the existing sites hosted on our server? Thanks! And have a...
  16. TMac42

    substitute for ASP server.execute or response.redirect with frames?

    I've got a frames site (html pages) that needs to be secure. To get to this application, the user must go through a secure ASP application that sets a value to a session variable. Problem is, when they click into this HTML frames-based site I can't really redirect the user to my login page if...
  17. TMac42

    job to set status to inactive after 24 hours

    I've got a table that gets fed data throughout the day. When a new row is inserted, I insert the values into the table, including a column of "DateTimeCreated" with Now(). This column is a datetime. But, if they later update the row, they send me a string value of date and time to use in a...
  18. TMac42

    change status if record created > 24 hours

    How can I simply update a status column to "inactive" for any record that was created more than 24 hours ago? I have a column already for "DateTimeCreated" but it is stored as a string (don't ask). Thoughts? Thanks.
  19. TMac42

    VBScript INSERT - avoid error on duplicate record

    I want to prevent an error in my ASP code if I get a file and try to do an INSERT into the database for a record that already exists. Obviously, I can run a quick query to see if it exists, but is there a better or more simplified way to handle this scenario so it does not happen? If not, I'll...
  20. TMac42

    Hide/Show Table & Image Swap.

    I have one table that gets displayed every time a page is refreshed and another two tables below that. I have a + graphic in the first table that allows the user to expand and display the bottom two tables that are wrapped with <DIV> tags. I have an anchor tag wrapped around the image that calls...

Part and Inventory Search

Back
Top