<?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>umkk.eu &#187; dialog wizards</title>
	<atom:link href="http://umkk.eu/tag/dialog-wizards/feed/" rel="self" type="application/rss+xml" />
	<link>http://umkk.eu</link>
	<description>you can also go there !</description>
	<lastBuildDate>Fri, 25 Jun 2010 16:00:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>jQuery popups wizard, web 2.0 ideea and usability</title>
		<link>http://umkk.eu/jquery-popups-wizard-web-2-0-ideea-and-usability/10/</link>
		<comments>http://umkk.eu/jquery-popups-wizard-web-2-0-ideea-and-usability/10/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 11:58:22 +0000</pubDate>
		<dc:creator>sergiu</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[dialog wizards]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jquery dialog]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://umkk.eu/?p=199</guid>
		<description><![CDATA[in this post, which i'll try to keep it short i'll explain something about web 2.0 concept and how to make pop ups wizards with jQuery, by popup wizards i understand a series a popup, pretty much like the wizards on your desktop when you install an application.
Web 2.0 is more about user experience and [...]


Related posts:<ol><li><a href='http://umkk.eu/greasemonkey-create-a-options-panel-using-jquery/10/' rel='bookmark' title='Permanent Link: Greasemonkey, create a options panel using jQuery'>Greasemonkey, create a options panel using jQuery</a></li>
<li><a href='http://umkk.eu/autoupdate-on-greasemonkey-script/10/' rel='bookmark' title='Permanent Link: Autoupdate on greasemonkey script, example from &#8220;mousehunt improvements&#8221; script.'>Autoupdate on greasemonkey script, example from &#8220;mousehunt improvements&#8221; script.</a></li>
<li><a href='http://umkk.eu/greasemonkey-jquery-and-the-greatest-mouse-hunt-script/10/' rel='bookmark' title='Permanent Link: GreaseMonkey, Jquery and the greatest mouse hunt script.'>GreaseMonkey, Jquery and the greatest mouse hunt script.</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>in this post, which i'll try to keep it short i'll explain something about web 2.0 concept and how to make pop ups wizards with jQuery, by popup wizards i understand a series a popup, pretty much like the wizards on your desktop when you install an application.</p>
<p>Web 2.0 is more about user experience and seeing the web as a platform, make the user feel like he is using a very complex, fast and easy to use at the same time application, and for that wizards are great.</p>
<p>In this tutorial i will explain the basic concepts and give an basic wizard example for user authentication and sign up, here is how i wanted the wizard to work :</p>
<div id="attachment_201" class="wp-caption aligncenter" style="width: 573px"><a href="http://umkk.eu/wp-content/uploads/2009/10/2009-10-23_1227.png"><img class="size-full wp-image-201" title="Wizard steps" src="http://umkk.eu/wp-content/uploads/2009/10/2009-10-23_1227.png" alt="Wizard steps" width="563" height="361" /></a><p class="wp-caption-text">Wizard steps</p></div>
<p>this wizard will only have 3 pop ups, here they are, to be more clear :</p>
<div class="wp-caption aligncenter" style="width: 327px"><a href="http://content.screencast.com/users/rsergiu2003/folders/Jing/media/97faf5c9-ebc6-4b39-982a-a2493f241c39/2009-10-23_1300.png"><img title="Wizard starts" src="http://content.screencast.com/users/rsergiu2003/folders/Jing/media/97faf5c9-ebc6-4b39-982a-a2493f241c39/2009-10-23_1300.png" alt="Wizard starts" width="317" height="175" /></a><p class="wp-caption-text">Wizard starts</p></div>
<div class="wp-caption aligncenter" style="width: 329px"><a href="http://content.screencast.com/users/rsergiu2003/folders/Jing/media/5872c6ba-89fc-4a7f-9dfd-6331f9d54452/2009-10-23_1432.png"><img title="Login popup on wizard" src="http://content.screencast.com/users/rsergiu2003/folders/Jing/media/5872c6ba-89fc-4a7f-9dfd-6331f9d54452/2009-10-23_1432.png" alt="Login popup on wizard" width="319" height="210" /></a><p class="wp-caption-text">Login popup on wizard</p></div>
<p style="text-align: center;">
<div class="wp-caption aligncenter" style="width: 327px"><a href="http://content.screencast.com/users/rsergiu2003/folders/Jing/media/cfb00551-e914-42bd-9cf8-94a9eb3e2e77/2009-10-23_1433.png"><img title="Create account in wizard" src="http://content.screencast.com/users/rsergiu2003/folders/Jing/media/cfb00551-e914-42bd-9cf8-94a9eb3e2e77/2009-10-23_1433.png" alt="Create account in wizard" width="317" height="313" /></a><p class="wp-caption-text">Create account in wizard</p></div>
<p>As you can see each popup is clear and you can navigate back and forward between them.</p>
<p>Now, some of the advantages of using those wizards :</p>
<ul>
<li>no extra html is loaded when the page loads, all popups are loaded dinamicaly</li>
<li>no extra load on browser to create all the popups at load time</li>
<li>all have the same style</li>
<li>they are very easy to open (just call a function with the popup name)</li>
<li>they are stored in a xml file and very easy to change</li>
<li>they are very user frendly</li>
<li>popups are destroyed on close so no extra load on browser</li>
</ul>
<p>There are also a lot o feature that i want to implement but they are missing...</p>
<p>So here how it's done in a few easy steps</p>
<p>1. make sure that you added jquery, and jqueryUI with the dialog functionality</p>
<p>2. create a custom jQuery theme, just in case you want to change the design at a later date.</p>
<p>3. create the function that loads and shows a popup,<a href="http://umkk.eu/wp-content/uploads/2009/10/popupManager.js"> here is the entire file</a>. Just make sure that you change the APP_URL in the file with the url to your project.</p>
<p>4. Create the php file which will send the data to the client (in my case that file is index.php) also you can send more parameters to that if you want only name is mandatory in my case, the name must be the same as the .xml file in which the popup is stored (i'll show the xml file later). Here is the php code which wil generate the data for the javascript part, this is json data :</p>
<pre class="php">&nbsp;
<span style="color: #0000ff;">$content</span> = <a href="http://www.php.net/file_get_contents"><span style="color: #000066;">file_get_contents</span></a> <span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;popups/&quot;</span>.<span style="color: #0000ff;">$_POST</span><span style="color: #66cc66;">&#91;</span><span style="color: #ff0000;">'name'</span><span style="color: #66cc66;">&#93;</span>.<span style="color: #ff0000;">&quot;.xml&quot;</span><span style="color: #66cc66;">&#41;</span>;
			<span style="color: #0000ff;">$xml</span> =  <span style="color: #000000; font-weight: bold;">new</span> SimpleXMLElement<span style="color: #66cc66;">&#40;</span><span style="color: #0000ff;">$content</span><span style="color: #66cc66;">&#41;</span>;
			<span style="color: #0000ff;">$res</span> = <a href="http://www.php.net/array"><span style="color: #000066;">array</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;
&nbsp;
			<span style="color: #0000ff;">$res</span><span style="color: #66cc66;">&#91;</span><span style="color: #ff0000;">'count'</span><span style="color: #66cc66;">&#93;</span> = <span style="color: #0000ff;">$vars</span><span style="color: #66cc66;">&#91;</span><span style="color: #ff0000;">'count'</span><span style="color: #66cc66;">&#93;</span>;
			<span style="color: #0000ff;">$res</span><span style="color: #66cc66;">&#91;</span><span style="color: #ff0000;">'title'</span><span style="color: #66cc66;">&#93;</span> = <span style="color: #66cc66;">&#40;</span>string<span style="color: #66cc66;">&#41;</span><span style="color: #0000ff;">$xml</span>-&gt;<span style="color: #006600;">title</span>;
&nbsp;
			<span style="color: #0000ff;">$res</span><span style="color: #66cc66;">&#91;</span><span style="color: #ff0000;">'content'</span><span style="color: #66cc66;">&#93;</span> = <span style="color: #66cc66;">&#40;</span>string<span style="color: #66cc66;">&#41;</span><span style="color: #0000ff;">$xml</span>-&gt;<span style="color: #006600;">body</span><span style="color: #66cc66;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #66cc66;">&#93;</span>;
			<span style="color: #0000ff;">$res</span><span style="color: #66cc66;">&#91;</span><span style="color: #ff0000;">'content'</span><span style="color: #66cc66;">&#93;</span> = <a href="http://www.php.net/str_replace"><span style="color: #000066;">str_replace</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;{[&quot;</span>,<span style="color: #ff0000;">&quot;&lt;&quot;</span>,<span style="color: #0000ff;">$res</span><span style="color: #66cc66;">&#91;</span><span style="color: #ff0000;">'content'</span><span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&#41;</span>;
			<span style="color: #0000ff;">$res</span><span style="color: #66cc66;">&#91;</span><span style="color: #ff0000;">'content'</span><span style="color: #66cc66;">&#93;</span> = <a href="http://www.php.net/str_replace"><span style="color: #000066;">str_replace</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;]}&quot;</span>,<span style="color: #ff0000;">&quot;&gt;&quot;</span>,<span style="color: #0000ff;">$res</span><span style="color: #66cc66;">&#91;</span><span style="color: #ff0000;">'content'</span><span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&#41;</span>;
&nbsp;
			<span style="color: #0000ff;">$res</span><span style="color: #66cc66;">&#91;</span><span style="color: #ff0000;">'buttons'</span><span style="color: #66cc66;">&#93;</span> = <a href="http://www.php.net/array"><span style="color: #000066;">array</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;
			<span style="color: #b1b100;">foreach</span><span style="color: #66cc66;">&#40;</span><span style="color: #0000ff;">$xml</span>-&gt;<span style="color: #006600;">buttons</span>-&gt;<span style="color: #006600;">button</span> <span style="color: #b1b100;">as</span> <span style="color: #0000ff;">$button</span><span style="color: #66cc66;">&#41;</span>
			<span style="color: #66cc66;">&#123;</span>
				<span style="color: #0000ff;">$res</span><span style="color: #66cc66;">&#91;</span><span style="color: #ff0000;">'buttons'</span><span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&#91;</span><span style="color: #66cc66;">&#93;</span>=<a href="http://www.php.net/array"><span style="color: #000066;">array</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;label&quot;</span>=&gt;trim<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#40;</span>string<span style="color: #66cc66;">&#41;</span><span style="color: #0000ff;">$button</span>-&gt;<span style="color: #006600;">label</span><span style="color: #66cc66;">&#41;</span>,<span style="color: #ff0000;">&quot;action&quot;</span>=&gt;trim<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#40;</span>string<span style="color: #66cc66;">&#41;</span><span style="color: #0000ff;">$button</span>-&gt;<span style="color: #006600;">action</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>;
			<span style="color: #66cc66;">&#125;</span>
&nbsp;
			<a href="http://www.php.net/die"><span style="color: #000066;">die</span></a><span style="color: #66cc66;">&#40;</span>json_encode<span style="color: #66cc66;">&#40;</span><span style="color: #0000ff;">$res</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>;
&nbsp;</pre>
<p>As you can see here the xml files are stored in a separate folder to make them easier to organize. Also you need to have the simpleXML (php extension) installed on your server but this is there on 99% of the cases, so no need to worry.</p>
<p>5. The last thing is the xml file that will store the popup, this is my login popup :</p>
<pre class="xml">&nbsp;
<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;?xml</span> <span style="color: #000066;">version</span>=<span style="color: #ff0000;">'1.0'</span> <span style="color: #000066;">standalone</span>=<span style="color: #ff0000;">'yes'</span><span style="font-weight: bold; color: black;">?&gt;</span></span>
<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;content<span style="font-weight: bold; color: black;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;body<span style="font-weight: bold; color: black;">&gt;</span></span></span>
		{[div class='error' id='login_errors']}{[/div]}
		Enter your credentials here :
		{[form]}
			{[div class='form_line']}{[div class='form_label']}Username:{[/div]}{[input type='text' id='login_username' class='form_input'/]}{[/div]}
			{[div class='form_line']}{[div class='form_label']}Password:{[/div]}{[input type='password' id='login_password' class='form_input'/]}{[/div]}
		{[/form]}
	<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/body<span style="font-weight: bold; color: black;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;title<span style="font-weight: bold; color: black;">&gt;</span></span></span>Login<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/title<span style="font-weight: bold; color: black;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;buttons<span style="font-weight: bold; color: black;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;button<span style="font-weight: bold; color: black;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;label<span style="font-weight: bold; color: black;">&gt;</span></span></span>Login<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/label<span style="font-weight: bold; color: black;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;action<span style="font-weight: bold; color: black;">&gt;</span></span></span>
				data = new Object();
&nbsp;
				data.action = &quot;User::auth&quot;;
				data.username = $('#login_username').val();
				data.password = $('#login_password').val();
				data.ajax = 1;
&nbsp;
				$.post(APP_URL+&quot;index.php&quot;,data,function(data){
					$('#login_errors').html(data.content);
				},&quot;json&quot;);
			<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/action<span style="font-weight: bold; color: black;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/button<span style="font-weight: bold; color: black;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;button<span style="font-weight: bold; color: black;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;label<span style="font-weight: bold; color: black;">&gt;</span></span></span>Close<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/label<span style="font-weight: bold; color: black;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;action<span style="font-weight: bold; color: black;">&gt;</span></span></span>$(this).dialog('close')<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/action<span style="font-weight: bold; color: black;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/button<span style="font-weight: bold; color: black;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;button<span style="font-weight: bold; color: black;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;label<span style="font-weight: bold; color: black;">&gt;</span></span></span>Back<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/label<span style="font-weight: bold; color: black;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;action<span style="font-weight: bold; color: black;">&gt;</span></span></span>
				DialogsManager.getInstance().loadDialog('auth_method');
				$(this).dialog('close');
			<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/action<span style="font-weight: bold; color: black;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/button<span style="font-weight: bold; color: black;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/buttons<span style="font-weight: bold; color: black;">&gt;</span></span></span>
<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/content<span style="font-weight: bold; color: black;">&gt;</span></span></span>
&nbsp;</pre>
<p>One problem with this is that you can't use "&lt;" and "&gt;" in your xml so you need to replace them, i used "{[" and "]}" so a &lt;div&gt; now it's {[div]}.</p>
<p>And this is it, you should try it and let me know if there are any problems.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-caring">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://umkk.eu/jquery-popups-wizard-web-2-0-ideea-and-usability/10/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://umkk.eu/jquery-popups-wizard-web-2-0-ideea-and-usability/10/&amp;title=jQuery+popups+wizard%2C+web+2.0+ideea+and+usability" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://umkk.eu/jquery-popups-wizard-web-2-0-ideea-and-usability/10/&amp;title=jQuery+popups+wizard%2C+web+2.0+ideea+and+usability" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://umkk.eu/jquery-popups-wizard-web-2-0-ideea-and-usability/10/&amp;title=jQuery+popups+wizard%2C+web+2.0+ideea+and+usability&amp;desc=in%20this%20post%2C%20which%20i%27ll%20try%20to%20keep%20it%20short%20i%27ll%20explain%20something%20about%20web%202.0%20concept%20and%20how%20to%20make%20pop%20ups%20wizards%20with%20jQuery%2C%20by%20popup%20wizards%20i%20understand%20a%20series%20a%20popup%2C%20pretty%20much%20like%20the%20wizards%20on%20your%20desktop%20when%20you%20install%20an%20application.%0D%0A%0D%0AWeb%202.0%20is%20more%20about%20user%20experien" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://umkk.eu/jquery-popups-wizard-web-2-0-ideea-and-usability/10/&amp;t=jQuery+popups+wizard%2C+web+2.0+ideea+and+usability" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=jQuery+popups+wizard%2C+web+2.0+ideea+and+usability&amp;body=Link: http://umkk.eu/jquery-popups-wizard-web-2-0-ideea-and-usability/10/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A in%20this%20post%2C%20which%20i%27ll%20try%20to%20keep%20it%20short%20i%27ll%20explain%20something%20about%20web%202.0%20concept%20and%20how%20to%20make%20pop%20ups%20wizards%20with%20jQuery%2C%20by%20popup%20wizards%20i%20understand%20a%20series%20a%20popup%2C%20pretty%20much%20like%20the%20wizards%20on%20your%20desktop%20when%20you%20install%20an%20application.%0D%0A%0D%0AWeb%202.0%20is%20more%20about%20user%20experien" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://umkk.eu/jquery-popups-wizard-web-2-0-ideea-and-usability/10/&amp;title=jQuery+popups+wizard%2C+web+2.0+ideea+and+usability" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://umkk.eu/jquery-popups-wizard-web-2-0-ideea-and-usability/10/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://umkk.eu/jquery-popups-wizard-web-2-0-ideea-and-usability/10/&amp;bm_description=jQuery+popups+wizard%2C+web+2.0+ideea+and+usability&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://umkk.eu/jquery-popups-wizard-web-2-0-ideea-and-usability/10/&amp;title=jQuery+popups+wizard%2C+web+2.0+ideea+and+usability" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://umkk.eu/jquery-popups-wizard-web-2-0-ideea-and-usability/10/&amp;title=jQuery+popups+wizard%2C+web+2.0+ideea+and+usability" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://umkk.eu/jquery-popups-wizard-web-2-0-ideea-and-usability/10/&amp;title=jQuery+popups+wizard%2C+web+2.0+ideea+and+usability" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://umkk.eu/jquery-popups-wizard-web-2-0-ideea-and-usability/10/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=jQuery+popups+wizard%2C+web+2.0+ideea+and+usability+-+http://b2l.me/6hn7q&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p>Related posts:<ol><li><a href='http://umkk.eu/greasemonkey-create-a-options-panel-using-jquery/10/' rel='bookmark' title='Permanent Link: Greasemonkey, create a options panel using jQuery'>Greasemonkey, create a options panel using jQuery</a></li>
<li><a href='http://umkk.eu/autoupdate-on-greasemonkey-script/10/' rel='bookmark' title='Permanent Link: Autoupdate on greasemonkey script, example from &#8220;mousehunt improvements&#8221; script.'>Autoupdate on greasemonkey script, example from &#8220;mousehunt improvements&#8221; script.</a></li>
<li><a href='http://umkk.eu/greasemonkey-jquery-and-the-greatest-mouse-hunt-script/10/' rel='bookmark' title='Permanent Link: GreaseMonkey, Jquery and the greatest mouse hunt script.'>GreaseMonkey, Jquery and the greatest mouse hunt script.</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://umkk.eu/jquery-popups-wizard-web-2-0-ideea-and-usability/10/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
