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 wOOdy-Soft 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 dflanagan

  1. dflanagan

    Letters touching for cutout?

    Yes, I figured it out, thanks! Dave
  2. dflanagan

    Letters touching for cutout?

    Hello, How to I type some text and then adjust it so that all of the letters are touching? I have a paper cutter (CraftRobo)that I need to use to cut out words, but they need to be one piece. I do not want to put a bar under them, etc. This is called Kerning right? Can this be done easily...
  3. dflanagan

    Illegal Path Format on change log file path

    Hello All, I am trying to move my Exchange 2003 tracking logs off of the C:\ drive so I can increase the number of days they cover, etc. So I go to the properties of the server and click the change button, and enter the UNC path to a share that I created on another server. I get an error after...
  4. dflanagan

    Update fields by a percentage?

    HAHAHAHAA! DUH! You know when you have those brain farts that really make you look stupid? Just had one! Thanks man! Who knows how long I would have let that beat me up. I will just finish that offf with a where clause, and I will be golden. Star for you!! Dave
  5. dflanagan

    Update fields by a percentage?

    Hello all! Hopefully this is easy! I need to update a whole range of fields by a percentage. basically I want to muliply the field by a number and place the result in that field and then move on to the next record and multiply by the same number, etc etc etc How do I do this? Thanks! Dave
  6. dflanagan

    Should I convert ? and = to slashes

    The parts do have a page of their own. These URLs are just a way to navigate to them without using cookies or form posts because I read that the crawlers cannot use them. Dave
  7. dflanagan

    Google sitemap and crawling questions

    Hey all! I recently discovered the google "sitemap" technology. I have submitted a text file to them with 50,000 urls on our site that I would like crawled. The status reads "ok", and when I go into "stats" it just says "we have not found any problems with your file" I also noticed it seems...
  8. dflanagan

    Should I convert ? and = to slashes

    Hahahaha! Yes, we advertise heavily elsewhere, and our site is very successful. What we are not getting is the FREE advertising that can be found with this SEO stuff. I am SURE it would be a LOT more traffic if I can get this done right. Dave
  9. dflanagan

    Should I convert ? and = to slashes

    Ignore that "amp;" stuff in the URL above. That must have been added when I posted
  10. dflanagan

    Should I convert ? and = to slashes

    Chris, Is the 3 parameters limit a RULE when sumbitting to a search engine, or having them crawl the site? We have a HUGE database of products, and the site currently uses a cookie to narrow your results. I KNOW that is stopping indexing, so I am trying to develope a browse-able method to get...
  11. dflanagan

    Dump database to html files using ASP?

    All, i have resolved the issue brought up on this thread through another thread title xmlhttp Now I am looking into this SEO thread you showed me... My understanding was that Yahoo, google, and MSN (the big ones) do not crawl database sites, and in fact ignore all urls that contain question...
  12. dflanagan

    Microsoft.XMLHTTP

    A star for you! Thanks for the help! I will add this to my code. Dave
  13. dflanagan

    Microsoft.XMLHTTP

    I've GOT IT now! it turns out that this record had a "registered trademark" character. The "R" with a circle around it. In the title. When the xmlhttp function processed it, it displays a "?" in its place on an output of the xml.responsetext aka: response.write xml.responsetext I took...
  14. dflanagan

    Microsoft.XMLHTTP

    I think I've got it!!! The page we are looking at has a question mark on it. I tried a page that does not, and it WORKED!!! Now, how do I get around this without going through the entire database and getting rid of question marks. In addition, I wonder if any other special characters will be...
  15. dflanagan

    Microsoft.XMLHTTP

    I can take that out. That is because we did not pass a zip code to the page. I modified the page to get rid of that error. just use this: xml.Open "GET", "http://www.truckmod.com/partsdisplay.asp?part=900979&zip=19525", False I tried it. It still does not work... All of your help so far...

Part and Inventory Search

Back
Top