<?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>Boris Kuzmic's blog</title>
	<atom:link href="http://blog.boriskuzmic.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.boriskuzmic.com</link>
	<description>CSS, Javascript and Java tips &#38; tricks</description>
	<lastBuildDate>Wed, 14 Jul 2010 06:42:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>JQuery Animations</title>
		<link>http://blog.boriskuzmic.com/?p=25</link>
		<comments>http://blog.boriskuzmic.com/?p=25#comments</comments>
		<pubDate>Mon, 14 Dec 2009 22:06:12 +0000</pubDate>
		<dc:creator>Boris Kuzmic</dc:creator>
				<category><![CDATA[Public]]></category>
		<category><![CDATA[Animation]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JQuery]]></category>

		<guid isPermaLink="false">http://blog.boriskuzmic.com/?p=25</guid>
		<description><![CDATA[Chris Coyier first stared experimenting with  JQuery animations in his post and why they queue up during time. I also got curious and began to search for the possible solution. And I think I&#8217;ve found it. The solution is to use JQuery&#8217;s function used with animation plugin: dequeue and stop and also combine animation callbacks [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://chriscoyier.net/">Chris Coyier</a> first stared experimenting with  JQuery animations in <a href="http://css-tricks.com/full-jquery-animations/">his post</a> and why they queue up during time. I also got curious and began to search for the possible solution. And I think I&#8217;ve found it.</p>
<p>The solution is to use JQuery&#8217;s function used with animation plugin: <em>dequeue</em> and <em>stop</em> and also combine animation callbacks to track when one animation finishes.</p>
<p>I&#8217;ve made two examples. I&#8217;m not a designer so they aren&#8217;t very pretty.</p>
<p><a href="http://www.boriskuzmic.com/jquery/rollovers.html">First example</a> &#8211; shows response on <a href="http://css-tricks.com/silhouette-fadeins/">Chris&#8217;s Silhouette Fadeins</a> to demonstrate simple approach using only one image (CSS slices), removing any unnecessary id&#8217;s and HTML markup.</p>
<p><a href="http://www.boriskuzmic.com/jquery/rollover_effect.html">Second example</a> shows how to create smooth JQuery animation without animation repeating on multiple hovers over elements.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.boriskuzmic.com/?feed=rss2&amp;p=25</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CSS Centered Login Page</title>
		<link>http://blog.boriskuzmic.com/?p=1</link>
		<comments>http://blog.boriskuzmic.com/?p=1#comments</comments>
		<pubDate>Fri, 15 May 2009 15:11:29 +0000</pubDate>
		<dc:creator>Boris Kuzmic</dc:creator>
				<category><![CDATA[Public]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://blog.boriskuzmic.com/?p=1</guid>
		<description><![CDATA[While solving problem with IE 6 and 7 of vertically centering content in container presented in Chris Coyier&#8217;s blog, I&#8217;ve realized that IE CSS expression can be a very powerful tool (if used carefully of course). That&#8217;s why I&#8217;ve created a small example of centered login page to prove more how usefull this simple trick [...]]]></description>
			<content:encoded><![CDATA[<p>While solving problem with IE 6 and 7 of vertically centering content in container presented in <a title="Chris Coyier's blog" href="http://css-tricks.com/vertically-center-multi-lined-text/">Chris Coyier&#8217;s blog</a>, I&#8217;ve realized that IE CSS expression can be a very powerful tool (if used carefully of course).</p>
<p>That&#8217;s why I&#8217;ve created a small example of centered login page to prove more how usefull this simple trick can be. It has simple HTML markup wth only extra DIV wrapper.</p>
<p style="text-align: center;"><strong><a href="http://blog.boriskuzmic.com/css/center_login.html">See demo</a></strong></p>
<p>Also check these useful  links:</p>
<ul>
<li><a href="http://developer.yahoo.net/blog/archives/2007/07/high_performanc_6.html">CSS Expressions</a></li>
</ul>
<ul>
<li><a href="http://vacskamati.blogspot.com/2008/10/one-time-execution-of-ie-css.html">One time execution of IE CSS expressions</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.boriskuzmic.com/?feed=rss2&amp;p=1</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
