<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>leinadium &#187; redirect</title>
	<atom:link href="http://www.leinadium.com/tag/redirect/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leinadium.com</link>
	<description>Techhead. Codewarrior. Legalnerd.</description>
	<lastBuildDate>Fri, 02 Sep 2011 20:09:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Response.Redirect not working properly on IE8 ASP</title>
		<link>http://www.leinadium.com/misc/responseredirect-not-working-properly-on-ie8-asp/</link>
		<comments>http://www.leinadium.com/misc/responseredirect-not-working-properly-on-ie8-asp/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 12:14:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[misc]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[redirect]]></category>

		<guid isPermaLink="false">http://www.leinadium.com/misc/responseredirect-not-working-properly-on-ie8-asp/</guid>
		<description><![CDATA[just noticed some of our users are having trouble when logging out. The Response.Redirect call does not work in IE8(Vista). Found another user showing this on http://www.vistaheads.com/forums/microsoft-public-internetexplorer-general/348183-ie8-reponse-redirect.html Looks like an IE8 bug (and not the first).]]></description>
			<content:encoded><![CDATA[<p>just noticed some of our users are having trouble when logging out. The Response.Redirect call does not work in IE8(Vista).<br />
Found another user showing this on<a href="http://www.vistaheads.com/forums/microsoft-public-internetexplorer-general/348183-ie8-reponse-redirect.html"> http://www.vistaheads.com/forums/microsoft-public-internetexplorer-general/348183-ie8-reponse-redirect.html</a><br />
Looks like an IE8 bug (and not the first).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leinadium.com/misc/responseredirect-not-working-properly-on-ie8-asp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>php header() not working in opera on mac</title>
		<link>http://www.leinadium.com/code/php-header-not-working-in-opera-on-mac/</link>
		<comments>http://www.leinadium.com/code/php-header-not-working-in-opera-on-mac/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 16:29:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[redirect]]></category>

		<guid isPermaLink="false">http://www.leinadium.com/misc/php-header-not-working-in-opera-on-mac/</guid>
		<description><![CDATA[Came across this strange behaviour in Opera on Mac. The php header command was simply ignored and the rest of the page executed normally. Finally found a solution that calls a javascript redirect if nothing else works. //==== Redirect&#8230; Try PHP header redirect, then Java redirect, then try http redirect.: function redir($url) { if (!headers_sent()) [...]]]></description>
			<content:encoded><![CDATA[<p>Came across this strange behaviour in Opera on Mac.<br />
The php header command was simply ignored and the rest of the page executed normally.<br />
Finally found a solution that calls a javascript redirect if nothing else works.</p>
<p>//==== Redirect&#8230; Try PHP header redirect, then Java redirect, then try http redirect.:<br />
function redir($url) {<br />
if (!headers_sent()) {    //If headers not sent yet&#8230; then do php redirect<br />
header(&#8216;Location: &#8216;.$url);</p>
<p>exit;<br />
} else {<br />
//If headers are sent&#8230; do java redirect&#8230; if java disabled, do html redirect.<br />
echo &#8216;&lt;script type=&#8221;text/javascript&#8221;&gt;&#8217;;<br />
echo &#8216;window.location.href=&#8221;&#8216;.$url.&#8217;&#8221;;&#8217;;<br />
echo &#8216;&lt;/script&gt;&#8217;;<br />
echo &#8216;&lt;noscript&gt;&#8217;;<br />
echo &#8216;&lt;meta http-equiv=&#8221;refresh&#8221; content=&#8221;0;url=&#8217;.$url.&#8217;&#8221; /&gt;&#8217;;<br />
echo &#8216;&lt;/noscript&gt;&#8217;;<br />
exit;<br />
}<br />
return 1;<br />
}</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=dd7be906-a839-8e38-98cb-91e4b8f86ef4" alt="" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.leinadium.com/code/php-header-not-working-in-opera-on-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

