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. bper123

    Advice Designing Table Oriented Solution

    Sorry for the confusion. The table, or array, isn't as straight forward as it appears. Each row and column is a test condition. For example: What if each row represented a day of the week and each column represented some other condition and both conditions were parameters for which your...
  2. bper123

    Advice Designing Table Oriented Solution

    Hi, I need advice on the best way to handle a table or matrix solution. For example, if I have a table such as: A B C D 1 true false false true 2 false false false false 3 false true false false 4 false false false true I don't want to code a bunch of 'if' statements to...
  3. bper123

    What Are The Hot Web Development Technologies

    Greetings, I've been developing for quite sometime now on different platforms. Most recently I've been developing in Java. What are the hottest web development technologies right now? Are they opensource? Are they freely downloadable? Are there tutorials available online? Lately I've been...
  4. bper123

    Drag & Drop Functionality In Web Development

    Hi, What tools are available to facilitate drag & drop functionality on web pages/web applications? Are any OpenSource? I'm in a struts/java enviroment and I'm interested in finding out if any tools or technology is available to help me accomplish this. Any ideas would be appreciated. Thanks.
  5. bper123

    More Opinions Needed on Direction of IT Development

    Hi, I've gone from low-level development through C, C++, Java to web development technologies and frameworks. Web development seems to be making the biggest noise these days. What I'm hearing about are approaches such as Ajax, Spring, Hibernate, etc. There's also the on-going debate of .Net...
  6. bper123

    Problem Displaying Double Quotes in TextBox

    Yes, the latter is of course the problem. Thanks for your help. I'll do it on the server side.
  7. bper123

    Problem Displaying Double Quotes in TextBox

    Hi, and thanks for your reply. I have tried " before and that works of course. But my question, I guess, is do I have to parse each text field for a quote and replace it with " before displaying in a textbox? Would I have to do this for every textbox? And if so, what's the best way to...
  8. bper123

    Problem Displaying Double Quotes in TextBox

    Hi, I've searched the forum and the FAQs and haven't found this topic. I have html forms which accept user data. The textboxes will not accept double quotes. The behavior that I see consistently is that the double quote and any characters following it will be truncated. Sometimes, although it...
  9. bper123

    Need quick help to code onchange dropdowns

    Thanks for replying, will do so.
  10. bper123

    Need quick help to code onchange dropdowns

    Hi, I'm new to javascript, but have coded HTML forms. I need a good javascript tutorial and I need to quickly code the following: In my form I have two dropdowns. The first is a category, the second is a subcategory. I need to code an onchange for the first category dropdown to populate the...

Part and Inventory Search

Back
Top