<?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>Stefan Gabos &#187; Zebra_Dialog</title>
	<atom:link href="http://stefangabos.ro/category/zebra-dialog/feed/" rel="self" type="application/rss+xml" />
	<link>http://stefangabos.ro</link>
	<description>web developer extraordinaire</description>
	<lastBuildDate>Mon, 06 May 2013 19:47:56 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Zebra_Dialog, version 1.3.1 now available</title>
		<link>http://stefangabos.ro/jquery/zebra_dialog-version-1-3-1-now-available/</link>
		<comments>http://stefangabos.ro/jquery/zebra_dialog-version-1-3-1-now-available/#comments</comments>
		<pubDate>Mon, 06 May 2013 19:47:40 +0000</pubDate>
		<dc:creator>Stefan Gabos</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Zebra_Dialog]]></category>

		<guid isPermaLink="false">http://stefangabos.ro/?p=2139</guid>
		<description><![CDATA[Here&#8217;s what&#8217;s new in version 1.3.1: fixed a bug where the dialog box was not looking 100% as expected if the page it was used on had the &#8220;box-sizing&#8221; CSS property set to &#8220;border-box&#8221;, which is the default for some widely-used CSS frameworks like Twitter Bootstrap and Foundation. Read more about it at http://paulirish.com/2012/box-sizing-border-box-ftw/ Visit [...]]]></description>
				<content:encoded><![CDATA[<p>Here&#8217;s what&#8217;s new in version 1.3.1:</p>
<ul class="default">
<li>fixed a bug where the dialog box was not looking 100% as expected if the page it was used on had the &#8220;box-sizing&#8221; CSS property set to &#8220;border-box&#8221;, which is the default for some widely-used CSS frameworks like <a href="http://twitter.github.io/bootstrap/">Twitter Bootstrap</a> and <a href="http://foundation.zurb.com/">Foundation</a>. Read more about it at <a href="http://paulirish.com/2012/box-sizing-border-box-ftw/">http://paulirish.com/2012/box-sizing-border-box-ftw/</a></li>
</ul>
<p>Visit <a href="http://stefangabos.ro/jquery/zebra-dialog/">Zebra_Dialog</a>&#8216;s page</p>
]]></content:encoded>
			<wfw:commentRss>http://stefangabos.ro/jquery/zebra_dialog-version-1-3-1-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zebra_Dialog, version 1.3 now available</title>
		<link>http://stefangabos.ro/jquery/zebra_dialog-version-1-3-now-available/</link>
		<comments>http://stefangabos.ro/jquery/zebra_dialog-version-1-3-now-available/#comments</comments>
		<pubDate>Mon, 08 Apr 2013 19:36:02 +0000</pubDate>
		<dc:creator>Stefan Gabos</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Zebra_Dialog]]></category>

		<guid isPermaLink="false">http://stefangabos.ro/?p=2096</guid>
		<description><![CDATA[Here&#8217;s what&#8217;s new in version 1.3: external content can now easily be loaded into the dialog box via AJAX, or using an iFrame, or an inline element, by using the newly added &#8220;source&#8221; property; when passing an inline element, it will be copied together with any attached events &#8211; useful for passing, for example, a [...]]]></description>
				<content:encoded><![CDATA[<p>Here&#8217;s what&#8217;s new in version 1.3:</p>
<ul class="default">
<li>external content can now easily be loaded into the dialog box via AJAX, or using an iFrame, or an inline element, by using the newly added &#8220;source&#8221; property; when passing an inline element, it will be copied together with any attached events &#8211; useful for passing, for example, a complete form with attached events; thanks to <strong>tom</strong>;</li>
<li>the dialog box will use an animation when repositioning due to a browser window resize; the animation&#8217;s speed is set by the newly added &#8220;reposition_speed&#8221; property;</li>
</ul>
<p>Visit <a href="http://stefangabos.ro/jquery/zebra-dialog/">Zebra_Dialog</a>&#8216;s page</p>
]]></content:encoded>
			<wfw:commentRss>http://stefangabos.ro/jquery/zebra_dialog-version-1-3-now-available/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Zebra_Dialog, version 1.2.2 now available</title>
		<link>http://stefangabos.ro/jquery/zebra_dialog-version-1-2-2-now-available/</link>
		<comments>http://stefangabos.ro/jquery/zebra_dialog-version-1-2-2-now-available/#comments</comments>
		<pubDate>Sat, 09 Feb 2013 19:23:01 +0000</pubDate>
		<dc:creator>Stefan Gabos</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Zebra_Dialog]]></category>

		<guid isPermaLink="false">http://stefangabos.ro/?p=2039</guid>
		<description><![CDATA[This version bring a major overhaul to the dialog box&#8217;s layout. Check it out! Here&#8217;s what&#8217;s new in version 1.2.2: added a new &#8220;max_height&#8221; property; when setting it to something to other than &#8220;0&#8243;, the content in the dialog box will be scrolled if it&#8217;s height exceeds the given value; major overhaul to the dialog [...]]]></description>
				<content:encoded><![CDATA[<p>This version bring a major overhaul to the dialog box&#8217;s layout. Check it out!<br />
Here&#8217;s what&#8217;s new in version 1.2.2:</p>
<ul class="default">
<li>added a new &#8220;max_height&#8221; property; when setting it to something to other than &#8220;0&#8243;, the content in the dialog box will be scrolled if it&#8217;s height exceeds the given value;</li>
<li>major overhaul to the dialog box&#8217;s layout;</li>
</ul>
<p>Visit <a href="http://stefangabos.ro/jquery/zebra-dialog/">Zebra_Dialog</a>&#8216;s page</p>
]]></content:encoded>
			<wfw:commentRss>http://stefangabos.ro/jquery/zebra_dialog-version-1-2-2-now-available/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Zebra_Dialog, version 1.2.1 now available</title>
		<link>http://stefangabos.ro/jquery/zebra_dialog-version-1-2-1-now-available/</link>
		<comments>http://stefangabos.ro/jquery/zebra_dialog-version-1-2-1-now-available/#comments</comments>
		<pubDate>Mon, 28 Jan 2013 18:37:11 +0000</pubDate>
		<dc:creator>Stefan Gabos</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Zebra_Dialog]]></category>

		<guid isPermaLink="false">http://stefangabos.ro/?p=2028</guid>
		<description><![CDATA[Here&#8217;s what&#8217;s new in version 1.2.1: fixed an issue due to which the plugin was not working with jQuery 1.9.0; Visit Zebra_Dialog&#8216;s page]]></description>
				<content:encoded><![CDATA[<p>Here&#8217;s what&#8217;s new in version 1.2.1:</p>
<ul class="default">
<li>fixed an issue due to which the plugin was not working with jQuery 1.9.0;</li>
</ul>
<p>Visit <a href="http://stefangabos.ro/jquery/zebra-dialog/">Zebra_Dialog</a>&#8216;s page</p>
]]></content:encoded>
			<wfw:commentRss>http://stefangabos.ro/jquery/zebra_dialog-version-1-2-1-now-available/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Zebra_Dialog, version 1.2 now available</title>
		<link>http://stefangabos.ro/jquery/zebra_dialog-version-1-2-now-available/</link>
		<comments>http://stefangabos.ro/jquery/zebra_dialog-version-1-2-now-available/#comments</comments>
		<pubDate>Sat, 07 Apr 2012 20:55:00 +0000</pubDate>
		<dc:creator>Stefan Gabos</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Zebra_Dialog]]></category>

		<guid isPermaLink="false">http://stefangabos.ro/?p=1771</guid>
		<description><![CDATA[In version 1.2, when used as a notification widget, the notification can now be closed before the timer runs out by clicking on it; thanks to <strong>Ovidiu Mihalcea</strong> for suggesting; callback functions can now be attached to custom buttons; credit goes to <strong>Matt</strong>! added an example on how to add custom icons]]></description>
				<content:encoded><![CDATA[<p>In version 1.2, when used as a notification widget, the notification can now be closed before the timer runs out by clicking on it; thanks to <strong>Ovidiu Mihalcea</strong> for suggesting; callback functions can now be attached to custom buttons; credit goes to <strong>Matt</strong>! added an example on how to add custom icons</p>
<p>Visit <a href="http://stefangabos.ro/jquery/zebra-dialog/">Zebra_Dialog</a>&#8216;s page</p>
]]></content:encoded>
			<wfw:commentRss>http://stefangabos.ro/jquery/zebra_dialog-version-1-2-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zebra_Dialog, version 1.1.1 now available</title>
		<link>http://stefangabos.ro/jquery/zebra_dialog-version-1-1-1-now-available/</link>
		<comments>http://stefangabos.ro/jquery/zebra_dialog-version-1-1-1-now-available/#comments</comments>
		<pubDate>Sun, 25 Sep 2011 08:58:41 +0000</pubDate>
		<dc:creator>Stefan Gabos</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Zebra_Dialog]]></category>

		<guid isPermaLink="false">http://stefangabos.ro/?p=1399</guid>
		<description><![CDATA[In version 1.1.1 a bug was fixed where the script would sometimes "forget" to clear the semi-transparent overlay; thanks to <strong>Jack Everson</strong> for reporting;]]></description>
				<content:encoded><![CDATA[<p>In version 1.1.1 a bug was fixed where the script would sometimes &#8220;forget&#8221; to clear the semi-transparent overlay; thanks to <strong>Jack Everson</strong> for reporting;</p>
<p>Visit <a href="http://stefangabos.ro/jquery/zebra-dialog/">Zebra_Dialog</a>&#8216;s page</p>
]]></content:encoded>
			<wfw:commentRss>http://stefangabos.ro/jquery/zebra_dialog-version-1-1-1-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zebra_Dialog, version 1.1 now available</title>
		<link>http://stefangabos.ro/jquery/zebra_dialog-version-1-1-now-available/</link>
		<comments>http://stefangabos.ro/jquery/zebra_dialog-version-1-1-now-available/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 09:21:23 +0000</pubDate>
		<dc:creator>Stefan Gabos</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Zebra_Dialog]]></category>

		<guid isPermaLink="false">http://stefangabos.ro/?p=1334</guid>
		<description><![CDATA[<strong>Zebra_Dialog</strong> is a small (4KB minified), compact (one JS file, no dependencies other than jQuery 1.5.2+) and highly configurable dialog box plugin for jQuery, meant to replace JavaScript's "alert" and "confirmation" dialog boxes. Can also be used as a notification widget – when configured to show no buttons and to close automatically – for updates or errors, without distracting users from their browser experience by displaying obtrusive alerts.
<br /><br />
In version 1.1 a bug was fixed where the message's text color was inherited - now it is set from the CSS file; the last button of the dialog box will now have the focus, once the dialog box is open - previously, for any dialog boxes other than notifications, if the user pressed the ENTER key, it re-triggered the event and more dialog boxes were shown one on top of the other; it is now possible to add a custom class to the dialog box making it easy to switch between styles at run-time; also, examples are now available also in the downloaded package;]]></description>
				<content:encoded><![CDATA[<p><strong>Zebra_Dialog</strong> is a small (4KB minified), compact (one JS file, no dependencies other than jQuery 1.5.2+) and highly configurable dialog box plugin for jQuery, meant to replace JavaScript&#8217;s &#8220;alert&#8221; and &#8220;confirmation&#8221; dialog boxes. Can also be used as a notification widget – when configured to show no buttons and to close automatically – for updates or errors, without distracting users from their browser experience by displaying obtrusive alerts.</p>
<p>In version 1.1 a bug was fixed where the message&#8217;s text color was inherited &#8211; now it is set from the CSS file; the last button of the dialog box will now have the focus, once the dialog box is open &#8211; previously, for any dialog boxes other than notifications, if the user pressed the ENTER key, it re-triggered the event and more dialog boxes were shown one on top of the other; it is now possible to add a custom class to the dialog box making it easy to switch between styles at run-time; also, examples are now available also in the downloaded package;</p>
<p>Visit <a href="http://stefangabos.ro/jquery/zebra-dialog/">Zebra_Dialog</a>&#8216;s page</p>
]]></content:encoded>
			<wfw:commentRss>http://stefangabos.ro/jquery/zebra_dialog-version-1-1-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zebra_Dialog, version 1.0 now available</title>
		<link>http://stefangabos.ro/jquery/zebra_dialog-version-1-0-now-available/</link>
		<comments>http://stefangabos.ro/jquery/zebra_dialog-version-1-0-now-available/#comments</comments>
		<pubDate>Sat, 25 Jun 2011 10:40:59 +0000</pubDate>
		<dc:creator>Stefan Gabos</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Zebra_Dialog]]></category>

		<guid isPermaLink="false">http://stefangabos.ro/?p=1170</guid>
		<description><![CDATA[<strong>Zebra_Dialog</strong> is a small (4KB minified), compact (one JS file, no dependencies other than jQuery 1.5.2+) and highly configurable dialog box plugin for jQuery, meant to replace JavaScript's "alert" and "confirmation" dialog boxes and built using the <a href="http://stefangabos.ro/jquery/jquery-plugin-boilerplate-revisited/">jQuery Plugin Boilerplate</a>.
<br /><br />
Can also be used as a notification widget – when configured to show no buttons and to close automatically – for updates or errors, without distracting users from their browser experience by displaying obtrusive alerts.
]]></description>
				<content:encoded><![CDATA[<p><strong>Zebra_Dialog</strong> is a small (4KB minified), compact (one JS file, no dependencies other than jQuery 1.5.2+) and highly configurable dialog box plugin for jQuery, meant to replace JavaScript&#8217;s &#8220;alert&#8221; and &#8220;confirmation&#8221; dialog boxes and built using the <a href="http://stefangabos.ro/jquery/jquery-plugin-boilerplate-revisited/">jQuery Plugin Boilerplate</a>.</p>
<p>Can also be used as a notification widget – when configured to show no buttons and to close automatically – for updates or errors, without distracting users from their browser experience by displaying obtrusive alerts.</p>
<p>Visit <a href="http://stefangabos.ro/jquery/zebra-dialog/">Zebra_Dialog</a>&#8216;s page</p>
]]></content:encoded>
			<wfw:commentRss>http://stefangabos.ro/jquery/zebra_dialog-version-1-0-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
