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 strongm 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. webpager

    Remote access not required

    Thanks for the reply. The settings in OLE are:- EnableDCOM="Y" EnableRemoteConnect="N" The symptoms are as you say but it is difficult nailing the cause as the dial up screen is ever present. Keith
  2. webpager

    rollover overlap the other causing missing part

    I am new to IR but use it to create rollovers. Having spent many hours creating individual pictures - I now have a quick production method - yippee. I always draw the layers in Photoshop, including highlight layers like in your example. I have nmanaged to get overlapping highlights just like you...
  3. webpager

    Update a txt file wioth another txt file.

    Try this:- Read both files into vars. Compare the first 13 chrs of each update file with the first 13 chrs of the master file (nested FOR loops). Append any matches by splitting the update file(substr) and adding the result to the end of the master file. Hope this make sense Keith
  4. webpager

    Remote access not required

    Sorry if this is in the wrong forum but there appears to be a connection between, what you guys do and my current problem. My stand alone computer (WIN98, not high spec) is attempting to log on to the internet on start up. From lots of testing - the dial up occurs immediately after the Network...
  5. webpager

    "Coke" bottle creation

    I love a happy ending Keith
  6. webpager

    Scroll Mouse Issue

    Thanks That did the trick Keith
  7. webpager

    Scroll Mouse Issue

    Hi Guys Microsoft Internet Explorer I use a scroll mouse and recently I somehow managed to increase and decrease the font size of the page I was viewing. Since then, plain text on all the websites I visit is now much larger than it should be - help! I have looked into the accessibility settings...
  8. webpager

    XP Compatibility Issues

    I have never installed XP so I'm not sure either. Thanks for your assistance. Keith
  9. webpager

    XP Compatibility Issues

    What is the default setting for Java Applets on installation? Keith
  10. webpager

    XP Compatibility Issues

    Sun JRE is not installed on either my own machine or my works machine. I realise that I can download the plug in and everything will work but the main issue relates to whether or not, people running a standard installation of windows XP can view Java Applets without additional plug ins. Thanks...
  11. webpager

    XP Compatibility Issues

    Thanks for the replies. The issue is really one of who can view the applets as a default setting. Many people are wary of allowing additional programs to run on their machines so may be reluctant to download the plug in. Was there an issue recently with Microsoft removing the Java program from...
  12. webpager

    XP Compatibility Issues

    Please excuse this post if it is a bit off topic but I am new to Java and seek a little info. A friend of mine has included some 3rd party Java Applets within his web site. On my own machine (WIN98 with Java enabled) the effects appear as they should. I looked on my machine at work (standard...
  13. webpager

    Learning Java Script

    Thanks - I'll have a look at the examples Keith
  14. webpager

    Learning Java Script

    I am learning Java Script but always like to start with a working script and develop it by experiment. Could you suggest any Web Sites where basic scripts are available. Thanks Keith
  15. webpager

    Regex Query

    How do you guys get the CODE box to appear?
  16. webpager

    Regex Query

    Thnanks for the reply I left out the var. assignment but you understood what I was lookimg for. Your code appears the samne as my own, unles I have missed something vital. The problem is this:- I am searching a database for instances of a certain phrase but I am matching more than I would like...
  17. webpager

    Regex Query

    Hi guys I want to match whole words in a var ($CHECK_CODE) Matching the string 'is' in the following "This is a question" I want to match the 'is' but not the 'i' and 's' in the word 'this'. My reference book suggests the following but it matches every instance of 'i' and 's' together...
  18. webpager

    Calculating number of pages from number of entries

    I hope this helps I have a prog which requires knowing the size of a file in order to fit on a 1.44M floppy. Surely you remember those - ha ha. I write the information to a text file then get the size of the text file. The purists will say I am taking up valuable server time but it gets the job...
  19. webpager

    Sendmail seems unrealiable, any idea why?

    Hi I would have thought that using your own cgi-bin would make the server work harder as it is running another app. Not that I know for sure that is. I have used SENDMAIL with no problems. I would suspect your ISP Regards Keith
  20. webpager

    Checking Image Dimensions With Perl

    Hi The information is avaiable in the file headers of the individual files but will be made very complicated if you are checking individual files of multiple types Hope this helps keith

Part and Inventory Search

Back
Top