<?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>Ady Levy</title>
	<atom:link href="http://www.adylevy.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adylevy.com</link>
	<description>Programming tips &#38; tools.</description>
	<lastBuildDate>Fri, 15 Jan 2010 09:51:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>flash of unstyled content</title>
		<link>http://www.adylevy.com/index.php/2010/01/15/flash-of-unstyled-content/</link>
		<comments>http://www.adylevy.com/index.php/2010/01/15/flash-of-unstyled-content/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 09:51:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[js]]></category>

		<guid isPermaLink="false">http://www.adylevy.com/?p=52</guid>
		<description><![CDATA[have you ever seen a html page that loads unstyled and a second (sometimes more) after it &#8220;loads&#8221; its gets reorgenized ?
well this problem refered as &#8220;flash of unstyled content&#8221;.
it happens when the page content starts to load before the css files are completely loaded. you won&#8217;t see much of this problem using ie or [...]]]></description>
		<wfw:commentRss>http://www.adylevy.com/index.php/2010/01/15/flash-of-unstyled-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>new multiple file uploader with preview</title>
		<link>http://www.adylevy.com/index.php/2009/11/13/new-multiple-file-uploader-with-preview/</link>
		<comments>http://www.adylevy.com/index.php/2009/11/13/new-multiple-file-uploader-with-preview/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 20:21:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash Demos]]></category>
		<category><![CDATA[as3]]></category>

		<guid isPermaLink="false">http://www.adylevy.com/?p=44</guid>
		<description><![CDATA[Hi friends,
in the past months i&#8217;ve been busy with work &#38; life, so my time on this project was limited.
i managed to do some things , but i&#8217;m not so satisfied from the final result, thats why it took long time to upload the version.
new in this version -
xml file for configuration :
&#60;?xml version=&#8221;1.0&#8243; encoding=&#8221;utf-8&#8243; [...]]]></description>
		<wfw:commentRss>http://www.adylevy.com/index.php/2009/11/13/new-multiple-file-uploader-with-preview/feed/</wfw:commentRss>
		<slash:comments>44</slash:comments>
		</item>
		<item>
		<title>ByteArray upload &#8211; Error #2176 Solved !</title>
		<link>http://www.adylevy.com/index.php/2009/10/11/bytearray-upload-error-2176-solved/</link>
		<comments>http://www.adylevy.com/index.php/2009/10/11/bytearray-upload-error-2176-solved/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 22:38:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[as3 urlloader error 2176]]></category>
		<category><![CDATA[Error #2176]]></category>

		<guid isPermaLink="false">http://www.adylevy.com/index.php/2009/10/11/bytearray-upload-error-2176-solved/</guid>
		<description><![CDATA[as some of you may know one of flash player 10 updates &#8220;fixed a security hole&#8221; that allowed sending
URLLoader in the oncomplete of the last request.
now every URLLoader load function must be triggered with a mouse click &#8211; initiated by the user..
that fix broke some file uploaders (like Jonathan Marston nirvanix bytearray uploader) (and some [...]]]></description>
		<wfw:commentRss>http://www.adylevy.com/index.php/2009/10/11/bytearray-upload-error-2176-solved/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>multiple files uploader with preview on client side</title>
		<link>http://www.adylevy.com/index.php/2009/07/22/multiple-files-uploader-with-preview-on-client-side/</link>
		<comments>http://www.adylevy.com/index.php/2009/07/22/multiple-files-uploader-with-preview-on-client-side/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 11:34:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash Demos]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[actionscript3]]></category>
		<category><![CDATA[filereference]]></category>
		<category><![CDATA[image resize]]></category>
		<category><![CDATA[multiple files uploader]]></category>

		<guid isPermaLink="false">http://www.adylevy.com/index.php/2009/07/22/multiple-files-uploader-with-preview-on-client-side/</guid>
		<description><![CDATA[Hi,
well it took a month but i&#8217;ve added some features to the image uploader,
so now it support multiple file upload , it still doesn&#8217;t have any progress bar as adobe decided to add the security feature (bug ?!) that allows uploading or downloading data from the server only triggered by a mouse click,
ok .. so [...]]]></description>
		<wfw:commentRss>http://www.adylevy.com/index.php/2009/07/22/multiple-files-uploader-with-preview-on-client-side/feed/</wfw:commentRss>
		<slash:comments>68</slash:comments>
		</item>
		<item>
		<title>client side image resize flash cs4 &#8211; filereference.data</title>
		<link>http://www.adylevy.com/index.php/2009/06/07/client-side-image-resize-flash-cs4-filereferencedata/</link>
		<comments>http://www.adylevy.com/index.php/2009/06/07/client-side-image-resize-flash-cs4-filereferencedata/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 20:20:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash Demos]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.adylevy.com/index.php/2009/06/07/client-side-image-resize-flash-cs4-filereferencedata/</guid>
		<description><![CDATA[Hi,
well in the latest version of flash (cs4) there are some improvment to the actionscript classes, with some security changes.
i noticed that there are no sources for client side image manipulation tools that uses this great feature.
i did came accross a brilliant work of someone (i don&#8217;t remember where it was :( &#8230; ) that [...]]]></description>
		<wfw:commentRss>http://www.adylevy.com/index.php/2009/06/07/client-side-image-resize-flash-cs4-filereferencedata/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>vbook &#8211; facebook app</title>
		<link>http://www.adylevy.com/index.php/2009/05/15/vbook-facebook-app/</link>
		<comments>http://www.adylevy.com/index.php/2009/05/15/vbook-facebook-app/#comments</comments>
		<pubDate>Fri, 15 May 2009 20:43:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.adylevy.com/index.php/2009/05/15/vbook-facebook-app/</guid>
		<description><![CDATA[Hi,
well i did this thing for me &#038; friends few months ago, and decided today to open it to the public.
i&#8217;ve lunched the vbook (Vbook) as an expirement.

this app allows to view &#8216;hidden&#8217; user albums and pictures.
now hidden are simply albums with there privacy setting set to public, connected to a user which disable his [...]]]></description>
		<wfw:commentRss>http://www.adylevy.com/index.php/2009/05/15/vbook-facebook-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>debug flash and silverlight messeges with firefox</title>
		<link>http://www.adylevy.com/index.php/2008/12/20/debug-flash-and-silverlight-messeges-with-firefox/</link>
		<comments>http://www.adylevy.com/index.php/2008/12/20/debug-flash-and-silverlight-messeges-with-firefox/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 18:35:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash Demos]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[sliverlight]]></category>

		<guid isPermaLink="false">http://www.adylevy.com/index.php/2008/12/20/debug-flash-and-silverlight-messeges-with-firefox/</guid>
		<description><![CDATA[my little extension to connect firefox error console to flash / silverlight application .
download add on:
Install Extension!
after installing this add on, you can simply call a trace function from flash, and send the message to the firefox error console.
it come up really handy in debugging live sites, when you must not use an output box [...]]]></description>
		<wfw:commentRss>http://www.adylevy.com/index.php/2008/12/20/debug-flash-and-silverlight-messeges-with-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sql joke</title>
		<link>http://www.adylevy.com/index.php/2008/12/08/sql-joke/</link>
		<comments>http://www.adylevy.com/index.php/2008/12/08/sql-joke/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 17:30:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.adylevy.com/index.php/2008/12/08/sql-joke/</guid>
		<description><![CDATA[A SQL query goes into a bar, walks up to two tables and says, &#8220;Can I join you?
]]></description>
		<wfw:commentRss>http://www.adylevy.com/index.php/2008/12/08/sql-joke/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>reading a div from dom in actionscript 3 (as3) &#8211; flash</title>
		<link>http://www.adylevy.com/index.php/2008/11/04/reading-a-div-from-dom-in-actionscript-3-as3-flash/</link>
		<comments>http://www.adylevy.com/index.php/2008/11/04/reading-a-div-from-dom-in-actionscript-3-as3-flash/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 23:09:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[as3]]></category>

		<guid isPermaLink="false">http://www.adylevy.com/index.php/2008/11/04/reading-a-div-from-dom-in-actionscript-3-as3-flash/</guid>
		<description><![CDATA[in order to read a div from your html document,
first you to add the &#8216;allowScriptAccess&#8217; in the flash injection (like swfobject) to sameDomain
some thing like : so.addParam(&#8217;allowScriptAccess&#8217;,&#8217;sameDomain&#8217;);
(will try to write more about using swfobject soon..)
then in the flash you include the ExternalInterface class:
    include flash.external.ExternalInterface;
then you can use something like :
var myDivContent [...]]]></description>
		<wfw:commentRss>http://www.adylevy.com/index.php/2008/11/04/reading-a-div-from-dom-in-actionscript-3-as3-flash/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>as3 scrollbar &#8211; free as3 scroller class written in actionscript 3 (flash)</title>
		<link>http://www.adylevy.com/index.php/2008/07/15/as3-scroller-free-scroller-class-written-in-actionscript-3-flash/</link>
		<comments>http://www.adylevy.com/index.php/2008/07/15/as3-scroller-free-scroller-class-written-in-actionscript-3-flash/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 20:10:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash Demos]]></category>
		<category><![CDATA[as3]]></category>

		<guid isPermaLink="false">http://www.adylevy.com/index.php/2008/07/15/as3-scroller-free-scroller-class-written-in-actionscript-3-flash/</guid>
		<description><![CDATA[this is a simple scroller class i wrote that helps me in attaching a scroller to every movie clip i want very easily.
the usage is very simple :
var myScroller = new Scroller(source Movie Clip ,  Width ,  Height , Scroller Face MovieClip , Align );
the scroller uses the tweenlite tweening class that can be found [...]]]></description>
		<wfw:commentRss>http://www.adylevy.com/index.php/2008/07/15/as3-scroller-free-scroller-class-written-in-actionscript-3-flash/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>
