/* CSS file */
@namespace mx “library://ns.adobe.com/flex/halo”;
@namespace s “library://ns.adobe.com/flex/spark”;
//CFF(Compact Font Format)
//For halo component set the embedAsCFF:false
@font-face {
src: url(“assets/fonts/verdana.TTF”);
fontFamily: myHaloFont;
advancedAntiAliasing: true;
embedAsCFF:false;
}
//For spark component [...]
Archive for the ‘Uncategorized’ Category
Custom easing explorer
Posted in Uncategorized on April 2, 2009 | Leave a Comment »
http://www.madeinflex.com/img/entries/2007/05/customeasingexplorer.html
Enable Smoothing on Images for scaling
Posted in Uncategorized, tagged smoothing on Images on January 6, 2009 | Leave a Comment »
http://weblogs.macromedia.com/mc/archives/flex_user_experience/index.html
Flex Component Explorere for beginner
Posted in Uncategorized, tagged flex basics, flex component explorer, Flex for beginner on October 10, 2008 | 1 Comment »
http://examples.adobe.com/flex2/inproduct/sdk/explorer/explorer.html
adobe cs4 launch
Posted in Uncategorized, tagged http://tv.adobe.com/#vi+f1556v1715 on September 29, 2008 | Leave a Comment »
http://tv.adobe.com/#vi+f1556v1715
Flex in a Week – from adobe Flex Developer Center
Posted in Uncategorized on September 11, 2008 | Leave a Comment »
Learn Flex in one week by going through this video training course. To maximize your learning, we recommend that you view the videos and complete the exercises in the order that they are listed. If you run into problems and have questions, you can ask a question on the Flex in a Week forum.
Note: Before [...]
21 Flex Videos from 360Flex San Jose 2008
Posted in Uncategorized, tagged 21 Flex Videos, Flex Videos on September 11, 2008 | Leave a Comment »
http://gregorywilson.wordpress.com/2008/09/06/21-flex-videos-from-360flex-san-jose-2008/
LiveCycle ES vs LiveCycle DS vs BlazeDS – clearing up the confusion
Posted in Uncategorized, tagged BlazeDS, LiveCycle DS, LiveCycle ES on September 10, 2008 | Leave a Comment »
LifeCycle DE overView Video: very usefull
https://admin.adobe.acrobat.com/_a295153/livecycledevoverview1/
from Greg Wilson’s Ramblings
As you probably know, Flex Data Services was recently renamed to LiveCycle Data Services ES, commonly referred to as LiveCycle DS. However, this name change has confused a lot of people because there was already a set of products named LiveCycle Enterprise Suite, commonly referred to as [...]
What is framework?
Posted in Uncategorized, tagged framework, software framework, What is framework? on September 10, 2008 | Leave a Comment »
In computing, a software framework provides “the skeleton of an application that can be customized by an application developer” Like software libraries, software frameworks aid the software developer by containing source code that solves problems for a given domain and provides a simple API. However, while a code library acts like a servant to other [...]
BlazeDS Vs LCDS
Posted in Uncategorized, tagged BlazeDS, BlazeDS Vs LCDS, difference between BlazeDS and LCDS, LCDS on September 10, 2008 | Leave a Comment »
Very clear view about the BlazeDS vs LCDS from Sujit Reddy G blog.
Following are the differences between LCDS and BlazeDS in terms of features. For more details on the features, please visit http://www.adobe.com/products/livecycle/dataservices/features.html
– Indicates the feature is available
Features
BlazeDS
LCDS
Data management Services
Client-Server synchronization
Conflict resolution
Data paging
SQL adapter
Hibernate adapter
Document Services
LiveCycle remoting
RIA-to-PDF conversion
Enterprise-Class Flex application services
Data access/remoting
Proxy service
Automated testing support
Software [...]