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
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
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…
<link href="../style.css" rel="stylesheet" type="text/css" /> <link href="./../style.css" rel="stylesheet" type="text/css" /> <link href="..\style.css" rel="stylesheet" type="text/css" /> <link href="style.css" rel="stylesheet" type="text/css" />
Maybe there is a solution? I can’t figure it out.
As a developer you should definitely have a look at this paper
You must be logged in to post a comment.