<?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>workaround &#8211; stoimen&#039;s web log</title>
	<atom:link href="/tag/workaround/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>on web development</description>
	<lastBuildDate>Tue, 13 Feb 2018 08:18:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>php.ini for two web servers</title>
		<link>/2009/05/10/phpini-for-two-web-servers/</link>
		<comments>/2009/05/10/phpini-for-two-web-servers/#respond</comments>
		<pubDate>Sun, 10 May 2009 04:14:26 +0000</pubDate>
		<dc:creator><![CDATA[stoimen]]></dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[php.ini]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[workaround]]></category>

		<guid isPermaLink="false">/?p=551</guid>
		<description><![CDATA[Two Apaches one php.ini Yes in our case this was the fact. There were two web servers, Apache 2 in our case, and one PHP. The php.ini file was in /etc/ as usual. Everything seemed to be perfect. But however some directives in php.ini does not worked for one of the server. Why the second &#8230; <a href="/2009/05/10/phpini-for-two-web-servers/" class="more-link">Continue reading <span class="screen-reader-text">php.ini for two web servers</span> <span class="meta-nav">&#8594;</span></a><div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2010/06/15/use-zend_translate-to-translate-your-web-app/" rel="bookmark" title="Use Zend_Translate to Translate Your Web App">Use Zend_Translate to Translate Your Web App </a></li>
<li><a href="/2010/01/11/what-should-be-optimized-in-one-web-page/" rel="bookmark" title="What should be optimized in one web page?">What should be optimized in one web page? </a></li>
<li><a href="/2010/01/18/what-should-i-optimize-first-in-my-web-page/" rel="bookmark" title="What should I optimize first in my web page?">What should I optimize first in my web page? </a></li>
<li><a href="/2010/01/13/optimizing-the-web-start-with-the-images/" rel="bookmark" title="Optimizing the web. Start with the images!">Optimizing the web. Start with the images! </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<h2>Two Apaches one php.ini</h2>
<p>Yes in our case this was the fact. There were two web servers, Apache 2 in our case, and one PHP. The php.ini file was in /etc/ as usual. Everything seemed to be perfect. But however some directives in php.ini does not worked for one of the server.</p>
<h2>Why the second server does not read php.ini?</h2>
<p>Well actually when you load the php.ini for the first server it loads correctly with everthing declared in it. However when you start the second server, of course on a different port than the first one, you get all the php.ini values as if they are default.</p>
<h2>Why?</h2>
<p>That&#8217;s some feature of PHP we didn&#8217;t know. I still don&#8217;t have an explanation about it. But of cource there&#8217;s a &#8230;</p>
<h2>Workaround</h2>
<p>You can put everything for the second server in the .htaccess file, so this will act as second php.ini for the second web server</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2010/06/15/use-zend_translate-to-translate-your-web-app/" rel="bookmark" title="Use Zend_Translate to Translate Your Web App">Use Zend_Translate to Translate Your Web App </a></li>
<li><a href="/2010/01/11/what-should-be-optimized-in-one-web-page/" rel="bookmark" title="What should be optimized in one web page?">What should be optimized in one web page? </a></li>
<li><a href="/2010/01/18/what-should-i-optimize-first-in-my-web-page/" rel="bookmark" title="What should I optimize first in my web page?">What should I optimize first in my web page? </a></li>
<li><a href="/2010/01/13/optimizing-the-web-start-with-the-images/" rel="bookmark" title="Optimizing the web. Start with the images!">Optimizing the web. Start with the images! </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2009/05/10/phpini-for-two-web-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You should not insert an &#8220;a&#8221; tag in another &#8220;a&#8221; tag! &#8230;</title>
		<link>/2009/04/14/you-should-not-insert-an-tag-in-another-tag-ie-breaks/</link>
		<comments>/2009/04/14/you-should-not-insert-an-tag-in-another-tag-ie-breaks/#respond</comments>
		<pubDate>Tue, 14 Apr 2009 05:31:34 +0000</pubDate>
		<dc:creator><![CDATA[stoimen]]></dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[micro tutorial]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[a]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[issue]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[workaround]]></category>

		<guid isPermaLink="false">/?p=504</guid>
		<description><![CDATA[IE6 fails to display correctly nested <a> tags. Why and how to find a workaround?<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2009/06/08/a-tag-doesnt-apply-hover-on-ie6/" rel="bookmark" title="a tag doesn&#8217;t apply hover on IE6">a tag doesn&#8217;t apply hover on IE6 </a></li>
<li><a href="/2009/04/25/flex-3-hslider-thumb-gap-issue/" rel="bookmark" title="Flex 3 HSlider thumb gap issue">Flex 3 HSlider thumb gap issue </a></li>
<li><a href="/2011/03/29/scroll-an-iframe-content-to-a-predefined-position/" rel="bookmark" title="Scroll an IFRAME Content to a Predefined Position">Scroll an IFRAME Content to a Predefined Position </a></li>
<li><a href="/2009/04/08/flash-doesnt-load-in-div-with-display-none-style/" rel="bookmark" title="Flash doesn&#8217;t load in div with display:none style">Flash doesn&#8217;t load in div with display:none style </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<h2>The Problem</h2>
<p>Well it may look strange to want to do that exaclty. Who wants to have a &lt;a&gt; tag in another. It really looks semanticaly incorrect, but however, every normal A grade browser&#8217;s displaing it correctly, except .. IE6.</p>
<h2>The Case</h2>
<p>The Microsoft team may be too much semanticaly involved in that problem, I should guess, but that&#8217;s really impossible.</p>
<h2>The Workaround</h2>
<p>The workaround is trivial. You just put the &lt;a&gt; tags one after another and adjust them with relative position and margin with negative values.</p>
<h2>&#8230; and The Example</h2>
<blockquote><p>&lt;a href=&#8221;#&#8221;&gt;link here&lt;/a&gt;</p>
<p>&lt;a href=&#8221;#&#8221; style=&#8221;margin:-10px 0 0; position : relative;&#8221;&gt;link there&lt;/a&gt;</p></blockquote>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2009/06/08/a-tag-doesnt-apply-hover-on-ie6/" rel="bookmark" title="a tag doesn&#8217;t apply hover on IE6">a tag doesn&#8217;t apply hover on IE6 </a></li>
<li><a href="/2009/04/25/flex-3-hslider-thumb-gap-issue/" rel="bookmark" title="Flex 3 HSlider thumb gap issue">Flex 3 HSlider thumb gap issue </a></li>
<li><a href="/2011/03/29/scroll-an-iframe-content-to-a-predefined-position/" rel="bookmark" title="Scroll an IFRAME Content to a Predefined Position">Scroll an IFRAME Content to a Predefined Position </a></li>
<li><a href="/2009/04/08/flash-doesnt-load-in-div-with-display-none-style/" rel="bookmark" title="Flash doesn&#8217;t load in div with display:none style">Flash doesn&#8217;t load in div with display:none style </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2009/04/14/you-should-not-insert-an-tag-in-another-tag-ie-breaks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
