<?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>Programming Ideas, Logics, Tips and Tricks &#187; ie</title>
	<atom:link href="http://www.sajithmr.me/tag/ie/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sajithmr.me</link>
	<description></description>
	<lastBuildDate>Mon, 23 Jan 2012 15:44:09 +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>Quick tips for https connection (Non secure content warning &#8211; IE)</title>
		<link>http://www.sajithmr.me/quick-tips-for-https-connection-non-secure-content-warning-ie</link>
		<comments>http://www.sajithmr.me/quick-tips-for-https-connection-non-secure-content-warning-ie#comments</comments>
		<pubDate>Mon, 17 May 2010 23:14:49 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[webworld]]></category>
		<category><![CDATA[alert]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[https warning]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[non-secure content]]></category>
		<category><![CDATA[protocol]]></category>
		<category><![CDATA[safety]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[warning]]></category>

		<guid isPermaLink="false">http://www.sajithmr.me/?p=713</guid>
		<description><![CDATA[If you are using https pages or some of the pages (payment pages etc) in your website, keep the following in your mind. In some browsers especially IE shows warning of non-secured content in secured page. This cause user the feeling that the website is not secured. Use relative url always. Relative URL means those [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-714" title="browsers_dhtml" src="http://www.sajithmr.me/wp-content/uploads/2010/05/browsers_dhtml.jpg" alt="browsers_dhtml" width="270" height="250" /></p>
<p>If you are using https pages or some of the pages (payment pages etc) in your website, keep the following in your mind. In some browsers especially IE shows warning of non-secured content in secured page. This cause user the feeling that the website is not secured.</p>
<ol>
<li>Use relative url always. Relative URL means those without starting with http:// or https://, instead use relative url.</li>
<li>If you need to use full url, use dynamic base name in with your programming language.For example in PHP, define BASE_URL = http://www.yoursite.com and use this variable in every links and forms. Change the BASE_URL value between http and https depending upon the protocol ($_SERVER['HTTP_HOST'])</li>
<li>Check  inside javascript function whether it is calling any non-secured url. (For example, sometime you may use full url inside Javascript). Check using if condition to decide, which protocol to use, like what Google Analytic does.<br />
eg:  (&#8220;https:&#8221; == document.location.protocol) ? &#8220;https://ssl.&#8221; : &#8220;http://www.&#8221;);</li>
<li> Check if there is any flash content which tries to load data from non-secured url. There is a chance to load some xml configuration files using http protocol</li>
<li> Also change the codebase parameter value in object tag (flash or other media) whether it is pointing http or https url. There is a chance for this url in flash content.<br />
<span style="color: #ff6600;">codebase=&#8221;http://download.macromedia.com/pub/shockwave /cabs/flash/swflash.cab#version=9,0,115,0&#8243;<br />
<span style="color: #000000;">Change this url to https://downoad&#8230;<br />
</span><br />
</span></li>
<li><span style="color: #ff6600;"><span style="color: #000000;">If you are using facebook connect or such integration, check the javascript initialisation code.<br />
<span style="color: #008000;">FB.init(&#8220;78bc8ffb87c41eabb6395a2045c76021&#8243;, &#8220;/xd_receiver.htm</span>&#8220;);<br />
Inside the xd_receiver.htm file, the cross platform callback will be non secured url (http)<br />
Change this to xd_reciver_ssl.htm and use new code, which is available in Facebook documentation</p>
<p></span></span></li>
</ol>
<p>Tools like Fiddler can be used to check which url is non-secured. Firebug cannot show all non-secure connections. If the above steps do not solve your problem, try disabling javascript files one by one to point out which call is making the problem. Also try this by disabling Flash objects one by one.</p>
<p>Good luck guys</p>
<p>Cheers</p>
<p>Sajith</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/quick-tips-for-https-connection-non-secure-content-warning-ie/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Check website in different browsers</title>
		<link>http://www.sajithmr.me/check-website-in-different-browsers</link>
		<comments>http://www.sajithmr.me/check-website-in-different-browsers#comments</comments>
		<pubDate>Sun, 22 Mar 2009 01:01:28 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[alignment]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[explorer]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.sajithmr.com/?p=396</guid>
		<description><![CDATA[Last day i got a good website in which we can test the rendering of a particular website through different versions of interenet explorer. From a designer&#8217;s view, internet explorer is a life long head ache due its different alignment, floating problem, iframe problem, script execution problem and all. Here , http://ipinfo.info/netrenderer/index.php , You can [...]]]></description>
			<content:encoded><![CDATA[<p>Last day i got a good website in which we can test the rendering of a particular website through different versions of interenet explorer. From a designer&#8217;s view, internet explorer is a life long head ache due its different alignment, floating problem, iframe problem, script execution problem and all.</p>
<p><a href="http://www.sajithmr.com/wp-content/uploads/2009/03/epath-ie-comparison.jpg"><img class="alignnone size-full wp-image-398" title="epath-ie-comparison" src="http://www.sajithmr.com/wp-content/uploads/2009/03/epath-ie-comparison.jpg" alt="" width="200" height="100" /></a></p>
<p>Here , <a href="http://ipinfo.info/netrenderer/index.php" target="_blank">http://ipinfo.info/netrenderer/index.php</a> , You can check your website through different internet explorer version. It will be useful for linux developers to test the website via internet explorer.No need to boot windows operating system.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/check-website-in-different-browsers/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Internet Explorer Float &#8211; Margin Problem</title>
		<link>http://www.sajithmr.me/internet-explorer-float-margin-problem</link>
		<comments>http://www.sajithmr.me/internet-explorer-float-margin-problem#comments</comments>
		<pubDate>Thu, 16 Oct 2008 14:22:10 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[webworld]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[float]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[left]]></category>
		<category><![CDATA[margin]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[white space]]></category>

		<guid isPermaLink="false">http://www.sajithmr.com/internet-explorer-float-margin-problem/</guid>
		<description><![CDATA[If you are a web designer, who designs using css  properties, perhaps you get in struck with different browser&#8217;s compatibility. In these case Internet explorer would be your most headache, especially IE 6 or former versions . Mozilla shows contents as we expect while the design phase. The web browser arrived recently, Chrome also shows [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.sajithmr.com/wp-content/uploads/2008/10/internet-explorer-logo-with-pins.jpg" alt="Internet Explorer Float - Margin Problem" /></p>
<p>If you are a web designer, who designs using css  properties, perhaps you get in struck with different browser&#8217;s compatibility. In these case Internet explorer would be your most headache, especially IE 6 or former versions .</p>
<p><a href="http://www.sajithmr.com/why-i-like-mozilla/" title="Mozilla" target="_blank">Mozilla</a> shows contents as we expect while the design phase. The web browser arrived recently, <a href="http://www.sajithmr.com/google-chrome/" title="Google Chrome" target="_blank">Chrome</a> also shows things like what we put in our designs. When we check with Internet explorer, the veteran in this field, a lots of problems with aligns , extra white space , floating  etc.</p>
<p>I already posed about <a href="http://www.sajithmr.com/ie-internet-explorer-form-tag-problem/" title="Internet Explorer Form Tag " target="_blank">internet explorer form tag problem</a>. Here, recently i faced a different problem with IE, when we use float values say float:left for a particular div, and if we apply left-margin:10px (or whatever value), IE displays it with doubled marginal length (in this case around 20px)</p>
<p>When i googled it , and finally got a solution. What you have to do is, add <strong>display:inline </strong>value to the div which shows this extra white space or extra length</p>
<p>eg:</p>
<p><font color="#993300">#rightDiv<br />
{<br />
width:279px;<br />
height:40px;</font></p>
<p><font color="#993300">float:left;<br />
display:inline;</font></p>
<p><font color="#993300">}</font></p>
<p>I got this precious solution from <a href="http://www.positioniseverything.net/explorer/floatIndent.html" target="_blank">http://www.positioniseverything.net/explorer/floatIndent.html</a></p>
<p>If you want to get the updations in these article, enter your email address below:</p>
<form action="http://www.feedburner.com/fb/a/emailverify" method="post" target="popupwindow" onsubmit="window.open('http://www.feedburner.com/fb/a/emailverifySubmit?feedId=1221113', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">Enter your email address:&nbsp;<br />
<input type="text" style="color:#666;border:1px solid #cbcbcb;background:#fcfcfc; width:120px;"  name="email"/>
<input type="hidden" value="http://feeds.feedburner.com/~e?ffid=1221113" name="url"/>
<input type="hidden" value="Sajithmr.com" name="title"/>
<input type="hidden" name="loc" value="en_US"/>&nbsp;<br />
<input type="submit" value="Submit" /></form>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/internet-explorer-float-margin-problem/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

