Archive | July, 2008

Delete an unused workspace from Flex Builder 3

Flex Builder 3 (ie Eclipse) keeps a running list of your most recently used workspaces and presents them when you select “Switch Workspace” If you’ve moved stuff around or were experimenting, you’re likely to have a few workspaces listed there that you don’t want. To my knowledge there’s no setting you can clear this list [...]

Leave a comment Continue Reading →

Flex FlipCard Component

UPDATE: There is a more recent post about the FlipCard FlipCard is a component for Flex 3 that allows you to put content on two sides of a 3D “card” and flip between the front and back.  The compiled library as well as full source code can be downloaded from the project page on google.com. [...]

24 Comments Continue Reading →

Some of the purchased items on the iPhone could not be transferred…

  If you purchase an application directly through your iPhone, you may get a warning similar to “Some of the purchased items on the iPhone could not be transferred…” when you try to sync with iTunes. I was able to get rid of this warning by simply going to the iTunes store from within iTunes [...]

21 Comments Continue Reading →

CLI has stopped working

“CLI has stopped working” is an error that you may encounter when running command-line PHP scripts in Windows.  This has been reported frequently by CakePHP users when their “bake” scripts crash.  My particular experience with this issue occurred while running PHPUnit tests from the command line. The top search result as well as others indicates [...]

7 Comments Continue Reading →