Valhalla Legends Archive

Programming => Web Development => Topic started by: Mangix on April 10, 2005, 11:41 PM

Title: Redirects
Post by: Mangix on April 10, 2005, 11:41 PM
Simple Question.

WHY THE FUCK DO PPL USE THE FUCKING META TAG TO REDIRECT. honestly why? its a waste of code and Server-Side recirects are more efficient for a lot of reasons.

<ol><li>When you hit the back button, the webpage that has the meta tag will always redirect once the user goes back and that becomes annoying.</li>
<li>it is more efficient and easier to use :P</li></ol>
i think i proved my point :).

edit:why the fuck isnt HTML enabled  >:(.
Title: Re: Redirects
Post by: Akamas on April 11, 2005, 12:21 AM
Quoteedit:why the fuck isnt HTML enabled >:(.
Because it doesn't need to be, BB code works fine. Click here for more information on BB code (http://www.phpbb.com/phpBB/faq.php?mode=bbcode).

Quote
WHY THE FUCK DO PPL USE THE FUCKING META TAG TO REDIRECT. honestly why? its a waste of code and Server-Side recirects are more efficient for a lot of reasons.
I think you should put some more thought into new threads before you create them. I don't think anyone cares about your perspecitive on the relevance of meta tag redirect.

QuoteWhen you hit the back button, the webpage that has the meta tag will always redirect once the user goes back and that becomes annoying.
I've never found myself in that situation. Possibly you could think before you click, that could prevent the "annoyance" of the re-redirect.
Title: Re: Redirects
Post by: Mangix on April 11, 2005, 02:21 AM
lets say im on gaming.net ok?

i want to go to gamingzone.org and that site has a page that has a meta tag that redirects to the true page.

i decide i dont like the site a lot. i click back and it directs me to the same page again and again. this becomes annoying.

if you use serverside redirects, i click back and im on gaming.net sooooooooo server side redirects are better :P.
Title: Re: Redirects
Post by: MyndFyre on April 11, 2005, 02:46 AM
Quote from: Mangix on April 11, 2005, 02:21 AM
lets say im on gaming.net ok?

i want to go to gamingzone.org and that site has a page that has a meta tag that redirects to the true page.

i decide i dont like the site a lot. i click back and it directs me to the same page again and again. this becomes annoying.

if you use serverside redirects, i click back and im on gaming.net sooooooooo server side redirects are better :P.

So, basically, what you're saying is that, just because you haven't thought of a good reason to use meta redirects, there isn't one?

Obviously someone has a reason for using meta-redirect, otherwise they wouldn't.

Personally, I always use Response.Redirect().  But that doesn't mean there isn't a good reason for using meta-redirect.
Title: Re: Redirects
Post by: Banana fanna fo fanna on April 13, 2005, 04:21 PM
Topic split.

http://forum.valhallalegends.com/phpbbs/index.php?topic=11260.15