<?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>Emposha &#187; Facebook</title>
	<atom:link href="http://www.emposha.com/category/facebook/feed" rel="self" type="application/rss+xml" />
	<link>http://www.emposha.com</link>
	<description>Just another stupid wordpress blog ;)</description>
	<lastBuildDate>Thu, 08 Dec 2011 13:30:45 +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>Zooshia &#8211; new social widget service</title>
		<link>http://www.emposha.com/facebook/new-widget-service.html</link>
		<comments>http://www.emposha.com/facebook/new-widget-service.html#comments</comments>
		<pubDate>Sun, 04 Dec 2011 12:56:32 +0000</pubDate>
		<dc:creator>emposha</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[zooshia]]></category>

		<guid isPermaLink="false">http://www.emposha.com/?p=493</guid>
		<description><![CDATA[Recently I found this great widget service and I want to share it. 
So the main idea of Zooshia is give you more social ability then ever.]]></description>
			<content:encoded><![CDATA[<p>Recently I found this great widget service and I want to share it.<br />
So the main idea of Zooshia is give you more social ability then ever.<br />
Here some short description about this widget service:</p>
<p><a href="http://www.emposha.com/wp-content/uploads/2011/12/zooshia.jpg"><img src="http://www.emposha.com/wp-content/uploads/2011/12/zooshia-300x148.jpg" alt="" title="zooshia" width="300" height="148" class="aligncenter size-medium wp-image-497" /></a></p>
<blockquote><p><a href="http://www.zooshia.com/">ZOOSHIA</a> &#8211; the first <a href="http://www.zooshia.com/">social widget</a> which enables websites and blog owners to mix feeds from across the social web from multiple platforms (Facebook, Twitter and YouTube),<br />
pack them together and embed them onto their blog or website, with a costumed look&amp;feel.<br />
ZOOSHIA is simple &amp; free to use.</p>
<p>You can add up to 10 different feeds from across the social web into 1 widget!<br />
Please note that you can add any public facebook page, twitter profile or YouTube channel onto one widget!</p></blockquote>
<p>Link to widget service: <a href="http://www.zooshia.com/">Zooshia</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.emposha.com/facebook/new-widget-service.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FCBKcomplete v 2.8.4</title>
		<link>http://www.emposha.com/javascript/fcbkcomplete.html</link>
		<comments>http://www.emposha.com/javascript/fcbkcomplete.html#comments</comments>
		<pubDate>Wed, 10 Nov 2010 15:39:57 +0000</pubDate>
		<dc:creator>emposha</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Jquery]]></category>
		<category><![CDATA[autocomplete]]></category>
		<category><![CDATA[Fancy facebook-like input]]></category>
		<category><![CDATA[multiselect]]></category>

		<guid isPermaLink="false">http://www.emposha.com/?p=202</guid>
		<description><![CDATA[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.]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Fancy facebook-like dynamic inputs with auto complete &amp; 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><strong>Download</strong><strong>:</strong> <a href="http://github.com/emposha/FCBKcomplete/archives/master" target="_blank">Download FCBKcomplete</a></p>
<p><strong>Demo</strong><strong>:</strong> <a href="http://www.emposha.com/demo/fcbkcomplete_2/" target="_blank">Demo FCBKcomplete</a></p>
<p><strong>GitHub: <span style="font-weight: normal;"><a href="http://github.com/emposha/FCBKcomplete" target="_blank">http://github.com/emposha/FCBKcomplete </a></span></strong></p>
<p><strong><span style="font-weight: normal;"><strong>Dot.Net: </strong></span></strong><a href="http://kostab.blogspot.com/2010/12/fancy-facebook-like-auto-complete-using.html" target="_blank">http://kostab.blogspot.com/2010/12/fancy-facebook-like-auto-complete-using.html</a></p>
<p style="text-align: center;"><span style="color: #ff0000;"><strong>Please use github for bug report</strong></span></p>
<p><strong>Usage:</strong></p>
<blockquote><p><code><span style="color: black;">$(<span style="color: #a31515;">"element"</span>).fcbkcomplete({<br />
json_url: <span style="color: #a31515;">"fetched.txt"</span>,<br />
cache: <span style="color: #0000ff;">true</span>,<br />
filter_case: <span style="color: #0000ff;">true</span>,<br />
filter_hide: <span style="color: #0000ff;">true</span>,<br />
newel: <span style="color: #0000ff;">true</span><br />
});</span><br />
</code></p></blockquote>
<p>json_url                   - url to fetch json object<br />
cache                        - use cache<br />
height                       - maximum number of element shown before scroll will apear<br />
newel                        - show typed text like a element<br />
addontab         &#8211; add first show element on tab or enter hit<br />
firstselected          - automaticly select first element from dropdown<br />
filter_case              - case sensitive filter<br />
filter_hide              - show/hide filtered items<br />
filter_selected      - filter selected items from list<br />
complete_text     - text for complete page<br />
maxshownitems - maximum numbers that will be shown at dropdown list (less better performance)<br />
maxitems              - maximum item that can be added to the list<br />
onselect                 - fire event on item select<br />
onremove             - fire event on item remove<br />
delay                     <span style="white-space: pre;"> <span style="white-space: normal;">-</span></span> delay between ajax request (bigger delay, lower server time request)<br />
attachto         &#8211; after this element fcbkcomplete insert own elements<br />
bricket          &#8211; use square bricket with select (needed for asp or php) enabled by default</p>
<p><strong>Add item public method </strong>(how to use)<strong>:<br />
<span style="font-weight: normal;">$(&#8220;elem&#8221;).trigger(&#8220;addItem&#8221;,[{"title": "test", "value": "test"}]);</span></strong></p>
<p><strong>Updates:</strong></p>
<p> &#8211; 2.8.4 cache object fix by @tedberg</p>
<p> &#8211; 2.8.3 no more eval use<br />
* public function addItem and removeItem fix (thanks to Yaron)</p>
<p> &#8211; 2.8.2  json_cache bug fix<br />
* new option added &#8220;bricket&#8221;<br />
* newel bug fix thanks to Matt</p>
<p> &#8211; 2.8.1  some minor bug fixes<br />
* added selected attribute to preselected option thanks to @musketyr<br />
* fixed cache entry with space thanks to Matt</p>
<p> &#8211; 2.8.0  bug fixes<br />
* added jquery 1.6 support please note that old versions of jquery not supported<br />
* cache mechanizm updated</p>
]]></content:encoded>
			<wfw:commentRss>http://www.emposha.com/javascript/fcbkcomplete.html/feed</wfw:commentRss>
		<slash:comments>230</slash:comments>
		</item>
		<item>
		<title>FCBKcomplete v 1.09</title>
		<link>http://www.emposha.com/javascript/jquerymultiselect.html</link>
		<comments>http://www.emposha.com/javascript/jquerymultiselect.html#comments</comments>
		<pubDate>Wed, 25 Mar 2009 01:21:00 +0000</pubDate>
		<dc:creator>emposha</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Jquery]]></category>
		<category><![CDATA[Pro Counter]]></category>
		<category><![CDATA[autocomplete]]></category>
		<category><![CDATA[multiselect]]></category>

		<guid isPermaLink="false">http://www.emposha.com/?p=21</guid>
		<description><![CDATA[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.]]></description>
			<content:encoded><![CDATA[<p>Fancy facebook-like dynamic inputs with auto complete &amp; 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 style="text-align: center;"><img class="alignnone size-medium wp-image-24" title="16020802" src="http://www.emposha.com/wp-content/uploads/2008/09/16020802-300x92.jpg" alt="" width="300" height="92" /></p>
<h3 style="text-align: center;"><strong><span style="color: #ff0000;"><span style="text-decoration: underline;">New version of FCBKcomplete can be found </span></span></strong><a href="http://www.emposha.com/javascript/fcbkcomplete.html" target="_self"><span style="color: #ff0000;"><strong><span style="color: #ff0000;">here</span></strong></span></a></h3>
<p><strong>Download</strong><strong>:</strong> <a href="http://www.emposha.com/upload/fcbkcomplete1.09.zip" target="_blank">Download FCBKcomplete</a></p>
<p><strong>Demo</strong><strong>:</strong> <a href="http://www.emposha.com/demo/fcbkcomplete/" target="_blank">Demo FCBKcomplete</a></p>
<p><strong>Use:</strong></p>
<blockquote><p><code><span style="color: black;">&lt;script language=<span style="color: #a31515;">"JavaScript"</span>&gt;<br />
$(<span style="color: #0000ff;">document</span>).ready(<span style="color: #0000ff;">function</span>() {<br />
$.facebooklist(<span style="color: #a31515;">'#elem'</span>, <span style="color: #a31515;">'#list'</span>, <span style="color: #a31515;">'#complete'</span>,<span style="color: #a31515;"><span style="color: black;">{url:</span></span></span></code><code><span style="color: black;"><span style="color: #a31515;">'ajax-url'</span></span></code><code><span style="color: black;"><span style="color: #a31515;"><span style="color: black;">,cache:1}</span></span>, height, {userfilter:1,casesensetive:0});<br />
});<br />
&lt;/script&gt;</span></code></p>
<p><code> </code><code><span style="font-size: xx-small; color: gray;">* This source code was highlighted with <a href="http://virtser.net/blog/post/source-code-highlighter.aspx"><span style="font-size: xx-small; color: gray;">Source Code Highlighter</span></a>.</span></code></p></blockquote>
<p><strong><span style="font-weight: normal;">elem &#8211; input element id or object<br />
list &#8211; preadded elements<br />
complete &#8211; autocomplete div id or object<br />
ajax &#8211; object with two parametrs a) url to fetch json object b) use cache<br />
height &#8211; maximum number of element shown before scroll will apear<br />
filter &#8211; object with two parametrs a)case sensitive b) show/hide filtered items<br />
newel &#8211; show typed text like a element</span></strong></p>
<p><strong>Creditrs for CSS &amp; HTML structur</strong><strong>e:</strong> Guillermo (<a href="http://devthought.com" target="_blank">http://devthought.com</a>)</p>
<p style="text-align: center;"><strong> </strong></p>
<p><strong>Updates:</strong></p>
<p>- 1.09 IE crash fixed</p>
<p>- 1.08 some minor bug fixed</p>
<p>-1.07  case sensetive added<br />
applied filter to non ajax items<br />
filter algorithm changed<br />
cache for ajax request added<br />
up/down with auto scrolling<br />
minor code fixes</p>
<p>- 1.06 auto heigth fix<br />
event bind on main element for better user frendly experience<br />
filter for items<br />
up/down keys supported from now</p>
<p>- 1.05 bindEvents function fixed thanks to idgnarn</p>
<p>- Name changed to <strong>FCBKcomplete</strong></p>
<p>- 1.04 IE7 &lt;em&gt; tag replace fixed</p>
<p>- 1.03 IE7 &amp; IE6 crash fixed<br />
IE7 css fixed</p>
<p>- 1.02 json parsing fixed<br />
remove element fixed</p>
<p>- 1.01: some bugs fixed</p>
]]></content:encoded>
			<wfw:commentRss>http://www.emposha.com/javascript/jquerymultiselect.html/feed</wfw:commentRss>
		<slash:comments>105</slash:comments>
		</item>
		<item>
		<title>Pro Counter &#8211; statistics after scam &#8220;shutdown notice&#8221;</title>
		<link>http://www.emposha.com/facebook/procounter/pro-counter-statistics-after-scam-shutdown-notice.html</link>
		<comments>http://www.emposha.com/facebook/procounter/pro-counter-statistics-after-scam-shutdown-notice.html#comments</comments>
		<pubDate>Sun, 21 Sep 2008 12:59:29 +0000</pubDate>
		<dc:creator>emposha</dc:creator>
				<category><![CDATA[Pro Counter]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[pro counter]]></category>
		<category><![CDATA[scam]]></category>

		<guid isPermaLink="false">http://www.emposha.com/?p=52</guid>
		<description><![CDATA[So I`m pretty sure that &#8220;shutdown notice&#8221; that I got two week ago was scam notice. Here you can see how it influe at &#8220;pro counter&#8221; visit statistics]]></description>
			<content:encoded><![CDATA[<p>So I`m pretty sure that &#8220;shutdown notice&#8221; that I got two week ago was scam notice.</p>
<p>Here you can see how it influe at &#8220;pro counter&#8221; visit statistics <img src='http://www.emposha.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align: center;"><a href="http://www.emposha.com/wp-content/uploads/2008/09/procounter_stats.jpg"><img class="alignnone size-medium wp-image-53" title="procounter_stats" src="http://www.emposha.com/wp-content/uploads/2008/09/procounter_stats-300x147.jpg" alt="" width="300" height="147" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.emposha.com/facebook/procounter/pro-counter-statistics-after-scam-shutdown-notice.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Pro Counter</title>
		<link>http://www.emposha.com/facebook/pro-counter.html</link>
		<comments>http://www.emposha.com/facebook/pro-counter.html#comments</comments>
		<pubDate>Thu, 18 Sep 2008 08:39:37 +0000</pubDate>
		<dc:creator>emposha</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Pro Counter]]></category>
		<category><![CDATA[pro counter]]></category>
		<category><![CDATA[scam]]></category>

		<guid isPermaLink="false">http://www.emposha.com/?p=29</guid>
		<description><![CDATA[Few days ago I got some strange email from facebook administration. To the developer of application ID #8122507078 (emporu!at!gmail.com),   Your Facebook application, Pro Counter, is currently in violation of the Platform Policy rule 2.4 (see http://wiki.developers.facebook.com/index.php/Platform_Policy). Specifically, please note that applications cannot track visits to a user&#8217;s profile, whether aggregated anonymously or identified individually. We ...]]></description>
			<content:encoded><![CDATA[<p>Few days ago I got some strange email from facebook administration.</p>
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><span>To the developer of application ID #8122507078 (<a href="mailto:emporu%21at%21gmail.com">emporu!at!gmail.com</a>),  </p>
<p>Your Facebook application, Pro Counter, is currently in violation of the Platform Policy rule 2.4 (see <a href="http://wiki.developers.facebook.com/index.php/Platform_Policy" target="_blank">http://wiki.developers.facebook.com/index.php/Platform_Policy</a>). Specifically, please note that applications cannot track visits to a user&#8217;s profile, whether aggregated anonymously or identified individually.</p>
<p>We have verified that your application does in fact tell users that your application provides functionality that is in violation of our policies.  Please make the necessary changes to your application so that it is not in violation of this rule.  If you are unable to or unwilling to make these changes, we are requesting that you delete your application.  Failure to comply with our policies may result in the removal of your application.</p>
<p>Please come into compliance with the Developer Terms of Service and remove all instances where your application provides details regarding tracking users or remove your application as soon as possible, but no later than 5:00 pm Pacific time Monday, 15 September 2008.</p>
<p>Please note that this same violation and any other additional violations within this application or other applications managed by you or your team may be reflected as a second violation. We strongly encourage developers to check their applications to ensure that the same violation does not occur within multiple applications.</p>
<p>Please reply-all to this email to indicate that you have received this notification, and again to tell us when, to the best of your knowledge, all violating content has been removed.</p>
<p>Thank you,</p>
<p>Facebook Platform Developer Operations &amp; Support</p>
<p>&#8212;&#8211;Original Message to Facebook&#8212;&#8211;<br />
From: Developers of Pro Count (Application ID: 8122507078) (<a href="mailto:emporu%21at%21gmail.com">emporu!at!gmail.com</a>)<br />
Subject: Notice of Violation (Application ID: 8122507078): Immediate Action Required</p>
<p>Ticket created manually by Greg<br />
&#8212;&#8211;End Original Message to Facebook&#8212;&#8211;</p>
<p> </p>
<p></span></td>
</tr>
</tbody>
</table>
<p> </p></blockquote>
<p>Today 18.09 but application still working, from this I can understand two things</p>
<ol>
<li>Facebook have very complicated structure.</li>
<li>Scam letter from one of competitors.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.emposha.com/facebook/pro-counter.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

