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 Mike Lewis 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: dflanagan
  • Order by date
  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...
  16. dflanagan

    Microsoft.XMLHTTP

    Good idea, but that kind of defeats the point. I need to have functional HTML pages. Any ideas? At least we know the issue lies within the code being grabbed...
  17. dflanagan

    Microsoft.XMLHTTP

    Can you try it on my site? Here is the xml.open line: xml.Open "GET", "http://www.truckmod.com/partsdisplay.asp?part=900979", False Thanks! Dave
  18. dflanagan

    Microsoft.XMLHTTP

    I think I got a bit more info... The page I am trying to save contains quotes. I think they are confusing the textstream.write command... Does that make sense?
  19. dflanagan

    Microsoft.XMLHTTP

    Fayna, Did you resolve this? I am getting the same error that you are getting on the 3rd line from the bottom. I am sure it is because I am trying to place a variable value into the file rather than text with quotes. Example: objFile.Write(xml.responseText ) does not wrok objFile.Write("add...
  20. dflanagan

    Dump database to html files using ASP?

    Hello, The one downfall I have seen with using a database driven ASP site is that it cannot be crawled by the search engine bots, and therefore forces you to PAY for advertising.... I would like to get around that by writing a script that will create HTML versions of my ASP outputs as it looks...

Part and Inventory Search

Back
Top