<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Best Web-Frameworks Blog</title>
	<link>http://blog.bestwebframeworks.com</link>
	<description>The blog for the web framework matrix: Bestwebframeworks.com</description>
	<lastBuildDate>Wed, 01 Sep 2010 01:33:58 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Create a CSS and SVG powered, real looking Map</title>
		<description><![CDATA[Scalable Vector Graphics, short SVG, are powerful XML based vector graphics. Unfortunately SVG isn&#8217;t 100% supported by all browsers, but the most modern browser support the most things, except the Internet Explorer (what a coincidence!). You could get an clear overview on caniuse.com of the SVG-browser-support. If you combine the power of CSS and SVG [...]]]></description>
		<link>http://blog.bestwebframeworks.com/real-looking-map-with-svg-css/</link>
			</item>
	<item>
		<title>Easy multiple CSS-Borders</title>
		<description><![CDATA[I would say all of you know the normal CSS-Border border: 1px solid #000000; which creates a normal 1 pixel thick border around the (HTML) object. A few months ago I read on Nettuts+ how to create multiple borders with simple CSS and today some addtional ways came in my mind how to create such [...]]]></description>
		<link>http://blog.bestwebframeworks.com/create-multiple-css-borders/</link>
			</item>
	<item>
		<title>Quick Tip: Open new tab at the end (Firefox 3.6)</title>
		<description><![CDATA[In Firefox 3.6 a small change was introduced: New tabs will now be applied to the current open tab. If you want it like in Mozilla Firefox 3.5 or adove, here’s the instruction: Write "about:config" in your adress bar, click on the button that says you will be careful and search for "browser.tabs.insertRelatedAfterCurrent". If you [...]]]></description>
		<link>http://blog.bestwebframeworks.com/quick-tip-open-new-tab-at-the-end-firefox-3-6/</link>
			</item>
	<item>
		<title>Detect browsers with jQuery</title>
		<description><![CDATA[If you want to detect browsers with jQuery it is really easy to manage with it. Although it isn’t relly accessible for users with disabled JavaScript. /* ===== Firefox ===== */ &#160; // Select Firefox if &#40;jQuery.browser.mozilla&#41; &#123; // do sth. &#125; &#160; // Select Firefox 1.5.x to 2.x if &#40;jQuery.browser.mozilla &#38;&#38; jQuery.browser.version.substr&#40;0, 3&#41; == [...]]]></description>
		<link>http://blog.bestwebframeworks.com/detect-browsers-with-jquery/</link>
			</item>
</channel>
</rss>
