Browse > Home / Archive by category 'CS3'

| Subcribe via RSS

Zainals.com re-built ..

Zainals Best flash design

In a desperate try to change the way i design websites i had the guts this time to use brighter colors rather than dark colors like you have seen before and im really impressed with the final render . I got out of the boxy model websites .
The good thing now is that i can integrate PHP & MYSQL into my designs to create Dynamic sites like the news and the portfolio , the layout is a liquid design or so called full flash browser that resizes some of the content and centers the main content in the middle depending on user resolution …
oh ya …You have to listen to that track on my website now it ROCKS !

www.zainals.com

Like Moe ( Munther ) said , i like your designs but they are all dark , so thanks moe that got me started a new design era =] …

The new “WEB” trends will change the internet …

With all the new products released by adobe now , and the release of microsoft silverlight , i am kinda lost in here …
Adobe Apollo , new name (AIR) Adobe Integrated Runtime:
What i like about Apollo is that you dont only get to build any Desktop application that interacts with the internet only but it also interact with your local resources ( HD ) using the file API , it is based on flex as3 as far as i watched and i can wait to put my hands on it .

Adobe CS3 creative suite :
that is Flash , DW , InDesign , FW , Photoshop etc … CS3 , the following link explains it all in a great vid :
http://www.adobe.com/newsletters/edge/may2007/video/index.html
you can also have a look at the following link about Actionscript 3 , ( Doc and vid)
http://www.adobe.com/newsletters/edge/may2007/articles/article6/index.html?

Microsoft Silverlight (that can be adobe’s nightmare) :

you can also watch silver light for mobile devices on youtube …

Alot of Developer applications , i shall stick with adobe & at the moment im migrating from AS2 to AS3 , kinda confusing specially the Movieclip/Button interactivity … for ie .

In AS2 we can write a button function like this :

my_btn.onRelease = function() {
trace("Released");
}

but for AS3 it would be like this:

my_btn.addEventListener(MouseEvent.CLICK, onClick);
function onClick(event:MouseEvent):void {
trace("Clicked");
}

The reason its been done this way in as3 is to make a cleaner code , and faster code execution …

Adobe Video Workshop center:
http://www.adobe.com/designcenter/video_workshop/

now at the end , Lynda.com is offering a free video for Adobe Apollo Alpha preview by Mike Chambers
Enjoy … http://movielibrary.lynda.com/html/modPage.asp?id=378