<?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>Frontendplace Blog</title>
	<atom:link href="http://www.frontendplace.nl/bb/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.frontendplace.nl/bb</link>
	<description>Sharing Frontend developing ideas</description>
	<lastBuildDate>Mon, 23 Aug 2010 14:15:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>onUnload goes off when using void(0) in anchor</title>
		<link>http://www.frontendplace.nl/bb/?p=504</link>
		<comments>http://www.frontendplace.nl/bb/?p=504#comments</comments>
		<pubDate>Mon, 23 Aug 2010 14:15:11 +0000</pubDate>
		<dc:creator>info</dc:creator>
				<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://www.frontendplace.nl/bb/?p=504</guid>
		<description><![CDATA[When you use an onclick handler on an anchor that does not return false and you use javascript:void(0) as a href be warned that the onunload will be fired. If you remove eventhandlers on the onunload to prevent memoryleaks then your eventhandlers will be removed when clicked on that anchor.
]]></description>
		<wfw:commentRss>http://www.frontendplace.nl/bb/?feed=rss2&amp;p=504</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Centrate your login form including extra header</title>
		<link>http://www.frontendplace.nl/bb/?p=489</link>
		<comments>http://www.frontendplace.nl/bb/?p=489#comments</comments>
		<pubDate>Thu, 10 Jun 2010 07:21:22 +0000</pubDate>
		<dc:creator>info</dc:creator>
				<category><![CDATA[3D Tutorials]]></category>

		<guid isPermaLink="false">http://www.frontendplace.nl/bb/?p=489</guid>
		<description><![CDATA[
Sometimes you need to make a login screen and center the login form vertically and horizontally. I made this crossbrowser example to create a
loginscreen screen. Look at the source how it is been done. You need a heightsetter span to center the content vertically.
]]></description>
		<wfw:commentRss>http://www.frontendplace.nl/bb/?feed=rss2&amp;p=489</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Print Logo without having img tag in content</title>
		<link>http://www.frontendplace.nl/bb/?p=480</link>
		<comments>http://www.frontendplace.nl/bb/?p=480#comments</comments>
		<pubDate>Sat, 29 May 2010 16:41:44 +0000</pubDate>
		<dc:creator>info</dc:creator>
				<category><![CDATA[3D Tutorials]]></category>

		<guid isPermaLink="false">http://www.frontendplace.nl/bb/?p=480</guid>
		<description><![CDATA[Ever wanted to have your logo to be printed when background printing is disabled and for accessibility reasons you don&#8217;t want to add the image tag in your markup and control the image source in your stylesheet.
I heard this week that you can still print images inside an html document without having an image tag [...]]]></description>
		<wfw:commentRss>http://www.frontendplace.nl/bb/?feed=rss2&amp;p=480</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Average size font</title>
		<link>http://www.frontendplace.nl/bb/?p=475</link>
		<comments>http://www.frontendplace.nl/bb/?p=475#comments</comments>
		<pubDate>Wed, 26 May 2010 09:57:08 +0000</pubDate>
		<dc:creator>info</dc:creator>
				<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://www.frontendplace.nl/bb/?p=475</guid>
		<description><![CDATA[Sometimes you wish to find out how many characters fits inside a specific width.. Here&#8217;s a test I tried to find out some width of familiar fonts.
Width test
This example uses 1000 characters to calculate an average width on my screen:
arial normal 10 px -> width 4650px -> Average 5px/char
arial normal 11 px bold -> width [...]]]></description>
		<wfw:commentRss>http://www.frontendplace.nl/bb/?feed=rss2&amp;p=475</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamic resizing div until bottom of screen</title>
		<link>http://www.frontendplace.nl/bb/?p=440</link>
		<comments>http://www.frontendplace.nl/bb/?p=440#comments</comments>
		<pubDate>Sun, 16 May 2010 15:34:07 +0000</pubDate>
		<dc:creator>info</dc:creator>
				<category><![CDATA[3D Tutorials]]></category>

		<guid isPermaLink="false">http://www.frontendplace.nl/bb/?p=440</guid>
		<description><![CDATA[Sometimes you want the last div layer or iframe to be resized and have the scrollbar in stead of getting a scrollbar on the whole page. Here is an example script that calculates the height and width of the container respecting a given bottom and right space.
You need some extra functions to calculate the computed [...]]]></description>
		<wfw:commentRss>http://www.frontendplace.nl/bb/?feed=rss2&amp;p=440</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>find the right color combination</title>
		<link>http://www.frontendplace.nl/bb/?p=423</link>
		<comments>http://www.frontendplace.nl/bb/?p=423#comments</comments>
		<pubDate>Sun, 28 Mar 2010 08:56:34 +0000</pubDate>
		<dc:creator>info</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.frontendplace.nl/bb/?p=423</guid>
		<description><![CDATA[Every webdeveloper knows that a good design comes with a well defined colorscheme.. You can find good color weels inside the adobe products but also online adobe gives you the tools. Look at http://kuler.adobe.com/#create/fromacolor to create your own color scheme.
What is a Color Wheel?
A color wheel is an illustrative model meant to aid people in [...]]]></description>
		<wfw:commentRss>http://www.frontendplace.nl/bb/?feed=rss2&amp;p=423</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>window.onresize = body.onresize in IE6 standard mode</title>
		<link>http://www.frontendplace.nl/bb/?p=416</link>
		<comments>http://www.frontendplace.nl/bb/?p=416#comments</comments>
		<pubDate>Thu, 11 Feb 2010 07:57:20 +0000</pubDate>
		<dc:creator>info</dc:creator>
				<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://www.frontendplace.nl/bb/?p=416</guid>
		<description><![CDATA[I did not know this before but sometimes the window.onresize does not fire when in standards mode in your webpage. In standard mode the body size will be the total size of the content not that of the window size. If you have fixed width elements in your body and get an scrollbar or have [...]]]></description>
		<wfw:commentRss>http://www.frontendplace.nl/bb/?feed=rss2&amp;p=416</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resizing font unobtrusive with jQuery and save in cookie</title>
		<link>http://www.frontendplace.nl/bb/?p=399</link>
		<comments>http://www.frontendplace.nl/bb/?p=399#comments</comments>
		<pubDate>Sat, 23 Jan 2010 14:26:28 +0000</pubDate>
		<dc:creator>info</dc:creator>
				<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://www.frontendplace.nl/bb/?p=399</guid>
		<description><![CDATA[Do you need an unobtrusive font resizing component which also remember the settings in a cookie?
With jQuery i&#8217;ve created a little piece of html and javascript. This piece can simply be loaded in your html container by using the jquery function load(). 
This is an unobtrusive way to add this component to your website and [...]]]></description>
		<wfw:commentRss>http://www.frontendplace.nl/bb/?feed=rss2&amp;p=399</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Conditional compilation does not combine well with javadoc</title>
		<link>http://www.frontendplace.nl/bb/?p=396</link>
		<comments>http://www.frontendplace.nl/bb/?p=396#comments</comments>
		<pubDate>Tue, 08 Dec 2009 12:30:20 +0000</pubDate>
		<dc:creator>info</dc:creator>
				<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://www.frontendplace.nl/bb/?p=396</guid>
		<description><![CDATA[It took me a while to debug errors in javascript and found out that I had two external javascript files and in one javascript file the programmer used /*@cc_on!@*/ notation ( conditional compilation that works in IE). and in the other file the programmer used javadoc notation @param inside the comments. When the file with [...]]]></description>
		<wfw:commentRss>http://www.frontendplace.nl/bb/?feed=rss2&amp;p=396</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>nested floats</title>
		<link>http://www.frontendplace.nl/bb/?p=378</link>
		<comments>http://www.frontendplace.nl/bb/?p=378#comments</comments>
		<pubDate>Mon, 26 Oct 2009 20:34:13 +0000</pubDate>
		<dc:creator>info</dc:creator>
				<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://www.frontendplace.nl/bb/?p=378</guid>
		<description><![CDATA[When nesting a right floated box inside a left floated element. A right floating element will expand the containing left floating element to the width of the parent of the left floated element in IE6. According to W3C the left floating element should base its width on the width of the containing children.
In FF and [...]]]></description>
		<wfw:commentRss>http://www.frontendplace.nl/bb/?feed=rss2&amp;p=378</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
