<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>Caught in a Web</title>
	<link>http://www.dinke.net/blog/en</link>
	<description>Dinke&#039;s Personal Blog</description>
	<lastBuildDate>Tue, 02 Feb 2010 22:21:12 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Steve Jobs Keynote Cloud Keywords</title>
		<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>
		<link>http://www.dinke.net/blog/en/2010/02/02/steve-jobs-keynote-cloud-keywords/</link>
			</item>
	<item>
		<title>MySQL: Deleting with Left Join</title>
		<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>
		<link>http://www.dinke.net/blog/en/2009/12/15/mysql-deleting-with-left-join/</link>
			</item>
	<item>
		<title>MySQL: Moving table from one db to another</title>
		<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 know, [...]]]></description>
		<link>http://www.dinke.net/blog/en/2009/12/13/mysql-moving-table-from-one-db-to-another/</link>
			</item>
	<item>
		<title>It&#8217;all about YOU!</title>
		<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 &#8220;Deja [...]]]></description>
		<link>http://www.dinke.net/blog/en/2009/11/15/it-all-about-you/</link>
			</item>
	<item>
		<title>HTC Hero USB Tether on Mac OS X</title>
		<description><![CDATA[Recently I got brand new HTC Hero &#8211; great android based phone. Since my previous phone (Nokia N73) has been working with Mac without any problem I was very disappointed to figure out that I have to deal with Windows for syncing my phone with computer and firmware upgrades.
After I upgraded it to latest official [...]]]></description>
		<link>http://www.dinke.net/blog/en/2009/11/10/htc-hero-usb-tether-on-mac-os-x/</link>
			</item>
	<item>
		<title>MySQL &#8211; NULL values and sorting</title>
		<description><![CDATA[Very often we need to sort some data by specific field in db table but in a way that NULL values goes at the end of dataset. Typical example is frontend which displays data from specific table, with sortable links at the top where you can make asc/desc sorting simple with one click of the [...]]]></description>
		<link>http://www.dinke.net/blog/en/2009/10/04/mysql-null-values-and-sorting/</link>
			</item>
	<item>
		<title>Browser Class by Bluesman</title>
		<description><![CDATA[A friend of mine and colleague Goran Pilipović (also known as Bluesman in developers community) recently sent me his own version of mine Browser Detection class.
Practically speaking, it is completely new code, because compared to my rather simple class this one has bigger number of methods. Here is an example with usage:

require_once "class.Browser.php";

Browser::get();

echo "&#60;pre&#62;";
echo "&#60;br [...]]]></description>
		<link>http://www.dinke.net/blog/en/2009/08/31/browser-class-by-bluesman-2/</link>
			</item>
	<item>
		<title>Future of Web Applications, Miami</title>
		<description><![CDATA[Tuesday, cloudy day in Miami, not really good weather for the beach, but who cares. Today is FOWA day!
Check in was within 08-09AM in beautiful Adrienne Arsht arena. Checked location on Google maps, it&#8217;s just nearby my hotel so no need to deal with car. Arrived just few minutes before 09AM, so after they checked [...]]]></description>
		<link>http://www.dinke.net/blog/en/2009/03/02/future-of-web-applications-miami-2/</link>
			</item>
	<item>
		<title>Browser Detection Update</title>
		<description><![CDATA[Long time ago I developed Browser Detection Class which is able to recognize most of popular browser/OS&#8217;s used today.
For example FF on my macbook pro would be recognized like this:
Mozilla Firefox 3.0.4 / Mac OS X
Very useful stuff in case you have to redirect your users to different pages depending of browser version or to [...]]]></description>
		<link>http://www.dinke.net/blog/en/2008/11/25/browser-detection-update-2/</link>
			</item>
	<item>
		<title>Barače Obama budi uvek s nama</title>
		<description><![CDATA[Or translated in Serbian &#8220;Barak Obama be always with us&#8221;. That was the title of the poster that young people in Belgrade/Serbia put on &#8220;Kosovo is Serbia&#8221; billboard (the one with Kennedy). That happened in January, much before this election, even before Obama won election in his own party.

Today after news that Obama actually won [...]]]></description>
		<link>http://www.dinke.net/blog/en/2008/11/05/barace-obama-budi-uvek-s-nama/</link>
			</item>
</channel>
</rss>
