Archive for May, 2008

Grant Skinners 50 reasons why AS 3 kicks ass

I found great slides on Grant Skinners blog. They give a quick introduction in AS 3 and it’s core benefits!

50 reasons why AS 3 kicks ass (Grant Skinner)

Also a must read for developers!

Update: And he also added more slides from a workshop here

Microsoft Word error during HTML import

Since I have to use Microsoft Word 2008 for Mac I figured out some issue: During opening a clean XHTML file with external CSS declarations Word can find these CSS files only in the same directory. I tried serveral ways to declare the href tag, but only the last one works...

HTML:
  1. <link href="../style.css" rel="stylesheet" type="text/css" />
  2. <link href="./../style.css" rel="stylesheet" type="text/css" />
  3. <link href="..\style.css" rel="stylesheet" type="text/css" />
  4. <link href="style.css" rel="stylesheet" type="text/css" />

Maybe there is a solution? I can't figure it out.

Adobe Flash Player 9 Security Changes

As a developer you should definitely have a look at this paper