<?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>Brooklyn Express &#187; Featured</title>
	<atom:link href="http://www.lutsiv.com/en/category/featured/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lutsiv.com/en</link>
	<description>comedy of my life :)</description>
	<lastBuildDate>Sat, 19 Mar 2011 00:02:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>How to redraw JQuery Slider?</title>
		<link>http://www.lutsiv.com/en/2011/03/18/how-to-redraw-jquery-slider/</link>
		<comments>http://www.lutsiv.com/en/2011/03/18/how-to-redraw-jquery-slider/#comments</comments>
		<pubDate>Sat, 19 Mar 2011 00:00:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Ideas and thoughts]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[slider]]></category>

		<guid isPermaLink="false">http://www.lutsiv.com/en/?p=59</guid>
		<description><![CDATA[In this example I am going to fine-tune wonderful JQuery Slider Plugin written by Egor Khmelev.
This is the official page of the Slider: http://blog.egorkhmelev.com/2010/03/jquery-slider-update/
Everything is great about this Slider except that it doesn&#8217;t allow you to refresh it settings live without reloading the page. For example it would be very useful to be able to change the slider scale, dimension / currency and/or other settings. And it is must have if you building Jquery Price Slider and need to change scale depending on user input.
The problem is that on official plugin page comments section is ...]]></description>
			<content:encoded><![CDATA[<p><img title="jquery slider redraw" src="http://www.lutsiv.com/en/wp-content/uploads/2011/03/jquery-slider-redraw.gif" alt="javascript price slider" width="216" height="200" align="left" />In this example I am going to fine-tune wonderful <strong>JQuery Slider Plugin</strong> written by Egor Khmelev.</p>
<p>This is the official page of the Slider:<a href="http://blog.egorkhmelev.com/2010/03/jquery-slider-update/" target="_blank"> http://blog.egorkhmelev.com/2010/03/jquery-slider-update/</a></p>
<p>Everything is great about this Slider except that it doesn&#8217;t allow you to refresh it settings live without reloading the page. For example it would be very useful to be able to <strong>change the slider scale, dimension / currency and/or other settings</strong>. And it is must have if you building <strong>Jquery Price Slider</strong> and need to change scale depending on user input.</p>
<p>The problem is that on official plugin page comments section is closed, so I wasn&#8217;t able to contact the author. But after reading all comments on page I found that a lot of people were trying to do the same. One guy Mark, pointed me to the right direction, but his solution didn&#8217;t quite work. Then I spent some time working on the plugin, and with the help of <a href="http://stackoverflow.com/users/179216/jeff-b" target="_blank">Jeff B</a> I found the solution <img src='http://www.lutsiv.com/en/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p><em>Call slider re-draw/re-create state:</em></p>
<pre class="brush: php;">

$(&quot;#Slider1&quot;).slider(&quot;redraw&quot;, { from: 0, to: 1000, scale: [0, '|', 500, '|', '1000+']});
</pre>
<p><em>Add this javascript code in FILE <strong>/javascripts/jquery.slider.js</strong> LINE: 420</em></p>
<pre class="brush: php;">
			case &quot;redraw&quot;:
				self.domNode.remove();

				if(isDefAndNotNull(args[1])){
					$.extend(true,self.settings,args[1]);

					self.settings.interval = self.settings.to - self.settings.from;
					self.settings.value = self.inputNode.attr(&quot;value&quot;);
       				self.is = {
            			init: false
        			};
        			self.o = {};
        		}

				self.create();

				break;
</pre>
<p style="text-align: center;"><a title="Javascript JQuery Slider Demo" href="http://lutsiv.com/demo/JSlider/index.html" target="_blank"><img style="border: 0;" title="view javascript slider demo" src="http://www.lutsiv.com/en/wp-content/uploads/2011/03/view-demo-button.png" alt="" width="140" height="58" /></a></p>
<p>Hopefully it will make someones day better.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lutsiv.com/en/2011/03/18/how-to-redraw-jquery-slider/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wall Street Journal about Ukrainian Currency</title>
		<link>http://www.lutsiv.com/en/2008/12/19/wall-street-journal-about-ukrainian-currency/</link>
		<comments>http://www.lutsiv.com/en/2008/12/19/wall-street-journal-about-ukrainian-currency/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 16:51:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Headline]]></category>

		<guid isPermaLink="false">http://www.lutsiv.com/en/?p=32</guid>
		<description><![CDATA[Today, on December 19, 2008 Wall Street Journal issued an article: &#8220;Ukraine&#8217;s Currency Moves Provoke Russian Threats&#8220;.
Ukrainian hryvnya &#8211; national currency is going down comparing to US dollar almost 10% a day. National Government blames Central Bank and President, people are ready to go on the street. Businesses are going out of business and Russia is trying to lift prices on gas.
See scanned Wall Street Journal article in pdf and jpeg file.
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-33" title="wall street journal article about hryvnya" src="http://www.lutsiv.com/en/wp-content/uploads/2008/12/wsj-hryvnya-currency.jpg" alt="" width="380" height="175" />Today, on December 19, 2008 Wall Street Journal issued an article: &#8220;<strong>Ukraine&#8217;s Currency Moves Provoke Russian Threats</strong>&#8220;.</p>
<p>Ukrainian hryvnya &#8211; national currency is going down comparing to US dollar almost 10% a day. National Government blames Central Bank and President, people are ready to go on the street. Businesses are going out of business and Russia is trying to lift prices on gas.</p>
<p>See scanned Wall Street Journal article in <a title="wall street journal article about Ukraine in pdf" href="http://www.lutsiv.com/en/wp-content/uploads/2008/12/wsj-ukraine.pdf">pdf</a> and <a title="ukrainian currency exchange" href="http://www.lutsiv.com/en/wp-content/uploads/2008/12/wsj-ukraine.jpg">jpeg</a> file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lutsiv.com/en/2008/12/19/wall-street-journal-about-ukrainian-currency/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

