<?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>download &#8211; stoimen&#039;s web log</title>
	<atom:link href="/tag/download/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>on web development</description>
	<lastBuildDate>Tue, 13 Feb 2018 08:18:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>Algorithm cheatsheet: Quicksort</title>
		<link>/2012/03/12/algorithm-cheatsheet-quicksort/</link>
		<comments>/2012/03/12/algorithm-cheatsheet-quicksort/#comments</comments>
		<pubDate>Mon, 12 Mar 2012 14:49:37 +0000</pubDate>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
				<category><![CDATA[algorithms]]></category>
		<category><![CDATA[cheatsheets]]></category>
		<category><![CDATA[Algorithm]]></category>
		<category><![CDATA[algorithm cheat sheet]]></category>
		<category><![CDATA[algorithm pseudo code]]></category>
		<category><![CDATA[Cheat sheet]]></category>
		<category><![CDATA[cheatsheet]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[Quicksort]]></category>
		<category><![CDATA[Sort]]></category>
		<category><![CDATA[Sorting algorithms]]></category>

		<guid isPermaLink="false">/?p=2893</guid>
		<description><![CDATA[Click on the image to download this cheatsheet on PDF!<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2010/06/11/friday-algorithms-quicksort-difference-between-php-and-javascript/" rel="bookmark" title="Friday Algorithms: Quicksort &#8211; Difference Between PHP and JavaScript">Friday Algorithms: Quicksort &#8211; Difference Between PHP and JavaScript </a></li>
<li><a href="/2012/03/19/computer-algorithms-radix-sort/" rel="bookmark" title="Computer Algorithms: Radix Sort">Computer Algorithms: Radix Sort </a></li>
<li><a href="/2012/03/20/algorithm-cheatsheet-radix-sort/" rel="bookmark" title="Algorithm Cheatsheet: Radix Sort">Algorithm Cheatsheet: Radix Sort </a></li>
<li><a href="/2012/03/13/computer-algorithms-quicksort/" rel="bookmark" title="Computer Algorithms: Quicksort">Computer Algorithms: Quicksort </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>Click on the image to download this cheatsheet on PDF!</p>
<figure id="attachment_2901" style="width: 534px" class="wp-caption alignnone"><a href="/wp-content/uploads/2012/03/QuicksortCheatsheet.pdf"><img src="/wp-content/uploads/2012/03/QuicksortCheatsheet.png" alt="" title="Quicksort Cheatsheet" width="534" height="2000" class="size-full wp-image-2901" srcset="/wp-content/uploads/2012/03/QuicksortCheatsheet.png 534w, /wp-content/uploads/2012/03/QuicksortCheatsheet-80x300.png 80w" sizes="(max-width: 534px) 100vw, 534px" /></a><figcaption class="wp-caption-text"> </figcaption></figure>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2010/06/11/friday-algorithms-quicksort-difference-between-php-and-javascript/" rel="bookmark" title="Friday Algorithms: Quicksort &#8211; Difference Between PHP and JavaScript">Friday Algorithms: Quicksort &#8211; Difference Between PHP and JavaScript </a></li>
<li><a href="/2012/03/19/computer-algorithms-radix-sort/" rel="bookmark" title="Computer Algorithms: Radix Sort">Computer Algorithms: Radix Sort </a></li>
<li><a href="/2012/03/20/algorithm-cheatsheet-radix-sort/" rel="bookmark" title="Algorithm Cheatsheet: Radix Sort">Algorithm Cheatsheet: Radix Sort </a></li>
<li><a href="/2012/03/13/computer-algorithms-quicksort/" rel="bookmark" title="Computer Algorithms: Quicksort">Computer Algorithms: Quicksort </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2012/03/12/algorithm-cheatsheet-quicksort/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Automatically Upload Images with PHP Directly from the URI</title>
		<link>/2010/09/10/automatically-upload-images-with-php-directly-from-the-uri/</link>
		<comments>/2010/09/10/automatically-upload-images-with-php-directly-from-the-uri/#comments</comments>
		<pubDate>Fri, 10 Sep 2010 06:49:54 +0000</pubDate>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
				<category><![CDATA[micro tutorial]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[automatic upload]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[Form]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Mac OS X Server]]></category>
		<category><![CDATA[php tutorial]]></category>
		<category><![CDATA[php upload]]></category>
		<category><![CDATA[Technology/Internet]]></category>
		<category><![CDATA[web form]]></category>
		<category><![CDATA[Windows Explorer]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[World Wide Web]]></category>

		<guid isPermaLink="false">/?p=1973</guid>
		<description><![CDATA[It is a simple task to upload images on the server with PHP using a simple web form. Than everything&#8217;s in the $_FILES array and after submitting the form the file&#8217;s on the server. By simply move_uploaded_file you can change its location on the server to the desired folder. However is there a way to &#8230; <a href="/2010/09/10/automatically-upload-images-with-php-directly-from-the-uri/" class="more-link">Continue reading <span class="screen-reader-text">Automatically Upload Images with PHP Directly from the URI</span> <span class="meta-nav">&#8594;</span></a><div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2011/01/18/download-images-with-php/" rel="bookmark" title="Download Images with PHP">Download Images with PHP </a></li>
<li><a href="/2011/02/25/how-to-collect-the-images-and-meta-tags-from-a-webpage-with-php/" rel="bookmark" title="How to Collect the Images and Meta Tags from a Webpage with PHP">How to Collect the Images and Meta Tags from a Webpage with PHP </a></li>
<li><a href="/2010/03/05/video-sites-must-use-mp4-and-only-mp4/" rel="bookmark" title="Video sites must use &#8230; mp4 and only mp4!">Video sites must use &#8230; mp4 and only mp4! </a></li>
<li><a href="/2009/04/23/when-you-should-use-base64-for-images/" rel="bookmark" title="When you should use base64 for images">When you should use base64 for images </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>It is a simple task to upload images on the server with PHP using a simple web form. Than everything&#8217;s in the $_FILES array and after submitting the form the file&#8217;s on the server. By simply move_uploaded_file you can change its location on the server to the desired folder.</p>
<p>However is there a way to &#8220;upload&#8221; files without using a web form, but only by telling the PHP script where to find the image. First and most important the image should be web visible and accessible by HTTP.</p>
<p>The solution is quite easy &#8211; you can grab the file using file_get_contents, and than put it on the desired server folder with file_put_contents. Here&#8217;s some source:</p>
<pre lang="php">$image = file_get_contents('http://www.example.com/image.jpg');
file_put_contents('/var/www/my.jpg', $image);
</pre>
<h2>Extending the Case</h2>
<p>You can go even further by downloading any kind of files with the same approach. What will be the case for an mp4 video is shown in the next example:</p>
<pre lang="php">$video = file_get_contents('http://www.example.com/video.mp4');
file_put_contents('/var/www/my.mp4', $video);
</pre>
<h2>Usage</h2>
<p>This can be quite useful when trying to automate an remote upload process. In this case when somebody uploads an image on his site, you can duplicate this file on your server! However don&#8217;t forget the <strong>copyrights</strong>!</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2011/01/18/download-images-with-php/" rel="bookmark" title="Download Images with PHP">Download Images with PHP </a></li>
<li><a href="/2011/02/25/how-to-collect-the-images-and-meta-tags-from-a-webpage-with-php/" rel="bookmark" title="How to Collect the Images and Meta Tags from a Webpage with PHP">How to Collect the Images and Meta Tags from a Webpage with PHP </a></li>
<li><a href="/2010/03/05/video-sites-must-use-mp4-and-only-mp4/" rel="bookmark" title="Video sites must use &#8230; mp4 and only mp4!">Video sites must use &#8230; mp4 and only mp4! </a></li>
<li><a href="/2009/04/23/when-you-should-use-base64-for-images/" rel="bookmark" title="When you should use base64 for images">When you should use base64 for images </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2010/09/10/automatically-upload-images-with-php-directly-from-the-uri/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
<enclosure url="http://www.example.com/video.mp4" length="0" type="video/mp4" />
		</item>
		<item>
		<title>Cool jQuery 1.4 cheat sheet! Nice work!</title>
		<link>/2010/01/27/cool-jquery-1-4-cheat-sheet-nice-work/</link>
		<comments>/2010/01/27/cool-jquery-1-4-cheat-sheet-nice-work/#respond</comments>
		<pubDate>Wed, 27 Jan 2010 18:22:45 +0000</pubDate>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[Cheat sheet]]></category>
		<category><![CDATA[Computer programming]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[Software engineering]]></category>
		<category><![CDATA[Web application frameworks]]></category>

		<guid isPermaLink="false">/?p=976</guid>
		<description><![CDATA[jQuery 1.4 relased! Where&#8217;s the cheat sheet?! If you&#8217;re familiar with the new jQuery version 1.4. released recently, I&#8217;d suppose you&#8217;d like to get its fresh cheat sheet. Such has been published on http://labs.impulsestudios.ca/jquery-cheat-sheet or you can find it here.<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2010/02/22/jquery-1-4-2-comes-with-performance-improvements/" rel="bookmark" title="jQuery 1.4.2 comes with performance improvements!">jQuery 1.4.2 comes with performance improvements! </a></li>
<li><a href="/2010/01/15/jquery-1-4-released/" rel="bookmark" title="jQuery 1.4 released">jQuery 1.4 released </a></li>
<li><a href="/2010/06/17/build-a-list-tree-with-the-beauty-of-jquery/" rel="bookmark" title="Build a List Tree with the Beauty of jQuery">Build a List Tree with the Beauty of jQuery </a></li>
<li><a href="/2011/04/05/jquery-unbind/" rel="bookmark" title="jQuery.unbind()">jQuery.unbind() </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<h2>jQuery 1.4 relased! Where&#8217;s the cheat sheet?!</h2>
<p>If you&#8217;re familiar with the new jQuery version 1.4. released recently, I&#8217;d suppose you&#8217;d like to get its fresh cheat sheet.</p>
<p>Such has been published on <a title="http://labs.impulsestudios.ca/jquery-cheat-sheet" href="http://labs.impulsestudios.ca/jquery-cheat-sheet" target="_blank">http://labs.impulsestudios.ca/jquery-cheat-sheet</a> or you can find it <a title="jQuery cheat sheet PDF" href="/wp-content/uploads/2010/01/impulse_studios-jquery_cheat_sheet-1.0.pdf" target="_self">here</a>.</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2010/02/22/jquery-1-4-2-comes-with-performance-improvements/" rel="bookmark" title="jQuery 1.4.2 comes with performance improvements!">jQuery 1.4.2 comes with performance improvements! </a></li>
<li><a href="/2010/01/15/jquery-1-4-released/" rel="bookmark" title="jQuery 1.4 released">jQuery 1.4 released </a></li>
<li><a href="/2010/06/17/build-a-list-tree-with-the-beauty-of-jquery/" rel="bookmark" title="Build a List Tree with the Beauty of jQuery">Build a List Tree with the Beauty of jQuery </a></li>
<li><a href="/2011/04/05/jquery-unbind/" rel="bookmark" title="jQuery.unbind()">jQuery.unbind() </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2010/01/27/cool-jquery-1-4-cheat-sheet-nice-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download Flex 3 bitmap with round corners</title>
		<link>/2009/03/15/download-flex-3-bitmap-with-round-corners/</link>
		<comments>/2009/03/15/download-flex-3-bitmap-with-round-corners/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 14:25:13 +0000</pubDate>
		<dc:creator><![CDATA[stoimen]]></dc:creator>
				<category><![CDATA[download]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[flex 3]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[bitmap]]></category>
		<category><![CDATA[round corners]]></category>

		<guid isPermaLink="false">/?p=381</guid>
		<description><![CDATA[Download a flex 3 application with two bitmaps with rounded corners.<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2009/03/15/flex-3-bitmap-with-round-corners/" rel="bookmark" title="Flex 3 bitmap with round corners">Flex 3 bitmap with round corners </a></li>
<li><a href="/2009/03/01/download-custom-flex-3-datechooser-2/" rel="bookmark" title="Download Custom Flex 3 DateChooser">Download Custom Flex 3 DateChooser </a></li>
<li><a href="/2009/03/04/flex-3-custom-preloader-download/" rel="bookmark" title="Flex 3 Custom Preloader Download">Flex 3 Custom Preloader Download </a></li>
<li><a href="/2009/02/06/flex-3-custom-preloader/" rel="bookmark" title="Flex 3 Custom Preloader">Flex 3 Custom Preloader </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>Related to the <a title="Flex 3 bitmap round corners" href="/2009/03/15/flex-3-bitmap-with-round-corners/" target="_self">post</a> with bitmaps with round corners, here&#8217;s the source code.</p>
<p><a title="Flex 3 bitmap with round corners" href="/wp-content/uploads/2009/03/rcornersmxml.zip" target="_blank">Download here</a>.</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2009/03/15/flex-3-bitmap-with-round-corners/" rel="bookmark" title="Flex 3 bitmap with round corners">Flex 3 bitmap with round corners </a></li>
<li><a href="/2009/03/01/download-custom-flex-3-datechooser-2/" rel="bookmark" title="Download Custom Flex 3 DateChooser">Download Custom Flex 3 DateChooser </a></li>
<li><a href="/2009/03/04/flex-3-custom-preloader-download/" rel="bookmark" title="Flex 3 Custom Preloader Download">Flex 3 Custom Preloader Download </a></li>
<li><a href="/2009/02/06/flex-3-custom-preloader/" rel="bookmark" title="Flex 3 Custom Preloader">Flex 3 Custom Preloader </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2009/03/15/download-flex-3-bitmap-with-round-corners/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Flex 3 Custom Preloader Download</title>
		<link>/2009/03/04/flex-3-custom-preloader-download/</link>
		<comments>/2009/03/04/flex-3-custom-preloader-download/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 05:48:45 +0000</pubDate>
		<dc:creator><![CDATA[stoimen]]></dc:creator>
				<category><![CDATA[download]]></category>
		<category><![CDATA[flex 3]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[preloader]]></category>
		<category><![CDATA[sample]]></category>

		<guid isPermaLink="false">/?p=265</guid>
		<description><![CDATA[download the custom preloader with centered preloader swf<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2009/02/06/flex-3-custom-preloader/" rel="bookmark" title="Flex 3 Custom Preloader">Flex 3 Custom Preloader </a></li>
<li><a href="/2009/03/01/download-custom-flex-3-datechooser-2/" rel="bookmark" title="Download Custom Flex 3 DateChooser">Download Custom Flex 3 DateChooser </a></li>
<li><a href="/2009/03/01/flex-3-custom-datechooser-2/" rel="bookmark" title="Flex 3 Custom DateChooser">Flex 3 Custom DateChooser </a></li>
<li><a href="/2009/03/15/download-flex-3-bitmap-with-round-corners/" rel="bookmark" title="Download Flex 3 bitmap with round corners">Download Flex 3 bitmap with round corners </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>Finally managed to put a sample with source!</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="32" height="32" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="name" value="map" /><param name="bgcolor" value="#ffffff" /><param name="align" value="middle" /><param name="src" value="/wp-content/uploads/2009/03/preloader.swf" /><param name="wmode" value="transparent" /><embed type="application/x-shockwave-flash" width="32" height="32" src="/wp-content/uploads/2009/03/preloader.swf" wmode="transparent" align="middle" bgcolor="#ffffff" name="map"></embed></object></p>
<p><a title="download flex 3 custom preloader" href="/wp-content/uploads/2009/03/preloader.zip">download</a></p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2009/02/06/flex-3-custom-preloader/" rel="bookmark" title="Flex 3 Custom Preloader">Flex 3 Custom Preloader </a></li>
<li><a href="/2009/03/01/download-custom-flex-3-datechooser-2/" rel="bookmark" title="Download Custom Flex 3 DateChooser">Download Custom Flex 3 DateChooser </a></li>
<li><a href="/2009/03/01/flex-3-custom-datechooser-2/" rel="bookmark" title="Flex 3 Custom DateChooser">Flex 3 Custom DateChooser </a></li>
<li><a href="/2009/03/15/download-flex-3-bitmap-with-round-corners/" rel="bookmark" title="Download Flex 3 bitmap with round corners">Download Flex 3 bitmap with round corners </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2009/03/04/flex-3-custom-preloader-download/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Download Custom Flex 3 DateChooser</title>
		<link>/2009/03/01/download-custom-flex-3-datechooser-2/</link>
		<comments>/2009/03/01/download-custom-flex-3-datechooser-2/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 08:51:29 +0000</pubDate>
		<dc:creator><![CDATA[stoimen]]></dc:creator>
				<category><![CDATA[download]]></category>
		<category><![CDATA[flex 3]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[custom datechooser]]></category>
		<category><![CDATA[datechooser]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">/?p=259</guid>
		<description><![CDATA[To download the date chooser source: click here Please, provide any feedback about the datechooser and feature requests. I&#8217;ll put the component documentation soon.<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2009/03/01/flex-3-custom-datechooser-2/" rel="bookmark" title="Flex 3 Custom DateChooser">Flex 3 Custom DateChooser </a></li>
<li><a href="/2009/02/06/flex-3-custom-preloader/" rel="bookmark" title="Flex 3 Custom Preloader">Flex 3 Custom Preloader </a></li>
<li><a href="/2009/05/20/flex-3-datechooser-utc-issue/" rel="bookmark" title="Flex 3 DateChooser UTC issue">Flex 3 DateChooser UTC issue </a></li>
<li><a href="/2009/03/04/flex-3-custom-preloader-download/" rel="bookmark" title="Flex 3 Custom Preloader Download">Flex 3 Custom Preloader Download </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>To <a title="Flex 3 Custom DateChooser download" href="/wp-content/uploads/2009/02/calendarmxml.zip">download</a> the date chooser source: <a title="Flex 3 Custom DateChooser download" href="/wp-content/uploads/2009/02/calendarmxml.zip">click here</a></p>
<p>Please, provide any feedback about the datechooser and feature requests.</p>
<p>I&#8217;ll put the component documentation soon.</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2009/03/01/flex-3-custom-datechooser-2/" rel="bookmark" title="Flex 3 Custom DateChooser">Flex 3 Custom DateChooser </a></li>
<li><a href="/2009/02/06/flex-3-custom-preloader/" rel="bookmark" title="Flex 3 Custom Preloader">Flex 3 Custom Preloader </a></li>
<li><a href="/2009/05/20/flex-3-datechooser-utc-issue/" rel="bookmark" title="Flex 3 DateChooser UTC issue">Flex 3 DateChooser UTC issue </a></li>
<li><a href="/2009/03/04/flex-3-custom-preloader-download/" rel="bookmark" title="Flex 3 Custom Preloader Download">Flex 3 Custom Preloader Download </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2009/03/01/download-custom-flex-3-datechooser-2/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Flex 3 Custom DateChooser</title>
		<link>/2009/03/01/flex-3-custom-datechooser-2/</link>
		<comments>/2009/03/01/flex-3-custom-datechooser-2/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 08:48:55 +0000</pubDate>
		<dc:creator><![CDATA[stoimen]]></dc:creator>
				<category><![CDATA[featured]]></category>
		<category><![CDATA[flex 3]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[custom datechooser]]></category>
		<category><![CDATA[datechooser]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[mxml]]></category>

		<guid isPermaLink="false">/?p=256</guid>
		<description><![CDATA[I searched so much about a custom DateChooser component in Flex 3, that I decided to make one by myself. My criteria is to have ComboBoxes for both months and years. I simply merged the ComboBox component with DateChooser and there is the beta release. Please fill free to comment and report any bugs or &#8230; <a href="/2009/03/01/flex-3-custom-datechooser-2/" class="more-link">Continue reading <span class="screen-reader-text">Flex 3 Custom DateChooser</span> <span class="meta-nav">&#8594;</span></a><div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2009/03/01/download-custom-flex-3-datechooser-2/" rel="bookmark" title="Download Custom Flex 3 DateChooser">Download Custom Flex 3 DateChooser </a></li>
<li><a href="/2009/02/06/flex-3-custom-preloader/" rel="bookmark" title="Flex 3 Custom Preloader">Flex 3 Custom Preloader </a></li>
<li><a href="/2009/05/20/flex-3-datechooser-utc-issue/" rel="bookmark" title="Flex 3 DateChooser UTC issue">Flex 3 DateChooser UTC issue </a></li>
<li><a href="/2009/03/05/flex-3-combobox-disabled-options/" rel="bookmark" title="Flex 3 ComboBox disabled options">Flex 3 ComboBox disabled options </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>I searched so much about a custom DateChooser component in Flex 3, that I decided to make one by myself. My criteria is to have ComboBoxes for both months and years. I simply merged the ComboBox component with DateChooser and there is the beta release. Please fill free to comment and report any bugs or feature requests.</p>
<p>Demo is here:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="450" height="190" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="name" value="map" /><param name="bgcolor" value="#ffffff" /><param name="align" value="middle" /><param name="src" value="/wp-content/uploads/2009/02/calendar.swf" /><param name="wmode" value="transparent" /><embed type="application/x-shockwave-flash" width="450" height="190" src="/wp-content/uploads/2009/02/calendar.swf" wmode="transparent" align="middle" bgcolor="#ffffff" name="map"></embed></object></p>
<p>Free download: <a title="Flex 3 Custom DateChooser download" href="/2009/03/01/download-custom-flex-3-datechooser-2/">here<br />
</a></p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2009/03/01/download-custom-flex-3-datechooser-2/" rel="bookmark" title="Download Custom Flex 3 DateChooser">Download Custom Flex 3 DateChooser </a></li>
<li><a href="/2009/02/06/flex-3-custom-preloader/" rel="bookmark" title="Flex 3 Custom Preloader">Flex 3 Custom Preloader </a></li>
<li><a href="/2009/05/20/flex-3-datechooser-utc-issue/" rel="bookmark" title="Flex 3 DateChooser UTC issue">Flex 3 DateChooser UTC issue </a></li>
<li><a href="/2009/03/05/flex-3-combobox-disabled-options/" rel="bookmark" title="Flex 3 ComboBox disabled options">Flex 3 ComboBox disabled options </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2009/03/01/flex-3-custom-datechooser-2/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Flex 3 Custom Preloader</title>
		<link>/2009/02/06/flex-3-custom-preloader/</link>
		<comments>/2009/02/06/flex-3-custom-preloader/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 06:26:33 +0000</pubDate>
		<dc:creator><![CDATA[stoimen]]></dc:creator>
				<category><![CDATA[featured]]></category>
		<category><![CDATA[flex 3]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[core.Application]]></category>
		<category><![CDATA[custom datechooser]]></category>
		<category><![CDATA[datechooser]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[flash stage]]></category>
		<category><![CDATA[preloader]]></category>

		<guid isPermaLink="false">/?p=134</guid>
		<description><![CDATA[Before to start I&#8217;ll put a link to my post with download and sample of a custom preloader you can use in your applications: /2009/02/25/flex-3-custom-preloader-download/ If there&#8217;s a problem with making a custom flex 3 preloader, there is the solution. The problem after that is to place it at the center of the stage. But &#8230; <a href="/2009/02/06/flex-3-custom-preloader/" class="more-link">Continue reading <span class="screen-reader-text">Flex 3 Custom Preloader</span> <span class="meta-nav">&#8594;</span></a><div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2009/03/04/flex-3-custom-preloader-download/" rel="bookmark" title="Flex 3 Custom Preloader Download">Flex 3 Custom Preloader Download </a></li>
<li><a href="/2009/03/01/flex-3-custom-datechooser-2/" rel="bookmark" title="Flex 3 Custom DateChooser">Flex 3 Custom DateChooser </a></li>
<li><a href="/2009/03/01/download-custom-flex-3-datechooser-2/" rel="bookmark" title="Download Custom Flex 3 DateChooser">Download Custom Flex 3 DateChooser </a></li>
<li><a href="/2009/03/15/download-flex-3-bitmap-with-round-corners/" rel="bookmark" title="Download Flex 3 bitmap with round corners">Download Flex 3 bitmap with round corners </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>Before to start I&#8217;ll put a link to my post with download and sample of a custom preloader you can use in your applications: <a title="flex 3 custom preloader" href="/2009/03/04/flex-3-custom-preloader-download/">/2009/02/25/flex-3-custom-preloader-download/</a></p>
<p>If there&#8217;s a problem with making a custom flex 3 preloader, <a href="http://onflash.org/ted/2006/07/flex-2-preloaders-swf-png-gif-examples.php">there</a> is the solution. The problem after that is to place it at the center of the stage. But there is a solution again. Just because the Application is not available yet, doesn&#8217;t mean that the preloader cannot be positioned correctly.</p>
<p>Just don&#8217;t forget to use the stage.width and height properties, as shown in the example, and use that after added on stage event is fired.</p>
<p>Look carefully at the example!</p>
<p>I recently posted a sample with free donwload of custom datechooser. The sample can be found on:</p>
<p><a href="/2009/02/25/flex-3-custom-datechooser/">/2009/02/25/flex-3-custom-datechooser/</a></p>
<p>and the source can be downloaded here:</p>
<p><a href="/2009/02/25/download-custom-flex-3-datechooser/">/2009/02/25/download-custom-flex-3-datechooser/</a></p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2009/03/04/flex-3-custom-preloader-download/" rel="bookmark" title="Flex 3 Custom Preloader Download">Flex 3 Custom Preloader Download </a></li>
<li><a href="/2009/03/01/flex-3-custom-datechooser-2/" rel="bookmark" title="Flex 3 Custom DateChooser">Flex 3 Custom DateChooser </a></li>
<li><a href="/2009/03/01/download-custom-flex-3-datechooser-2/" rel="bookmark" title="Download Custom Flex 3 DateChooser">Download Custom Flex 3 DateChooser </a></li>
<li><a href="/2009/03/15/download-flex-3-bitmap-with-round-corners/" rel="bookmark" title="Download Flex 3 bitmap with round corners">Download Flex 3 bitmap with round corners </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2009/02/06/flex-3-custom-preloader/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
