Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Frames and search engines

Reply
Thread Tools

Frames and search engines

 
 
Whitecrest
Guest
Posts: n/a
 
      03-03-2004
In article <kristiaan->,
erlands says...
> Lesson of today: Google is a purist.


Lesson 2. So what, it does not change the REALITY of javascript Steve
mentioned.

--
Whitecrest Entertainment
www.whitecrestent.com
 
Reply With Quote
 
 
 
 
Whitecrest
Guest
Posts: n/a
 
      03-03-2004
In article <Xns94A125402CC8Aebohlmanomsdevcom@130.133.1.4>,
says...
> It is simply a *major* usability gaffe for a site to redirect a link from a
> search engine results page to a page that doesn't contain what the user was
> searching for and doesn't match the excerpt displayed by the search engine.
> Users get *really* ****ed off when that happens.


The OP needs to redirect to the correct page in the frameset. It is just
as easy to direct to the appropriate page in the appropriate frame.

Their mistake was not frames or the use of javascript, their mistake was
where they end up redirecting you to.

--
Whitecrest Entertainment
www.whitecrestent.com
 
Reply With Quote
 
 
 
 
Eric Bohlman
Guest
Posts: n/a
 
      03-03-2004
Whitecrest <> wrote in
news::

> In article <Xns94A125402CC8Aebohlmanomsdevcom@130.133.1.4>,
> says...


> The OP needs to redirect to the correct page in the frameset. It is
> just as easy to direct to the appropriate page in the appropriate
> frame.


But that requires one frameset page for each content page. If they have to
be generated statically, that means two files need to be maintained for
each content page. If they're generated dynamically as I proposed, then
you only need the files for the content pages and one script file that can
generate all the framesets. And you can serve each request in one step
rather than two since you don't need to do a redirect.
 
Reply With Quote
 
Kris
Guest
Posts: n/a
 
      03-03-2004
In article <>,
Whitecrest <> wrote:

> > Lesson of today: Google is a purist.

>
> Lesson 2. So what, it does not change the REALITY of javascript Steve
> mentioned.


It changes the usefulness; you can ignore a minority group of purists,
but you cannot ignore Google.

--
Kris
<> (nl)
<http://www.cinnamon.nl/>
 
Reply With Quote
 
Steve R.
Guest
Posts: n/a
 
      03-03-2004
Kris wrote in message ...
> Google is a purist.


Not *that* pure, as sites using javascript still come up well in search
results. <grin>


 
Reply With Quote
 
Martin Johansen
Guest
Posts: n/a
 
      03-04-2004
Thanks for the replies.

I will solve the problem by programming a pregeneration program, which
merges the frames onto a table.

Thanks for that tip, someone which name i don't remember.

- Martin


 
Reply With Quote
 
David Dorward
Guest
Posts: n/a
 
      03-04-2004
Martin Johansen wrote:
> I will solve the problem by programming a pregeneration program, which
> merges the frames onto a table.


http://www.allmyfaqs.com/faq.pl?Tableless_layouts

--
David Dorward <http://dorward.me.uk/>
 
Reply With Quote
 
Whitecrest
Guest
Posts: n/a
 
      03-04-2004
In article <Xns94A13190B4E5ebohlmanomsdevcom@130.133.1.4>,
says...
> > The OP needs to redirect to the correct page in the frameset. It is
> > just as easy to direct to the appropriate page in the appropriate
> > frame.

> But that requires one frameset page for each content page.....


No, create a default.asp (php, what ever) that has the frame set. that
looks for a page "id" (or url) in the query string. No ID or URL, then
load the default page

When the person book marks a content page, and returns to it later,
there is some nasty javascript that says "if there is not a parent
frame, then go to my default page, and pass this ID there. The parent
then page loads the frameset with the correct content.

It is done all the time to solve this issue.

--
Whitecrest Entertainment
www.whitecrestent.com
 
Reply With Quote
 
Whitecrest
Guest
Posts: n/a
 
      03-04-2004
In article <kristiaan->,
erlands says...
> > > Lesson of today: Google is a purist.

> > Lesson 2. So what, it does not change the REALITY of javascript Steve
> > mentioned.

> It changes the usefulness; you can ignore a minority group of purists,
> but you cannot ignore Google.


Again, so what. Do we all need to do what google does? Is Google the
king of all that is right?

No.

--
Whitecrest Entertainment
www.whitecrestent.com
 
Reply With Quote
 
Mark Parnell
Guest
Posts: n/a
 
      03-04-2004
On Thu, 4 Mar 2004 05:31:25 -0500, Whitecrest <>
declared in alt.html:

> Again, so what. Do we all need to do what google does? Is Google the
> king of all that is right?


He is talking about Googlebot, not the web site.

--
Mark Parnell
http://www.clarkecomputers.com.au
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating user input Search with 3rd party search engines phl ASP .Net 0 02-19-2008 05:11 PM
removing search engines from the search bar whatever.or.not@gmail.com Firefox 1 02-17-2005 12:06 PM
Search Bar not displaying search Engines Zimran Douglas Firefox 1 01-07-2005 02:30 PM
"Add engines"... how can I "remove engines" ? Jude Barnes Firefox 4 08-19-2004 11:02 PM
robots.txt and search engines for frames website Daniel Vesma HTML 15 07-02-2003 07:57 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57