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 SkipVought 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. artguy

    Flash text in dreamweaver 4

    You probably need to include the code or a link or something for someone to answer intelligently about the problem.
  2. artguy

    Dragging mouse over HTML text within DIV tag

    Are you talking in Dreamweaver or a browser? It works fine for me in DW when I use your code, unless I'm not understanding you question.
  3. artguy

    Images and content not showing up in Dreamweaver

    Dude, be glad that is even showing up in the browser! You have some invalid HTML going on for starters. There's HTML within the head tag, the script, title, etc. are above the title tag instead of within it. There's the link tag for your style sheet within the body tag. I'd at least get all of...
  4. artguy

    template trouble ... won't update ...

    Well, by looking at the Andrew's Sister page, you do have a nested editable region "doctitle". <!-- #BeginEditable "doctitle" --> <!-- #BeginEditable "doctitle" --> <title>Andrews Sisters at the Latin Quarter</title> <meta name="description" content="desc here"> <meta name="keywords"...
  5. artguy

    Dreamweaver Forgets Password

    I updated to IE7 and it didn't affect my site definitions. Mine happened before I upgraded to 7. It hasn't happened since I ran the DW updater, but I won't hold my breath. Running the 8.0.2 updater seems to work even if you already have used 8.0.2 updater. So keep it handy just in case.
  6. artguy

    update a table using a rows from another table

    Thank you both for your invaluable (and I must say FAST!!!) replies. That's exactly what I needed. I'll give them a try! I kept trying INNER JOIN and just kept getting the WHERE portion wrong, I guess.
  7. artguy

    update a table using a rows from another table

    I have 2 tables. The first table (table1) is a list of zip codes and a distributor ID for each. The second table (table2) has a smaller list of zip codes. I need to change all of the distributor IDs in table1 to another ID number ONLY IF the zip code exists in the second table. Then I need to...
  8. artguy

    Dreamweaver Forgets Password

    I just noticed I was only up to 8.01. I upgraded to 8.02 and tried it and now it seems to be retaining the info. Now I noticed earlier in this thread that it happened in 8.02 as well, so it probably is a corruption of sorts as aafz pointed out that occurs regardless of version. (hypothesis)...
  9. artguy

    Dreamweaver Forgets Password

    I too just started having the problem this week. I can't think of anything I have done to cause this. Anyone figure this out yet? It's only the username/password. The only thing new I did to my machine was installed BitDefender.
  10. artguy

    converting from actionscript 1.0 to 2.0

    That was it! I'm ordering a book from Friends of Ed to understand Flash more. Probably Foundation ActionScript for Flash 8 -- to cover the basics and get into some deeper stuff...well, deeper for me. Thanks for your help and your time!
  11. artguy

    converting from actionscript 1.0 to 2.0

    Is it "MovieClip.prototype" that no longer works on AS 2.0? That's the only thing I can question since everything else looks pretty normal.
  12. artguy

    Flah EXPERT needed: Lowercase letters being cutoff!

    The text box containing "Main Menu" within the symbol "mainItem" needs extend a little lower below the baseline so the letters don't get chopped. Within your flash file, open the symbol "mainItem" in the library. You'll see a long box extending out to the right surrounding the words "Main...
  13. artguy

    converting from actionscript 1.0 to 2.0

    I got some old code off of Fl*shk*t(now that I read your sig, guess I won't go there again. seems dead anyways) for an idea and was making some changes to it so it would do what I wanted it to do and my code didn't work. So I went back to the bare basics and it didn't work either after I had...
  14. artguy

    converting from actionscript 1.0 to 2.0

    I have a script that I would like to use that worked with Actionscript 1.0 but if I export using settings for Flash Player 8 (using either AS1.0 or AS2.0), it no longer works. It's a very simple script that has 5 lines in the main timeline and another 4 or 5 on one of the movie clips. I export...
  15. artguy

    separate domains temporarily - same server

    Thanks for the response! Makes complete sense. Didn't think of doing it that way. I'll do it this way if they make me. Right now I'm just trying to get each site on separate servers talk to the same DB. Thanks for your help! bob
  16. artguy

    separate domains temporarily - same server

    I have 2 web sites that are going to be merging with each other. So for the next few months, they are creating similar Web sites and retaining their separate domain names. Each site will have an identical home page allowing people coming to either domain decide which one they want to view. Is...
  17. artguy

    File not saving &quot;because the file is in use or was left open&quot;

    I promised to post here with any results and never did. We restarted the server and nothing changed. We made sure we shut down the Macs each night so we start fresh each morning but to no avail. It seems to be happening most often with large files, but I can't say that's the only time. Some of...
  18. artguy

    Pull info from multiple XML files where IDs match

    Perfect! I did change the code to be: <xsl:for-each select="document('contacts.xml')/contacts/contact[dept = current()/id]"> since the ID I need to match in the contacts file is "dept" but that's all. Just my weird naming convention. Thank you very much for your time and knowledge! Using XSL...
  19. artguy

    Pull info from multiple XML files where IDs match

    Thank you for your response! That solution is very close to what I need. The only thing is it displays all contacts under every dept. instead of only where the fields I mentioned match. (see examples below) Is there a way to accomplish this? This is what is displays: <div> <h2>Snow...
  20. artguy

    Pull info from multiple XML files where IDs match

    I have 2 xml files that I'm trying to combine to display some contact info. My goal is to grab the Department info (address, phone) from the dept.xml file and add a list of contacts that are located in the corresponding dept from the contact.xml file by matching the ID field in one file to the...

Part and Inventory Search

Back
Top