<?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>2Coders. Блог 2-х web-разработчиков &#187; Дизайн</title>
	<atom:link href="http://2coders.ru/category/dizajn/feed/" rel="self" type="application/rss+xml" />
	<link>http://2coders.ru</link>
	<description>Web - Дизайн, Web - Программирование и SEO</description>
	<lastBuildDate>Sat, 04 Sep 2010 17:31:10 +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>Прокачиваем таблицы с помощью CSS3</title>
		<link>http://2coders.ru/prokachivaem-tablicy-s-pomoshhyu-css3/</link>
		<comments>http://2coders.ru/prokachivaem-tablicy-s-pomoshhyu-css3/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 07:57:17 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Верстка]]></category>
		<category><![CDATA[Дизайн]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://2coders.ru/?p=1776</guid>
		<description><![CDATA[
Сегодня, мы познакомимся с некоторыми возможностями CSS3, а также изменим до неузнаваемости скучные и надоедливые таблицы. Всего, для таблиц будет создано 3 стиля: table1, table2 и table3. Посмотреть, как выглядят таблицы в готовом виде можно здесь, а скачать тут.

Для начала нужно составить таблицу. В качестве данных возьмем тарифы одного из хостеров.

     [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://2coders.ru/wp-content/uploads/2010/08/tables2.gif"  rel="lightbox[pics1776]" title="tables" rel="sexylightbox"><img src="http://2coders.ru/wp-content/uploads/2010/08/tables2.gif" alt="tables" width="558" height="429" class="attachment wp-att-1815 " /></a><br />
Сегодня, мы познакомимся с некоторыми возможностями <strong>CSS3</strong>, а также изменим до неузнаваемости скучные и надоедливые таблицы. Всего, для таблиц будет создано 3 стиля: table1, table2 и table3. Посмотреть, как выглядят таблицы в готовом виде можно <a href="http://2coders.ru/demo/tables/">здесь</a>, а скачать <a href="http://2coders.ru/demo/tables/tables.zip">тут</a>.<br />
<span id="more-1776"></span><br />
Для начала нужно составить таблицу. В качестве данных возьмем тарифы одного из хостеров.</p>
<pre class="brush: xml;">
            &lt;table class=&quot;table1&quot;&gt;
                &lt;thead&gt;
                    &lt;tr&gt;
                        &lt;th&gt;&lt;/th&gt;
                        &lt;th scope=&quot;col&quot; abbr=&quot;Starter&quot;&gt;Lite&lt;/th&gt;
                        &lt;th scope=&quot;col&quot; abbr=&quot;Medium&quot;&gt;Office&lt;/th&gt;
                        &lt;th scope=&quot;col&quot; abbr=&quot;Business&quot;&gt;Master&lt;/th&gt;
                        &lt;th scope=&quot;col&quot; abbr=&quot;Deluxe&quot;&gt;Profy&lt;/th&gt;
                    &lt;/tr&gt;
                &lt;/thead&gt;
                &lt;tfoot&gt;
                    &lt;tr&gt;
                        &lt;th scope=&quot;row&quot;&gt;Цена в месяц&lt;/th&gt;
                        &lt;td&gt;$ 2.00&lt;/td&gt;
                        &lt;td&gt;$ 3.50&lt;/td&gt;
                        &lt;td&gt;$ 6.20&lt;/td&gt;
                        &lt;td&gt;$ 10.00&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tfoot&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;th scope=&quot;row&quot;&gt;Место на диске&lt;/th&gt;
                        &lt;td&gt;512 MB&lt;/td&gt;
                        &lt;td&gt;1 GB&lt;/td&gt;
                        &lt;td&gt;2 GB&lt;/td&gt;
                        &lt;td&gt;4 GB&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;th scope=&quot;row&quot;&gt;Трафик&lt;/th&gt;
                        &lt;td&gt;50 GB&lt;/td&gt;
                        &lt;td&gt;100 GB&lt;/td&gt;
                        &lt;td&gt;150 GB&lt;/td&gt;
                        &lt;td&gt;Без ограничений&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;th scope=&quot;row&quot;&gt;MySQL БД&lt;/th&gt;
                        &lt;td&gt;Без ограничений&lt;/td&gt;
                        &lt;td&gt;Без ограничений&lt;/td&gt;
                        &lt;td&gt;Без ограничений&lt;/td&gt;
                        &lt;td&gt;Без ограничений&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;th scope=&quot;row&quot;&gt;FTP аккаунты&lt;/th&gt;
                        &lt;td&gt;Без ограничений&lt;/td&gt;
                        &lt;td&gt;Без ограничений&lt;/td&gt;
                        &lt;td&gt;Без ограничений&lt;/td&gt;
                        &lt;td&gt;Без ограничений&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;th scope=&quot;row&quot;&gt;PHP 5&lt;/th&gt;
                        &lt;td&gt;&lt;span class=&quot;check&quot;&gt;&lt;/span&gt;&lt;/td&gt;
                        &lt;td&gt;&lt;span class=&quot;check&quot;&gt;&lt;/span&gt;&lt;/td&gt;
                        &lt;td&gt;&lt;span class=&quot;check&quot;&gt;&lt;/span&gt;&lt;/td&gt;
                        &lt;td&gt;&lt;span class=&quot;check&quot;&gt;&lt;/span&gt;&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;th scope=&quot;row&quot;&gt;POP3 server&lt;/th&gt;
                        &lt;td&gt;&lt;span class=&quot;check&quot;&gt;&lt;/span&gt;&lt;/td&gt;
                        &lt;td&gt;&lt;span class=&quot;check&quot;&gt;&lt;/span&gt;&lt;/td&gt;
                        &lt;td&gt;&lt;span class=&quot;check&quot;&gt;&lt;/span&gt;&lt;/td&gt;
                        &lt;td&gt;&lt;span class=&quot;check&quot;&gt;&lt;/span&gt;&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
</pre>
<p>Таблица будет оставаться практически без изменений, меняться будет только класс (table1, table 2 и table 3) определяющий стиль элементов.</p>
<p><strong>CSS стиль № 1</strong><br />
<a href="http://2coders.ru/wp-content/uploads/2010/08/table1-css3.gif"  rel="lightbox[pics1776]" title="table css3" rel="sexylightbox"><img src="http://2coders.ru/wp-content/uploads/2010/08/table1-css3.gif" alt="table css3" width="598" height="390" class="attachment wp-att-1802 " /></a><br />
Давайте начнем с основного стиля таблицы:</p>
<pre class="brush: css;">
table.table1{
    font-family: &quot;Trebuchet MS&quot;, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    font-style: normal;
    border-collapse:separate;
}
</pre>
<p>Мы задали шрифт и сделали пространство между ячейками, с помощью border-collapse:separate.</p>
<p>Для элементов в заголовке будет установлен следующий стиль:</p>
<pre class="brush: css;">
.table1 thead th{
    padding:15px;
    color:#fff;
    text-shadow:1px 1px 1px #568F23;
    border:1px solid #93CE37;
    border-bottom:3px solid #9ED929;
    background-color:#9DD929;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(123,192,67)),
        color-stop(0.51, rgb(139,198,66)),
        color-stop(0.87, rgb(158,217,41))
        );
    background: -moz-linear-gradient(
        center bottom,
        rgb(123,192,67) 2%,
        rgb(139,198,66) 51%,
        rgb(158,217,41) 87%
        );
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
</pre>
<p>Мы создаем градиент и закругляем углы у ячеек. Как вы наверное заметили, первая ячейка таблицы пустая. Как это сделать? Да очень просто, зададим стиль для первой ячейки (th):</p>
<pre class="brush: css;">
.table1 thead th:empty{
    background:transparent;
    border:none;
}
</pre>
<p>Применим для футера таблицы следующий стиль:</p>
<pre class="brush: css;">
.table1 tfoot td{
    color: #9CD009;
    font-size:32px;
    text-align:center;
    padding:10px 0px;
    text-shadow:1px 1px 1px #444;
}
.table1 tfoot th{
    color:#666;
}
</pre>
<p>Ничего особенного здесь нет, мы просто создали тень для текста.<br />
Во внутренних ячейках таблицы будет светло-зеленый фон и текст белого цвета.</p>
<pre class="brush: css;">
.table1 tbody td{
    padding:10px;
    text-align:center;
    background-color:#DEF3CA;
    border: 2px solid #E7EFE0;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#666;
    text-shadow:1px 1px 1px #fff;
}
</pre>
<p>Так же, для каждого из тарифов, нам нужно добавить изображение галочки, напротив <strong>PHP 5</strong> и <strong>POP3 server</strong>.<br />
Галочка располагается в элементе span с классом &laquo;check&raquo;.</p>
<pre class="brush: css;">
.table1 tbody span.check::before{
    content : url(../images/check0.png)
}
</pre>
<p>С первым стилем для нашей таблицы мы разобрались, теперь можно приступать к стилю под номером 2.</p>
<p><strong>CSS стиль № 2</strong><br />
<a href="http://2coders.ru/wp-content/uploads/2010/08/table2-css3.gif"  rel="lightbox[pics1776]" title="css3 tables" rel="sexylightbox"><img src="http://2coders.ru/wp-content/uploads/2010/08/table2-css3.gif" alt="css3 tables" width="598" height="458" class="attachment wp-att-1804 " /></a><br />
Вторая таблица будет выглять более элегантно, по сравнению с первой. Зададим для нее основной стиль:</p>
<pre class="brush: css;">
table.table2{
    font-family: &quot;Trebuchet MS&quot;, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 1.2em;
    border-collapse:collapse;
    text-align:center;
}
</pre>
<p>Футер и хедер таблицы будут в одном стиле, по этому зададим для них такой стиль:</p>
<pre class="brush: css;">
.table2 thead th, .table2 tfoot td{
    padding:20px 10px 40px 10px;
    color:#fff;
    font-size: 26px;
    background-color:#222;
    font-weight:normal;
    border-right:1px dotted #666;
    border-top:3px solid #666;
    -moz-box-shadow:0px -1px 4px #000;
    -webkit-box-shadow:0px -1px 4px #000;
    box-shadow:0px -1px 4px #000;
    text-shadow:0px 0px 1px #fff;
    text-shadow:1px 1px 1px #000;
}
</pre>
<p>Для th в футере зададим следующий стиль:</p>
<pre class="brush: css;">
.table2 tfoot th{
    padding:10px;
    font-size:18px;
    text-transform:uppercase;
    color:#888;
}
</pre>
<p>Теперь зададим стиль, для ячеек в нижней части таблицы.</p>
<pre class="brush: css;">
.table2 tfoot td{
    font-size:36px;
    color:#EF870E;
    border-top:none;
    border-bottom:3px solid #666;
    -moz-box-shadow:0px 1px 4px #000;
    -webkit-box-shadow:0px 1px 4px #000;
    box-shadow:0px 1px 4px #000;
}
</pre>
<p>Так же, как и в первом стиле, нам нужно сделать пустой первую ячейку.</p>
<pre class="brush: css;">
.table2 thead th:empty{
    background:transparent;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
</pre>
<p>С помощью селектора :nth-last-child выбираем последнюю ячейку в заголовке таблицы и удаляем границу справа.</p>
<pre class="brush: css;">
.table2 thead :nth-last-child(1){
    border-right:none;
}
</pre>
<p>Так же удаляем границы у первой ячейки в заголовке и последней ячейки в теле таблицы.</p>
<pre class="brush: css;">
.table2 thead :first-child,
.table2 tbody :nth-last-child(1){
    border:none;
}
</pre>
<p>Зададим стиль, для описаний расположенных в левой части таблицы:</p>
<pre class="brush: css;">
.table2 tbody th{
    text-align:right;
    padding:10px;
    color:#333;
    text-shadow:1px 1px 1px #ccc;
    background-color:#f9f9f9;
}
</pre>
<p>Следующий стиль будет задан, для остальных ячеек:</p>
<pre class="brush: css;">
.table2 tbody td{
    padding:10px;
    background-color:#f0f0f0;
    border-right:1px dotted #999;
    text-shadow:-1px 1px 1px #fff;
    text-transform:uppercase;
    color:#333;
}
</pre>
<p>Теперь нам только осталось добавить галочку:</p>
<pre class="brush: css;">
.table2 tbody span.check::before{
    content : url(../images/check1.png)
}
</pre>
<p><strong>CSS стиль № 3</strong><br />
<a href="http://2coders.ru/wp-content/uploads/2010/08/table31-css3.gif"  rel="lightbox[pics1776]" title="css3 tables" rel="sexylightbox"><img src="http://2coders.ru/wp-content/uploads/2010/08/table31-css3.gif" alt="css3 tables" width="598" height="434" class="attachment wp-att-1808 " /></a><br />
Третья таблица будет сложнее предыдущих. Чем дороже тариф, тем темнее цвет ячейки.<br />
Основной стиль:</p>
<pre class="brush: css;">
table.table3{
    font-family:Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 1.7em;
    text-align:center;
    border-collapse:collapse;
}
</pre>
<p>Стиль для ячеек, в заголовке будет таким:</p>
<pre class="brush: css;">
.table3 thead th{
    padding:6px 10px;
    text-transform:uppercase;
    color:#444;
    font-weight:bold;
    text-shadow:1px 1px 1px #fff;
    border-bottom:5px solid #444;
}
</pre>
<p>Стиль для пустых ячеек:</p>
<pre class="brush: css;">
.table3 thead th:empty{
    background:transparent;
    border:none;
}
</pre>
<p>Теперь нам нужно задать цвет для ячеек в хедере и футере таблицы:</p>
<pre class="brush: css;">
.table3 thead :nth-child(2),
.table3 tfoot :nth-child(2){
    background-color: #7FD2FF;
}
.table3 tfoot :nth-child(2){
    -moz-border-radius:0px 0px 0px 5px;
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
}
.table3 thead :nth-child(2){
    -moz-border-radius:5px 0px 0px 0px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
}
.table3 thead :nth-child(3),
.table3 tfoot :nth-child(3){
    background-color: #45A8DF;
}
.table3 thead :nth-child(4),
.table3 tfoot :nth-child(4){
    background-color: #2388BF;
}
.table3 thead :nth-child(5),
.table3 tfoot :nth-child(5){
    background-color: #096A9F;
}
.table3 thead :nth-child(5){
    -moz-border-radius:0px 5px 0px 0px;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;
}
.table3 tfoot :nth-child(5){
    -moz-border-radius:0px 0px 5px 0px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;
}
</pre>
<p>Общий стиль для всех td ячеек в футере будет таким:</p>
<pre class="brush: css;">
.table3 tfoot td{
    font-size:38px;
    font-weight:bold;
    padding:15px 0px;
    text-shadow:1px 1px 1px #fff;
}
</pre>
<p>Зададим немного отступов:</p>
<pre class="brush: css;">
.table3 tbody td{
    padding:10px;
}
</pre>
<p>Стиль для ячеек в которых указывается цена:</p>
<pre class="brush: css;">
.table3 tbody tr:nth-child(4) td{
    font-size:18px;
}
</pre>
<p>Зададим стиль для ячеек в теле таблицы:</p>
<pre class="brush: css;">
.table3 tbody td:nth-child(even){
    background-color:#444;
    color:#444;
    border-bottom:1px solid #444;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.39, rgb(189,189,189)),
        color-stop(0.7, rgb(224,224,224))
        );
    background:-moz-linear-gradient(
        center bottom,
        rgb(189,189,189) 39%,
        rgb(224,224,224) 70%
        );
    text-shadow:1px 1px 1px #fff;
}
.table3 tbody td:nth-child(odd){
    background-color:#555;
    color:#f0f0f0;
    border-bottom:1px solid #444;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.39, rgb(85,85,85)),
        color-stop(0.7, rgb(105,105,105))
        );
    background:-moz-linear-gradient(
        center bottom,
        rgb(85,85,85) 39%,
        rgb(105,105,105) 70%
        );
    text-shadow:1px 1px 1px #000;
}
</pre>
<p>Так же зададим границу для последних ячеек:</p>
<pre class="brush: css;">
.table3 tbody td:nth-last-child(1){
    border-right:1px solid #222;
}
</pre>
<p>Описание слева, будет с таким стилем:</p>
<pre class="brush: css;">
.table3 tbody th{
    color:#696969;
    text-align:right;
    padding:0px 15px;
    border-right:1px solid #aaa;
}
</pre>
<p>Не забываем про нашу галочку:</p>
<pre class="brush: css;">
.table3 tbody span.check::before{
    content : url(../images/check2.png)
}
</pre>
<p>Так же советую вам ознакомиться, с приведенными ниже ссылками:</p>
<p>Градиенты в CSS3        &#8211; <a href="http://gradients.glrzad.com/">http://gradients.glrzad.com/</a><br />
W3C Selectors Level 3   &#8211; <a href="http://www.w3.org/TR/css3-selectors/">http://www.w3.org/TR/css3-selectors/</a></p>
<p>Напомню, что <strong>демо</strong> можно псомотреть <a href="http://2coders.ru/demo/tables/">здесь</a>, а скачать <a href="http://2coders.ru/demo/tables/tables.zip">тут</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://2coders.ru/prokachivaem-tablicy-s-pomoshhyu-css3/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Лучшие сайты недели 4</title>
		<link>http://2coders.ru/luchshie-sajty-nedeli-4/</link>
		<comments>http://2coders.ru/luchshie-sajty-nedeli-4/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 13:49:23 +0000</pubDate>
		<dc:creator>d4rkr00t</dc:creator>
				<category><![CDATA[Дизайн]]></category>
		<category><![CDATA[Обзоры]]></category>

		<guid isPermaLink="false">http://2coders.ru/?p=1700</guid>
		<description><![CDATA[Здравствуйте! Дорогие читатели. Представляем вашему вниманию очередную подборку лучших сайтов недели.
Jameslaicreative.com


Zacharypulman.com

Virtualskystudio.com

Mint.com

Bythreads.com

Shoeguru.ca
 
 
 



Paul-rand.com
 







]]></description>
			<content:encoded><![CDATA[<p>Здравствуйте! Дорогие читатели. Представляем вашему вниманию очередную подборку лучших сайтов недели.</p>
<p><strong>Jameslaicreative.com</strong></p>
<p style="text-align: center;"><a title="www.jameslaicreative.com" href="http://www.jameslaicreative.com/"><img class="attachment wp-att-1701 centered" src="http://2coders.ru/wp-content/uploads/2010/06/www.jameslaicreative.com_.png" alt="www.jameslaicreative.com" width="598" height="469" /></a></p>
<p><span id="more-1700"></span></p>
<p><strong>Zacharypulman.com</strong></p>
<p style="text-align: center;"><a title="zacharypulman.com" href="http://zacharypulman.com"><img class="attachment wp-att-1704 centered" src="http://2coders.ru/wp-content/uploads/2010/06/zacharypulman.com_.png" alt="zacharypulman.com" width="600" height="761" /></a></p>
<p><strong>Virtualskystudio.com</strong></p>
<p style="text-align: center;"><a title="virtualskystudio.com" href="http://virtualskystudio.com/"><img class="attachment wp-att-1706 centered" src="http://2coders.ru/wp-content/uploads/2010/06/virtualskystudio.com_.png" alt="virtualskystudio.com" width="600" height="866" /></a></p>
<p><strong>Mint.com</strong></p>
<p style="text-align: center;"><a title="www.mint.com" href="http://www.mint.com"><img class="attachment wp-att-1707 centered" src="http://2coders.ru/wp-content/uploads/2010/06/www.mint_.com_.png" alt="www.mint.com" width="600" height="747" /></a></p>
<p><strong>Bythreads.com</strong></p>
<p style="text-align: center;"><a title="bythreads.com" href="http://www.bythreads.com/"><img class="attachment wp-att-1709 centered" src="http://2coders.ru/wp-content/uploads/2010/06/bythreads.com_.png" alt="bythreads.com" width="600" height="475" /></a></p>
<p><strong>Shoeguru.ca</strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong></p>
<p style="text-align: center;"><a title="shoeguru.ca" href="http://shoeguru.ca/"><img class="attachment wp-att-1710 centered" src="http://2coders.ru/wp-content/uploads/2010/06/shoeguru.ca_.png" alt="shoeguru.ca" width="600" height="445" /></a></p>
<p></strong></p>
<p><strong>Paul-rand.com</strong></p>
<p><strong><span style="font-weight: normal;"> </span></strong></p>
<p><strong></p>
<p style="text-align: center;"><a title="paul-rand.com" href="http://www.paul-rand.com/"><img class="attachment wp-att-1711 centered" src="http://2coders.ru/wp-content/uploads/2010/06/paul-rand.com_.png" alt="paul-rand.com" width="600" height="411" /></a></p>
<p></strong></p>
<p><strong><br />
</strong></p>
<p><strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://2coders.ru/luchshie-sajty-nedeli-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Лучшие сайты недели 3</title>
		<link>http://2coders.ru/luchshie-sajty-nedeli-3/</link>
		<comments>http://2coders.ru/luchshie-sajty-nedeli-3/#comments</comments>
		<pubDate>Thu, 13 May 2010 08:36:23 +0000</pubDate>
		<dc:creator>d4rkr00t</dc:creator>
				<category><![CDATA[Дизайн]]></category>
		<category><![CDATA[Обзоры]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Вдохновение]]></category>
		<category><![CDATA[Лучшие сайты недели]]></category>

		<guid isPermaLink="false">http://2coders.ru/?p=1668</guid>
		<description><![CDATA[С небольшой задержкой(праздники   ) выпускаем очередную подборку &#171;Лучших сайтов недели&#187;.
www.emotionslive.co.uk

wwwinabox.com

mattdempsey.com




divvoted.com

thigpendesigns.com

level2d.com

visitcascadia.com

Ждите следующего выпуска&#8230;  














]]></description>
			<content:encoded><![CDATA[<p>С небольшой задержкой(праздники <img src='http://2coders.ru/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ) выпускаем очередную подборку &laquo;Лучших сайтов недели&raquo;.</p>
<p><strong>www.emotionslive.co.uk</strong></p>
<p><a href="http://www.emotionslive.co.uk/" target="_blank"><img src="http://2coders.ru/wp-content/uploads/2010/05/www.emotionslive.co_.uk_.png" alt="www.emotionslive.co.uk" width="600" height="433" /></a></p>
<p><strong><span id="more-1668"></span><a href="http://www.wwwinabox.com/">wwwinabox.com</a></strong></p>
<p><a title="wwwinabox" href="http://www.wwwinabox.com/"><img src="http://2coders.ru/wp-content/uploads/2010/05/wwwinabox.png" alt="wwwinabox" width="600" height="368" /></a></p>
<p><a href="http://www.mattdempsey.com/"><strong>mattdempsey.com</strong></a></p>
<p><strong><span style="font-weight: normal;"><a title="doodle" href="http://www.mattdempsey.com/"><img class="attachment wp-att-1674 alignleft" src="http://2coders.ru/wp-content/uploads/2010/05/doodle.png" alt="doodle" width="600" height="373" /></a><br />
</span></strong></p>
<p><strong><br />
</strong></p>
<p><a href="http://www.divvoted.com/"><strong>divvoted.com</strong></a></p>
<p><img src="http://2coders.ru/wp-content/uploads/2010/05/www.divvoted.png" alt="www.divvoted" width="600" height="396" /></p>
<p><a href="http://www.thigpendesigns.com/"><strong>thigpendesigns.com</strong></a></p>
<p><img src="http://2coders.ru/wp-content/uploads/2010/05/www.thigpendesigns.com_.png" alt="www.thigpendesigns.com" width="600" height="440" /></p>
<p><strong><a href="http://www.level2d.com" target="_blank">level2d.com</a></strong></p>
<p><a title="www.level2d.com" href="http://www.level2d.com"><img src="http://2coders.ru/wp-content/uploads/2010/05/www.level2d.com_.png" alt="www.level2d.com" width="600" height="363" /></a></p>
<p><a href="http://www.visitcascadia.com/"><strong>visitcascadia.com</strong></a></p>
<p><strong><a title="visitcascadia.com" href="http://visitcascadia.com"></a><img src="http://2coders.ru/wp-content/uploads/2010/05/visitcascadia.com_.png" alt="visitcascadia.com" width="600" height="394" /></strong></p>
<p>Ждите следующего выпуска&#8230; <img src='http://2coders.ru/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><strong><br />
</strong></p>
<p><strong><br />
</strong></p>
<p><strong><br />
</strong></p>
<div><strong><br />
</strong></div>
<div><strong><br />
</strong></div>
<div><strong><br />
</strong></div>
<div><strong><br />
</strong></div>
]]></content:encoded>
			<wfw:commentRss>http://2coders.ru/luchshie-sajty-nedeli-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Лучшие сайты недели 2</title>
		<link>http://2coders.ru/luchshie-sajty-nedeli-2/</link>
		<comments>http://2coders.ru/luchshie-sajty-nedeli-2/#comments</comments>
		<pubDate>Mon, 03 May 2010 08:31:16 +0000</pubDate>
		<dc:creator>d4rkr00t</dc:creator>
				<category><![CDATA[Дизайн]]></category>
		<category><![CDATA[Вдохновение]]></category>

		<guid isPermaLink="false">http://2coders.ru/?p=1610</guid>
		<description><![CDATA[Вот и прошла первая неделя с запуска новой рубрики, получаем новую порцию вдохновения:
Antonpeck.com


Loscoloresolvidados.com

Gomediazine.com



Tapmates.com

Recessmobile.com


Safarista.com



Sohtanaka.com

На этом сегодня все. Удачи.


]]></description>
			<content:encoded><![CDATA[<p>Вот и прошла первая неделя с запуска новой рубрики, получаем новую порцию вдохновения:</p>
<p><strong>Antonpeck.com</strong></p>
<p><img src="file:///C:/Documents%20and%20Settings/_S7at1c_/%D0%9C%D0%BE%D0%B8%20%D0%B4%D0%BE%D0%BA%D1%83%D0%BC%D0%B5%D0%BD%D1%82%D1%8B/Sites%20of%20the%20Week%202/FireShot%20capture%20%23033%20-%20%27Homepage%20of%20Anton%20Peck,%20Digital%20Artist%27%20-%20www_antonpeck_com.jpg" alt="" /></p>
<p><a title="FireShot capture #033 - 'Homepage of Anton Peck, Digital Artist'  - www_antonpeck_com" href="http://www.antonpeck.com/"><img src="../wp-content/uploads/2010/05/FireShot-capture-033-Homepage-of-Anton-Peck-Digital-Artist-www_antonpeck_com.jpg" alt="FireShot capture #033 - 'Homepage of Anton Peck, Digital Artist' -  www_antonpeck_com" width="600" height="358" /></a></p>
<p><strong><span id="more-1610"></span>Loscoloresolvidados.com</strong></p>
<p><a title="FireShot capture #034 - 'Los colores olvidados' - www_loscoloresolvidados_com" href="http://www.loscoloresolvidados.com/"><img class="attachment wp-att-1613 alignleft" src="http://2coders.ru/wp-content/uploads/2010/05/FireShot-capture-034-Los-colores-olvidados-www_loscoloresolvidados_com.jpg" alt="FireShot capture #034 - 'Los colores olvidados' - www_loscoloresolvidados_com" width="600" height="391" /></a></p>
<p><strong>Gomediazine.com</strong></p>
<p><a title="FireShot capture #035 - 'Vector &amp; Photoshop Tutorials, Freebies &amp; Tips for Graphic DesignersI GoMediaZine' - www_gomediazine_com" href="http://www.gomediazine.com/"><img class="attachment wp-att-1614 alignleft" src="http://2coders.ru/wp-content/uploads/2010/05/FireShot-capture-035-Vector-Photoshop-Tutorials-Freebies-Tips-for-Graphic-DesignersI-GoMediaZine-www_gomediazine_com.jpg" alt="FireShot capture #035 - 'Vector &amp; Photoshop Tutorials, Freebies &amp; Tips for Graphic DesignersI GoMediaZine' - www_gomediazine_com" width="600" height="331" /></a></p>
<p><strong><br />
</strong></p>
<p><strong>Tapmates.com</strong></p>
<p><strong><a title="FireShot capture #036 -  'tapmates' - www_tapmates_com" href="http://www.tapmates.com/"><img src="../wp-content/uploads/2010/05/FireShot-capture-036-tapmates-www_tapmates_com.jpg" alt="FireShot capture #036 - 'tapmates' - www_tapmates_com" width="600" height="411" /></a></strong></p>
<p><strong>Recessmobile.com</strong></p>
<p><strong><a title="FireShot capture #037 - 'Elegant SMS Integration + Application Development - Recess Mobile' - www_recessmobile_com" href="http://www.recessmobile.com/"><img class="attachment wp-att-1618 alignleft" src="http://2coders.ru/wp-content/uploads/2010/05/FireShot-capture-037-Elegant-SMS-Integration-+-Application-Development-Recess-Mobile-www_recessmobile_com.jpg" alt="FireShot capture #037 - 'Elegant SMS Integration + Application Development - Recess Mobile' - www_recessmobile_com" width="600" height="354" /></a><br />
</strong></p>
<p><strong>Safarista.com</strong></p>
<p><a title="FireShot capture #038 - 'Safarista Design I Web Design Lincoln UK I Webdesign Lincoln UK I Branding Lincoln UK I Graphic Design Lincoln UK I Logo Design Lincoln UK' - www_safarista_com" href="http://www.safarista.com/"><img class="attachment wp-att-1620 alignleft" src="http://2coders.ru/wp-content/uploads/2010/05/FireShot-capture-038-Safarista-Design-I-Web-Design-Lincoln-UK-I-Webdesign-Lincoln-UK-I-Branding-Lincoln-UK-I-Graphic-Design-Lincoln-UK-I-Logo-Design-Lincoln-UK-www_safarista_com.jpg" alt="FireShot capture #038 - 'Safarista Design I Web Design Lincoln UK I Webdesign Lincoln UK I Branding Lincoln UK I Graphic Design Lincoln UK I Logo Design Lincoln UK' - www_safarista_com" width="600" height="341" /></a></p>
<p><strong><br />
</strong></p>
<p><strong>Sohtanaka.com</strong></p>
<p><strong><a title="www_sohtanaka_com" href="http://www.sohtanaka.com/"><img src="../wp-content/uploads/2010/05/www_sohtanaka_com.jpg" alt="www_sohtanaka_com" width="600" height="388" /></a></strong></p>
<p>На этом сегодня все. Удачи.</p>
<p><strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://2coders.ru/luchshie-sajty-nedeli-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Лучшие сайты недели</title>
		<link>http://2coders.ru/luchshie-sajty-nedeli/</link>
		<comments>http://2coders.ru/luchshie-sajty-nedeli/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 09:07:23 +0000</pubDate>
		<dc:creator>d4rkr00t</dc:creator>
				<category><![CDATA[Дизайн]]></category>
		<category><![CDATA[Обзоры]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Вдохновение]]></category>

		<guid isPermaLink="false">http://2coders.ru/?p=1575</guid>
		<description><![CDATA[Этим постом я открываю серию сообщений &#171;Лучшие сайты недели&#187;. В них буду  публиковать самые интересные, на мой взгляд сайты, по дизайну. Так  сказать дизайнерское вдохновение  
Получайте первую порцию из 7  сайтов:
Formebikes.co.uk

Advuli.com

Adorasoft.net

Davidwoolf.net

Ipadmixr.com

Creanto.com

Mikeprecious.com


На этом сегодня все.
]]></description>
			<content:encoded><![CDATA[<p>Этим постом я открываю серию сообщений &laquo;Лучшие сайты недели&raquo;. В них буду  публиковать самые интересные, на мой взгляд сайты, по дизайну. Так  сказать дизайнерское вдохновение <img src='http://2coders.ru/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Получайте первую порцию из 7  сайтов:</p>
<p><strong>Formebikes.co.uk</strong></p>
<p><a title="FireShot-capture-026-Affordable-and-stylish-road-bikes-from-Forme-www_formebikes_co_uk" rel="lightbox[pics1575]" href="http://www.formebikes.co.uk/" target="_blank"><img src="../wp-content/uploads/2010/04/FireShot-capture-026-Affordable-and-stylish-road-bikes-from-Forme-www_formebikes_co_uk.jpg" alt="FireShot-capture-026-Affordable-and-stylish-road-bikes-from-Forme-www_formebikes_co_uk" width="600" height="403" /><span id="more-1575"></span></a></p>
<p><strong>Advuli.com</strong></p>
<p><strong><a title="FireShot-capture-027-Advuli-www_advuli_com" rel="lightbox[pics1575]" href="http://www.advuli.com/" target="_blank"><img src="../wp-content/uploads/2010/04/FireShot-capture-027-Advuli-www_advuli_com.jpg" alt="FireShot-capture-027-Advuli-www_advuli_com" width="600" height="356" /></a></strong></p>
<p><strong>Adorasoft.net</strong></p>
<p><strong><a title="FireShot-capture-028-Welcome-To-Adorasoft-I-The-Leader-In-IT-Value-www_adorasoft_net" rel="lightbox[pics1575]" href="http://www.adorasoft.net/" target="_blank"><img src="../wp-content/uploads/2010/04/FireShot-capture-028-Welcome-To-Adorasoft-I-The-Leader-In-IT-Value-www_adorasoft_net.jpg" alt="FireShot-capture-028-Welcome-To-Adorasoft-I-The-Leader-In-IT-Value-www_adorasoft_net" width="600" height="336" /></a></strong></p>
<p><strong>Davidwoolf.net</strong></p>
<p><a title="FireShot-capture-029-David-Woolf-Freelance-Web-Designer-www_davidwoolf_net" rel="lightbox[pics1575]" href="http://www.davidwoolf.net/" target="_blank"><img src="../wp-content/uploads/2010/04/FireShot-capture-029-David-Woolf-Freelance-Web-Designer-www_davidwoolf_net.jpg" alt="FireShot-capture-029-David-Woolf-Freelance-Web-Designer-www_davidwoolf_net" width="600" height="290" /></a></p>
<p><strong>Ipadmixr.com</strong></p>
<p><strong><a title="FireShot-capture-030-Mixr-I-iPad-DJ-App-ipadmixr_com" rel="lightbox[pics1575]" href="http://ipadmixr.com/" target="_blank"><img src="../wp-content/uploads/2010/04/FireShot-capture-030-Mixr-I-iPad-DJ-App-ipadmixr_com.jpg" alt="FireShot-capture-030-Mixr-I-iPad-DJ-App-ipadmixr_com" width="600" height="317" /></a></strong></p>
<p><strong>Creanto.com</strong></p>
<p><strong><a title="FireShot-capture-031-Agencia-de-comunicacion-en-Espana-I-Creanto_-The-Cloud-Agency-www_creanto_com" rel="lightbox[pics1575]" href="http://www.creanto.com/" target="_blank"><img src="../wp-content/uploads/2010/04/FireShot-capture-031-Agencia-de-comunicacion-en-Espana-I-Creanto_-The-Cloud-Agency-www_creanto_com.jpg" alt="FireShot-capture-031-Agencia-de-comunicacion-en-Espana-I-Creanto_-The-Cloud-Agency-www_creanto_com" width="600" height="320" /></a></strong></p>
<p><strong>Mikeprecious.com</strong></p>
<p><strong><a title="FireShot-capture-032-The-Design-Studio-of-Mike-Precious-www_mikeprecious_com" rel="lightbox[pics1575]" href="http://www.mikeprecious.com/" target="_blank"><img src="../wp-content/uploads/2010/04/FireShot-capture-032-The-Design-Studio-of-Mike-Precious-www_mikeprecious_com.jpg" alt="FireShot-capture-032-The-Design-Studio-of-Mike-Precious-www_mikeprecious_com" width="600" height="484" /></a></strong></p>
<p><strong><br />
</strong>На этом сегодня все.</p>
]]></content:encoded>
			<wfw:commentRss>http://2coders.ru/luchshie-sajty-nedeli/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 генераторов текста</title>
		<link>http://2coders.ru/10-generatorov-teksta/</link>
		<comments>http://2coders.ru/10-generatorov-teksta/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 14:21:40 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Дизайн]]></category>
		<category><![CDATA[Обзоры]]></category>

		<guid isPermaLink="false">http://2coders.ru/?p=1407</guid>
		<description><![CDATA[Сегодня мы поговорим о рыбе. Нет, не о той, которая плавает в речке или в море. А о той, которую дизайнеры используют в качестве текста. А если быть точнее, я рассмотрю 10 генераторов текста, которые эту самую рыбу и генерируют. 
В основном рыба представляет из себя lorem ipsum текст. Ну, или бредотекст про то, как [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://2coders.ru/wp-content/uploads/2010/03/fish3.gif"  rel="lightbox[pics1407]" title="text-generator" rel="sexylightbox"><img src="http://2coders.ru/wp-content/uploads/2010/03/fish3.gif" alt="text-generator" width="205" height="136" class="attachment wp-att-1441 alignleft" /></a>Сегодня мы поговорим о <a href="http://www.artlebedev.ru/kovodstvo/sections/66/">рыбе</a>. Нет, не о той, которая плавает в речке или в море. А о той, которую дизайнеры используют в качестве текста. А если быть точнее, я рассмотрю 10 генераторов текста, которые эту самую рыбу и генерируют. </p>
<p>В основном рыба представляет из себя lorem ipsum текст. Ну, или бредотекст про то, как космические корабли бороздят просторы вселенной и все в том же духе. Не буду утомлять вас долгим вступлением, перейдем сразу к обзору генераторов текста.<br />
<span id="more-1407"></span><br />
<strong>1. Lorem Ipsum Generator</strong><br />
Этот генератор, позволяет пользователю генерировать абзацы, фразы и слова. Так же есть возможность добавления HTML тэгов.</p>
<p><a href="http://2coders.ru/wp-content/uploads/2010/03/lorem-ipsum-generator.gif"  rel="lightbox[pics1407]" title="lorem-ipsum-generator" rel="sexylightbox"><img src="http://2coders.ru/wp-content/uploads/2010/03/lorem-ipsum-generator.gif" alt="lorem-ipsum-generator" width="518" height="234" class="attachment wp-att-1474 " /></a><br />
<a href="http://www.ipsum-generator.com/">http://www.ipsum-generator.com/</a></p>
<p><strong>2. Lipsum Generator</strong><br />
Lipsum Generator является одним из самых популярных генераторов lorem ipsum текста. При генерации можно задать количество абзацев, слов, байтов и списков. Текст можно генерировать, более чем на 20-ти языках.</p>
<p><a href="http://2coders.ru/wp-content/uploads/2010/03/lipsum-generator1.gif"  rel="lightbox[pics1407]" title="lorem ipsum" rel="sexylightbox"><img src="http://2coders.ru/wp-content/uploads/2010/03/lipsum-generator1.gif" alt="lorem ipsum" width="517" height="203" class="attachment wp-att-1480 " /></a></p>
<p><a href="http://www.lipsum.com/">http://www.lipsum.com/</a></p>
<p><strong>3. Весна</strong><br />
Бредогенератор от яндекса. Может генерировать текст, на 16 различных тем. Количество абзацев и язык настроить нельзя. Вполне подойдет тем, кто устал от скучного lorem ipsum текста.</p>
<p><a href="http://2coders.ru/wp-content/uploads/2010/03/yandex-vesna.gif"  rel="lightbox[pics1407]" title="lorem ipsum generator" rel="sexylightbox"><img src="http://2coders.ru/wp-content/uploads/2010/03/yandex-vesna.gif" alt="lorem ipsum generator" width="518" height="275" class="attachment wp-att-1483 " /></a><br />
<a href="http://vesna.yandex.ru/">http://vesna.yandex.ru/</a></p>
<p><strong>4. adhesiontext</strong><br />
adhesiontext еще один интересный генератор, позволяющий  генерировать текст с различными наборами символов и на разных языках.</p>
<p><a href="http://2coders.ru/wp-content/uploads/2010/03/adhesiontext.gif"  rel="lightbox[pics1407]" title="lorem ipsum generator" rel="sexylightbox"><img src="http://2coders.ru/wp-content/uploads/2010/03/adhesiontext.gif" alt="lorem ipsum generator" width="518" height="277" class="attachment wp-att-1487 " /></a><br />
<a href="http://www.adhesiontext.com/">http://www.adhesiontext.com/</a></p>
<p><strong>5. HTML-Ipsum</strong><br />
Это не совсем генератор текста. Это скорее подборка готового текста, размещенного в HTML тэгах.</p>
<p><a href="http://2coders.ru/wp-content/uploads/2010/03/htmlipsum.gif"  rel="lightbox[pics1407]" title="lorem ipsum generator" rel="sexylightbox"><img src="http://2coders.ru/wp-content/uploads/2010/03/htmlipsum.gif" alt="lorem ipsum generator" width="518" height="126" class="attachment wp-att-1489 " /></a><br />
<a href="http://html-ipsum.com/">http://html-ipsum.com/</a></p>
<p><strong>6. Text Generator by malevole</strong><br />
Этот генератор, так же, как и &laquo;весна&raquo; от яндекса генерирует каждый раз случайный текст.</p>
<p><a href="http://2coders.ru/wp-content/uploads/2010/03/malevole.gif"  rel="lightbox[pics1407]" title="text-generator" rel="sexylightbox"><img src="http://2coders.ru/wp-content/uploads/2010/03/malevole.gif" alt="text-generator" width="518" height="403" class="attachment wp-att-1491 " /></a><br />
<a href="http://www.malevole.com/mv/misc/text/">http://www.malevole.com/mv/misc/text/</a></p>
<p><strong>7. Blind Text Generator</strong><br />
Blind Text Generator, генератор с очень большим функционалом. Можно задать количество слов и символов, из которых будет состоять текст. Так же есть возможность настраивать шрифт. Для шрифта, можно  задать такие параметры, как: Font-Family, Font-Style, Font-Weight и др.</p>
<p><a href="http://2coders.ru/wp-content/uploads/2010/03/blind.gif"  rel="lightbox[pics1407]" title="text-generator" rel="sexylightbox"><img src="http://2coders.ru/wp-content/uploads/2010/03/blind.gif" alt="text-generator" width="518" height="265" class="attachment wp-att-1493 " /></a><br />
<a href="http://www.blindtextgenerator.com/">http://www.blindtextgenerator.com/</a></p>
<p><strong>8. Dummy Text Generator</strong><br />
Этот генератор позволяет генерировать lorem ipsum и текст на английском. Можно задать количество слов и абзацев.</p>
<p><a href="http://2coders.ru/wp-content/uploads/2010/03/dummytext.gif"  rel="lightbox[pics1407]" title="text-generator" rel="sexylightbox"><img src="http://2coders.ru/wp-content/uploads/2010/03/dummytext.gif" alt="text-generator" width="505" height="242" class="attachment wp-att-1495 " /></a><br />
<a href="http://www.dummytextgenerator.com/">http://www.dummytextgenerator.com/</a></p>
<p><strong>9. Random Text Generator</strong><br />
Это самый простой генератор текста из рассматриваемых здесь. Просто выбираем язык и нажимаем на кнопку Go. В итоге получаем текст, сгенерированный на одном из 10-ти языков. </p>
<p><a href="http://2coders.ru/wp-content/uploads/2010/03/randomtext.gif"  rel="lightbox[pics1407]" title="text-generator" rel="sexylightbox"><img src="http://2coders.ru/wp-content/uploads/2010/03/randomtext.gif" alt="text-generator" width="518" height="175" class="attachment wp-att-1497 " /></a><br />
<a href="http://randomtextgenerator.com/">http://randomtextgenerator.com/</a></p>
<p><strong>10. Dummy Lipsum</strong><br />
В отличие от предыдущих генераторов, этот представляет из себя дополнение для firefox. Можно задать количество абзацев и слов, из которых будет состоять текст. Так же можно включить отображение HTML тэгов. </p>
<p><a href="http://2coders.ru/wp-content/uploads/2010/03/dummylipsum.gif"  rel="lightbox[pics1407]" title="text-generator" rel="sexylightbox"><img src="http://2coders.ru/wp-content/uploads/2010/03/dummylipsum.gif" alt="text-generator" width="495" height="321" class="attachment wp-att-1498 " /></a><br />
Скачать можно <a href="https://addons.mozilla.org/en-US/firefox/addon/2064">здесь</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://2coders.ru/10-generatorov-teksta/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Модульные сетки в Веб-Дизайне</title>
		<link>http://2coders.ru/modulnye-setki-v-veb-dizajne/</link>
		<comments>http://2coders.ru/modulnye-setki-v-veb-dizajne/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 13:31:06 +0000</pubDate>
		<dc:creator>d4rkr00t</dc:creator>
				<category><![CDATA[Верстка]]></category>
		<category><![CDATA[Дизайн]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Модульные сетки]]></category>

		<guid isPermaLink="false">http://2coders.ru/?p=1120</guid>
		<description><![CDATA[Модульная сетка&#160;&#8212; представляет собой набор невидимых направляющих, вдоль которых располагаются элементы веб-страницы. Это облегчает размещение данных в&#160;документе, обеспечивает визуальную связь между отдельными блоками и&#160;сохраняет преемственность дизайна при переходе от&#160;одной страницы к&#160;другой.
Модульная система вёрстки&#160;&#8212; система вёрстки, при которой основой композиции полос и&#160;разворотов становится модульная сетка с&#160;определенным шагом (модулем), одинаковым или разным по&#160;горизонтали и&#160;вертикали.
Модульная система упрощает и&#160;убыстряет [...]]]></description>
			<content:encoded><![CDATA[<p>Модульная сетка&nbsp;&mdash; представляет собой набор невидимых направляющих, вдоль которых располагаются элементы <nobr>веб-страницы</nobr>. Это облегчает размещение данных в&nbsp;документе, обеспечивает визуальную связь между отдельными блоками и&nbsp;сохраняет преемственность дизайна при переходе от&nbsp;одной страницы к&nbsp;другой.</p>
<p>Модульная система вёрстки&nbsp;&mdash; система вёрстки, при которой основой композиции полос и&nbsp;разворотов становится модульная сетка с&nbsp;определенным шагом (модулем), одинаковым или разным по&nbsp;горизонтали и&nbsp;вертикали.<br />
Модульная система упрощает и&nbsp;убыстряет художественное конструирование и&nbsp;создаёт благоприятные условия для автоматизации вёрстки при использовании компьютерных <nobr>настольно-издательских</nobr> систем.</p>
<p>Не&nbsp;буду сильно расписывать, что это такое, просто дам пару ссылочек на&nbsp;эту тему:<br />
&mdash;&nbsp;<a href="http://goo.gl/wKuO">Модульные сетки, часть первая. &laquo;38 попугаев&raquo;</a><br />
&mdash;&nbsp;<a href="http://goo.gl/Kudg">Часть вторая. Алгоритм построения модульной сетки. Оптика и&nbsp;геометрия </a></p>
<p>А&nbsp;также советую всем воспользоваться интересным <a href="http://goo.gl/1VQ9">букмарклетом</a>, который вывод модульную сетку поверх <acronym title="HyperText Markup Language" lang="en">html</acronym> страницы. </p>
<p>Ну&nbsp;и&nbsp;напоследок, <a href="http://2coders.ru/wp-content/uploads/2010/02/Templates-960px-1216-col.zip">мой набор</a> из&nbsp;<nobr>2-х</nobr> шаблонов для Photoshop с&nbsp;модульной сеткой на&nbsp;12 и&nbsp;16 колонок.</p>
]]></content:encoded>
			<wfw:commentRss>http://2coders.ru/modulnye-setki-v-veb-dizajne/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Создание вертикального меню для сайта</title>
		<link>http://2coders.ru/sozdanie-vertikalnogo-menyu/</link>
		<comments>http://2coders.ru/sozdanie-vertikalnogo-menyu/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 15:49:46 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Дизайн]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Верстка]]></category>

		<guid isPermaLink="false">http://2coders.ru/?p=701</guid>
		<description><![CDATA[
В прошлом посте я уже показывал, как с помощью изменения фона можно создавать красивые кнопки.  Изменение фона отлично подходит для простых кнопок, для более сложных лучше измененить фоновое изображение. Особенно, если кнопки будут расположены в меню.
Основная проблема заключается в задержке вывода кнопки, когда браузер загружает изображение кнопки. Из-за этого создается мерцание. Есть несколько способов [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://2coders.ru/wp-content/uploads/2009/07/cssmenu.gif" alt="css-menu" width="154" height="159" class="attachment wp-att-712 alignleft" /><br />
В прошлом <a href="http://2coders.ru/sozdanie-krasivyx-knopok-s-pomoshhyu-css/">посте</a> я уже показывал, как с помощью изменения фона можно создавать <strong>красивые кнопки</strong>.  Изменение фона отлично подходит для простых кнопок, для более сложных лучше измененить фоновое изображение. Особенно, если кнопки будут расположены в меню.</p>
<p>Основная проблема заключается в задержке вывода кнопки, когда браузер загружает изображение кнопки. Из-за этого создается мерцание. Есть несколько способов для того, чтобы избежать этого. Одним из них является <strong>метод pixy</strong>. Вместо нескольких фоновых изображений в нем используется одно, и это изображение будет выравниваться влево для обычного состояния и вправо, при наведении курсора на кнопку.<br />
<span id="more-701"></span><br />
Для начала нужно создать объединенное изображение кнопки. Одна часть будет для обычного состояния, вторая при наведении курсора на кнопку. В моем случае размеры кнопки равны <strong>300х40</strong>.</p>
<p><img src="http://2coders.ru/wp-content/uploads/2009/07/pixy-button1.gif" alt="кнопка" width="300" height="40" class="attachment wp-att-781 " /></p>
<p>Теперь зададим стили:.</p>
<pre class="brush: css;">
body {
font-family: &quot;Myriad Pro&quot;, Frutiger, &quot;Lucida Grande&quot;, &quot;Lucida Sans&quot;, &quot;Lucida Sans Unicode&quot;, Verdana, sans-serif;
font-size: 1.4em;
}
ul {
margin: 0;
padding: 0;
list-style-type: none;
}
li {
display: inline: /* :KLUDGE: Removes large gaps in IE/Win */
}
a {
display: block;
width: 150px;
height: 39px;
line-height: 39px;
color: #c1e11c;
text-decoration: none;
background: #94B8E9 url(pixy-button.gif) no-repeat left bottom;
text-indent: 50px;
text-transform: uppercase;
}
a:hover {
background-color: #369;
background-position: right bottom;
color: #fff;
}
li.firstSelected a {
height: 40px;
line-height: 40px;
}
</pre>
<p>Как вы могли заметить высоту кнопки я задал равную <strong>39px</strong>, нет это не ошибка. Это сделано специально, из-за того, что при всоте 40px, сверху будет слишком жирная рамка между кнопками. Чтобы избежать этого для всех, кнопок задаем высоту равную 39px, а для первой кнопки <strong>40px</strong>.  </p>
<p>Зададим меню:</p>
<pre class="brush: css;">
&lt;ul&gt;
    &lt;li class=&quot;firstSelected&quot;&gt;&lt;a href=&quot;#&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;News&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Tools&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;About&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</pre>
<p>Вот так наше меню будет выглядеть в готовом виде:<br />
<iframe height="200" width="159" style="border: medium none ;" src="http://2coders.ru/wp-content/uploads/2009/07/vmenu.htm" ><br />
</iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://2coders.ru/sozdanie-vertikalnogo-menyu/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Создание красивых кнопок с помощью css</title>
		<link>http://2coders.ru/sozdanie-krasivyx-knopok-s-pomoshhyu-css/</link>
		<comments>http://2coders.ru/sozdanie-krasivyx-knopok-s-pomoshhyu-css/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 16:48:39 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Дизайн]]></category>

		<guid isPermaLink="false">http://2coders.ru/?p=586</guid>
		<description><![CDATA[
Наконец-то удалось выбраться в интернет. Давно не писал в блоге, на это были свои причины. Но теперь я вернулся. В этом посте я покажу, как можно сделать красивые кнопки с помощью css. Эти кнопки можно использовать в меню или в формах.
Вот так наши кнопки выглядят до изменения:
ПУСК

Не слишком красиво. Попробуем сейчас это исправить. Для этого [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://2coders.ru/wp-content/uploads/2009/07/button.gif" alt="Кнопка" width="160" height="155" class="attachment wp-att-345 alignleft" /></p>
<p>Наконец-то удалось выбраться в интернет. Давно не писал в блоге, на это были свои причины. Но теперь я вернулся. В этом посте я покажу, как можно сделать <strong>красивые кнопки с помощью css</strong>. Эти кнопки можно использовать в меню или в формах.</p>
<p>Вот так наши кнопки выглядят до изменения:</p>
<p><a  href="#">ПУСК</a></p>
<input type="button" value="ПУСК"  />
<p>Не слишком красиво. Попробуем сейчас это исправить. Для этого зададим стиль для нашей первой <strong>css кнопки</strong>.<br />
<span id="more-586"></span></p>
<pre class="brush: css;">
#redButton {
	display: block;
	width: 6em;
	padding: 0.2em;
	line-height: 2.7;
	background-color: #ed0909;
	border:1px solid black;
	color: black;
	text-decoration: none;
	text-align: center;
	font-weight:bold;
}
#redButton:hover {
	background-color: #c90f0f;
	color: #fff;
	font-weight:bold;
}
</pre>
<style>
#redButton {
			display: block;
			width: 6em;
			padding: 0.2em;
			line-height: 2.7;
			background-color: #ed0909;
			border:1px solid black;
			color: black;
			text-decoration: none;
			text-align: center;
			font-weight:bold;
			}
			#redButton:hover {
			background-color: #c90f0f;
			color: #fff;
			font-weight:bold;
			}
#btn{}
#greenButton {
			height:35px;
			width: 6em;
			background-color: #696969;
			border:1px solid black;
			font-weight:bold;
                        color:#c1e11c;
			}
			#greenButton:hover {
			background-color: #9ed216;
			color: #fff;
			font-weight: bold;
                        cursor: pointer;
			}
</style>
<p>После изменения наша <strong>css кнопка</strong> будет выглядеть вот так:</p>
<p><a id="redButton" href="#">ПУСК</a><br />
Думаю, со стилем кнопки все понятно. Присваиваем свойству display значение block, задаем длину и ширину кнопки, а также цвет фона и т. д.</p>
<p>Теперь займемся внешним видом второй кнопки. Зададим для нее стиль.</p>
<pre class="brush: css;">
#greenButton {
	height:35px;
	width: 6em;
	background-color: #696969;
	border:1px solid black;
	font-weight:bold;
        color:#c1e11c;
}
#greenButton:hover {
	background-color: #9ed216;
	color: #fff;
	font-weight: bold;
        cursor: pointer;
}
</pre>
<p>После того как мы задали стиль, наша вторая <strong>css кнопка</strong> будет выглядеть вот так:</p>
<input type="button" value="ПУСК" id="greenButton" />
<p>Как и в случае с первой кнопкой задаем фон, ширину, высоту и т. д. </p>
<p>Итак, подведем итоги. В этом посте я показал вам как можно сделать <strong>красивые кнопки с помощью css</strong>. Вид кнопки зависит только от вашей фантазии, вместо фона можно задать изображение, тоже неплохой вариант оформления.</p>
]]></content:encoded>
			<wfw:commentRss>http://2coders.ru/sozdanie-krasivyx-knopok-s-pomoshhyu-css/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Верстаем дизайн для блога. Часть 2</title>
		<link>http://2coders.ru/verstaem-dizajn-dlya-bloga-chast-2/</link>
		<comments>http://2coders.ru/verstaem-dizajn-dlya-bloga-chast-2/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 07:42:52 +0000</pubDate>
		<dc:creator>d4rkr00t</dc:creator>
				<category><![CDATA[Kohana]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Yii]]></category>
		<category><![CDATA[Верстка]]></category>
		<category><![CDATA[Дизайн]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Html]]></category>
		<category><![CDATA[Блог]]></category>

		<guid isPermaLink="false">http://2coders.ru/?p=488</guid>
		<description><![CDATA[ 
В прошлом уроке мы сверстали макет нашей страницы, сделали фон и добавили тени отбрасываемые контент областью. Сегодня мы займемся шапкой нашего шаблона.
Первое чем мы займемся – это разметим шапку под основные элементы:
1) Логотип сайта
2) Поиск
3) Горизонтальное меню.
Для этого в файл index.html в теге:


  
Добавим следующий код:

 &#38;lt;!--      Лого [...]]]></description>
			<content:encoded><![CDATA[<p><!--[if gte mso 10]> <mce:style><!<br />
/* Style Definitions */<br />
table.MsoNormalTable<br />
{mso-style-name:"Обычная таблица";<br />
mso-tstyle-rowband-size:0;<br />
mso-tstyle-colband-size:0;<br />
mso-style-noshow:yes;<br />
mso-style-parent:"";<br />
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;<br />
mso-para-margin:0cm;<br />
mso-para-margin-bottom:.0001pt;<br />
mso-pagination:widow-orphan;<br />
font-size:10.0pt;<br />
font-family:"Times New Roman";<br />
mso-ansi-language:#0400;<br />
mso-fareast-language:#0400;<br />
mso-bidi-language:#0400;}<br />
--> <!--[endif]--></p>
<p class="MsoNormal">В прошлом уроке мы сверстали макет нашей страницы, сделали фон и добавили тени отбрасываемые контент областью. Сегодня мы займемся шапкой нашего шаблона.</p>
<p class="MsoNormal">Первое чем мы займемся – это разметим шапку под основные элементы:</p>
<p class="MsoNormal" style="margin-left: 53.25pt; text-indent: -18pt;"><!--[if !supportLists]--><span>1)<span style="font-family: &quot;Times New Roman&quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span><!--[endif]-->Логотип сайта</p>
<p class="MsoNormal" style="margin-left: 53.25pt; text-indent: -18pt;"><!--[if !supportLists]--><span>2)<span style="font-family: &quot;Times New Roman&quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span><!--[endif]-->Поиск</p>
<p class="MsoNormal" style="margin-left: 53.25pt; text-indent: -18pt;"><!--[if !supportLists]--><span>3)<span style="font-family: &quot;Times New Roman&quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span><!--[endif]-->Горизонтальное меню.</p>
<p class="MsoNormal">Для этого в файл <strong><span lang="EN-US">index</span>.</strong><strong><span lang="EN-US">html</span><span lang="EN-US"> </span></strong>в теге:</p>
<p class="MsoNormal">
<p><span id="more-488"></span></p>
<p class="MsoNormal"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]> <mce:style><!<br />
/* Style Definitions */<br />
table.MsoNormalTable<br />
{mso-style-name:"Обычная таблица";<br />
mso-tstyle-rowband-size:0;<br />
mso-tstyle-colband-size:0;<br />
mso-style-noshow:yes;<br />
mso-style-parent:"";<br />
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;<br />
mso-para-margin:0cm;<br />
mso-para-margin-bottom:.0001pt;<br />
mso-pagination:widow-orphan;<br />
font-size:10.0pt;<br />
font-family:"Times New Roman";<br />
mso-ansi-language:#0400;<br />
mso-fareast-language:#0400;<br />
mso-bidi-language:#0400;}<br />
--> <!--[endif]--></p>
<p class="MsoNormal">Добавим следующий код:</p>
<p class="MsoNormal">
<pre class="brush: xml;"> &amp;lt;!--      Лого        --&amp;gt;

&amp;lt;div id=&amp;quot;logo&amp;quot;&amp;gt;
            Логотип&amp;lt;/div&amp;gt;

    &amp;lt;!--      Поиск        --&amp;gt;

&amp;lt;div id=&amp;quot;search&amp;quot;&amp;gt;
            Поиск&amp;lt;/div&amp;gt;

    &amp;lt;!--      Горизонтальное меню       --&amp;gt;

&amp;lt;div id=&quot;top_menu&quot;;
            Меню&amp;lt;/div&amp;gt;
</pre>
<p class="MsoNormal"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]><br />
<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Обычная таблица"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --></p>
<p><!--[endif]--></p>
<p class="MsoNormal">И в файле <strong><span lang="EN-US">style</span>.</strong><strong><span lang="EN-US">css</span><span lang="EN-US"> </span></strong>добавим необходимые стили:</p>
<p class="MsoNormal">
<pre class="brush: xml;">
#logo
    {
        float: left;
        width: 63%;
    }
#search
    {
        float: left;
        width: 37%;
        height: 111px;
    }
    /* Только для IE */
    * html #search
    {
        width: 35%;
    }    #top_menu
    {
        clear: left;
    }
</pre>
<p class="MsoNormal"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]><br />
<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Обычная таблица"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --></p>
<p><!--[endif]--><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;;">Теперь перейдем к логотипу. Вырезаем лого без текста.</span></p>
<p class="MsoNormal">
<p style="text-align: center;"><a title="shapka_verstka1" rel="lightbox[pics488]" href="http://2coders.ru/wp-content/uploads/2009/04/shapka_verstka1.gif"></a></p>
<p style="text-align: center;"><a title="logo" rel="lightbox[pics488]" href="http://2coders.ru/wp-content/uploads/2009/04/logo.gif"></a></p>
<p style="text-align: center;"><a title="logo" rel="lightbox[pics488]" href="http://2coders.ru/wp-content/uploads/2009/04/logo.gif"  rel="sexylightbox"><img class="attachment wp-att-497 centered" src="http://2coders.ru/wp-content/uploads/2009/04/logo-150x111.gif" alt="logo" width="150" height="111" /></a></p>
<p class="MsoNormal">В файле <strong><span lang="EN-US">index</span>.<span lang="EN-US">html</span><span lang="EN-US"> </span></strong>добавил ссылку и описание блога:</p>
<p class="MsoNormal">
<pre class="brush: xml;"> &lt;a class=&quot;logo_link&quot; href=&quot;/&quot;&gt; &lt;/a&gt;
            &lt;label class=&quot;logo&quot;&gt;Блог 2-х веб разработчиков. Web - Дизайн, Web - Программирование, Seo&lt;/label&gt;
</pre>
<p class="MsoNormal"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]> <mce:style><!<br />
/* Style Definitions */<br />
table.MsoNormalTable<br />
{mso-style-name:"Обычная таблица";<br />
mso-tstyle-rowband-size:0;<br />
mso-tstyle-colband-size:0;<br />
mso-style-noshow:yes;<br />
mso-style-parent:"";<br />
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;<br />
mso-para-margin:0cm;<br />
mso-para-margin-bottom:.0001pt;<br />
mso-pagination:widow-orphan;<br />
font-size:10.0pt;<br />
font-family:"Times New Roman";<br />
mso-ansi-language:#0400;<br />
mso-fareast-language:#0400;<br />
mso-bidi-language:#0400;}<br />
--> <!--[endif]--></p>
<p class="MsoNormal">И конечно добавим<span> </span>стили:</p>
<p class="MsoNormal">
<pre class="brush: xml;"> #logo
    {
        float: left;
        width: 67%;
        height: 111px;

        background: url('images/logo.gif') no-repeat top left;
    }
        a.logo_link
        {
            display: block;
            width: 627px;
            height: 90px;
            text-decoration: none;
        }
        label.logo
        {
            padding-left:20px;
            font-weight:bold;
            font-size: 12px;
            font-family: Verdana;
        }
</pre>
<p class="MsoNormal"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]> <mce:style><!<br />
/* Style Definitions */<br />
table.MsoNormalTable<br />
{mso-style-name:"Обычная таблица";<br />
mso-tstyle-rowband-size:0;<br />
mso-tstyle-colband-size:0;<br />
mso-style-noshow:yes;<br />
mso-style-parent:"";<br />
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;<br />
mso-para-margin:0cm;<br />
mso-para-margin-bottom:.0001pt;<br />
mso-pagination:widow-orphan;<br />
font-size:10.0pt;<br />
font-family:"Times New Roman";<br />
mso-ansi-language:#0400;<br />
mso-fareast-language:#0400;<br />
mso-bidi-language:#0400;}<br />
--> <!--[endif]--></p>
<p class="MsoNormal">На данный момент шапка выглядит следующим образом:</p>
<p class="MsoNormal">
<p style="text-align: center;">
<p style="text-align: center;"><a title="shapka_verstka1" rel="lightbox[pics488]" href="http://2coders.ru/wp-content/uploads/2009/04/shapka_verstka1.gif"  rel="sexylightbox"><img class="attachment wp-att-498 centered" src="http://2coders.ru/wp-content/uploads/2009/04/shapka_verstka1-150x150.gif" alt="shapka_verstka1" width="150" height="150" /></a></p>
<p style="text-align: left;"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]><br />
<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Обычная таблица"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --></p>
<p><!--[endif]--></p>
<p class="MsoNormal">С поиском пришлось повозиться, вот мой вариант его реализации. Для начала добавляем простое <span lang="EN-US">input</span><span lang="EN-US"> </span>поле, убираем границы и на фон ставим нашу картинку:</p>
<p style="text-align: center;"><a title="input" rel="lightbox[pics488]" href="http://2coders.ru/wp-content/uploads/2009/04/input.gif"  rel="sexylightbox"><img class="attachment wp-att-501 centered" src="http://2coders.ru/wp-content/uploads/2009/04/input.gif" alt="input" width="3" height="22" /></a></p>
<p><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]><br />
<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Обычная таблица"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --></p>
<p><!--[endif]--></p>
<p class="MsoNormal">После слева и справа добавляем картинки с краями формы поиска:</p>
<p style="text-align: center;"><a title="input_l" rel="lightbox[pics488]" href="http://2coders.ru/wp-content/uploads/2009/04/input_l.gif"  rel="sexylightbox"><img class="attachment wp-att-502 centered" src="http://2coders.ru/wp-content/uploads/2009/04/input_l.gif" alt="input_l" width="6" height="22" /></a></p>
<p style="text-align: center;"><a title="search_btn" rel="lightbox[pics488]" href="http://2coders.ru/wp-content/uploads/2009/04/search_btn.gif"  rel="sexylightbox"><img class="attachment wp-att-503 centered" src="http://2coders.ru/wp-content/uploads/2009/04/search_btn.gif" alt="search_btn" width="31" height="22" /></a></p>
<p><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]><br />
<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Обычная таблица"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --></p>
<p><!--[endif]--></p>
<p class="MsoNormal">В коде это выглядит следующим образом. В файл <strong><span lang="EN-US">index</span>.<span lang="EN-US">html</span></strong><span lang="EN-US"> </span>добавляем следующие:</p>
<p class="MsoNormal">
<pre class="brush: xml;">    &lt;img class=&quot;search&quot; src=&quot;images/input_l.gif&quot; alt=&quot;&quot; /&gt;
&lt;input class=&quot;search&quot; name=&quot;search&quot; type=&quot;text&quot; /&gt;
                &lt;img class=&quot;search_btn&quot; src=&quot;images/spacer.gif&quot; alt=&quot;&quot; /&gt;
</pre>
<p class="MsoNormal"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]><br />
<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Обычная таблица"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --></p>
<p><!--[endif]--></p>
<p class="MsoNormal">Стили:</p>
<p class="MsoNormal">
<pre class="brush: xml;"> input.search
        {
            float: left;
            background: url('images/input.gif') repeat-x;
            border: 0;
            padding-top: 3px;
            height: 19px;
            width: 85%;
        }
/* Только для IE */
         * html input.search
        {
            width: 80%;
        }
        img.search
        {
            float: left;
            height: 22px;
            width: 6px;
            border: 0px;
        }
        img.search_btn
        {
            float: left;
            height: 22px;
            width: 31px;
            border: 0px;

            background: url('images/search_btn.gif');
        }
        img.search_btn:hover
        {
            background: url('images/search_btn_hover.gif');
            cursor: pointer;
        }
</pre>
<p class="MsoNormal"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]><br />
<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Обычная таблица"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --></p>
<p><!--[endif]--></p>
<p class="MsoNormal">Осталось сделать обрамления для формы, но тут проще, для этого код поля поиска заключаем в теги:</p>
<p class="MsoNormal">
<pre class="brush: xml;">
&lt;div id=&quot;search_form_l&quot;&gt;

&lt;div id=&quot;search_form_r&quot;&gt;

&lt;div id=&quot;search_form&quot;&gt;
                &lt;img class=&quot;search&quot; src=&quot;images/input_l.gif&quot; alt=&quot;&quot; /&gt;
&lt;input class=&quot;search&quot; name=&quot;search&quot; type=&quot;text&quot; /&gt;
                &lt;img class=&quot;search_btn&quot; src=&quot;images/spacer.gif&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</pre>
<p class="MsoNormal"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]><br />
<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Обычная таблица"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --></p>
<p><!--[endif]--></p>
<p class="MsoNormal">И добавляем стили:</p>
<p class="MsoNormal">
<pre class="brush: xml;"> #search_form_l
        {
            background: url('images/search_form_l.gif') left no-repeat;
            height: 29px;
            padding-left: 62px;
            margin-top: 10px;
        }
        #search_form
        {
            background: url('images/search_form.gif') repeat-x;
            height: 29px;
        }
        #search_form_r
        {
            background: url('images/search_form_r.gif') right no-repeat;
            height: 29px;
            padding-right: 37px;
        }
</pre>
<p class="MsoNormal"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]><br />
<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Обычная таблица"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --></p>
<p><!--[endif]--></p>
<p class="MsoNormal">На этом форма поиска готова. Добавим кнопку <span lang="EN-US">rss</span><span lang="EN-US"> </span>ленты. В <span lang="EN-US">index</span>.<span lang="EN-US">html</span><span lang="EN-US"> </span>ниже формы поиска добавим:</p>
<p class="MsoNormal">
<pre class="brush: xml;">
&lt;div id=&quot;rss&quot;&gt;

&lt;div id=&quot;rss_text&quot;&gt;
                    &lt;a class=&quot;rss&quot; href=&quot;#&quot;&gt;Подписаться на

RSS ленту&lt;/a&gt;&lt;/div&gt;

&lt;div id=&quot;rss_icon&quot;&gt;
                    &lt;a class=&quot;rss&quot; href=&quot;#&quot;&gt;&lt;img class=&quot;rss&quot; src=&quot;images/spacer.gif&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
</pre>
<p class="MsoNormal"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]><br />
<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Обычная таблица"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --></p>
<p><!--[endif]--></p>
<p class="MsoNormal">И стили:</p>
<p class="MsoNormal">
<pre class="brush: xml;"> #rss
        {
            width: 50%;
            float: right;
        }
            #rss_text
            {
                float: left;
                font-size: 10px;
                font-family: Verdana;
                color: #ada8a2;
                text-align: right;

                padding-top: 28px;
            }
            a.rss
            {
                font-size: 10px;
                font-family: Verdana;
                color: #ada8a2;
                text-decoration: none;
            }
            a.rss:hover
            {
                text-decoration:underline;
            }
            #rss_icon
            {
                float: left;
            }
            img.rss
            {
                background: url('images/rss.gif');
                width: 59px;
                height: 62px;
            }
            img.rss:hover
            {
                background: url('images/rss_hover.gif');
                width: 59px;
                height: 62px;
            }
</pre>
<p class="MsoNormal"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]><br />
<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Обычная таблица"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --></p>
<p><!--[endif]--></p>
<p class="MsoNormal">Вот что имеем на данный момент:</p>
<p class="MsoNormal">
<p style="text-align: center;"><a title="shapka_verstka2" rel="lightbox[pics488]" href="http://2coders.ru/wp-content/uploads/2009/04/shapka_verstka2.gif"  rel="sexylightbox"><img class="attachment wp-att-499 centered" src="http://2coders.ru/wp-content/uploads/2009/04/shapka_verstka2-150x149.gif" alt="shapka_verstka2" width="150" height="149" /></a></p>
<p style="text-align: left;"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]><br />
<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Обычная таблица"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --></p>
<p><!--[endif]--></p>
<p class="MsoNormal">Осталось совсем не много – это горизонтальное меню.<!--[if gte mso 10]><br />
<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Обычная таблица"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --></p>
<p><!--[endif]--><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;;">Вырезаем необходимые кусочки:</span></p>
<p class="MsoNormal">
<p style="text-align: center;"><a title="top_menu_flower" rel="lightbox[pics488]" href="http://2coders.ru/wp-content/uploads/2009/04/top_menu_flower.gif"  rel="sexylightbox"><img class="attachment wp-att-512 centered" src="http://2coders.ru/wp-content/uploads/2009/04/top_menu_flower-150x25.gif" alt="top_menu_flower" width="150" height="25" /></a></p>
<p style="text-align: center;"><a title="top_menu_button" rel="lightbox[pics488]" href="http://2coders.ru/wp-content/uploads/2009/04/top_menu_button.gif"  rel="sexylightbox"><img class="attachment wp-att-511 centered" src="http://2coders.ru/wp-content/uploads/2009/04/top_menu_button.gif" alt="top_menu_button" width="1" height="25" /></a></p>
<p style="text-align: center;"><a title="top_menu" rel="lightbox[pics488]" href="http://2coders.ru/wp-content/uploads/2009/04/top_menu.gif"  rel="sexylightbox"><img class="attachment wp-att-510 centered" src="http://2coders.ru/wp-content/uploads/2009/04/top_menu.gif" alt="top_menu" width="1" height="25" /></a></p>
<p><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]><br />
<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Обычная таблица"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --></p>
<p><!--[endif]--></p>
<p class="MsoNormal">И правим стили:</p>
<p class="MsoNormal">
<pre class="brush: xml;"> #top_menu
    {
        clear: left;
        width: 100%;
        height: 25px;
        background: #4277ad url('images/top_menu.gif') repeat-x;
    }
</pre>
<p class="MsoNormal"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]><br />
<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Обычная таблица"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --></p>
<p><!--[endif]--></p>
<p class="MsoNormal">В<span> </span>теге<span lang="EN-US">: </span></p>
<p class="MsoNormal"><span lang="EN-US"></p>
<pre class="brush: xml;">
</pre>
<p></span></p>
<p class="MsoNormal"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]> <mce:style><!<br />
/* Style Definitions */<br />
table.MsoNormalTable<br />
{mso-style-name:"Обычная таблица";<br />
mso-tstyle-rowband-size:0;<br />
mso-tstyle-colband-size:0;<br />
mso-style-noshow:yes;<br />
mso-style-parent:"";<br />
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;<br />
mso-para-margin:0cm;<br />
mso-para-margin-bottom:.0001pt;<br />
mso-pagination:widow-orphan;<br />
font-size:10.0pt;<br />
font-family:"Times New Roman";<br />
mso-ansi-language:#0400;<br />
mso-fareast-language:#0400;<br />
mso-bidi-language:#0400;}<br />
--> <!--[endif]--></p>
<p class="MsoNormal">Добавляем:</p>
<p class="MsoNormal">
<pre class="brush: xml;">
&lt;div style=&quot;float:left;&quot;&gt;
            &lt;a class=&quot;top_menu&quot; href=&quot;#&quot;&gt;Главная&lt;/a&gt;
            &lt;a class=&quot;top_menu_c&quot; href=&quot;#&quot;&gt;О нас&lt;/a&gt;&lt;/div&gt;

&lt;div id=&quot;flower_top&quot;&gt;&lt;/div&gt;
</pre>
<p class="MsoNormal"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]> <mce:style><!<br />
/* Style Definitions */<br />
table.MsoNormalTable<br />
{mso-style-name:"Обычная таблица";<br />
mso-tstyle-rowband-size:0;<br />
mso-tstyle-colband-size:0;<br />
mso-style-noshow:yes;<br />
mso-style-parent:"";<br />
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;<br />
mso-para-margin:0cm;<br />
mso-para-margin-bottom:.0001pt;<br />
mso-pagination:widow-orphan;<br />
font-size:10.0pt;<br />
font-family:"Times New Roman";<br />
mso-ansi-language:#0400;<br />
mso-fareast-language:#0400;<br />
mso-bidi-language:#0400;}<br />
--> <!--[endif]--></p>
<p class="MsoNormal">И конечно же стили, куда без них:</p>
<p class="MsoNormal">
<pre class="brush: xml;"> #flower_top
        {
            float: right;
            background: url('images/top_menu_flower.gif') no-repeat;
            margin-right: 30px;
            width:178px;
            height:25px;
        }
        a.top_menu
        {
            float: left;
            display: block;
            height: 25px;
            width: 100px;
            text-align: center;
            text-decoration: none;
            font-size: 12px;
            font-family: Verdana;
            color: #fff;
            text-align: center;
        }
        a.top_menu:hover
        {
            text-decoration:underline;
        }
        a.top_menu_c
        {
            float: left;
            display: block;
            height: 25px;
            width: 100px;
            text-align: center;
            text-decoration: none;
            font-size: 12px;
            font-family: Verdana;
            color: #fff;
            text-align: center;
            background: url('images/top_menu_button.gif') repeat-x;
        }
        a.top_menu_c:hover
        {
            text-decoration:underline;
        }
</pre>
<p class="MsoNormal"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]> <mce:style><!<br />
/* Style Definitions */<br />
table.MsoNormalTable<br />
{mso-style-name:"Обычная таблица";<br />
mso-tstyle-rowband-size:0;<br />
mso-tstyle-colband-size:0;<br />
mso-style-noshow:yes;<br />
mso-style-parent:"";<br />
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;<br />
mso-para-margin:0cm;<br />
mso-para-margin-bottom:.0001pt;<br />
mso-pagination:widow-orphan;<br />
font-size:10.0pt;<br />
font-family:"Times New Roman";<br />
mso-ansi-language:#0400;<br />
mso-fareast-language:#0400;<br />
mso-bidi-language:#0400;}<br />
--> <!--[endif]--></p>
<p class="MsoNormal">Ну вот и все.</p>
<p class="MsoNormal">
<p style="text-align: center;"><a title="shapka_verstka_final" rel="lightbox[pics488]" href="http://2coders.ru/wp-content/uploads/2009/04/shapka_verstka_final.gif"  rel="sexylightbox"><img class="attachment wp-att-500 centered" src="http://2coders.ru/wp-content/uploads/2009/04/shapka_verstka_final-150x150.gif" alt="shapka_verstka_final" width="150" height="150" /></a></p>
<p><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]> <mce:style><!<br />
/* Style Definitions */<br />
table.MsoNormalTable<br />
{mso-style-name:"Обычная таблица";<br />
mso-tstyle-rowband-size:0;<br />
mso-tstyle-colband-size:0;<br />
mso-style-noshow:yes;<br />
mso-style-parent:"";<br />
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;<br />
mso-para-margin:0cm;<br />
mso-para-margin-bottom:.0001pt;<br />
mso-pagination:widow-orphan;<br />
font-size:10.0pt;<br />
font-family:"Times New Roman";<br />
mso-ansi-language:#0400;<br />
mso-fareast-language:#0400;<br />
mso-bidi-language:#0400;}<br />
--> <!--[endif]--></p>
<p class="MsoNormal"><a href="http://2coders.ru/wp-content/uploads/2009/04/d0b2d0b5d180d181d182d0b0d0b5d0bc-d0b4d0b8d0b7d0b0d0b9d0bd-d0b4d0bbd18f-d0b1d0bbd0bed0b3d0b0-d187d0b0d181d182d18c-2.rar" target="_blank">Файлы проекта.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://2coders.ru/verstaem-dizajn-dlya-bloga-chast-2/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
