Rabu, 28 Juli 2010

TOOL

                                         
                                                                          Gbr 01 tool
Design Tools
Membuat gambaran awal dengan cepat penting di tahapan awal perancangan untuk:
a.    Menjajaki berbagai alternatif;
b.    Memungkinkan komunikasi dalam tim perancang;
c.    Menyampaikan kepada klien seperti apa bentuk produk nantinya.
Design Tools (Lanj.)
Beberapa contoh design tools:
a.    CAI software: Macromedia Authorware, IconAuthor, Quest.
b.    Multimedia construction tools: HyperCard, Macromedia Director, Macromedia Flash.
c.    Slide presentation software: Microsoft PowerPoint.
d.    Visual programming tools: Microsoft Visual Basic (sekarang dalam Visual Studio .NET), Borland Delphi.
e.    Web design tools: Macromedia Dreamweaver, Macromedia Fireworks.
Design Tools (Lanj.)


Software Engineering Tools
Tcl/Tk:
#First make a menu button
menubutton.menu1 -text "Unix Commands" -menu.menu1.m
-underline 0

#Now make the menu, and add the lines one at a time
menu.menu1.m
.menu1.m add command -label "List Files" -command {ls}
.menu1.m add command -label "Get Date" -command {date}
.menu1.m add command -label "Start Calendar" -command {xcalendar}

pack.menu1

Software Engineering Tools (Lanj.)

Java:
class Test 
{
  public static void main(String[] args) 
  {
    for(int i = 0; i < args.length; i++)
      System.out.print(i == 0 ? args[i] : 
    " " + args[i]);
      System.out.println();
  }
}
Software Engineering Tools (Lanj.)
JavaScript             


Dikutp dari :
http://www.logosauce.com/
http://www.clickdensity.com/


//Rabu, July 28, 2010

0 komentar:

Posting Komentar