<?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>[Hut] under the [Sky].[Net] &#187; php</title>
	<atom:link href="http://www.hutsky.cz/blog/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hutsky.cz/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 06 Dec 2011 17:28:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>MySql &#8211; get names of columns and put them in an array</title>
		<link>http://www.hutsky.cz/blog/2011/03/mysql-get-names-of-columns-and-put-them-in-an-array/</link>
		<comments>http://www.hutsky.cz/blog/2011/03/mysql-get-names-of-columns-and-put-them-in-an-array/#comments</comments>
		<pubDate>Sat, 26 Mar 2011 18:09:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web-related]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.hutsky.cz/blog/?p=517</guid>
		<description><![CDATA[Sometimes I need to get all the names of the columns in an sql table, most often to use the names of the columns as names of variables as it&#8217;s easier to use than simple $row[1], $row[2], etc. Let&#8217;s take this WordPress table &#8216;wp_comments&#8217; as an example: Field Type Null Key Default Extra comment_ID bigint(20) [...]]]></description>
		<wfw:commentRss>http://www.hutsky.cz/blog/2011/03/mysql-get-names-of-columns-and-put-them-in-an-array/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drag and drop to change position of elements</title>
		<link>http://www.hutsky.cz/blog/2010/06/drag-and-drop-to-change-position-of-elements/</link>
		<comments>http://www.hutsky.cz/blog/2010/06/drag-and-drop-to-change-position-of-elements/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 22:21:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.hutsky.cz/blog/?p=345</guid>
		<description><![CDATA[Long time ago, I was trying to figure out how to change position of items in a list. Let&#8217;s say there&#8217;s a list of product in an e-commerce solution and the user wants to choose what items go first and what go last. What I used back then was to create a simple form which [...]]]></description>
		<wfw:commentRss>http://www.hutsky.cz/blog/2010/06/drag-and-drop-to-change-position-of-elements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kohana php framework &#8211; part 1.</title>
		<link>http://www.hutsky.cz/blog/2010/01/kohana-php-framework-part-1/</link>
		<comments>http://www.hutsky.cz/blog/2010/01/kohana-php-framework-part-1/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 10:38:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Kohana framework]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[kohana]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.hutsky.cz/blog/?p=6</guid>
		<description><![CDATA[Learning a framework seems to be inevitable.]]></description>
		<wfw:commentRss>http://www.hutsky.cz/blog/2010/01/kohana-php-framework-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maintaining mobile web content</title>
		<link>http://www.hutsky.cz/blog/2010/01/maintaining-mobile-web-content/</link>
		<comments>http://www.hutsky.cz/blog/2010/01/maintaining-mobile-web-content/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 21:37:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mobile web]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.hutsky.cz/blog/?p=15</guid>
		<description><![CDATA[This post is no official guideline but rather a log of steps I&#8217;m taking after having decided to build my sites in a more mobile device friendly way and a compilation of sources generally available on the net (most links included). Why serve mobile content? Mobile web content. The big question for me was why bother [...]]]></description>
		<wfw:commentRss>http://www.hutsky.cz/blog/2010/01/maintaining-mobile-web-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

