<?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>Sandbox Web Solutions &#187; jQuery</title>
	<atom:link href="http://sandbox-ws.com/category/jquery/feed" rel="self" type="application/rss+xml" />
	<link>http://sandbox-ws.com</link>
	<description>Personal Blog of Ahmed El.Hussaini</description>
	<lastBuildDate>Mon, 23 Aug 2010 11:33:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>jQuery Facebook Plugins</title>
		<link>http://sandbox-ws.com/jquery/jquery-facebook-plugins</link>
		<comments>http://sandbox-ws.com/jquery/jquery-facebook-plugins#comments</comments>
		<pubDate>Mon, 24 Aug 2009 14:05:17 +0000</pubDate>
		<dc:creator>Ahmed El.Hussaini</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Facebook]]></category>

		<guid isPermaLink="false">http://sandbox-ws.com/?p=412</guid>
		<description><![CDATA[Facebook interface is as simple as it gets, and yet many of the elements that define this interface are very powerful and have proven to be very popular, so popular that jQuery developers created plugins to imitate those elements. In this post I&#8217;ll introduce you to two jQuery plugins that imitate facebook elements. FCBKcomplete Fancy [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fsandbox-ws.com%2Fjquery%2Fjquery-facebook-plugins"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fsandbox-ws.com%2Fjquery%2Fjquery-facebook-plugins&amp;source=sandboxws&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Facebook interface is as simple as it gets, and yet many of the elements that define this interface are very powerful and have proven to be very popular, so popular that jQuery developers created plugins to imitate those elements. In this post I&#8217;ll introduce you to two jQuery plugins that imitate facebook elements.<br />
<span id="more-412"></span></p>
<h2><a href="http://www.emposha.com/javascript/jquerymultiselect.html">FCBKcomplete</a></h2>
<p>Fancy facebook-like dynamic inputs with auto complete &#038; pre added values. If you have any comments or requests, please post them and I will try to include all the requested features in the upcoming release.</p>
<p><img src="http://sandbox-ws.com/wp-content/uploads/2009/08/fcbk_complete.png" alt="fcbk_complete" title="fcbk_complete" width="626" height="345" class="aligncenter size-full wp-image-415" /></p>
<h4>Usage</h4>
<pre class="brush: jscript;">
&lt;script language=&quot;JavaScript&quot;&gt;
$(document).ready(function() {
$.facebooklist('#elem', '#list', '#complete',{url:'ajax-url',cache:1}, height, {userfilter:1,casesensetive:0});
});
&lt;/script&gt;
</pre>
<p>elem – input element id or object<br />
list – preadded elements<br />
complete – autocomplete div id or object<br />
ajax – object with two parametrs a) url to fetch json object b) use cache<br />
height – maximum number of element shown before scroll will apear<br />
filter – object with two parametrs a)case sensitive b) show/hide filtered items<br />
newel – show typed text like a element</p>
<h2><a href="http://famspam.com/facebox">Facebox</a></h2>
<p> Facebox is a jQuery-based, Facebook-style lightbox which can display images, divs, or entire remote pages.<br />
It&#8217;s simple to use and easy on the eyes. Download the tarball, view the examples, then start enjoying the curves.<br />
<img src="http://sandbox-ws.com/wp-content/uploads/2009/08/facebox.jpg" alt="facebox" title="facebox" width="541" height="459" class="aligncenter size-full wp-image-423" /></p>
]]></content:encoded>
			<wfw:commentRss>http://sandbox-ws.com/jquery/jquery-facebook-plugins/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
