This seems to prevent Google bar from finding the ISBN Number:
Do this:
ISBN:<span style="visibility:hidden ">x</span>0684809931
as opposed to this:
Type: Posts; User: MHenscheid; Keyword(s):
This seems to prevent Google bar from finding the ISBN Number:
Do this:
ISBN:<span style="visibility:hidden ">x</span>0684809931
as opposed to this:
That is exactly what I needed!!!
If you would like to see the page I am trying to recreate, it can be seen at www.nrsweb.com. Right now I am just trying to re-create the header and navigation to...
Thanks for the reply! I will check it out.
Not sure if this is the right forum for this...
I am playing around with changing my site to a CSS type page (and am REALLY new at it). I am having trouble with putting two "boxes" next to each...
I have a page that takes a long time to process a SQL query (~30 seconds). What I would like to do is display a message that says "Please wait while this page is loaded".
All the scripts I have...
Let me start with a simplified example:
I have a database with fields "size", "color" and "sort_order_by_size"
short example of what the table might look like:
Size, Color,...
ASP does require a windows server, however you should be able to do everything I mentioned with PHP. I am not very familiar with PHP so I am afraid I wont be much help there...Good luck!
Not sure on the whole video thing...However in response to the login:
You are going to need some Server-side code. I have seen some "canned" packages that are pretty simple to install, I think...
Are you using any server side code or just plain html?
The best way to do this is to ensure that the page does not get cached. Your solution of "refreshing once" is proablaby not the best way to...
I don't know if this is the best way to do this, but I have used the MSXML2.ServerXMLHTTP (a standard XML compononent) to "load" web pages within the script and to get the whole page content (static...
Hmm...didn't seem to like the javascript I put in there....
Anyway, here are the javascript functions (without the script tags)
function ClickedAwaySearch(a)
{
if (a.value=='')
{...
here is the code I use at www.nrsweb.com
<input class="search" name="w" type="text" value="Search" size="7" onBlur="ClickedAwaySearch(this)" onClick="ClickedSearch(this)">
<script...
Let me explain what I am doing first:
This is a basic session authentication, where I use cookies to store the login and password. Here is the order of events:
1)User Requests secure page...
I am streaming excel and word files through an ASP page. For security reasons, I have chosen to stream it rather than direct link.
The file that the files are stored in are NOT accessable from...
what's the stop word list?
Here is the search engine traffic for my site:
1)Google: 54%
2)Yahoo: 17%
3)MSN: 16%
4)Google Canada (weird...): 3%
I do not have a site map that links directly to that page. However, my homepage (dynamic, but does not contain a query string) contains a menu that links to my departments and then to individual...
I also use maxthon...
The first site: saw no sign of fly up add
Second site: when hovering over the "more info" links a popup (layer?) DID appear
My site is entirely dynamic (all ("most") pages contain "?") and is crawled by all major search engines.
For example, here is a cached page from yahoo (not Google or MSN):...
similar colors are considered hidden text
How do you send the 301 to the spider from the page...or where do you change the settings on the server (I have full access to the server)
I use a vbscript asp server and need to issue a redirect for a page (Permanent Move). Will a response.redirect be spider friendly (i.e. not spammy)?
Some of these might be repeats of what people have said before, but I think they bear repeating:
-Kill the splash page
-Kill the frames
-Your choice of font for your menu options makes it hard...
Do you mean that no one can use the image, or no one can use it directly from your server? If it is the former, I would like to see an example of this in use.
Even a "no right click" java script is pretty useless. It will prevent most casual surfers from copying it, but anybody with any intent of getting it can, very easily. (I have a plugin included...