<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6" -->
<rss version="0.92">
<channel>
	<title>Elad Elrom</title>
	<link>http://elromdesign.com/blog</link>
	<description>Developing Web 2.0 Enterprise Architect Applications</description>
	<lastBuildDate>Tue, 16 Sep 2008 22:59:12 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Add graphic to an existing Flex compoenent</title>
		<description>Sometimes you need to add an arrow or other graphics elements into an existing Flex components.  Here's an example that shows you how to add an arrow to your component. 
[caption id="attachment_55" align="alignnone" width="249" caption="Add an arrow graphic to an existing Flex compoenent"][/caption]
[sourcecode language='css']

	
		import mx.core.UIComponent;
		private static const ARROW_WIDTH:Number = ...</description>
		<link>http://elromdesign.com/blog/2008/09/16/add-graphic-to-a-component/</link>
			</item>
	<item>
		<title>Create an FLV thumbnail image from VideoDisplay during runtime in Flex</title>
		<description>Here's a Little trick that shows you how to generate an image thumbnail during runtime from a VideoDisplay component, you can than create a server side proxy to save the image as a file or just use it as it is. Enjoy.


[sourcecode language='css']
    
    ...</description>
		<link>http://elromdesign.com/blog/2008/07/25/create-an-flv-thumbnail-image-from-videodisplay-during-runtime-in-flex/</link>
			</item>
	<item>
		<title>ActionScript Modifiers Summary page and ActionScript 4.0 wishlist</title>
		<description>Let’s  talk about some basic Object Oriented programming (OOP) principles - modifiers. Although some modifiers are used often, especially access modifier (private, public, protected and internal), others are rarely used since they are not needed in most cases. With that said, we tend to forget them and end up ...</description>
		<link>http://elromdesign.com/blog/2008/06/12/actionscript-modifiers-summary-page-and-actionscript-40-wishlist/</link>
			</item>
	<item>
		<title>Remove border from TextInput or DateField component</title>
		<description>If you ever tried to remove the border from text input components such as TextInput or DateField you will find that whatever you do you cannot remove a line that look like a border from your top border.  Anything you try such as:
dropShadowColor : "0xFFFFFF";
dropShadowEnabled : "false";
border-thickness-bottom : 0;
border-thickness-top ...</description>
		<link>http://elromdesign.com/blog/2008/06/12/remove-border-from-textinput-or-datefield-component/</link>
			</item>
	<item>
		<title>An awesome new SMS Mashup Flex Job Board. Come tomorrow for a fascinating Presentation!  Go to NYFlex.org and sign up!</title>
		<description>In preparation for my presentation on Mashup tomorrow at NY Flex group,  I gave myself a little challenge. What kind of a Mashup application could I build in about five hours of work, without using a designer!
The result is a job board for Flex developers that can be seen ...</description>
		<link>http://elromdesign.com/blog/2008/04/16/an-awesome-new-sms-mashup-flex-job-board-come-tomorrow-for-a-fascinating-presentation-go-to-nyflexorg-and-sign-up/</link>
			</item>
	<item>
		<title>Increase memory performance on data structures using HashMapCollection API</title>
		<description>Hash map is a data structure that can associates keys with values.  It provides constant time performance for the basic operations of addItem, removeItemAt, getItemValue and other methods.  The main reason for the increase in memory performance is iteration. Unlike ArrayCollection, the HashMapCollection doesn't need to loop through ...</description>
		<link>http://elromdesign.com/blog/2008/03/27/boost-memory-performance-on-data-structures-using-hashmapcollection-api/</link>
			</item>
	<item>
		<title>Use singletons discreetly.  Here are some tips to help you decide when to use the singleton pattern.</title>
		<description>Singleton design pattern should be used discreetly. Many of us are building API's and using singletons as a means to create a global object that can be accessed across the application.Here's why you should use singleton discreetly:

	In many cases, using singleton is an anti-pattern;
	The singleton may be considered as an ...</description>
		<link>http://elromdesign.com/blog/2008/03/23/use-singletons-discreetly-here-are-some-tips-to-help-you-decide-when-to-use-the-singleton-pattern/</link>
			</item>
	<item>
		<title>Boost Flex performance with Object Pooling Manager API</title>
		<description>Object Pooling Manager API is an open source API that allows you to create a collection of objects and use them at any given time.  These usable objects can be anything from a UI component to an XML list.  The Object Pooling manager ensures the management of the ...</description>
		<link>http://elromdesign.com/blog/2008/03/15/boost-flex-performance-with-object-pooling-manager-api/</link>
			</item>
	<item>
		<title>Custom cursor API is a great solution for creating sets of custom cursors</title>
		<description>Custom cursor API is a great solution for creating sets of custom cursors.  Each set is a concrete class that you can set.  In addition, you can implement custom events such as: mouse down, mouse up and custom busy cursor.

CursorManager class is useful for replacing the cursor with ...</description>
		<link>http://elromdesign.com/blog/2008/03/03/custom-cursor-api-is-a-great-solution-for-creating-sets-of-custom-cursors/</link>
			</item>
	<item>
		<title>SQLStatements Manager API will generate SQL commands for forms and other UI interactions.</title>
		<description>Building a large Flex application that communicates with a remote server through SQL commands create an architect design problem.   What do you do with all the SQL commands? Do you store them in a properties file or create 50-100 ColdFusion files?  What do you do once you ...</description>
		<link>http://elromdesign.com/blog/2008/02/21/sqlstatements-manager-api-will-generate-sql-commands-for-forms-and-other-ui-interactions/</link>
			</item>
</channel>
</rss>
