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

    Help with creating a Web-based Email Client like Hotmail or Yahoo

    Ok... then how about another database table that tracks each user and which messages they've read based on the message ID? -N
  2. LineNoize

    Help with creating a Web-based Email Client like Hotmail or Yahoo

    This can be accomplished in several ways but perhaps the easiest is to have a boolean (yes/no) field in the database called "unread". The field is set to "on" by default. When a user reads the message simply set the field to 0. -N
  3. LineNoize

    Multiple Developers

    Have you taken a look at Macromedia's Dreamweaver UltraDev? It has a checkin, checkout feature that doesn't seem too difficult. -N
  4. LineNoize

    help with storing uploaded files

    The recommended practice is to store the files on the hard drive and the file information in a database. -N
  5. LineNoize

    Schedule functioning

    The best answer would probably be to test it yourself. Modify your apps to record the date and time which they were run to a text file. If you see the same date/time then they're executing in parallel. Either way you'll have your answer... and more importantly... with your own scheduled apps. -N
  6. LineNoize

    Parse Complex Date

    What program did the developer use to write to and read from the .txt file? -N
  7. LineNoize

    CODE DECRYPTION

    Unfortunately/Fortunately? Allaire's encryption is not all that great. There are many, many programs and source code available on the internet to unencrypt your templates. How legal that is... I couldn't tell you since I'm not a laywer. -N
  8. LineNoize

    Message Board

    Check out AF Forum in the developer's exchange on the Allaire/Macromedia website. -N
  9. LineNoize

    Form sizing question

    How are they cut off? Are you dealing with popup windows or just one main window? Please give us an example of your HTML to demonstrate. -N
  10. LineNoize

    Random numbers

    Does it HAVE to be random or can it simply be unique? If what you're looking for is a unique number then try something like this: year month day hour minute second = 010726105123 Now six digits would be a little less to work with but you could perhaps leave out some of the fields (like year)...

Part and Inventory Search

Back
Top