<?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>Caught in a Web</title>
	<atom:link href="http://www.dinke.net/blog/en/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dinke.net/blog/en</link>
	<description>Dinke&#039;s Personal Blog</description>
	<lastBuildDate>Wed, 19 Oct 2011 23:04:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Validating an integer with PHP</title>
		<link>http://www.dinke.net/blog/en/2011/10/20/validating-an-integer-with-php/</link>
		<comments>http://www.dinke.net/blog/en/2011/10/20/validating-an-integer-with-php/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 22:42:00 +0000</pubDate>
		<dc:creator>dinke</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.dinke.net/blog/en/?p=740</guid>
		<description><![CDATA[When I started writing this post I wasn&#8217;t sure should I put this into programming category or fun &#8230; I mean, validating if passed variable is integer aka whole number, how hard can it be? It appears not really easy in PHP :) First off some background, I needed to validate an array with db [...]]]></description>
		<wfw:commentRss>http://www.dinke.net/blog/en/2011/10/20/validating-an-integer-with-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Debugging with Xdebug and Eclipse on Mac</title>
		<link>http://www.dinke.net/blog/en/2011/10/17/debugging-with-xdebug-and-eclipse-on-mac/</link>
		<comments>http://www.dinke.net/blog/en/2011/10/17/debugging-with-xdebug-and-eclipse-on-mac/#comments</comments>
		<pubDate>Sun, 16 Oct 2011 22:15:30 +0000</pubDate>
		<dc:creator>dinke</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.dinke.net/blog/en/?p=710</guid>
		<description><![CDATA[In my previous posts I explained how to install MacPorts and setup typical Apache/PHP setup with it. Now we&#8217;re going to start with something more serious, something that sooner or later every PHP developer will have to deal with. Debugging! And yes when I say debugging I didn&#8217;t mean echoing or using var_dump ;) First [...]]]></description>
		<wfw:commentRss>http://www.dinke.net/blog/en/2011/10/17/debugging-with-xdebug-and-eclipse-on-mac/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing Apache and PHP with MacPorts</title>
		<link>http://www.dinke.net/blog/en/2011/10/15/installing-apache-and-php-with-macports/</link>
		<comments>http://www.dinke.net/blog/en/2011/10/15/installing-apache-and-php-with-macports/#comments</comments>
		<pubDate>Fri, 14 Oct 2011 22:54:20 +0000</pubDate>
		<dc:creator>dinke</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.dinke.net/blog/en/?p=693</guid>
		<description><![CDATA[As you probably already know, Mac OS X comes with Apache and PHP preinstalled, all you have to do in order to turn it on is to turn Web Sharing On in System Preferences and do some changes in httpd.conf/php.ini files. You can probably find tons of tutorials on that topic (try this one for [...]]]></description>
		<wfw:commentRss>http://www.dinke.net/blog/en/2011/10/15/installing-apache-and-php-with-macports/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installing MacPorts</title>
		<link>http://www.dinke.net/blog/en/2011/10/09/installing-macports/</link>
		<comments>http://www.dinke.net/blog/en/2011/10/09/installing-macports/#comments</comments>
		<pubDate>Sun, 09 Oct 2011 14:00:19 +0000</pubDate>
		<dc:creator>dinke</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.dinke.net/blog/en/?p=682</guid>
		<description><![CDATA[The MacPorts Project is an open-source community initiative to design an easy-to-use system for compiling, installing, and upgrading open source software on Mac OS X. As you&#8217;ll be able to see later, it&#8217;s easy to use but still very powerful. Unless you already have it installed, the very first step in installing MacPorts actually starts [...]]]></description>
		<wfw:commentRss>http://www.dinke.net/blog/en/2011/10/09/installing-macports/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Clean Install of Snow Leopard</title>
		<link>http://www.dinke.net/blog/en/2011/10/08/clean-install-of-snow-leopard/</link>
		<comments>http://www.dinke.net/blog/en/2011/10/08/clean-install-of-snow-leopard/#comments</comments>
		<pubDate>Fri, 07 Oct 2011 23:26:45 +0000</pubDate>
		<dc:creator>dinke</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.dinke.net/blog/en/?p=660</guid>
		<description><![CDATA[Like most of the people coming from Windows world, I am kind of accustomed to do clean OS install from time to time. I&#8217;ve switched to Mac 3 years ago and honestly speaking, unlike Windows I haven&#8217;t noticed any slowdown or anything on OS X even after many months, but I still like to get [...]]]></description>
		<wfw:commentRss>http://www.dinke.net/blog/en/2011/10/08/clean-install-of-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android 2.2 Froyo on HTC Hero</title>
		<link>http://www.dinke.net/blog/en/2010/10/17/android-2-2-froyo-on-htc-hero/</link>
		<comments>http://www.dinke.net/blog/en/2010/10/17/android-2-2-froyo-on-htc-hero/#comments</comments>
		<pubDate>Sun, 17 Oct 2010 15:22:11 +0000</pubDate>
		<dc:creator>dinke</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dinke.net/blog/en/?p=633</guid>
		<description><![CDATA[As you probably already know, Android 2.1 (well known as Eclair) is the last version officialy published for our lovely Hero. With new phones such as Desire (HD) and Legend, HTC obviously has better things to do than keeping their old phones up to date. However thanks to Villainrom guys, HTC Hero is still alive [...]]]></description>
		<wfw:commentRss>http://www.dinke.net/blog/en/2010/10/17/android-2-2-froyo-on-htc-hero/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Steve Jobs Keynote Cloud Keywords</title>
		<link>http://www.dinke.net/blog/en/2010/02/02/steve-jobs-keynote-cloud-keywords/</link>
		<comments>http://www.dinke.net/blog/en/2010/02/02/steve-jobs-keynote-cloud-keywords/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 22:20:31 +0000</pubDate>
		<dc:creator>dinke</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://www.dinke.net/blog/en/?p=628</guid>
		<description><![CDATA[As Mac fan who always stays late at night to watch Steve Jobs Keynote after every big Apple Event, I always thought that having &#8220;Keyword Cloud&#8221; with most frequent words that Steve Job&#8217;s use during keynote would be very interesting to see. Unfortunately we still don&#8217;t have anything like that, but someone put short (180sec) [...]]]></description>
		<wfw:commentRss>http://www.dinke.net/blog/en/2010/02/02/steve-jobs-keynote-cloud-keywords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL: Deleting with Left Join</title>
		<link>http://www.dinke.net/blog/en/2009/12/15/mysql-deleting-with-left-join/</link>
		<comments>http://www.dinke.net/blog/en/2009/12/15/mysql-deleting-with-left-join/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 02:04:59 +0000</pubDate>
		<dc:creator>dinke</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.dinke.net/blog/en/?p=619</guid>
		<description><![CDATA[Today I had to deal with one huge table and cleanup all data where foreign key doesn&#8217;t have it&#8217;s primary key match in original table, just to remind myself how sub-queries in MySQL are terrible slower than joins. I have some script which generates domains from typos, so I have one table with original domains [...]]]></description>
		<wfw:commentRss>http://www.dinke.net/blog/en/2009/12/15/mysql-deleting-with-left-join/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>MySQL: Moving table from one db to another</title>
		<link>http://www.dinke.net/blog/en/2009/12/13/mysql-moving-table-from-one-db-to-another/</link>
		<comments>http://www.dinke.net/blog/en/2009/12/13/mysql-moving-table-from-one-db-to-another/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 11:42:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.dinke.net/blog/en/?p=614</guid>
		<description><![CDATA[To move one table from one db to another, you can create new table (create table foo_new like foo) in db where you want to move table and then copy data with insert into/select query. However there is much easier way which is especially handy when you deal with big tables. As you probably aready [...]]]></description>
		<wfw:commentRss>http://www.dinke.net/blog/en/2009/12/13/mysql-moving-table-from-one-db-to-another/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;all about YOU!</title>
		<link>http://www.dinke.net/blog/en/2009/11/15/it-all-about-you/</link>
		<comments>http://www.dinke.net/blog/en/2009/11/15/it-all-about-you/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 19:53:33 +0000</pubDate>
		<dc:creator>dinke</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dinke.net/blog/?p=613</guid>
		<description><![CDATA[Today I wanted to watch the latest Motorola Droid review video, stuff that I got on twitter marked with #android hash tag. However on the very beginning of video I noticed very effective Yahoo! commercial &#8230; it&#8217;s something about YOU! Since I recently became HTC Hero owner and watched plenty of their stuff, immediately got [...]]]></description>
		<wfw:commentRss>http://www.dinke.net/blog/en/2009/11/15/it-all-about-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

