Filed under MacBook Pro

It is awesome for Mac users. Check out the site if are Mac user and want more info. I know there are other options but so far so awesome with the VMware Fusion 4.
http://www.vmware.com/products/fusion/overview.html
Filed under MacBook Pro

Just got my first MacBook Pro delivered 1 hour ago!! I have never owned a Mac or really played on a Mac for more than 30 min. Any dev tools or apps that are MUSTs that I should know about? Any suggestions? �3
Filed under
Lately I have been working on making some sites more mobile friendly. One thing I have been playing with is CSS Media Queries. Instead of redoing the whole application with a mobile framework you can just have mobile specific CSS. It is not always the best option but it is a good tool to have. In this example the CSS Media Query is only grabbing devices with a max width of 800px. Obviously this is just scratching the surface. If you want more info there is some good stuff here: http://www.w3.org/TR/css3-mediaqueries/
Filed under ActionScript , Flex
Here is a snippet of a custom Flex tree TreeItemRenderer. I had to make an itemrenderer that would have a custom display on children of a parent tree. I am sure there is a better way to go about this cause I am creating buttons and images even when the parent nodes do not use them.