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!

Search results for query: *

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

    Trying to transfer java applet "virtual tour" to new site.

    I'm trying to implement this virtual tour: http://www.granite.mb.ca/whiteshell/betula/vr/beach.htm into the new version of this site. By the way, I didn't design the old site so don't hold it against me. The old developer emailed me all the files for this virtual tour. She included all of the...
  2. wuzzle

    Making posters...questions on print

    Suddenly I'm not just the web person but the print person as well. I have to make a poster - I'm assuming regular poster size (whatever that is). What should the DPI be? And the size in inches should equal the size of the final poster? Yeah, dumb questions, but again...not a print person.
  3. wuzzle

    2 onClick actions?

    I want both these functions to run when they submit their password: function formValidation(PasswordForm) { //txtPassword=document.PasswordForm.txtPassword; with (PasswordForm) { if (txtPassword.value.length < 6) { alert('Your password must...
  4. wuzzle

    Testing length of password?

    Shouldn't this test to see how long their password is? It doens't do anything! Even if I take out the first emptyValidation part. function formValidation(PasswordForm) { with (PasswordForm) { if (emptyValidation(txtPassword, &quot;Please enter a password.&quot;) == false) {...
  5. wuzzle

    Form error - WHY WHY WHY???

    Ok - I've got one function for reminding them to enter a company name and one reminding them to enter a password. Here is the javascript: function formValidation(CompanyName) { with (CompanyName) { if (emptyValidation(CompanyName, &quot;Please enter a Company Name.&quot;) == false) {...
  6. wuzzle

    Shutting off Text AutoFormat in Interdev???

    I do not want Interdev to insert quotes for me anymore!!! It is beginning to be a big pain. How do you shut off this auto formatting? I can't find it anywhere! Is it true that it's a problem that Microsoft has to fix? Someone in my office said that today. Thing is, I've been using Interdev for...
  7. wuzzle

    Shutting off Text AutoFormat in Interdev???

    I do not want Interdev to insert quotes for me anymore!!! It is beginning to be a big pain. How do you shut off this auto formatting? I can't find it anywhere! Is it true that it's a problem that Microsoft has to fix? Someone in my office said that today. Thing is, I've been using Interdev for...
  8. wuzzle

    Linking Director Movies?

    How do you link projectors? I'm doing a project that will have many sections and I don't want all the sections running on the same score. I want the menu to link to different sections which will be organized into their own movie. By the way, the project is going to end up being a cd-rom...
  9. wuzzle

    Can I Create Hostpots / Image Maps?

    We're about to create a digital business card for a client. They need us to take this map idea: http://www.northwest.ca/CareerOps/Locations/locationsfr.asp with the links and all, and put it into Director so it can function off of a cd. Is there a way to do this that wouldn't be making each of...
  10. wuzzle

    Creating a site for palm browsers

    We have to create a website that, in the end, will serve as an editable phone list. It's going to use ASP, but that's another story. The question I have right now is: How do I put this together so it can be viewed on a hand-held browser, like a Blackberry or Palm Pilot, etc. ? I know I should...
  11. wuzzle

    PERL Form - HELP!!!

    I've never used PERL before in my life, and my bosses want me to convert a regular HTML/Javascript form to PERL. I opened up the .pl file they gave me and changed the values to match those in my new form. ex) input field names. What happens is when I click &quot;Submit&quot;, it asks what...
  12. wuzzle

    Submitting Time &amp; Date in a Form...?

    Just wondering if any of you know how to set up a form so that it knows the time and date the user submitted it at, and sends that information along with the email? Thanks alot!
  13. wuzzle

    Mouseover Effect

    Hi, Is it very difficult, or is there a sample script out there that you can just drop your image into, to create this &quot;pull-in&quot; mouseover effect? Click: http://www.funkstorung.de/ Thanks :D
  14. wuzzle

    changing screen resolution &amp; xtras

    I did a search for similar posts. I came up with a link to this site: http://dmtools.hypermart.net/ to take the DMChangeRes Xtra so that my Director movie can change the user's resolution so that my graphics ALWAYS take up the full screen, not just when they happen to have their monitor set to...
  15. wuzzle

    DirectEmail Xtra

    This article is apparently the best method for emailing within Director: http://www.director-online.com/buildArticle.cfm?id=477 What I got out of it was that if I download the DirectEmail Xtra ( http://www.directxtras.com/index.htm ) and then download the sample movie (...
  16. wuzzle

    Changing DPI?

    I'm creating graphics in Corel 8 and want to print them at the same size they appear on my screen. I want to change the resolution of my graphic to 72 dpi. Where do I do this? As it is now it's printing twice the size that it needs to be. I checked through the print properties and only found...
  17. wuzzle

    Converting to MPEG in Premiere

    We're trying to convert our videos to MPEG, and I know Premiere doesn't have much support for that but it has been exporting them fine. EXCEPT...When we play the MPEG, it gets about halfway through and gets very choppy, the video won't sync up to the sound. Has anyone else had this problem...
  18. wuzzle

    Video Formats?

    I'm developing a digital business card cd and am wondering what would be the best video format to use to play cross-platform. Do AVI's play on the newest version of Quicktime? If I used an AVI, it would play on Windows with no player needed. But if I played an AVI on a Mac it would load...
  19. wuzzle

    Quicktime movie not loading in .exe

    I have a Quicktime movie in a Director .exe. In my Flash program, I call the Director .exe and the movie plays. I tested my Flash program on a test machine, and it asked me where my .mov file is. I added my .mov file to the proper directory, and now when I load up the Director .exe there's a...
  20. wuzzle

    Importing Movies?

    When I import a movie (.mov, .avi, etc) into Director, can I set up play, pause and stop buttons that will control the movie? Or do I have to make the movie a bitmap sequence and import that into Director to make it interactive? Thanks

Part and Inventory Search

Back
Top