<?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>buzzouka.com</title>
	<atom:link href="http://www.buzzouka.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.buzzouka.com/blog</link>
	<description>blog, bookmarks and snippets on web development</description>
	<lastBuildDate>Thu, 29 Sep 2011 08:27:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Prevent broken floats in IE7 and lower</title>
		<link>http://www.buzzouka.com/blog/2011/prevent-broken-floats-ie7/</link>
		<comments>http://www.buzzouka.com/blog/2011/prevent-broken-floats-ie7/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 08:27:34 +0000</pubDate>
		<dc:creator>Shahways Romani</dc:creator>
				<category><![CDATA[Client-side]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.buzzouka.com/blog/?p=94</guid>
		<description><![CDATA[Ever experienced a float dropping to the next line ine IE7, without any good reason? Read on to discover how to prevent this behavior. In my specific case I needed to float an image of a close button to the right top end of a &#60;div&#62;. I had to add [...]]]></description>
		<wfw:commentRss>http://www.buzzouka.com/blog/2011/prevent-broken-floats-ie7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Always show the vertical scrollbar using CSS</title>
		<link>http://www.buzzouka.com/blog/2011/always-show-vertical-scrollbar-with-css/</link>
		<comments>http://www.buzzouka.com/blog/2011/always-show-vertical-scrollbar-with-css/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 09:40:07 +0000</pubDate>
		<dc:creator>Shahways Romani</dc:creator>
				<category><![CDATA[Client-side]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[snippet]]></category>

		<guid isPermaLink="false">http://www.buzzouka.com/blog/?p=90</guid>
		<description><![CDATA[The dynamic nature of today&#8217;s webpages results in content being added to and removed from the DOM on-the-fly. By adding content to a short page, your content can suddenly surpass the browser window height, which results in a vertical scrollbar being added. The problem is that this addition causes your [...]]]></description>
		<wfw:commentRss>http://www.buzzouka.com/blog/2011/always-show-vertical-scrollbar-with-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Injecting data in the DOM with the jQuery data() method</title>
		<link>http://www.buzzouka.com/blog/2011/jquery-data-method/</link>
		<comments>http://www.buzzouka.com/blog/2011/jquery-data-method/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 20:59:44 +0000</pubDate>
		<dc:creator>Shahways Romani</dc:creator>
				<category><![CDATA[Client-side]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.buzzouka.com/blog/?p=43</guid>
		<description><![CDATA[A few months back I stumbled on the jQuery data() method. It saved me some time, code and resources, and provided me a clean way to inject DOM nodes with custom data. Didn&#8217;t have the time to blog about it at the time, but it&#8217;s really a little gem, so [...]]]></description>
		<wfw:commentRss>http://www.buzzouka.com/blog/2011/jquery-data-method/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Correct offset values in jQuery on the iPad</title>
		<link>http://www.buzzouka.com/blog/2011/jquery-offset-values-on-the-ipad/</link>
		<comments>http://www.buzzouka.com/blog/2011/jquery-offset-values-on-the-ipad/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 08:48:35 +0000</pubDate>
		<dc:creator>Shahways Romani</dc:creator>
				<category><![CDATA[Client-side]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[snippet]]></category>

		<guid isPermaLink="false">http://www.buzzouka.com/blog/?p=46</guid>
		<description><![CDATA[Using the jQuery offset() method results in unreliable values being returned  on the native iPad Safari mobile browser. More details about the issue have been posted in this ticket at the jQuery bug tracker. In the comments there, I noticed a solution posted by &#8220;matas&#8221;, which helped me to circumvent [...]]]></description>
		<wfw:commentRss>http://www.buzzouka.com/blog/2011/jquery-offset-values-on-the-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pure CSS &amp; XHTML tabs</title>
		<link>http://www.buzzouka.com/blog/2011/css-tabs/</link>
		<comments>http://www.buzzouka.com/blog/2011/css-tabs/#comments</comments>
		<pubDate>Sun, 09 Jan 2011 23:36:33 +0000</pubDate>
		<dc:creator>Shahways Romani</dc:creator>
				<category><![CDATA[Client-side]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[snippet]]></category>

		<guid isPermaLink="false">http://www.buzzouka.com/blog/?p=21</guid>
		<description><![CDATA[Across-browser approach for tab-based navigation using unordered lists. The code is just a foundation, and can be further extended with custom design. Credits are due to Joshua Kaufman who provided me with the base to start with. I ended up with making the following modifications to his code: I converted [...]]]></description>
		<wfw:commentRss>http://www.buzzouka.com/blog/2011/css-tabs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

