Aug 13
Utah is the Flex Capitol
icon1 admin | icon2 Uncategorized | icon4 08 13th, 2008| icon3No Comments »

Google Insights reveals that Utah searches the most for “adobe flex,” “flex 3,” “flex 2,” and “flex builder.”

Adobe Flex

Flex 3

Flex 2

Flex Builder

My buddy Bryce Barrand found that Orem is the Flex Capitol of Utah

My buddy John Anderson discovered that Utah is also #1 in search for web technologies such as PHP, CakePHP, MySQL, and Linux.

PHP

CakePHP

MySQL

Linux

Utah is definately one of the tech capitols of the United States.

Aug 8
Flex 2 Adobe Certified Professional Prep
icon1 admin | icon2 Uncategorized | icon4 08 8th, 2008| icon3No Comments »

Today I paid the $150 and took the Flex 2 certification test. I passed and am now an ACP - Adobe Certified Professional (add that to my Flash MX 2004 Certified Developer, MCP (Microsoft Certified Professional) and MOUS (Microsoft Office User Specialist) certifications).

Overall I found the test to be challenging. I wouldn’t take it without sufficient preparation. Here are my Flex 2 study preparation tips:

  1. Attest - provides practice tests and quizzes. Some questions on the official test came from the questions found on these practice tests.
  2. Lynda Free 7 Day Trial
  3. Flex 2 Advanced: Using Data Services - a must because the average flex developer hasn’t used RemoteObjects or WebServices very much and the test is roughly 30% on these topics.
  4. Flex 2 Beyond the Basics - great review of advanced flex topics.
  5. Flex 2 Essential Training - great review of basic flex topics.

Obviously use the flex documentation as a reference over concepts that you are unfamiliar with.

Topics founds on the test that I rarely used include: IViewCursor, Flex Data Services.

Good luck.

Aug 4
Flex / Flash Font Size Limit 127
icon1 admin | icon2 Uncategorized | icon4 08 4th, 2008| icon3No Comments »

Today at work we rediscovered the Flash / Flex font size limit of 127px.

We are creating an RIA that needs the ability to scale down a large SVG to a web editor and then scale it back out for a print-ready SVG. Flex would take a 300 px font, convert it to a 127 px font, and then scale it down. This caused our textfields to be very small and inconsistent.