<?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>Software utilities &#187; Javascript</title>
	<atom:link href="http://www.small-software-utilities.com/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.small-software-utilities.com</link>
	<description>Software reviews and technology news</description>
	<lastBuildDate>Sat, 04 Feb 2012 17:21:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Add navigation arrows to jQuery tabs</title>
		<link>http://www.small-software-utilities.com/2011/05/add-navigation-arrows-to-jquery-tabs/</link>
		<comments>http://www.small-software-utilities.com/2011/05/add-navigation-arrows-to-jquery-tabs/#comments</comments>
		<pubDate>Thu, 26 May 2011 08:56:44 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/?p=259</guid>
		<description><![CDATA[I needed to add navigation arrows to a couple of jQuery tabs, it&#8217;s easy to implement by using a few functions: suppose we have the following HTML: &#60;div id=&#8221;tabs&#8221;&#62; &#60;ul&#62; &#60;li&#62;&#60;img id=&#8221;left&#8221; src=&#8221;left.png&#8221; alt=&#8221;" /&#62;&#60;/li&#62; &#60;li&#62;&#8230;&#60;/li&#62; &#60;li&#62;&#60;img id=&#8221;right&#8221; src=&#8221;right.png&#8221; alt=&#8221;" /&#62;&#60;/li&#62; &#60;/ul&#62; We can simply add this js code: $(function() { $tabs = $("#tabs").tabs(); $("#left").click(function(){ [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2011/05/add-navigation-arrows-to-jquery-tabs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lytebox closes after first opening</title>
		<link>http://www.small-software-utilities.com/2009/02/lytebox-closes-after-first-opening/</link>
		<comments>http://www.small-software-utilities.com/2009/02/lytebox-closes-after-first-opening/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 15:47:11 +0000</pubDate>
		<dc:creator>paomic</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.small-software-utilities.com/javascript/196/lytebox-closes-after-first-opening/</guid>
		<description><![CDATA[It happened to me that using Lytebox (http://www.dolem.com/lytebox/) the frame closed immediately as soon as you clicked on the link the first time. If you clicked again it worked. It happened under Firefox. After some googling, I found out that if you remove all the javascript in the linked file, it works fine. Try this [...]]]></description>
		<wfw:commentRss>http://www.small-software-utilities.com/2009/02/lytebox-closes-after-first-opening/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

