<?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>XprsYrslf &#187; Coding &#38; Web Design &#187; Easy Online Portals</title>
	<atom:link href="http://xprsyrslf.be/category/easy-online-portals/feed/" rel="self" type="application/rss+xml" />
	<link>http://xprsyrslf.be</link>
	<description>by Jeroen Op &#039;t Eynde</description>
	<lastBuildDate>Fri, 09 Apr 2010 03:42:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>IE8 display: table-cell &amp; max-width bug</title>
		<link>http://xprsyrslf.be/2009/08/18/ie8-display-table-cell-max-width-bug/</link>
		<comments>http://xprsyrslf.be/2009/08/18/ie8-display-table-cell-max-width-bug/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 20:27:44 +0000</pubDate>
		<dc:creator>Jeroen</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Easy Online Portals]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://xprsyrslf.be/?p=392</guid>
		<description><![CDATA[A few days ago, a bug in EasySell appeared in Internet Explorer 8.

Apparently we used max-width (and max-height) on the image in a table &#8216;td&#8217;:

table td img {
max-height: 255px;
max-width: 345px;
}

This piece of code won&#8217;t get applied by IE8, so it seems&#8230;
But google found the solution right here, thanks to the forum user AsraiLight.
To let IE8 [...]]]></description>
			<content:encoded><![CDATA[<p>A few days ago, a bug in EasySell appeared in Internet Explorer 8.</p>
<p style="text-align: center;"><a href="http://xprsyrslf.be/wordpress/wp-content/uploads/2009/08/fault.png"><img class="size-full wp-image-386 aligncenter" style="width: 80%;" title="Fault Version" src="http://xprsyrslf.be/wordpress/wp-content/uploads/2009/08/fault.png" alt="Fault Version" width="700" height="350" /></a></p>
<p>Apparently we used max-width (and max-height) on the image in a table &#8216;td&#8217;:<br />
<code><br />
table td img {<br />
max-height: 255px;<br />
max-width: 345px;<br />
}<br />
</code></p>
<p>This piece of code won&#8217;t get applied by IE8, so it seems&#8230;<br />
But google found the solution <a href="http://bytes.com/topic/html-css/answers/870359-ie8-display-table-cell-max-width-bug">right here</a>, thanks to the forum user <a href="http://bytes.com/topic/html-css/answers/870359-ie8-display-table-cell-max-width-bug#post3496446">AsraiLight</a>.<br />
To let IE8 apply the max-width/max-height, you have to use a fixed table layout:<br />
<code><br />
table{<br />
table-layout: fixed;<br />
}<br />
</code></p>
<p>This made it look like it is supposed to:</p>
<p style="text-align: center;"><a href="http://xprsyrslf.be/wordpress/wp-content/uploads/2009/08/correct.png"><img class="size-full wp-image-385 aligncenter" style="width: 80%;" title="Correct Version" src="http://xprsyrslf.be/wordpress/wp-content/uploads/2009/08/correct.png" alt="Correct Version" width="700" height="350" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://xprsyrslf.be/2009/08/18/ie8-display-table-cell-max-width-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EasySell Top 100 &amp; Python</title>
		<link>http://xprsyrslf.be/2009/07/28/easysell-top-100-python/</link>
		<comments>http://xprsyrslf.be/2009/07/28/easysell-top-100-python/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 17:50:11 +0000</pubDate>
		<dc:creator>Jeroen</dc:creator>
				<category><![CDATA[Easy Online Portals]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://localhost/~jeroen/wordpress/?p=94</guid>
		<description><![CDATA[I finished a new website today: EasySell Top 100, All bestsellers and newest releases in one place! A website almost unique in its kind. On this project I have put my self-learned Python writing skills to use. There are plans for more features and a top 100 of ringtones.
Stay Tuned!
]]></description>
			<content:encoded><![CDATA[<p>I finished a new website today: <a rel="external" href="http://easyselltop100.com/">EasySell Top 100</a>, All bestsellers and newest releases in one place! A website almost unique in its kind. On this project I have put my self-learned <a rel="external" href="http://python.org/">Python</a> writing skills to use. There are plans for more features and a top 100 of ringtones.<br />
Stay Tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://xprsyrslf.be/2009/07/28/easysell-top-100-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Terrie Anderson&#8217;s Store</title>
		<link>http://xprsyrslf.be/2009/06/11/terrie-andersons-store/</link>
		<comments>http://xprsyrslf.be/2009/06/11/terrie-andersons-store/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 20:29:48 +0000</pubDate>
		<dc:creator>Jeroen</dc:creator>
				<category><![CDATA[Easy Online Portals]]></category>

		<guid isPermaLink="false">http://localhost/~jeroen/wordpress/?p=96</guid>
		<description><![CDATA[Just launched Terrie Anderson&#8217;s Store. An exciting launch for me because it is the first time I used the Amazon Product Advertising API.
]]></description>
			<content:encoded><![CDATA[<p>Just launched <a rel="external" href="http://terrieandersonstore.com">Terrie Anderson&#8217;s Store</a>. An exciting launch for me because it is the first time I used the <a rel="external" href="http://docs.amazonwebservices.com/AWSECommerceService/latest/DG/">Amazon Product Advertising API</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://xprsyrslf.be/2009/06/11/terrie-andersons-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Buy &amp; Sell Forum</title>
		<link>http://xprsyrslf.be/2009/06/05/buy-sell-forum/</link>
		<comments>http://xprsyrslf.be/2009/06/05/buy-sell-forum/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 11:27:41 +0000</pubDate>
		<dc:creator>Jeroen</dc:creator>
				<category><![CDATA[Easy Online Portals]]></category>

		<guid isPermaLink="false">http://localhost/~jeroen/wordpress/?p=97</guid>
		<description><![CDATA[Buy &#38; Sell Forum went online this week. Using PunBB forum software, it was rapidly set up. Changing colors, header and footer went remarkably easy.
]]></description>
			<content:encoded><![CDATA[<p><a rel="\&quot;external\&quot;" href="\">Buy &amp; Sell Forum</a> went online this week. Using <a rel="\&quot;external\&quot;" href="\">PunBB</a> forum software, it was rapidly set up. Changing colors, header and footer went remarkably easy.</p>
]]></content:encoded>
			<wfw:commentRss>http://xprsyrslf.be/2009/06/05/buy-sell-forum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Little Red Success Book</title>
		<link>http://xprsyrslf.be/2009/05/29/the-little-red-success-book/</link>
		<comments>http://xprsyrslf.be/2009/05/29/the-little-red-success-book/#comments</comments>
		<pubDate>Fri, 29 May 2009 17:06:45 +0000</pubDate>
		<dc:creator>Jeroen</dc:creator>
				<category><![CDATA[Easy Online Portals]]></category>

		<guid isPermaLink="false">http://localhost/~jeroen/wordpress/?p=98</guid>
		<description><![CDATA[New design online for The Little Red Success Book. Check it out!
]]></description>
			<content:encoded><![CDATA[<p>New design online for <a rel="\&quot;external\&quot;" href="http://littleredsuccessbook.com/">The Little Red Success Book</a>. Check it out!</p>
]]></content:encoded>
			<wfw:commentRss>http://xprsyrslf.be/2009/05/29/the-little-red-success-book/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
