Displaying RSS and XML Feeds
Live World Cup news and results on your site.
Everyone wants fresh and interesting content for his or her web site, but very few people have the time to write it unless you have no life like me.
Call: 1300 228 100
Everyone wants fresh and interesting content for his or her web site, but very few people have the time to write it unless you have no life like me.
Most web users have different requirements for viewing the web. I personally know several people that increase their font size for one reason or another. As a web developer, it is our duty to ensure that this ‘simple luxury’ is not taken away.
Fonts can be set to pixels, ems, % or keywords. All methods have their place, but some are better than others. Pixels give the most consistency, but lack flexibility for the user, as we will discuss. Keywords are ‘small’, ‘x-small’, ‘large’ etc. Each computer has a default font size setting. Setting text with percentages or ems relates to this default font size -1em is the users’ default font size, which follows that it would also be equal to 100%.
Good browsers like Firefox let the user resize the text by simply pressing ctrl+ or ctrl- no matter how the font size is specified. IE, however [Read more →]