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 gkittelson 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. up2late

    Need to learn? to design web page

    Choose a good text editor. I have not found a perfect one, they all have pros and cons. Pick one that has good syntax highlighting for all the methods you will be using to code (x)html, Java Script, PHP, etc. Make sure it runs on all platforms that you need to code with. I mainly use Linux but...
  2. up2late

    Easy Server Setup

    I use Xampp from Apachefriends. http://www.apachefriends.org/en/xampp.html It has been a great timesaver. It has all the main items I need (Apache, PHP 4 and 5, FTP, etc). It runs on windows or *nix. You can have a server setup and running in under 30 min. Not counting the OS. One note, I use...
  3. up2late

    Missing submit button on some browsers

    Thanks to both of you. That did the trick. Ken, "a bit involved" is about the best thing anyone has said about my code. To be honest you would have to call it a rats nest and work down from there. I can't post the entire script because it could give a real programer a heart attack. This is my...
  4. up2late

    Missing submit button on some browsers

    I've searched this forum and I've searched Google but so far I've had little luck. I have a form that has several dropdowns that are populated from a MySQL DB. All is working well. Fill in one field and it pulls the data for the next. When you get to the bottom it has a submit button to go to...
  5. up2late

    Yet another design question

    Thank you for the quick reply and advice. I'll start reworking it tonight.
  6. up2late

    Yet another design question

    object: I have agents working across 3 States. Each agent covers more than one county. I started by setting up an agent table and a table for each state. The state tables have 2 fields, auto_increment and county name. From reading some other posts here I think I've done this wrong. For best...
  7. up2late

    Anyone know of any simple, not so accurate FFT code for a Freq Display

    I looked around but must of the stuff i've found is for analyzing important data or quantum physics, all I need is to convert my voice print style display to an spectrum analyzer style display, ie. 23 bands of freqs showing a level for each, the input I have is in the form of pcm samples (-10000...

Part and Inventory Search

Back
Top