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 Wanet Telecoms Ltd 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. slickwillyslim

    session variable security

    i have an online store just about ready to go up. users can register and set a unique user/pass to login with. my site is encrypted with SSL. however only certain pages are actually secured: order forms, registration, etc. let's say for instance a user who's already registered with me starts a...
  2. slickwillyslim

    include files with links

    my website uses drop-down menus with links and a left panel with picture button links. the links are the same for almost all of the pages. the problem is that links are added or removed from the drop menus and buttons about once a month. instead of having to update the drop menus and buttons...
  3. slickwillyslim

    boss is on my back about hits

    this may sound crazy but would someone please post a message for my boss telling why i can't get his website ranked in the top ten on google within a month's time. it's a website with over 300 pages selling over 4000 products. it's huge. i've tried to explain to him that individual pages are...
  4. slickwillyslim

    getting my database content indexed

    well, not directly, but is it possible to have most spiders crawl a mostly dynamic site? i know that google and such wants you to have a monster site with loads of pages that all contain backlinks. the only problem i have is that i'm using a dropship wholesaler. they supply me with a database...
  5. slickwillyslim

    image links embedded in javascript, how bad are they?

    currently on my website i have link buttons made of images. i thought about using some simple Jscript to make it so that onMouseover and onMouseout would toggle between two images. so, how do spiders view links that are embedded in Jscript? tnx fellas... [pipe]
  6. slickwillyslim

    are limited results per page a bad idea?

    i started with one simple product page that could pull everything to one page filtered by category. that was before i knew the importance of having a sizeable site. i have since created several categorized product pages. but some of the product categories have a butload of products. what i...
  7. slickwillyslim

    setting up a merchant account in ASP cart

    i created a cart with ASP code that uses sessions. i have no problem taking and storing customer information but i've never set up a merchant account. there are several of them out there that require a gateway cart setup. can anyone tell me what this means, and how to set one up? or, is...
  8. slickwillyslim

    are subdomains bad?

    i'm looking at a new hosting plan that offers domain pointers. i was originally under the impression that you could have several index pages under one account. but the sales guy said no. you can only have one index page per account and he said that you can have redirect code on the index page...
  9. slickwillyslim

    do spiders see ASP generated text pulled from a database

    i have a big product line, everything is being pulled from a database and written to a products page by category. my question is, do the search engine spiders see this content? if they can't see the product descriptions then the page content wouldn't match up with my meta tags. i've seen some...
  10. slickwillyslim

    does asp generated text from database get seen by spiders?

    i have a big product line, everything is being pulled from a database and written to a products page by category. my question is, do the search engine spiders see this content? if they can't see the product descriptions then the page content wouldn't match up with my meta tags. i've seen some...
  11. slickwillyslim

    ASP search engine optimization question

    i set things up so that if a user adds an item to their cart, and if they decide to go back to the previous product page, the page is not cached so it is forcibly reloaded from the server. i did this because i have quantity form fields next to each product. i wanted the page to reload if the...
  12. slickwillyslim

    does page no-cache turn spiders away?

    i set things up so that if a user adds an item to their cart, and if they decide to go back to the previous product page, the page is not cached so it is forcibly reloaded from the server. i did this because i have quantity form fields next to each product. i wanted the page to reload if the...
  13. slickwillyslim

    using two record sets simultaneously

    does anyone know if its possible to create two record sets that use one connection, so that i can pull data from one table and loop the data into another table? i'm trying to avoid the use of arrays. any example of this somewhere? i'm trying to pull everything from a cart table and write to...
  14. slickwillyslim

    need help with boolean field

    i was thinking of putting a yes/no field in my Access database (order table), so that when a user completes the order, assuming they've added several different items, the boolean field will go from false to true. if they quit the session before completing the order i would like to use a...
  15. slickwillyslim

    from cart table to order table, any suggestions?

    ok guys, this seems to be a tough scenario for me. i can update an order table all day long no problem, but if a customer doesn't complete an order (i.e. adds to the basket and closes the session before completing the order), then i need to clear out that order. what i decided to do was create...

Part and Inventory Search

Back
Top