Photo credits: Matt Steen
To see more recent blog posts please visit http://www.sanative.net/blog
Why I Use Safari on the PC - Flex Development
So, as most of you know, I'm not an Apple fanboi or an iSheep. Heck, I just got my first iPod a few weeks ago, a Shuffle. I got it free, otherwise I would never have purchased it. Truth be told, it's actually a pretty sweet device and very well built. But not nice enough for me to fork out a couple hundred bucks for.
So, when I discovered Apple was releasing Safari to PC my response was pretty much "oh great, another browser on the PC". My first 3 months experience with Safari was less than pleasing, it would crash and never launched. However, recently Apple released an update and I've not had the problem since. Overall, its a good browser, fast, and doesn't require me to do any CSS tweaking to get things to display on my sites the way I want them. But I do hate that bushed aluminum look that's so prevelant with Apple's apps. I guess it's like one of the main reasons I am still using FF as my primary browser. Anyway, I have recently started using Safari more and more. For what? Well, it is now my Flex application testing platform of choice. Why?1. it doesnt interfere with my Firefox sessions2. It doesnt cache as bad as IE
3. ServiceCapture works out of the box with SafariSo, if you are doing Flex development on a PC and are sick of your testing crashing your Firefox sessions, or hate the way IE constantly caches your SWF, give Safari a try.




The beautiful thing about HTML/JS AIR apps is that they ONLY run for one browser, WebKit. That means you've got access to AMAZING CSS support ala built-in rounded corners, bordering, shadows, attribute selectors in CSS 3 and far more.
If I would have realized this before building my first HTML/JS app, I could have saved myself some graphic development and image size.