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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mdr227

  1. mdr227

    Image Resizing Utility

    Does anyone know of an image resizing utility that can be used with ASP? I have some users that want to upload digital photos for display on their website, but the size of the files is too big and I want them in a smaller resolution. However, I don't want the users to have do it themselves in...
  2. mdr227

    Replacing last character in a string

    What would the coding be to replace the last character in a string? For example, if my variable varString = 'This is a test,' and I want to replace the comma at the end with nothing so the result is 'This is a test' how would I do that?
  3. mdr227

    Adding Days to a Date

    If I have a variable called vardate with the value "5/1/05" and I want to add one day to that date what coding would I use? vardate + 1 gives me a type mismatch error
  4. mdr227

    Date Display Question

    What is the best way to display a date field in the format March 26, 2005 I have tried formatdatetime, but that adds the written out day of the week which I don't need.
  5. mdr227

    Auto Submit a Form

    Does anyone have any code they can share that will auto submit a form once a selection from a select list is made?
  6. mdr227

    Gif Animators

    Does anyone know of an easy to use, free gif animation program? I just need to animate about four images with nothing fancy needing to be done. Thanks.
  7. mdr227

    Web Based HTML Editors

    Thank you for the respone. I am actually looking for one that is a little bit more full featured and includes features that allow me to generate a listing of image files or hyperlink options for the user to select from.
  8. mdr227

    Web Based HTML Editors

    Does anyone have a recommendation for a high quality web based HTML Editor that has WYSIWYG and HTML capability that works with ASP?
  9. mdr227

    Upper to Mixed Case

    Can someone tell me how to convert a field of text that is all upper case to mixed case (first letter of each word capitalized)?
  10. mdr227

    Creating a folder on website

    is it possible to create a folder on a website via ASP?
  11. mdr227

    Validation Rule Errors

    In this case the problem turned out to be certain fields needed to be set to Allow Zero Length entries.
  12. mdr227

    Validation Rule Errors

    I am trying to append data imported into an Access table from SQL Server to another access table. I get a msgbox that says ## records could not be added due to Validation Rule errors. I have had this happen before a long time ago and forget what the solution was. The table I am appending to...
  13. mdr227

    ASP Pages not working

    I am trying to run PWS on my local computer (Windows XP) to test some sites I am working on. All the htm and html pages appear properly, but I get the following error message when trying to access anything with an .asp extension. Does anyone know what I need to set in IIS/PWS to get ASP pages...
  14. mdr227

    Search Engine for a Dynamic Site

    Yes, all of the html in the pages is pulled from a database table. What I want is if a user wants to do a search for a particular keyword such as "Schedule" then the search engine will go through the site and find all of the pages that would be generated that include the word Schedule.
  15. mdr227

    Search Engine for a Dynamic Site

    I am trying to find a way to setup a search engine for a dynamic site I have.

Part and Inventory Search

Back
Top