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

    Image pre-load

    I'm using Flash 8 Loader Component within my movie. I'm displaying large image files and would like to add an Image prelaod to the movie. I only have one Index.fla that call other .swf(s) within itself, so this kills the JavaScript Image pre-loader added to the HTML. I'm looking for any...
  2. Are8Jay

    Creating a Calander based off Outlook

    When plaining a flash application where do you find out the best coding practices within flash? For example: I'd like the look and feel of the Outlook Calander with all of its functionality and features. When do I use multiple swf files to accomplish this and how do I increase download times...
  3. Are8Jay

    XSL-FO Accounting Check Run

    I'm a web developer using ASP.NET/VB with XML and XSL to generate Accounting reports. Am currently writing a check run process and need to use XSL-FO to style the OUTPUT XML into printable checks. I have a 3rd party .dll to produce the PDF. I've designed a number of Reports, so my experance...
  4. Are8Jay

    Problem Detecting clientHeight in IE 6

    There are older post out there but there under going maintance so here my problem. I'm centering the web page based on the cleintHeight and clientWidth but ClientHeight is a value of Zero and I'm Kinda lost!!! Its working in Netscape 7 but not IE 6 [code] <!DOCTYPE HTML PUBLIC "-//W3C//DTD...
  5. Are8Jay

    Need help getting around Netscape 7 no &quot;onResize&quot; Bug!

    onResize of the browser window I'm centering the <div id='pagecell'> tag, but netscape won't work. I've tryed every thing I can think of. I need help. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta...
  6. Are8Jay

    Makeing a filling cabinet.

    Need to store the information about an image so I can search for it at a later date by name, category and description. Before that, I need to get image's of CD and display it on my access form, edit the name of the image. Select a category to place it under and type a short description of the...
  7. Are8Jay

    Tring to use PHP to query db and pass variables into JavaScript!

    I need to fill the array in JavaScript at runtime. Here is an example of the array hard coded or(static) I need dynamic way to fill in the array pending on what images are in the gallery selected: <script> Book_Image_Sources=new Array( "gallery/DSC00002.png","", "gallery/DSC00003.png",""...
  8. Are8Jay

    PHP guestbook problem(newbie!!!!!!!!!!!!!)

    I started with pre written script and used PHPAdmin to create the proper table in database but, the information isn't getting to the database. And where the Entries should be displayed I get: Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in...
  9. Are8Jay

    Automobile listbox(Make) results the listbox(Model)

    Probly a very simple solution but I've been racking my brain to make it as user friendly, PLEASE help. I'm using Microsoft Access dbm to track towing information. I have one form that saves all of our records to one table and from there I have multiple queries and reports to veiw theses...

Part and Inventory Search

Back
Top