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

    No scrollbars in Pheonix

    Hi Everybody, Has anybody experienced any problems with scrollbars not rendering in Pheonix (0.5)? I have several web pages that work fine in NN and IE, by producing scrollbars where required, however Pheonix does not render scrollbars at all. I have tried two slight of hand techniques to...
  2. JProg

    DOCTYPE definition causes "page failures" in Netscape and Pheonix

    Hi All, I have developed some javascripts which position page elements on screen based on available screen area. Although the code works well I am forced to exclude the DOCTYPE definition on pages that use it. This exclusion is necessary because Netscape Navigator 7 and Pheonix render page...
  3. JProg

    Works fine in IE6+ but not in NN6+ or Pheonix

    Hello Everyone, I like many people am being challenged by the cross-browser phenomena. Currently I have developed a script that centers page elements in the middle of the screen. The code works fine in IE6+. However when it is run in NN6+ and in Pheonix it doesn't work as expected by...
  4. JProg

    Difficulty configuring DHTML menu script

    Hi Everyone, I have found a freely available menu script on the internet and am having some difficulty understanding how to declare menu and sub-menu hierarchy using the script. The script can be downloaded from: http://www.pratherproductions.com/articles/2004/0404_examples/index.html I am...
  5. JProg

    Cannot see mysql database when issuing mysqlshow command

    Hello Everyone, I have run into a little dilema with my MySQL installation. I have run the executable file, set the path for mysql bin files, etc. However when I issue the command mysqlshow instead of seeing two databases listed, those being mysql and test I only see test. Furthermore when I...
  6. JProg

    Looking for ERD examples suited to eCommerce

    Hi Everyone, I am looking for some really good examples of ERD (Entity Relationship Diagrams) that show a "typical" eCommerce arrangement, with Customer Entity, Order Entity, etc. If you can give me any URLs that you think are good it will be greatly appreciated. Thanks heaps for your time...
  7. JProg

    Capturing microphone input using Java :)

    Hey Everyone, I am trying to find out how I could go about capturing information from a microphone using Java. I know very little about this subject, so am curious about how this could be achieved. Any ideas, urls, tutorials that you guys can provide will be really appreciated. Thanks for your...
  8. JProg

    Relationship between HTML, XHTML and XML

    Hi Everyone, I have a theoretical question to ask, which I came across on a practise exam paper. The question is: "What is the relationship between HTML, XHTML and XML?" I understand that all of these markup languages derive from SGML, but I really need some more details on this. Any info will...
  9. JProg

    Trouble trying to link to external dtd file.

    Hi Everyone, I am doing a simple lab for Uni. This lab requires me to write out a small xml file and link a style sheet to it. I have done these things no worries. However the lab also asks me to reference an external dtd. My xml document shows up in explorer without a doctype, with an internal...
  10. JProg

    Trouble with eliminating space from between table rows! :)

    Hi Everyone, I have written a page that presents a table inside a div tag. The table contained within the div tag is being used with some javascript to make a pop-up menu. Everything is working sweat, menu pops-up, etc, however I am not 100% satisfied with how the menu looks. I have white space...
  11. JProg

    Want to get script working in NN4

    Hi Everyone, I have a script that alternately swaps two images on mouse click, to give the appearance of a button being pressed. The script works fine in IE6, NS7, Firefox, now I want to code it so that it will additionally work in NN4. I have no idea of what commands to use in order to make it...
  12. JProg

    Script not showing and hiding as expected!

    Hi Everyone, I have written a very small page (and accompanying script) to test the visibility altering behaviour of IE. I am trying to hide or show a <div> element, alternatively based upon a button being pressed. The code does not work as I had hoped, hence why I am posting. If anybody can...
  13. JProg

    Looking for pop-up dynamic menu script or tutorial

    Hey Everyone, I have been searching the web looking for a pop-up menu. I have found a large number of drop-down menu, and side bar menus, however I have been unable to find a menu that has pop-up behaviour. I am looking for a menu script that I can place at the bottom of a page, so that I can...
  14. JProg

    NN4 Section of Script not working :)

    Hi Everyone, I have a script that is designed to dynamically position page elements. It is working very well in IE6 and NN7. However I have tried the script in NN4 and it is not working at all. I have not yet had the opportunity to test this script on IE4! Please see the code below, the...
  15. JProg

    Help needed with dynamic positioning script

    Hi Everyone, I am currently in the process of writing a script that will position all html (or other appropriate tag) elements on screen dynamically. I have seen a number of examples on the net demonstrating how to reposition an element after a mouseover event, and other interesting (cool)...
  16. JProg

    Final keyword and using instances of an interface

    Hi Everyone, I have been studying a book on multi-threading and have inadvertently come accross some code that I don't really understand. I am wondering if anybody can explain to me the following: 1). What effect does using the final keyword have when instantiating objects, and 2). How is it...
  17. JProg

    Problem with using same String name over and over, I assume :)

    Hey everyone, I have written some code to find all of the e characters that occur within the command line arguments to my program. If there are no e's then there are no problems with the code execution, additionally this code compiles fine and runs fine... "sort of". The thing is that any...
  18. JProg

    Code compiles and runs regardless of whether an instance is created!

    Hey Everyone, I have written a very simple class that finds the average of two sets of numbers. One set of numbers are ints whilst the other set are doubles! :) The code works fine, and the method definitions are both static. The thing is that I forgot to access the methods in a "static"...
  19. JProg

    Help needed with understanding how this multi-threaded code works :)

    Hi Everyone, I am currently reading a book on multi-threading and up until recently I have been able to understand what is going on. The thing is the complexity of the code has just jumped up about two gears without warning. The code is now using inner classes which I am trying to develop an...
  20. JProg

    Looking for batch file with which to set up Java Variables

    Hey Everyone, I am trying to get my hands on a batch file that will effectively :) set up the Java Variables on an XP machine. I don't know if this is even possible but I have to assume that it is. The thing is I am studying for Java Certification at the moment, and every day I am on a...

Part and Inventory Search

Back
Top