Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Bypass Previously Viewed Page

Reply
Thread Tools

Bypass Previously Viewed Page

 
 
Neebski
Guest
Posts: n/a
 
      06-24-2009
Hey there,

I have a pretty basic splash page on my site but I wanted to forward
directly to the home page if there is a returning user to the site.

I am not sure the best way of doing this, maybe something with JS.
Thanks in advance for any help!

Kevin Neberman
 
Reply With Quote
 
 
 
 
Jonathan N. Little
Guest
Posts: n/a
 
      06-24-2009
Neebski wrote:
> Hey there,
>
> I have a pretty basic splash page on my site but I wanted to forward
> directly to the home page if there is a returning user to the site.
>
> I am not sure the best way of doing this, maybe something with JS.
> Thanks in advance for any help!


Simple, remove the splash page. Honestly, people do not really want to
see your splash page no matter how pretty, they come to we what you
have, i.e., your content.


--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
 
Reply With Quote
 
 
 
 
Neredbojias
Guest
Posts: n/a
 
      06-24-2009
On 23 Jun 2009, Neebski <> wrote:

> Hey there,
>
> I have a pretty basic splash page on my site but I wanted to forward
> directly to the home page if there is a returning user to the site.
>
> I am not sure the best way of doing this, maybe something with JS.
> Thanks in advance for any help!


Depends on how long. If I come back to the page in 2011, am I a
"returning visitor"? Anyway, 2 possibilities are Sessions and a
database of users/visitors. Cookies could work for those who have
cookies enabled, too.

--
Neredbojias
http://www.neredbojias.org/
http://www.neredbojias.net/
 
Reply With Quote
 
Neebski
Guest
Posts: n/a
 
      06-24-2009
On Jun 23, 6:14*pm, Neredbojias <neredboj...@gmail.com> wrote:
> On 23 Jun 2009, Neebski <neeb...@gmail.com> wrote:
>
> > Hey there,

>
> > I have a pretty basic splash page on my site but I wanted to forward
> > directly to the home page if there is a returning user to the site.

>
> > I am not sure the best way of doing this, maybe something with JS.
> > Thanks in advance for any help!

>
> Depends on how long. *If I come back to the page in 2011, am I a
> "returning visitor"? *Anyway, 2 possibilities are Sessions and a
> database of users/visitors. *Cookies could work for those who have
> cookies enabled, too.
>
> --
> Neredbojiashttp://www.neredbojias.org/http://www.neredbojias.net/


I would like to go the cookie route simply because I would like to
keep it easy. I figured a 90 day forward would work best. For the site
we are working with we don't need it much longer than that. Thanks
John but for what we are doing we need this page even if it is only
once.

Thanks for the help Neredbojias, would you recommend any scrips?
 
Reply With Quote
 
Adrienne Boswell
Guest
Posts: n/a
 
      06-24-2009
Gazing into my crystal ball I observed Neebski <>
writing in news:6d41efd7-942d-4620-a7ac-
:

> On Jun 23, 6:14*pm, Neredbojias <neredboj...@gmail.com> wrote:
>> On 23 Jun 2009, Neebski <neeb...@gmail.com> wrote:
>>
>> > Hey there,

>>
>> > I have a pretty basic splash page on my site but I wanted to forward
>> > directly to the home page if there is a returning user to the site.

>>
>> > I am not sure the best way of doing this, maybe something with JS.
>> > Thanks in advance for any help!

>>
>> Depends on how long. *If I come back to the page in 2011, am I a
>> "returning visitor"? *Anyway, 2 possibilities are Sessions and a
>> database of users/visitors. *Cookies could work for those who have
>> cookies enabled, too.
>>
>> --
>> Neredbojiashttp://www.neredbojias.org/http://www.neredbojias.net/

>
> I would like to go the cookie route simply because I would like to
> keep it easy. I figured a 90 day forward would work best. For the site
> we are working with we don't need it much longer than that. Thanks
> John but for what we are doing we need this page even if it is only
> once.
>
> Thanks for the help Neredbojias, would you recommend any scrips?
>


If you're going to use cookies, I would suggest doing it server side, and
not client side. Why? Users without javascript enabled will not get the
javascript cookie.


--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share

 
Reply With Quote
 
Neredbojias
Guest
Posts: n/a
 
      06-24-2009
On 23 Jun 2009, Neebski <> wrote:

> On Jun 23, 6:14*pm, Neredbojias <neredboj...@gmail.com> wrote:
>> On 23 Jun 2009, Neebski <neeb...@gmail.com> wrote:
>>
>> > Hey there,

>>
>> > I have a pretty basic splash page on my site but I wanted to
>> > forward directly to the home page if there is a returning user to
>> > the site.

>>
>> > I am not sure the best way of doing this, maybe something with JS.
>> > Thanks in advance for any help!

>>
>> Depends on how long. *If I come back to the page in 2011, am I a
>> "returning visitor"? *Anyway, 2 possibilities are Sessions and a
>> database of users/visitors. *Cookies could work for those who have
>> cookies enabled, too.
>>
>> --
>> Neredbojiashttp://www.neredbojias.org/http://www.neredbojias.net/

>
> I would like to go the cookie route simply because I would like to
> keep it easy. I figured a 90 day forward would work best. For the
> site we are working with we don't need it much longer than that.
> Thanks John but for what we are doing we need this page even if it is
> only once.
>
> Thanks for the help Neredbojias, would you recommend any scrips?


Sorry, I can't because I don't use any I don't make myself and I
haven't dabbled with cookies in eons. But you're right; a 90-day
"remeberance" would probably be best served by cookies and if the
jamoke has them disabled, so he gets the splash screen - big deal.
Best 'o luck; maybe Googling for "cookie scripts" would benefit.

--
Neredbojias
http://www.neredbojias.org/
http://www.neredbojias.net/
 
Reply With Quote
 
Jan C. Faerber
Guest
Posts: n/a
 
      06-24-2009
On 24 Jun., 03:14, Neredbojias <neredboj...@gmail.com> wrote:

> Depends on how long. *If I come back to the page in 2011, am I a
> "returning visitor"? *Anyway, 2 possibilities are Sessions and a
> database of users/visitors. *Cookies could work for those who have
> cookies enabled, too.


Yes, I think also that this might not be the best entertainment.
What about a check box where the visitor can freely decide on his own
if the splash page is truncated the next time or not?
 
Reply With Quote
 
Neredbojias
Guest
Posts: n/a
 
      06-25-2009
On 24 Jun 2009, "Jan C. Faerber" <> wrote:

> On 24 Jun., 03:14, Neredbojias <neredboj...@gmail.com> wrote:
>
>> Depends on how long. *If I come back to the page in 2011, am I a
>> "returning visitor"? *Anyway, 2 possibilities are Sessions and a
>> database of users/visitors. *Cookies could work for those who have
>> cookies enabled, too.

>
> Yes, I think also that this might not be the best entertainment.
> What about a check box where the visitor can freely decide on his own
> if the splash page is truncated the next time or not?


I'm a big fan of providing user options on a page. However, the input
of such a check box would also have to be "recorded" to prevent users
from dealing with the option every visit and unless the splash page
serves some real purpose, I don't think too many people will want to
see it repeatedly.

--
Neredbojias
http://www.neredbojias.org/
http://www.neredbojias.net/
 
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
Bypass Previously Viewed Page Neebski HTML 0 06-24-2009 01:16 AM
page not found on previously existing page oaksong ASP .Net 1 08-10-2008 01:55 PM
Restoring state to a web page accessed previously McGeeky ASP .Net 4 09-14-2005 03:13 PM
i would like to build a small web page which can be viewed from a mobile device D.Rudiani ASP .Net 2 03-08-2005 01:57 AM
previously viewed news items Douglas Computer Support 3 11-11-2003 11:18 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