<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Zemoon Blog by Vlatko Zdrale</title>
	
	<link>http://blog.zemoon.com</link>
	<description>Web developing Tips&amp;Tricks by Vlatko Zdrale</description>
	<lastBuildDate>Tue, 28 Sep 2010 17:28:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/zemoon-blog-by-vlatko-zdrale" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="zemoon-blog-by-vlatko-zdrale" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Simple jquery confirmation link</title>
		<link>http://blog.zemoon.com/simple-jquery-confirmation-link/</link>
		<comments>http://blog.zemoon.com/simple-jquery-confirmation-link/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 17:28:16 +0000</pubDate>
		<dc:creator>Vlatko Zdrale</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://blog.zemoon.com/?p=110</guid>
		<description><![CDATA[If you want simple confirmation for link (usually for delete link in your applications) here is simple code you can use:]]></description>
		<wfw:commentRss>http://blog.zemoon.com/simple-jquery-confirmation-link/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get the index of the current element, jquery getEq</title>
		<link>http://blog.zemoon.com/get-the-index-of-the-current-element-jquery-geteq/</link>
		<comments>http://blog.zemoon.com/get-the-index-of-the-current-element-jquery-geteq/#comments</comments>
		<pubDate>Mon, 20 Sep 2010 18:01:18 +0000</pubDate>
		<dc:creator>Vlatko Zdrale</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://blog.zemoon.com/?p=104</guid>
		<description><![CDATA[If you want to grab index of some element you can use this function:]]></description>
		<wfw:commentRss>http://blog.zemoon.com/get-the-index-of-the-current-element-jquery-geteq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert Excel date format to MySQL date format</title>
		<link>http://blog.zemoon.com/convert-excel-date-format-to-mysql-date-format/</link>
		<comments>http://blog.zemoon.com/convert-excel-date-format-to-mysql-date-format/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 22:54:17 +0000</pubDate>
		<dc:creator>Vlatko Zdrale</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://blog.zemoon.com/?p=102</guid>
		<description><![CDATA[If you are trying to upload CSV file into your MySQL database, and that file contains date field, you'll have to convert it first because MySQL will not recognise Excel date format (for English(US) it is m/d/yyyy h:m).
All You have to do is...]]></description>
		<wfw:commentRss>http://blog.zemoon.com/convert-excel-date-format-to-mysql-date-format/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Preview PDF in PHP</title>
		<link>http://blog.zemoon.com/preview-pdf-in-php/</link>
		<comments>http://blog.zemoon.com/preview-pdf-in-php/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 23:54:34 +0000</pubDate>
		<dc:creator>Vlatko Zdrale</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.zemoon.com/?p=95</guid>
		<description><![CDATA[If you want to create preview image of some pdf you have on your site, all you need is web server that has installed Imagick. If you are lucky enough to have that you can use this code: &#60;? $preview = new imagick('somepdf.pdf[0]'); /* read first page of PDF */ setImageFormat('jpeg'); /* set preview format [...]]]></description>
		<wfw:commentRss>http://blog.zemoon.com/preview-pdf-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiple Instances of Portable Firefox</title>
		<link>http://blog.zemoon.com/multiple-instances-of-portable-firefox/</link>
		<comments>http://blog.zemoon.com/multiple-instances-of-portable-firefox/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 14:29:27 +0000</pubDate>
		<dc:creator>Vlatko Zdrale</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://blog.zemoon.com/?p=83</guid>
		<description><![CDATA[In my everyday work I'm using Portable Firefox which I'm carrying around on my usb stick. Nice thing with Firefox is that it allows you to have multiple profiles. I have regular Firefox installed on my machine and I'm using it for regular browsing (so I don't need web developing extensions). Problem was that I couldn't run Firefox Portable and regular Firefox at the same time. But I found solution and here it is.]]></description>
		<wfw:commentRss>http://blog.zemoon.com/multiple-instances-of-portable-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Detect enter key pressed</title>
		<link>http://blog.zemoon.com/detect-enter-key-pressed/</link>
		<comments>http://blog.zemoon.com/detect-enter-key-pressed/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 23:03:20 +0000</pubDate>
		<dc:creator>Vlatko Zdrale</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://blog.zemoon.com/?p=57</guid>
		<description><![CDATA[Do you want to detect if somebody pressed enter on your form (maybe to prevent form submitting when someone press enter key). Here is jquery code that can help you to detect enter key being pressed]]></description>
		<wfw:commentRss>http://blog.zemoon.com/detect-enter-key-pressed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CSS Browser Hack, different browsers, different styles</title>
		<link>http://blog.zemoon.com/css-browser-hack-different-browsers-different-styles/</link>
		<comments>http://blog.zemoon.com/css-browser-hack-different-browsers-different-styles/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 23:06:40 +0000</pubDate>
		<dc:creator>Vlatko Zdrale</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://blog.zemoon.com/?p=55</guid>
		<description><![CDATA[I am totally against any CSS hacks, but sometimes if you need quick result, and you need everything to work and look exactly the same in both Firefox and IE you just have to use them. Here is simple CSS hack that you can use to apply different styles depending on browser your visitor is using.]]></description>
		<wfw:commentRss>http://blog.zemoon.com/css-browser-hack-different-browsers-different-styles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can’t see FLV files or FLV files not working</title>
		<link>http://blog.zemoon.com/cant-see-flv-files-or-flv-files-not-working/</link>
		<comments>http://blog.zemoon.com/cant-see-flv-files-or-flv-files-not-working/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 23:07:11 +0000</pubDate>
		<dc:creator>Vlatko Zdrale</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[FLV]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[streaming]]></category>

		<guid isPermaLink="false">http://blog.zemoon.com/?p=54</guid>
		<description><![CDATA[I just spent few hours trying to make Flash Player to stream FLV files (Flash videos). Everything worked on testing server but not on the other one. As you may guess, the other server was Microsoft IIS, and SWF files were playing ok, but not FLV.]]></description>
		<wfw:commentRss>http://blog.zemoon.com/cant-see-flv-files-or-flv-files-not-working/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Line height and superscript</title>
		<link>http://blog.zemoon.com/line-height-and-superscript/</link>
		<comments>http://blog.zemoon.com/line-height-and-superscript/#comments</comments>
		<pubDate>Fri, 23 May 2008 23:01:30 +0000</pubDate>
		<dc:creator>Vlatko Zdrale</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[line-height]]></category>
		<category><![CDATA[sup]]></category>
		<category><![CDATA[superscript]]></category>

		<guid isPermaLink="false">http://blog.zemoon.com/?p=53</guid>
		<description><![CDATA[Did you ever have problem with messed line height because you are using sup tag. As you might noticed line height and superscript are not best friends. And this line of css code can make them be: sup {font-size:80%; line-height:80%}]]></description>
		<wfw:commentRss>http://blog.zemoon.com/line-height-and-superscript/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fast and simple element (min) height CSS hack</title>
		<link>http://blog.zemoon.com/fast-and-simple-element-min-height-css-hack/</link>
		<comments>http://blog.zemoon.com/fast-and-simple-element-min-height-css-hack/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 23:52:35 +0000</pubDate>
		<dc:creator>Vlatko Zdrale</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[min-height]]></category>
		<category><![CDATA[min-weight]]></category>

		<guid isPermaLink="false">http://blog.zemoon.com/fast-and-simple-element-min-height-css-hack/</guid>
		<description><![CDATA[Did you ever make something which looked great in Firefox, and than opend that same thing in IE, and you saw bunch of crap? One of the reasons is IEs lack of support for CSS min-height attribute, and here is fast and simple hack for that. Just use this class for element you would like [...]]]></description>
		<wfw:commentRss>http://blog.zemoon.com/fast-and-simple-element-min-height-css-hack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss><!-- Dynamic Page Served (once) in 0.270 seconds -->

