Hierarchical Listings
I have need to show a list of areas indented hierarchically on an ASP web
page like the following example. Code:
I have need to show a list of areas indented hierarchically on an ASP web
page like the following example. Code:
I have an online store with about 35,000 products in my database and no matter if you are listing all products in a catagory or viewing search results - all products are displayed in alphabetical order.
My problem is that some of my products start with the word "The" or "A" as the title - so they appear in alphabetical order under the letter "T" or "A". How do I get these items to appear in alphabetical order under the second word but still retain "The" or "A" as the first word of the title?
In other words - having "The World" appear alphabetically under "W" and "A Car" appear under "C" but keeping "The" and "A" as the first words.
Any help would be greatly appreciated. I know a fair bit about ASP/mySQL programming but just can't quite figure this one out.
I've been working on a Web site for a business (my first non-personal site)
and I want to help my client get the best search engine listing. Because this
is my first for-profit site, I'm not sure what I need to do for optimal
search engine placement. I've been poking around the Web, and I think I have
a good start, but there are a few questions still remaining:
1) What do I need to do in order to actually GET a page listed in a search
engine to begin with? Do I contact the search engines somehow, or are the
listings somehow updated automatically.
2) I've seen tips that advise putting meta keywords, etc., on EVERY page on
the site. However, we want users to only come to the site via the "front
door" - the index page. I don't see much reason to put a bunch of keywords on
a page that might be the third part of an application process - coming to the
site on that page would cause visitors to be confused. If I limited the
search engine keywords to just the index page, would that hurt the listing?
I've started using stored procedures but I have a problem. My stored proc works fine but when I want to use it to list results on several pages I get an error. My previous code:
View Replies View Related