August 18th, 2009
| Posted in CSS, Easy Online Portals, HTML | No Comments »
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 ‘td’:
table td img {
max-height: 255px;
max-width: 345px;
}
This piece of code won’t get applied by IE8, so it seems…
But google found the solution right here, thanks to the forum user AsraiLight.
To let IE8 apply the max-width/max-height, you have to use a fixed table layout:
table{
table-layout: fixed;
}
This made it look like it is supposed to:

July 28th, 2009
| Posted in Easy Online Portals, Python | No Comments »
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!
June 11th, 2009
| Posted in Easy Online Portals | No Comments »
Just launched Terrie Anderson’s Store. An exciting launch for me because it is the first time I used the Amazon Product Advertising API.