<?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; ASP.NET</title>
	<atom:link href="http://www.emposha.com/category/microsoft/aspnet/feed" rel="self" type="application/rss+xml" />
	<link>http://www.emposha.com</link>
	<description>Just another stupid wordpress blog ;)</description>
	<lastBuildDate>Tue, 25 May 2010 06:38:46 +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>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>SharePoint Moss strange IE6 freeze on preview mode</title>
		<link>http://www.emposha.com/microsoft/aspnet/sharepoint-moss-strange-ie6-freeze-on-preview-mode.html</link>
		<comments>http://www.emposha.com/microsoft/aspnet/sharepoint-moss-strange-ie6-freeze-on-preview-mode.html#comments</comments>
		<pubDate>Thu, 27 Nov 2008 10:46:47 +0000</pubDate>
		<dc:creator>emposha</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[freeze]]></category>

		<guid isPermaLink="false">http://www.emposha.com/?p=119</guid>
		<description><![CDATA[Couple weeks ago I expirensed strange behaivor with IE6 and Moss Page with 5-6 webparts on it. After that background image and title loaded browser(ie6) freeze. ]]></description>
			<content:encoded><![CDATA[<p>Couple weeks ago I expirensed strange behaivor with IE6 and Moss Page with 5-6 webparts on it. After that background image and title loaded browser(ie6) freeze.  The problem come back after each time that I empty browser cache. After hours of research the problem was discovered and fixed.</p>
<p><strong>Symptom:</strong> Page with couple Webparts(under Moss) freeze on page load with empty cache. If page loaded once problem didnt comeback.</p>
<p><strong>Solution:</strong> Delete or empty two css files HtmlEditorCustomStyles.css &amp; HtmlEditorTableFormats.css</p>
]]></content:encoded>
			<wfw:commentRss>http://www.emposha.com/microsoft/aspnet/sharepoint-moss-strange-ie6-freeze-on-preview-mode.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
