<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Alexander Stetsenko</title>
	<link>http://www.stetsenko.net</link>
	<description>Web developer blog :: thoughts and steps</description>
	<lastBuildDate>Mon, 30 Aug 2010 02:07:35 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Subversion: How to require comments</title>
		<description><![CDATA[Normally developers agree and promise to write comments for each commit. Often the comments are still not written though. Subversion pre-commit hook allows to make comments required. For instance file pre-commit.tmpl contains a sample script which will reject commits if no log message is supplied, or the message is too short. However it doesn’t report [...]]]></description>
		<link>http://www.stetsenko.net/2010/08/subversion-how-to-require-comments/</link>
			</item>
	<item>
		<title>Lady Java &#8211; JavaZone</title>
		<description><![CDATA[Tweet This]]></description>
		<link>http://www.stetsenko.net/2010/08/lady-java-javazone/</link>
			</item>
	<item>
		<title>MySQL: How to force a new unique index to drop duplicated rows</title>
		<description><![CDATA[If table is not empty, there may be duplicated records. If so a regular alter query to create a new unique index will return an error like below. ERROR 1062 (23000): Duplicate entry &#8217;132653-47&#8242; for key 1 However keyword IGNORE allows to force a new unique index to drop duplicated rows. ALTER IGNORE TABLE `t` [...]]]></description>
		<link>http://www.stetsenko.net/2010/08/mysql-how-to-force-a-new-unique-index-to-drop-duplicated-rows/</link>
			</item>
	<item>
		<title>MySQL 5.0 upgrade to 5.1 watchouts</title>
		<description><![CDATA[Although it might be a good time to start testing the third milestone of MySQL 5.5, I am sure many projects are still in transition between versions 5.0 and 5.1. MySQL 5.0 to 5.1 upgrade is well documented and went pretty smoothly in our case. However our project was heavily relied on stored procedures and [...]]]></description>
		<link>http://www.stetsenko.net/2010/08/mysql-5-0-upgrade-to-5-1-watchouts/</link>
			</item>
	<item>
		<title>Allen Hughes &#8211; Get Back Up</title>
		<description><![CDATA[A good friend of mine Allen Hughes covering Toby Mac&#8217;s &#8220;Get Back Up&#8221; for the 104.7 The Fish, Opening Act contest. Tweet This]]></description>
		<link>http://www.stetsenko.net/2010/08/allen-hughes-get-back-up/</link>
			</item>
	<item>
		<title>MySQL: How to stop a running query?</title>
		<description><![CDATA[There is a magic MySQL statement KILL which allows to terminate either connection or query associated with provided thread ID. SHOW PROCESSLIST statement allows to see running threads (including thread ID). Example 1: KILL QUERY 24; terminates the statement that the connection is currently executing under thread 24, but leaves the connection itself intact. Example [...]]]></description>
		<link>http://www.stetsenko.net/2010/08/mysql-how-to-stop-a-running-query/</link>
			</item>
	<item>
		<title>How to write robots.txt?</title>
		<description><![CDATA[Tweet This]]></description>
		<link>http://www.stetsenko.net/2010/08/how-to-write-robots-txt/</link>
			</item>
	<item>
		<title>How does motivation work?</title>
		<description><![CDATA[Recently I have come across this great old parable of stone cutters. A man came across three stonecutters and asked them what they were doing. The first replied, “I am making a living.” The second kept on hammering while he said, “I am doing the best job of stonecutting in the entire county.” The third [...]]]></description>
		<link>http://www.stetsenko.net/2010/07/how-does-motivation-work/</link>
			</item>
	<item>
		<title>Inception</title>
		<description><![CDATA[Inception could be the greatest action movie with the original story for a few past years. Definitely recommended to check it out! Tweet This]]></description>
		<link>http://www.stetsenko.net/2010/07/inception/</link>
			</item>
	<item>
		<title>PHP: How to get microseconds</title>
		<description><![CDATA[Sometimes it could be necessary to get time with microseconds part. Especially it is good for something like logging when multiple entries are recorded per second and preferably to know how they are spread out. At first glance everything looked very easy: print date&#40;'Y-m-d H:i:s.u'&#41; ; where u is microseconds. However it turns out PHP [...]]]></description>
		<link>http://www.stetsenko.net/2010/07/php-how-to-get-microseconds/</link>
			</item>
</channel>
</rss>
