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 IamaSherpa 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. kydavis

    Design Corollaries

    thanks bob. I think that my question is, is there a way to show the application of corrolaries? The first part of my project is to show the application of Design corolarries. If these are just guidelines, is there an actual way to show the corrolaries? These are just steps that you follow in...
  2. kydavis

    Design Corollaries

    Check out this site for the definitions http://dotnet.org.za/hannes/articles/12689.aspx
  3. 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...
  4. 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...
  5. kydavis

    Form actionpage - element not defined - variable passing problem

    But i named the form bandform. does that not matter?
  6. 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