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

    Design Corollaries

    I have a project that I am working on and I am trying to understand design corollaries. Am I right in assuming that they are just guidelines for system development? One of the questions in my project is to show the application of the design corollaries. How can I show corollaries? Im not...
  2. kydavis

    How to track record requests?

    My site pulls its data from my DB through coldfusion. I have pages for Individual records (If the user selects a certain band, they are taken to that bands page). For each band, I would like to keep a record of how many people have viewed that bands page. As I said before, all of this...
  3. kydavis

    Form actionpage - element not defined - variable passing problem

    I keep gettting the error that the element bandname is not defined in bandform. Here is my code: <table border="1"> <tr> <form id="bandform" action="testaction.cfm" method="post" name="bandform"> <cfloop from="1" to="#showNum#" index="i"> <tr> <td>...

Part and Inventory Search

Back
Top