Tuesday, March 24, 2009

How to improve your skills: Designer (pt1)

let me help you to reach the next level you should have.
 
Introduction
1) Try to familiarize yourself with UI environment more.
2) Understanding of each step/process which may involved to develop an UI
   etc:// from graphic to html
            from html to css class driven
            once you have a style (css class driven)
 
3) Once you done, try to learn of how to create a dynamic data ( etc; xml, includes function, or database driven)
USER INTERFACE = design & data displayer
DATA or MASSIVE DATA (database) = data which is called from other dynamic source (database engine) to display on your UI.
 
 
How to start?
 STEP 1
 
BUILD UI
Know the possible platform of UI Builder
adobe air, media server, jquery , flex, silverlight, flash, dhtml, manual html/css/javascript implementation.
 
Research, Develop, Implement & Test it Live
-When you focus, and know wht you looking, it will mk your task easier.
-Know what the best/fast way to deliver your development .
 
Know the separation of designing & developing
Develop UI first, design is later (faster since you are designing oriented)
 
RESULT: Your UI Application is ready.
 
STEP 2
CONNECT TO DATA
- How to connect to external sources ? What you need?
- What do you need to enable the data passing rightly to your UI (on your UI & data side)
- What the platform of the  external data sources?
 
RESULT: Your Data connected to your UI.
 
 
FINAL RESULT: You will be PRO.

0 comments:

Post a Comment