Archive for October, 2007

Google’s Dustin Diaz Speaking in Victoria

Monday, October 29th, 2007

Googler and author Dustin Diaz will be presenting at the Better Web Posse tomorrow night, Tuesday October 30th in Victoria, B.C. The event will be held at the Sticky Wicket at 7:00pm (map). If you live on Vancouver Island, this will be a great opportunity to learn some markup, JavaScript and maybe even get the scoop on working at Google.

Improving Flex Builder Performance on OSX

Tuesday, October 9th, 2007

Andrew Trice recently posted on how to Improve Flex Builder Performance. His instructions are for Windows and point in the direction editing FlexBuilder.ini. On the Mac, FlexBuilder.ini is well hidden and not easily found. To change your memory settings on OSX you need to:

  1. Use Finder to Navigate to /Applications/Adobe Flex Builder 2/
  2. Right click on the Flex Builder application icon and choose Show Package Contents from the popup menu
  3. In the Finder window that appears, open the Contents folder, then open the MacOS folder where you will find FlexBuilder.ini
  4. You can edit this file and modify your memory settings as outlined by Riyad Kalla.

I upped my -Xms and -Xmx to 1024 and have noticed a performance improvement on my compile/build time.