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

    WinXP Web Server

    Has anyone had any luck setting up a web server on WinXP Pro? I've tried Apache, but it dosn't seem to work, keep getting Error 500 Internal server error. Any suggestions? "The surest sign that intelligent life exists elsewhere in the universe is that it has never tried to contact...
  2. Bentley22

    ASP module, anyone had experience with it?

    I'm experimenting with Apache on Win98, and I'm trying to install a module to enable ASP scripts from http://www.nodeworks.com/asp/ Has anyone had any experience with this particular module? I'm currently slamming my head against the wall. mod_perl installed correctly(requirement) I seem to...
  3. Bentley22

    Newb - Accessing web server outside of a network

    I believe this has been asked before, but I couldn't find the answer in the previous posts. We are running a cable modem, networked between several different systems. I've installed Apache 1.3, and I have no trouble accessing the pages internally on the network. The problem lies in that I...
  4. Bentley22

    Graphics in Javascript. Possible?

    I was wondering, is it possible to render some vector drawings with javascript in the browser? I've seached around, but can't seem to find any info. "The surest sign that intelligent life exists elsewhere in the universe is that it has never tried to contact us" Bill Watterson...
  5. Bentley22

    onMouseDown - Repetive fire?

    I'm trying to make a panning function for an image viewer, and currently a user has to click a button multiple times to pan the image. Is there some way I can make this fire repetivily if the user holds their mouse down over the button?
  6. Bentley22

    Image Transparency Using Javascript

    I know about the transparency filter in IE, but I was wondering if there is some way of applying the filter to only specific colour values in an image? for example, remove a white background from an image?
  7. Bentley22

    CSS with Javascript, in Dreamweaver

    Considering the range of technology, I wasn't sure which forum to post in! Anyway, I'm a code-centric designer, and do most of my coding in a text editor of some kind. However, I've been asked by my current employeer to make the pages editable in Dreamweaver 3.0 For the most part, they are...
  8. Bentley22

    Changing references when saving

    I've created a template page that I use often for several different pages. However, when I resave the file under a different name, Dreamweaver changes all my relative path references to reference my hard drive. Ex: <SCRIPT LANGUAGE=&quot;JavaScript&quot...
  9. Bentley22

    Retrieving the URL from the Address Bar

    Is it possible to get this value? I'm designing a site that uses frames, and I want to make sure that if a user opens one of the pages, it will reload it into the frame. I can't just tell the frameset page to load instead, its a dynamic javascript that requires the names of the files to be...
  10. Bentley22

    For the life of me...

    Another Cross Browsers support question, however I havn't been able to find a related topic. This has to do with Netscape 6, right now I don't want to think about 4.x The problem is related to the rollover text effect you can achieve with CSS. Is the :hover property not supported when used...
  11. Bentley22

    I'm trying to fully test out my sit

    I'm trying to fully test out my site design, and I'm having some problems with IE. I want to test my site on IE 4.0, however I already have IE 5.5 installed. Is there any way I can run multiple versions of IE on the same machine? I have 2 versions of Netscape running, 6 and 4.7 Apparently...
  12. Bentley22

    Control of font sizes at the Windows OS level

    In the Display Properties dialogue box in Windows, if you follow this path, you can specify the font sizes for your system. Settings -> Advanced -> General This overrides any font settings for CSS, and can royaly muck up a page. Does anyone know of a way to either turn this of on a webpage...
  13. Bentley22

    CSS Classes in Netscape (any version)

    This is driving me up the wall. Is it just me, or do classes for CSS not work in Netscape at all? I've even gone to the Netscape Developer site, and thier examples using classes don't work! Not to mention layers and positioning. None of Netscape's own examples seemed to work! This was being...
  14. Bentley22

    Tab Index Difficulties

    I'm using several different forms on my page, and none of them will accept a tab index. I tried specifying the tabindex for each one, and still no go. Can anyone suggest why this could be? Heres one of my forms: [code] <form action=&quot;FormMail.pl&quot; method=&quot;POST&quot;> <center>...
  15. Bentley22

    Maximum Character Lengths in the Keyword List?

    I've been told that if you have more that 200 characters in your Keywords list, some search engines will skip over your page. Is this a fact, or bull flop?
  16. Bentley22

    CSS Dynamic Updating?

    I've coded a CSS document by hand, and now I have to import it into Dreamweaver. I'm also learning dreamweaver at the same time, so this may be a newb question. After I import the CSS, and apply the styles, the text and such in the editor window is still in default view. If I go to preview in...
  17. Bentley22

    CSS in Netscape -- Totaly Lost

    Ok, designing a webpage using CSS for text formatting, layer positioning, etc... Looks great in IE, looked at it in Netscape, and Jack the Ripper couldn't do a worse job. Does anyone know of a good site for coding CSS in netscape? I can't seem to find any (I think I'm blind)
  18. Bentley22

    Browser Detection Error has me stumped, Plz help

    <SCRIPT LANGUAGE=&quot;JavaScript&quot;> var browser, version, br; browser = navigator.appName; version = navigator.appVersion; br = &quot;&quot;; if (browser.indexOf(&quot;Explorer&quot;) >= 0) !! (version.indexOf('4.0') >=0 ) { alert(&quot;MSIE 4.0 is present&quot;); br = &quot;ie4&quot...

Part and Inventory Search

Back
Top