<?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; html</title>
	<atom:link href="http://blog.egorkhmelev.com/tag/html/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>139</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>Different layout for every page in Joomla 1.5.x</title>
		<link>http://blog.egorkhmelev.com/2009/05/different-layout-for-every-page-in-joomla-15x/</link>
		<comments>http://blog.egorkhmelev.com/2009/05/different-layout-for-every-page-in-joomla-15x/#comments</comments>
		<pubDate>Sat, 02 May 2009 12:33:28 +0000</pubDate>
		<dc:creator>Egor Khmelev</dc:creator>
				<category><![CDATA[Routine]]></category>
		<category><![CDATA[different layout]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[inherit]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[templates]]></category>

		<guid isPermaLink="false">http://blog.evershow.me/?p=58</guid>
		<description><![CDATA[The good thing is control layout of pages by administrator panel.
The solution is create different templates. But keeping the same things like header, footer and menu in every template is bad and if we are going to change something in future (who knows?) it will be a big problem.
So we need to have one main [...]]]></description>
		<wfw:commentRss>http://blog.egorkhmelev.com/2009/05/different-layout-for-every-page-in-joomla-15x/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>
