<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><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" 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>
	<pubDate>Tue, 21 Oct 2008 14:29:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/zemoon-blog-by-vlatko-zdrale" type="application/rss+xml" /><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>
		</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>
		</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>
		</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>
		</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>
		</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>
		</item>
		<item>
		<title>Useful regular expressions</title>
		<link>http://blog.zemoon.com/useful-regular-expressions/</link>
		<comments>http://blog.zemoon.com/useful-regular-expressions/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 23:42:39 +0000</pubDate>
		<dc:creator>Vlatko Zdrale</dc:creator>
		
		<category><![CDATA[RegEx]]></category>

		<category><![CDATA[Regular Expressions]]></category>

		<guid isPermaLink="false">http://blog.zemoon.com/?p=51</guid>
		<description><![CDATA[Phone Numbers:
(999) 999-9999
999-999-9999
999.999.9999

[\(.]?[2-9]\d\d[\).]?[ -]?[2-9]\d\d[-.]\d{4}


USA ZIP Codes
12345
12345-1234

\d{5}(-\d{4})?



Canadian postal codes
A1B 2C3

[ABCEGHJKLMNPRSTVXY]\d[A-Z] \d[A-Z]\d



UK postal codes
A12 3BC

[A-Z]{1,2}\d[A-Z\d]? \d[ABD-HJLNP-UW-Z]{2}



US Social Security Number
123-45-6789

\d{3}-\d{2}-\d{4}



IP Address
123.234.123.234

(((\d{1,2})&#124;(1\d{2})&#124;(2[0-4]\d)&#124;(25[0-5]))\.){3}((\d{1,2})&#124;(1\d{2})&#124;(2[0-4]\d)&#124;(25[0-5]))



URL
http://www.zemoon.comhttp://localhost:80

https?://[-\w.]+(:\d+)?(/([\w/_.]*)?)?

Complete URL
http://www.zemoon.com/index.htm
http://blog.zemoon.com/index.php?p=1

https?://(\w*:\w*@)?[-\w.]+(:\d+)?(/([\w/_.]*(\?\S+)?)?)?



Email Address
someone@something.com

(\w+\.)*\w+@(\w+\.)+[A-Za-z]+



HTML Comments
&#60;!&#8211; This is comment &#8211;&#62;





C style comments

//.*



Credit card numbers
Mastercard

5[1-5]\d{14}

Visa

4\d{12}(\d{3})?

AmericanExpress

3[47]\d{13}

Discovery

6011\d{14}

Diners

(30[0-5]&#124;36\d&#124;38\d)\d{11}

All credit cards

(5[1-5]\d{14})&#124;(4\d{12}(\d{3})?)&#124;(3[47]\d{13})&#124;(6011\d{14})&#124;((30[0-5]&#124;36\d&#124;38\d)\d{11})

]]></description>
		<wfw:commentRss>http://blog.zemoon.com/useful-regular-expressions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Simple MySQL table backup &amp; restore</title>
		<link>http://blog.zemoon.com/simple-mysql-table-backup-restore/</link>
		<comments>http://blog.zemoon.com/simple-mysql-table-backup-restore/#comments</comments>
		<pubDate>Wed, 12 Mar 2008 23:14:20 +0000</pubDate>
		<dc:creator>Vlatko Zdrale</dc:creator>
		
		<category><![CDATA[SQL]]></category>

		<category><![CDATA[Backup]]></category>

		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[Restore]]></category>

		<guid isPermaLink="false">http://blog.zemoon.com/simple-mysql-table-backup-restore/</guid>
		<description><![CDATA[Here is simple MySQL table backup script. You can use it to easily create backup of your MySQL table, so you can play with that table without fear of losing your valuable data. First line will delete table named &#8220;tablename_backup&#8221; (if table with that name exists). Second line will create &#8220;tablename_backup&#8221; table using same structure [...]]]></description>
		<wfw:commentRss>http://blog.zemoon.com/simple-mysql-table-backup-restore/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Removing Firefox’s dotted link border</title>
		<link>http://blog.zemoon.com/removing-firefox%e2%80%99s-dotted-link-border/</link>
		<comments>http://blog.zemoon.com/removing-firefox%e2%80%99s-dotted-link-border/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 18:09:51 +0000</pubDate>
		<dc:creator>Vlatko Zdrale</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[border]]></category>

		<category><![CDATA[firefox]]></category>

		<category><![CDATA[link]]></category>

		<guid isPermaLink="false">http://blog.zemoon.com/removing-firefox%e2%80%99s-dotted-link-border/</guid>
		<description><![CDATA[Do you hate dotted border around a link that Firefox is inserting every time you click on some link? Me too. Well here is simple CSS solution. Just add this line in your style sheet and problem is solved:


a:active, a:focus {outline:0}


]]></description>
		<wfw:commentRss>http://blog.zemoon.com/removing-firefox%e2%80%99s-dotted-link-border/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CSS no-wrap equivalent</title>
		<link>http://blog.zemoon.com/css-no-wrap-equivalent/</link>
		<comments>http://blog.zemoon.com/css-no-wrap-equivalent/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 18:09:34 +0000</pubDate>
		<dc:creator>Vlatko Zdrale</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[no-wrap]]></category>

		<guid isPermaLink="false">http://blog.zemoon.com/css-no-wrap-equivalent/</guid>
		<description><![CDATA[Did you ever wanted to use good old no-wrap table field property in your CSS code but didn&#8217;t know how? All you have to do is to use this line:


.nowrap {white-space: nowrap}


and anything that is using &#8220;nowrap&#8221; class will show as good old table cell with no-wrap applied to it.
]]></description>
		<wfw:commentRss>http://blog.zemoon.com/css-no-wrap-equivalent/feed/</wfw:commentRss>
		</item>
	</channel>
</rss><!-- Dynamic Page Served (once) in 3.483 seconds -->
