September 29, 2008
Found this image on dezinerfolio and thought it was kinda funny and somewhat accurate.

Found this image on dezinerfolio and thought it was kinda funny and somewhat accurate.

Most all web developers these days use Dreamweaver to code their html/css webpages. Here Greg explains all the new features that the Dreamweaver CS4 program offers covering Photoshop Smart Objects, Live View, Live Code, and even covering dynamic content such as JavaScript and AJAX.
More videos on the new Flash and other CS4 programs viewable at http://tv.adobe.com/
Here is walk through of the new Flash CS4 authoring program. This one goes in depth of the new product features and how to use them. Though it takes time to get into it and the accent makes it hard to
understand, there is a lot of new stuff in here making it worth watching. In this episode Paul shows the new CS4 object based tweening module including how to create animations using the timeline, how to use the
new motion editor and also how to save and reuse your animations using your Motion Presets.
More videos on the new Flash and other CS4 programs viewable at http://tv.adobe.com/
http://matthewjamestaylor.com/blog/perfect-3-column.htm
Here is a series of website liquid layouts that use percentage widths and relative positioning, and they work with all the common web browsers including Safari on the iPhone and iPod touch. They’re also ’stackable’
so you can use multiple column types on the one page. This makes the number of possible layouts endless!
The main features
* No CSS hacks
* iPhone & iPod Touch compatible
* SEO friendly
* Full length column background colours
* No Images
* No JavaScript
* Resizable text compatible
* Stackable columns
* FREE for anyone to use
http://www.webmastersbydesign.com/2008/06/19/the-best-developer-cheat-sheets-around/
Take a look this cheat sheet from the guys at webmasterdesign.com There is over 40 different cheat sheets to take a look at. Anything from HTML to Ruby to MySQL. Ive also come across the FreeTechBooks.com website in their categories section which has 600+ free online programming books. It lists computer science, engineering and programming books, textbooks and lecture notes all free and completely legal.
A great feature of flash is that its extensible which means that you can create your own tools to put into the flash authoring program making things easier for you. So I decided to make a couple custom panels which sets up the flash canvas for me for what Im trying to do. I created the Movie Setup button to set my fps to 30, size my canvas, add an actions layer, and name a few folders all at one mouse click so that I didnt have to do that every time.
I also created the Banner Setup button for my work so that when Im creating size specific flash banners I can have those set up as well. For this to happen, you have to call the MMExecute function and to that function you need to pass a string of JSFL code which is the JavaScript API for flash. To find out more about the JavaScript API you can go to the help files under extending flash.
After creating the swf It needs to be packaged so that others can download it. It takes 2 files to make this happen, the swf file and a .mxi file (which is pretty much xml) Both those files get packaged with the extenstion manager and you essentially make a flash extension which can be installed by everyone.