<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.4" -->
<rss version="0.92">
<channel>
	<title>Ady Levy</title>
	<link>http://www.adylevy.com</link>
	<description>Programming tips &#38; tools.</description>
	<lastBuildDate>Fri, 15 Jan 2010 09:51:28 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>flash of unstyled content</title>
		<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>
		<link>http://www.adylevy.com/index.php/2010/01/15/flash-of-unstyled-content/</link>
			</item>
	<item>
		<title>new multiple file uploader with preview</title>
		<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>
		<link>http://www.adylevy.com/index.php/2009/11/13/new-multiple-file-uploader-with-preview/</link>
			</item>
	<item>
		<title>ByteArray upload &#8211; Error #2176 Solved !</title>
		<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>
		<link>http://www.adylevy.com/index.php/2009/10/11/bytearray-upload-error-2176-solved/</link>
			</item>
	<item>
		<title>multiple files uploader with preview on client side</title>
		<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>
		<link>http://www.adylevy.com/index.php/2009/07/22/multiple-files-uploader-with-preview-on-client-side/</link>
			</item>
	<item>
		<title>client side image resize flash cs4 &#8211; filereference.data</title>
		<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>
		<link>http://www.adylevy.com/index.php/2009/06/07/client-side-image-resize-flash-cs4-filereferencedata/</link>
			</item>
	<item>
		<title>vbook &#8211; facebook app</title>
		<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>
		<link>http://www.adylevy.com/index.php/2009/05/15/vbook-facebook-app/</link>
			</item>
	<item>
		<title>debug flash and silverlight messeges with firefox</title>
		<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>
		<link>http://www.adylevy.com/index.php/2008/12/20/debug-flash-and-silverlight-messeges-with-firefox/</link>
			</item>
	<item>
		<title>sql joke</title>
		<description><![CDATA[A SQL query goes into a bar, walks up to two tables and says, &#8220;Can I join you?
]]></description>
		<link>http://www.adylevy.com/index.php/2008/12/08/sql-joke/</link>
			</item>
	<item>
		<title>reading a div from dom in actionscript 3 (as3) &#8211; flash</title>
		<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>
		<link>http://www.adylevy.com/index.php/2008/11/04/reading-a-div-from-dom-in-actionscript-3-as3-flash/</link>
			</item>
	<item>
		<title>as3 scrollbar &#8211; free as3 scroller class written in actionscript 3 (flash)</title>
		<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>
		<link>http://www.adylevy.com/index.php/2008/07/15/as3-scroller-free-scroller-class-written-in-actionscript-3-flash/</link>
			</item>
</channel>
</rss>
