<?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>Блог программиста</title>
	<atom:link href="http://alexvinnik.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexvinnik.com</link>
	<description>Советы, примеры, истории, и другое интересное о php, mysql, xml, html, css</description>
	<lastBuildDate>Tue, 11 Jan 2011 10:07:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Календарь jQuery с выбором даты и времени</title>
		<link>http://alexvinnik.com/index.php/2011/01/datetimepicker/</link>
		<comments>http://alexvinnik.com/index.php/2011/01/datetimepicker/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 10:07:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://alexvinnik.com/?p=177</guid>
		<description><![CDATA[Календарь jQuery с выбором даты и времени http://trentrichardson.com/examples/timepicker/
Проверено!!!! работает!!!!
]]></description>
		<wfw:commentRss>http://alexvinnik.com/index.php/2011/01/datetimepicker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Проверка днс</title>
		<link>http://alexvinnik.com/index.php/2010/12/check-dns/</link>
		<comments>http://alexvinnik.com/index.php/2010/12/check-dns/#comments</comments>
		<pubDate>Thu, 16 Dec 2010 10:13:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Общие]]></category>

		<guid isPermaLink="false">http://alexvinnik.com/?p=172</guid>
		<description><![CDATA[Прикольный сайт для проверки днс http://www.squish.net/dnscheck/, смотрит все и везде, даже на корневых серверах
]]></description>
		<wfw:commentRss>http://alexvinnik.com/index.php/2010/12/check-dns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Расчет дистанции между объектами</title>
		<link>http://alexvinnik.com/index.php/2010/07/calculate_distance/</link>
		<comments>http://alexvinnik.com/index.php/2010/07/calculate_distance/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 23:08:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[geo ip]]></category>

		<guid isPermaLink="false">http://alexvinnik.com/?p=164</guid>
		<description><![CDATA[Приведу пару примеров расчета расстояния между объектами по заданным координатам
SELECT * ,  ( 3959 * acos( cos( radians(47) ) * cos( radians( latitude ) ) * cos( radians( longitude ) &#8211; radians( 35 ) ) + sin( radians( 47 ) ) * sin( radians( latitude ) ) ) ) AS distance  FROM sometable ORDER BY distance
Данный запрос возвращает [...]]]></description>
		<wfw:commentRss>http://alexvinnik.com/index.php/2010/07/calculate_distance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Базы данных GEO IP</title>
		<link>http://alexvinnik.com/index.php/2010/07/geo-ip-db/</link>
		<comments>http://alexvinnik.com/index.php/2010/07/geo-ip-db/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 22:17:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Общие]]></category>
		<category><![CDATA[geo ip]]></category>

		<guid isPermaLink="false">http://alexvinnik.com/?p=160</guid>
		<description><![CDATA[Самые свежие базы geo ip для определения города и страны пользователя по ip адресу находятся тут http://geolite.maxmind.com/download/geoip/database/
]]></description>
		<wfw:commentRss>http://alexvinnik.com/index.php/2010/07/geo-ip-db/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Оптимизация PHP</title>
		<link>http://alexvinnik.com/index.php/2010/05/php-optimization/</link>
		<comments>http://alexvinnik.com/index.php/2010/05/php-optimization/#comments</comments>
		<pubDate>Mon, 03 May 2010 00:14:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Оптимизация]]></category>
		<category><![CDATA[классификация узких мест]]></category>
		<category><![CDATA[профилирование кода]]></category>

		<guid isPermaLink="false">http://alexvinnik.com/?p=152</guid>
		<description><![CDATA[Профилирование кода
Если скорость выполнения кода неудовлетворительна, то первым делом необходимо его профилировать и измерить время, которое сценарий тратит на
выполнение различных задач и функций. На основе этой информации можно выяснить, на что сценарий расходует больше всего времени. Эти функции
называются узкими местами (bottlenecks).
Профилирование может преподнести сюрпризы. Например, может оказаться, что 99% времени сценарий тратит на запросы к [...]]]></description>
		<wfw:commentRss>http://alexvinnik.com/index.php/2010/05/php-optimization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Создание xls на php (без установки PEAR)</title>
		<link>http://alexvinnik.com/index.php/2010/05/%d1%81%d0%be%d0%b7%d0%b4%d0%b0%d0%bd%d0%b8%d0%b5-xls-%d0%bd%d0%b0-php-%d0%b1%d0%b5%d0%b7-%d1%83%d1%81%d1%82%d0%b0%d0%bd%d0%be%d0%b2%d0%ba%d0%b8-pear/</link>
		<comments>http://alexvinnik.com/index.php/2010/05/%d1%81%d0%be%d0%b7%d0%b4%d0%b0%d0%bd%d0%b8%d0%b5-xls-%d0%bd%d0%b0-php-%d0%b1%d0%b5%d0%b7-%d1%83%d1%81%d1%82%d0%b0%d0%bd%d0%be%d0%b2%d0%ba%d0%b8-pear/#comments</comments>
		<pubDate>Sat, 01 May 2010 23:42:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[Запись xls]]></category>

		<guid isPermaLink="false">http://alexvinnik.com/?p=148</guid>
		<description><![CDATA[php_writeexcel является аналогом библиотеки PEAR:: Spreadsheet_Excel_Writer
 - Perl пакет для PHP. Это позволяет создавать документы Microsoft Excel на PHP без установки на сервер каких-либо дополнительных инструментов. Просто загружаете файлы и вперед&#8230;&#8230;.. создавать xls
Работа с библиотекой сводится к простым вызовам функций. К сожалению даннай аналог не имеет документации.  Поэтому прийдется осваивать самому.
xls-writer вы найдете здесь http://www.bettina-attack.de/jonny/view.php/projects/php_writeexcel/, там же [...]]]></description>
		<wfw:commentRss>http://alexvinnik.com/index.php/2010/05/%d1%81%d0%be%d0%b7%d0%b4%d0%b0%d0%bd%d0%b8%d0%b5-xls-%d0%bd%d0%b0-php-%d0%b1%d0%b5%d0%b7-%d1%83%d1%81%d1%82%d0%b0%d0%bd%d0%be%d0%b2%d0%ba%d0%b8-pear/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Чтение xls на php</title>
		<link>http://alexvinnik.com/index.php/2010/05/%d1%87%d0%b8%d1%82%d0%b5%d0%bd%d0%b8%d0%b5-xml-%d0%bd%d0%b0-php/</link>
		<comments>http://alexvinnik.com/index.php/2010/05/%d1%87%d0%b8%d1%82%d0%b5%d0%bd%d0%b8%d0%b5-xml-%d0%bd%d0%b0-php/#comments</comments>
		<pubDate>Sat, 01 May 2010 23:18:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[excel php reader]]></category>

		<guid isPermaLink="false">http://alexvinnik.com/?p=142</guid>
		<description><![CDATA[Если вам необходимо читать файлы Excel (.xls) средствами PHP, то библиотека PHP-ExcelReader создана специально для вас. Для работы необходима поддержка или mbstring. Вот пример того, как можно оформить вывод xls-документа в HTML-таблицу с использованием этой библиотеки.
Для работы с кириллицей нужно изменить кодировку UTF8 (по умолчанию) на CP1251 в файле excell_reader2.php: var $_defaultEncoding = &#171;CP1251&#8243;
Данная библиотека [...]]]></description>
		<wfw:commentRss>http://alexvinnik.com/index.php/2010/05/%d1%87%d0%b8%d1%82%d0%b5%d0%bd%d0%b8%d0%b5-xml-%d0%bd%d0%b0-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web 2.0 или дибилизм заказчиков</title>
		<link>http://alexvinnik.com/index.php/2010/04/web-2/</link>
		<comments>http://alexvinnik.com/index.php/2010/04/web-2/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 11:13:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Общие]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://alexvinnik.com/?p=138</guid>
		<description><![CDATA[Как меня раздражает когда заказчик хочет тупой шоп, а говорит сделайте мне сайт в &#171;формате WEB 2.0&#171;. А может всетаки в WEB 3.0?!  И что это за формат такой? Web 3.0 все таки последний писк моды!!! Если хотите круглые кнопочки и  &#171;яблочный&#187; дизайн, то так и говорите. Я например под понятием WEB 2.0 представляю интерактивный [...]]]></description>
		<wfw:commentRss>http://alexvinnik.com/index.php/2010/04/web-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Новая галерея P&amp;J Gallery</title>
		<link>http://alexvinnik.com/index.php/2010/03/ajax-php-gallery/</link>
		<comments>http://alexvinnik.com/index.php/2010/03/ajax-php-gallery/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 10:02:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Общие]]></category>
		<category><![CDATA[галерея]]></category>

		<guid isPermaLink="false">http://alexvinnik.com/?p=131</guid>
		<description><![CDATA[Как я писал ранее скрипт galleria, а также многие другие галереи на jquery не поддерживают дозагрузку картинок с сервера.
Новая галерея P&#38;J Gallery поддерживает данную опцию.
P&#38;J Gallery представляет собой средство для создания галереи изображений написанной на php и Jquery. Изображения предварительно формируются с помощью php, а затем javascript загружает их предварительно в браузер и отображает. Размеры [...]]]></description>
		<wfw:commentRss>http://alexvinnik.com/index.php/2010/03/ajax-php-gallery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Облако тегов flash + jquery</title>
		<link>http://alexvinnik.com/index.php/2010/02/%d0%b8-%d0%be%d0%b1%d0%bb%d0%b0%d0%ba%d0%be-%d1%82%d0%b5%d0%b3%d0%be%d0%b2/</link>
		<comments>http://alexvinnik.com/index.php/2010/02/%d0%b8-%d0%be%d0%b1%d0%bb%d0%b0%d0%ba%d0%be-%d1%82%d0%b5%d0%b3%d0%be%d0%b2/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 02:06:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Ресурсы]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[облако меток]]></category>
		<category><![CDATA[облако тегов]]></category>

		<guid isPermaLink="false">http://alexvinnik.com/?p=125</guid>
		<description><![CDATA[http://www.artviper.net/html-tag-cloud-to-flash-converter.php - скрипт конвертит любое облако на html в 3d-облако на flesh (возможно переключать туда-обратно). Во всяком случае это обещают разработчики.
Выглядит флеш конечно супер.
Вот мой отзыв: данный пример написан на mototools, при конвертировании HTML в XML происходят глюки.  И иногда облоко тегов пустое, или не все теги попадают во flash. Происходит это потому что flash использует [...]]]></description>
		<wfw:commentRss>http://alexvinnik.com/index.php/2010/02/%d0%b8-%d0%be%d0%b1%d0%bb%d0%b0%d0%ba%d0%be-%d1%82%d0%b5%d0%b3%d0%be%d0%b2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

