<?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>Egor Khmelev &#187; javascript</title>
	<atom:link href="http://blog.egorkhmelev.com/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.egorkhmelev.com</link>
	<description>Design, interface, interaction, big project development, research (by Egor Khmelev).</description>
	<lastBuildDate>Sat, 17 Apr 2010 09:56:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>jQuery Slider plugin (Safari&#160;style)</title>
		<link>http://blog.egorkhmelev.com/2009/11/jquery-slider-safari-style/</link>
		<comments>http://blog.egorkhmelev.com/2009/11/jquery-slider-safari-style/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 10:54:55 +0000</pubDate>
		<dc:creator>Egor Khmelev</dc:creator>
				<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Interface&Interaction]]></category>
		<category><![CDATA[Production]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[slider]]></category>

		<guid isPermaLink="false">http://blog.egorkhmelev.com/?p=161</guid>
		<description><![CDATA[jQuery Slider is easy to use and multifunctional jQuery plugin. Below you can find demos and documentation.
If you have any suggestions, comments or just found a bug – please do not hesitate to write.

Download sources&#038;examples (54Kb)
jQuery Slider update



	 .layout { padding: 30px 20px; line-height: 120%; background: #f1f1f1;  }
	 .layout-slider { margin-bottom: 60px; width: 60%; [...]]]></description>
		<wfw:commentRss>http://blog.egorkhmelev.com/2009/11/jquery-slider-safari-style/feed/</wfw:commentRss>
		<slash:comments>134</slash:comments>
		</item>
		<item>
		<title>jQuery Safari Searcher</title>
		<link>http://blog.egorkhmelev.com/2009/11/jquery-safari-searcher/</link>
		<comments>http://blog.egorkhmelev.com/2009/11/jquery-safari-searcher/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 00:24:15 +0000</pubDate>
		<dc:creator>Egor Khmelev</dc:creator>
				<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Interface&Interaction]]></category>
		<category><![CDATA[Production]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://blog.egorkhmelev.com/?p=143</guid>
		<description><![CDATA[I want to share my jQuery search box plugin looks like Safari one. It is really easy to customize skin by drawing new sprite. Moreover, it have all the same functionality as a real one and a bit more — incremental search with loader. I hope it would help to you guys. Below some demos [...]]]></description>
		<wfw:commentRss>http://blog.egorkhmelev.com/2009/11/jquery-safari-searcher/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>CSS framework in action</title>
		<link>http://blog.egorkhmelev.com/2009/05/css-framework-in-action/</link>
		<comments>http://blog.egorkhmelev.com/2009/05/css-framework-in-action/#comments</comments>
		<pubDate>Sun, 17 May 2009 11:59:05 +0000</pubDate>
		<dc:creator>Egor Khmelev</dc:creator>
				<category><![CDATA[Production]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>

		<guid isPermaLink="false">http://blog.evershow.me/?p=89</guid>
		<description><![CDATA[CSS framework is a base of your web to make developing faster and also a way to organize all CSS, JavaScripts, [+ xslt] etc.
Typical bottlenecks

structuring large project
faster developing
group developing
easy extensibility
future support by new developers
using parts in future projects



Download
css_framework.zip

Basic folder structure

/framework
	/stylesheets
		/global
		/layout
		/blocks

	/javascripts
		/global
		/jquery &#8592; or any JS framework

	/plugins

/stylesheets
	application.css &#8592; import all styles here
	application.ie.css &#8592; fixes for all of [...]]]></description>
		<wfw:commentRss>http://blog.egorkhmelev.com/2009/05/css-framework-in-action/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Light PNG fix in Internet Explorer 6 by VML</title>
		<link>http://blog.egorkhmelev.com/2009/04/light-png-fix-in-internet-explorer-6-by-vml/</link>
		<comments>http://blog.egorkhmelev.com/2009/04/light-png-fix-in-internet-explorer-6-by-vml/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 17:00:30 +0000</pubDate>
		<dc:creator>Egor Khmelev</dc:creator>
				<category><![CDATA[Experiments]]></category>
		<category><![CDATA[conditional comments]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[expression]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[png]]></category>
		<category><![CDATA[vml]]></category>

		<guid isPermaLink="false">http://blog.evershow.me/?p=23</guid>
		<description><![CDATA[Any web developer knows that Internet Explorer 6 can&#8217;t load PNG files with transparency (24 bits). We&#160;have to&#160;use filter &#8220;AlphaImageLoader&#8221; to&#160;fix it, that is&#160;very hard and you will use more resources applying this solution.
Drew Diller public researched post &#8220;Medicine for your IE6/PNG headache&#8221; and javascript library DD_belatedPNG (Current: 0.0.7a on&#160;2009.01.01). That is&#160;a&#160;very good solution but [...]]]></description>
		<wfw:commentRss>http://blog.egorkhmelev.com/2009/04/light-png-fix-in-internet-explorer-6-by-vml/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
