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: mdr227
  • Content: Threads
  • Order by date
  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

    Does anyone have a recommendation for a high quality web based HTML Editor that has WYSIWYG and HTML capability that works with ASP?
  8. 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)?
  9. mdr227

    Creating a folder on website

    is it possible to create a folder on a website via ASP?
  10. 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...
  11. 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...
  12. mdr227

    Search Engine for a Dynamic Site

    Does anyone have good recommendations for a search engine tool to use on a dynamic web site?
  13. mdr227

    Screen Resolution for Users

    Does anyone know what the rough percentage of users still using a screen resolution of 800x600 when viewing websites is or where that information might be?
  14. mdr227

    Replace Bullets w/ an image

    How would I replace the standard bullet (round or square) with a graphic instead?
  15. mdr227

    Assigning a form field a value with the Submit button

    Using _Javascript how would assign a value to a hidden field with a submit button? For example I have a field with the tag of <input type="hidden" name="txtTest"> and want to assign something to it before the form is fully submitted. For sake of this example let's say I want to assign "ABC"...
  16. mdr227

    Clickable US Map

    Does anyone know where I can find a good US map with clearly delineated states to use for an image map?
  17. mdr227

    Anchor to bottom of page

    How can I anchor (using CSS or HTML) a division to the bottom of a page? If the content displayed on the page is less than the whole page length then I want the footer text/image to show at the bottom of the screen and not right below the content.
  18. mdr227

    SQL Server at ISP

    I have a SQL server database with a hosting plan at Interland. I can connect fine to their SQL Server from home on my portable, but when I take my portable to work I cannot connect to it. Interland tells me that I need to make sure port 80 is open on our network. We do not run a firewall at...
  19. mdr227

    Connecting to SQL at ISP

    I have an account with Interland and am trying to connect to my SQL server db I have with them. At home I can do it OK with the IP address and login information they provided me. However at work I cannot connect, it tells me the server does not exist. I can ping the server OK, but cannot...
  20. mdr227

    Calculations w/ Nulls

    I am doing some calculations on an ASP page using a query in access that sums up certain columns. For some selections there is no data to sum up so the returning value is null or empty. The problem is I cannot get this to add with other values because it is non-numeric. For example, I have...

Part and Inventory Search

Back
Top