Size: px
Start display at page:

Download "1 1 2 2 2.1........................... 2 2.2.............. 5 2.2.1................ 5 2.2.2.............. 5 2.2.3................. 6 2.3..............."

Transcription

1 2009 GUI ( ) 5108B109-7

2 Apple Human Interface Guidelines Windows Vista User Experience Guidelines GUI GUI GUI GUI i

3 RESTClient Martijn van Welie Scott Henninger Giuseppe Vella ii

4 1 GUI(Graphical User Interface) GUI ATM Windows Macintosh GNOME GUI GUI GUI 1 Web FireFox Windows Macintosh Linux GUI GUI GUI GUI 1

5 2 2.1 use + able = Usable Usable [1] Usability ISO Jakob Nielsen [2] ISO Jakob Nielsen ( ) 5 : 2

6 GUI Windows Windows GUI GUI : GUI 3

7 : Web GUI : GUI 4

8 :

9 2.2.3 GUI ID ID 2.3 6

10 3 ( ) Apple Human Interface Guidelines[3][4] Microsoft Windows Vista User Experience Guidelines[5] GNOME Human Interface Guidelines[6] 3.1 GUI Apple Human Interface Guidelines Windows Vista User Experience Guidelines Apple Human Interface Guidelines Controls Text ( ) ( )...( 7

11 ) Windows 4 (1) (2) (3) (4) Menus Icons Pointers MacOS Layout 8

12 3.1.2 Windows Vista User Experience Guidelines Controls Commands UI Text Main Instruction 12 Apple Human Interface Guidelines ( )...( ) Messages Windows Aesthetics 3.2 GUI 9

13 10

14 GUI GUI GUI GUI GUI GUI GUI GUI GUI GUI XML XML XML GUI GUI GUI GUI Windows Macintosh 11

15 GUI GUI 4.1 Apple Human Interface Guidelines( Mac ) GUI 4.2 Windows Vista User Experience Guidelines( Vista ) GUI GUI 6 OK Cancel Mac Vista 4.1 GUI GUI 4.1: Mac WindowsVista OK Cancel Windows Macintosh GUI 12

16 4.1: Mac 4.2: Vista 13

17 4.2 GUI GUI GUI GUI GUI 1 GUI 4.3 GUI 3 (1) (2) (3) (1) (2) (3) GUI 14

18 : (1) (2) (3) (4) GUI (5) 15

19 GUI JavaSWT [7] SWT SWT GUI SWT 5.1 GUI Java SWT XML GUI GUI GUI XML GUI GUI GUI XML 5.2 GUI Name Parent Button Combo 5.2 Shell Name shell Text ID 16

20 Parent Layout ID Display ID 0 Shell Parent 0 Shell ID 0 Display SWT Display OS SWT Shell GUI GUI BL( ) BC( ) 5.1: GUI Display Shell Composite Button Combo Menu MenuItem Spinner Slider Scale TextArea List Label FormLayout FormData FormAttachment FillLayout GridLayout GridData RowLayout RowData SWT Display SWT Shell SWT Composite FormLayout SWT FormData SWT FormAttachment FillLayout GridLayout SWT GridData RowLayout SWT RowData 17

21 5.2: GUI ID Parent Name Text ToolTip Style Layout LayoutData Width Heught PointX PointY FontStyle FontName FontHeight BackgroundColor ForegroundColor ID X Y Font ( ) Font Font 18

22 - <Display> <ID>0</ID> <Name>display</Name> </Display> - <Shell> <ID>1</ID> <Name>shell</Name> <Parent BC="35" BL="10">0</Parent> <Text BC="23" BL="11">" "</Text> <Layout BC="23" BL="16">2</Layout> </Shell> - <Label> <ID>3</ID> <Name>mainLabel</Name> <Parent BC="39" BL="18">1</Parent> <Text BC="27" BL="19">" "</Text> <Style BC="39" BL="18">SWT.NONE</Style> <LayoutData BC="27" BL="21">4</LayoutData> <Font BC="27" BL="23">5</Font> </Label> - <Combo> <ID>27</ID> <Name>combo1</Name> <Parent BC="34" BL="66">1</Parent> <Style BC="34" BL="66">SWT.NONE</Style> <LayoutData BC="24" BL="76">28</LayoutData> <Item BC="24" BL="67">" "</Item> <Item BC="24" BL="68">" "</Item> <Item BC="24" BL="69">" "</Item> <Item BC="24" BL="70">" "</Item> <Item BC="24" BL="71">" "</Item> <Item BC="24" BL="72">" "</Item> </Combo> 5.2: GUI 19

23 5.2 GUI GUI GUI GUI GUI GUI 4.1 GUI 5.3 GUI 2 GUI - <Label> <Name>mainLabel</Name> <ID>3</ID> <Parent>1</Parent> <Height>16</Height> <Width>84</Width> <X>20</X> <Y>18</Y> </Label> - <TextArea> <Name>nameText</Name> <ID>10</ID> <Parent>1</Parent> <Height>26</Height> <Width>128</Width> <X>121</X> <Y>47</Y> </TextArea> 5.3: GUI 20

24 5.2.1 GUI GUI GUI GUI GUI 4.1 GUI GUI <Layout> <LabelPosition>Left</LabelPosition> <LabelAlignment>Right</LabelAlignment> <ControlAlignment>Left</ControlAlignment> <WindowEdgeTop>18</WindowEdgeTop> <WindowEdgeLeft>20</WindowEdgeLeft> </Layout> 5.4: GUI GUI GUI (1) Y Y X 21

25 (2) (3) (2) X X ( X X) Y Y ( Y Y ) Y Y ( Y Y) 5.5 (4) (2) Y Y ( Y Y) X X ( X X ) X X ( X X) 5.6 (5) (2) (2) (6) (3) X (7) (4) Y (8) (6)(7) (9) (6)(7) (6) (7) (10) (6)(7) 22

26 5.5: 5.6: 5.3 ( ) XML ( ) :( )...( ) 23

27 ...( ) XSL XSL XML XML XML GUI XML XSL GUI XML XSL : : SWT SWT LayoutData XML Mac

28 - <xsl:template match="/"> <xsl:apply-templates select="gui" /> </xsl:template> - <xsl:template match="gui"> - <GUI> <xsl:apply-templates select="label" /> </GUI> </xsl:template> - <xsl:template match="label"> - <xsl:choose> - <xsl:when test="number(type) > -1 and substring(text,string-length(text)-1,1)!= : "> - <xsl:copy> <xsl:apply-templates select="type" /> </xsl:copy> </xsl:when> - <xsl:otherwise> <xsl:copy-of select="." /> </xsl:otherwise> </xsl:choose> </xsl:template> - <xsl:template match="text"> - <xsl:copy> <xsl:value-of select= "concat(substring(.,1,string-length(.)-1), :" )" /> </xsl:copy> </xsl:template> 5.7: 25

29 5.3: LabelAlignment LabelPosition ControlAlignment LabelHorizontal LabelVertical WindowEdgeLeft WindowEdgeTop RelatedContorol UnrelatedContorol PushButton TextArea Width Height PushButton PushButton - <Guideline> <LabelAlignment>Right</LabelAlignment> <LabelPosition>Left</LabelPosition> <ControlAlignment>Left</ControlAlignment> <LabelVertical>3</LabelVertical> - <PushButton> <Width>68</Width> <Height>20</Height> </PushButton> </Guideline> 5.8: 26

30 5.4 GUI GUI GUI GUI GUI GUI 5.8 GUI Windows Vista GUI 4.2 Mac 5.8 GUI ChangeFlag GUI AddFlag GUI DeleteFlag 5.9: 27

31 5.10: GUI GUI 4.3 (1) (2) GUI GUI GUI GUI GUI ChangeFlag AddFlag DeleteFlag // 28

32 5.11: 2 29

33 Windows Vista GUI 4.2 Mac GUI GUI GUI Mac GUI Windows Vista GUI 4.2 Mac 5.12 GUI Mac Mac 5.15 Application Application

34 Display display = new Display(); Shell shell = new Shell(display); shell.settext(" "); FormLayout formlayout = new FormLayout(); formlayout.marginwidth=20; formlayout.marginheight=18; shell.setlayout(formlayout); Label joblabel = new Label(shell,SWT.NONE); joblabel.settext(" "); FormData data7 = new FormData(); //data7.left = new FormAttachment(textLabel2,0,SWT.LEFT); FormAttachment fa47 = new FormAttachment(textLabel2,0,SWT.RIGHT); FormAttachment fa48 = new FormAttachment(nameText2,10,SWT.BOTTOM); data7.right = fa47 data7.top = fa48 joblabel.setlayoutdata(data7); Combo combo1=new Combo(shell,SWT.NONE); combo1.add(" "); combo1.add(" "); combo1.add(" "); combo1.add(" "); combo1.add(" "); combo1.add(" "); FormData datacombo = new FormData(105,20); FormAttachment fa56 = new FormAttachment(nameText,0,SWT.LEFT); FormAttachMent fa57 = new FormAttachment(jobLabel,0,SWT.TOP); datacombo.left = fa56 datacombo.top = fa57 combo1.setlayoutdata(datacombo); Button lastbutton1 = new Button(shell,SWT.PUSH); lastbutton1.settext("ok"); FormData data14 = new FormData(68,20); 5.12: 31

35 - <Shell> <ID>1</ID> <Name>shell</Name> <Parent BC="35" BL="10">0</Parent> <Layout BC="23" BL="16">2</Layout> <MenuBar BC="19" BL="48">3</MenuBar> <Comment> 2 3 </Comment> </Shell> - <MenuItem AddFlag="1"> <ID>50</ID> <Name>menuItem50</Name> <Parent>3</Parent> <Style>SWT.CASCADE</Style> <Text>"Application"</Text> <Index>0</Index> <Menu>52</Menu> <Comment> Application </Comment> </MenuItem> 5.13: 32

36 5.14: 5.15: 33

37 Mac : Mac (1) (2) (3) Controls Texts Icons Pointers Menus Windows Layout (3) 2 Mac SWT SWT Controls 37 Menus 4 Windows 7 Icon Pointers MacOS Layout (3) (1) Layout Control Controls 34

38 RESTClient2.3 Web RESTClinet2.3 Mac 70 (1) 5 (2) Mac Mac RESTClinet2.3 File Save Open File Save... Save As... Open... Mac Save Open 8 35

39 7 7.1 Martijn van Welie Martijn van Welie [8] Erich Gamma Richard Helm Ralph Johnson John Vlissides 4 23 GoF Martijn van Welie Martijn van Welie 1 36

40 7.1: Martijn van Welie Name Problem Context Solutions The Shield Examples Usability Impact Yes No 1 Martijn van Welie 7.1 ( UID) UID UID UID Martijn van Welie Martijn van Welie 37

41 7.2 Scott Henninger Scott Henninger [9] Scott Henninger Scott Henninger Giuseppe Vella Vella extensible Presentation Language(XPL) [10] XPL XPL XPL XML Window XPL Window ApplicationGroup ApplicationGroup 38

42 Window XPL XML XML XPL GUI GUI 39

43 8 GUI GUI Mac OK Cancel OK Cancel Vista ON OFF 2 1 XSL XSL 40

44 41

45 [1] U-Site [2]... -., [3] [4] Apple Human Interface Guidelines OSXHIGuidelines/XHIGIntro/chapter_1_section_1.html [5] Windows Vista User Experience Guidelines [6] GNOME Human Interface Guidelines [7] SWT [8] Martijn van Welie Gerrit C. van der Veer and Anton Eliens Patterns as Tools for User Interface Design [9] Scott Henninger An Organizational Learning Method for Applying Usability Guidelines and Patterns 2001 [10] Giuseppe Vella and Marilia Liotta XPL a Presentation Language based on User Interface Design Pattern

46 ,,,, GUI, 2009, September 7-9, 2009,,,, GUI, 15 in (FOSE2008), November 13-15, 2008.,,,, GUI, 2008, March 18-21,

untitled

untitled JavaFX Mobile 1. JavaFX Mobile... 2 1.1. JavaFX... 2 1.2. JavaFX Script... 3 1.2.1.... 3 1.2.2.... 5 1.2.3.... 5 2.... 7 2.1. JDK 6 Update 13... 7 2.2. NetBeans IDE 6.5.1 for JavaFX 1.1.1... 7 3.... 10

More information

付加情報をもったファイル共有システム

付加情報をもったファイル共有システム 1 2 1 6 1.1....................................... 6 1.2...................................... 6 1.3..................................... 6 1.4................................... 7 2 8 2.1 Annphony....................................

More information

1 1 1............................ 1 2...................... 1 3..................... 2 4................... 2 2 4 1 CSS.......................... 4 2.

1 1 1............................ 1 2...................... 1 3..................... 2 4................... 2 2 4 1 CSS.......................... 4 2. 1 1 1............................ 1 2...................... 1 3..................... 2 4................... 2 2 4 1 CSS.......................... 4 2.......................... 4 3......................

More information

1 2 2.1 TreeDrawer 2 2 2.2 Application TreeDrawer File New( command+n) 2

1 2 2.1 TreeDrawer 2 2 2.2 Application TreeDrawer File New( command+n) 2 TreeDrawer (MacOSX) (2016.4.18) 1......................................... 1 2............................................ 2 2.1................................................ 2 2.2................................................

More information

untitled

untitled Flex 2010 1 21 5106139 5106144 1 -------------------------------------------------------------------------------------------------p3 ----------------------------------------------------------------------------------------------p4

More information

Windows Macintosh 3 3 4 = 3 4 = 4 5 6 Windows Macintosh 7 8 9 Windows Macintosh 0 Windows Macintosh 3 4 5 Windows Macintosh Windows Macintosh 3 4 5 = Windows Macintosh 3 4 3 4 5 3 4 5 3 5 4 5 6 3 4 3 5

More information

2 2 2 6 9 9 10 14 18 19 21 22 22 Java 23 24 25 25 26 30 31 32 39 46 53 55 58 2 2.0 2.0R Ver.2.0R Java Java 2.0 2.0R 2.0R 2.0 Ver2.0 2.0R Ver2.0R 19 Sun Sun Microsystems Java Java Sun Microsystems, Inc.

More information

retool_001-013_intro.indd

retool_001-013_intro.indd Part 1 CHAPTER 1 Part 1 Section 1 1.1. Excel Excel New Application Employee Module Template Responsive CREATE Data Entities Import Entities form Excel... Excel 6 7 Section 1 1-Click Publish Interface Screen

More information

新しいイテレーション型開発

新しいイテレーション型開発 2 XAML WPF Windows Presentation Foundation 4 / 4 5 Silverlight 5 XAML 6 6 XAML 6 6 7 8 8 9 XAML 9 XAML 12 12 / / 13 / 14 15 XAML 15 Expression Blend 15 Visual Studio 2008 16 XAML 16 Microsoft Expression

More information

NEEDS Yahoo! Finance Yahoo! NEEDS MT EDINET XBRL Magnetic Tape NEEDS MT Mac OS X Server, Linux, Windows Operating System: OS MySQL Web Apache MySQL PHP Web ODBC MT Web ODBC LAMP ODBC NEEDS MT PHP: Hypertext

More information

Windows Macintosh 18 Java Windows 21 Java Macintosh

Windows Macintosh 18 Java Windows 21 Java Macintosh 2 2 2 6 6 6 12 16 17 18 Windows Macintosh 18 Java Windows 21 Java Macintosh 23 25 26 26 27 33 34 40 48 55 57 60 Sun Sun Microsystems Java Java Sun Microsystems, Inc. Microsoft Windows Windows Microsoft

More information

J K L

J K L pp. ISSN Excel VBA Applications of Excel VBA in Psychology 3 Application for Speech Recognition Software Hiroyuki HISAMOTO Abstract When psychological experiments are run using computers, most reactions

More information

nopcommerce 2.2 2.1.6 Adobe Flash ( 1 ) 1 nopcommerce 2.2 ( [5, p.3-4] )

nopcommerce 2.2 2.1.6 Adobe Flash ( 1 ) 1 nopcommerce 2.2 ( [5, p.3-4] ) nopcommerce 2.2 NopCommerce (Ver.2.3) NopCommerce 2.1.1 (OS) Windows 7 Windows Vista Windows XP Windows Server 2003 Windows Server 2008 2.1.2 Web Internet Information Service (IIS) 6.0 2.1.3 ASP.NET 4.0

More information

, : GUI Web Java 2.1 GUI GUI GUI 2 y = x y = x y = x

, : GUI Web Java 2.1 GUI GUI GUI 2 y = x y = x y = x J.JSSAC (2005) Vol. 11, No. 3,4, pp. 77-88 Noda2005 MathBlackBoard MathBlackBoard is a Java program based on the blackboard applet. We can use the blackboard applet with GUI operations. The blackboard

More information

mvd_nas_2.0.5_release_notes_v1_ja.doc

mvd_nas_2.0.5_release_notes_v1_ja.doc MVD Powered NAS Version 2.0.5 1 MVD Powered NAS CD CD MVD Share Manager TM Internet Explorer 6.0 Netscape 6.2 Mozilla 1.0.0 Cascading Style Sheets (CSS) Java Script Netscape 4.61 MVD Share Manager OK 6.2

More information

07_経営論集2010 小松先生.indd

07_経営論集2010 小松先生.indd 19 1 2009 105 123 Web Web Web Web World Wide Web WWW OS 1990 WWW Web HTML CSS JavaScript Web 1 WWW 2 Web Web 3 Web 4 HTML5 5 Web Web 3 1970 WWW HTML Web WWW WWW WWW WWW WWW 105 Web WWW 2 Web 1 1 NTT NTT

More information

山梨県ホームページ作成ガイドライン

山梨県ホームページ作成ガイドライン 17 7 ...1...4...4...4...4...5...5 W3C...5...6...6...6...7...8...8...10...10...10... 11...12...12...13...13...13...14...14...14...15...15...16...16...16...16...16...17...18 15 (2003 ) 69.7 81.1 43.6 19.6

More information

1 1 1........................... 1 2.............................. 1 2 2 1........................... 2 2...................... 3 3...................

1 1 1........................... 1 2.............................. 1 2 2 1........................... 2 2...................... 3 3................... 0448051 1 1 1........................... 1 2.............................. 1 2 2 1........................... 2 2...................... 3 3.................... 4 4........................ 6 5...........................

More information

Microsoft Word - jpluginmanual.doc

Microsoft Word - jpluginmanual.doc TogoDocClient TogoDocClient... i 1.... 1 2. TogoDocClient... 1 2.1.... 1 2.1.1. JDK 5.0... 1 2.1.2. Eclipse... 1 2.1.3.... 1 2.1.4.... 2 2.2.... 3 2.2.1.... 3 2.2.2.... 4 2.3. Eclipse Commands... 5 2.3.1....

More information

Rによる計量分析:データ解析と可視化 - 第2回 セットアップ

Rによる計量分析:データ解析と可視化 - 第2回 セットアップ R 2 2017 Email: gito@eco.u-toyama.ac.jp October 16, 2017 Outline 1 ( ) 2 R RStudio 3 4 R (Toyama/NIHU) R October 16, 2017 1 / 34 R RStudio, R PC ( ) ( ) (Toyama/NIHU) R October 16, 2017 2 / 34 R ( ) R

More information

New version (2.15.1) of Specview is now available Dismiss Windows Specview.bat set spv= Specview set jhome= JAVA (C:\Program Files\Java\jre<version>\

New version (2.15.1) of Specview is now available Dismiss Windows Specview.bat set spv= Specview set jhome= JAVA (C:\Program Files\Java\jre<version>\ Specview VO 2012 2012/3/26 Specview Specview STSCI(Space Telescope SCience Institute) VO Specview Web page http://www.stsci.edu/resources/software hardware/specview http://specview.stsci.edu/javahelp/main.html

More information

B 20 Web

B 20 Web B 20 Web 0753018 21 1 29 1 1 6 2 8 3 UI 10 3.1........................ 10 3.2 Web............ 11 3.3......... 12 4 UI 14 4.1 Web....................... 15 4.2 Web........... 16 4.3 Web....................

More information

ProVisionaire Control V3.0セットアップガイド

ProVisionaire Control V3.0セットアップガイド ProVisionaire Control V3 1 Manual Development Group 2018 Yamaha Corporation JA 2 3 4 5 NOTE 6 7 8 9 q w e r t r t y u y q w u e 10 3. NOTE 1. 2. 11 4. NOTE 5. Tips 12 2. 1. 13 3. 4. Tips 14 5. 1. 2. 3.

More information

1 Web 1W e b Q Pay-easy 2 31 Web :00 315:00 15:00 315:00 Q 515:00 Q 9 30 Q :00 6:00 21:00 6:

1 Web 1W e b Q Pay-easy 2 31 Web :00 315:00 15:00 315:00 Q 515:00 Q 9 30 Q :00 6:00 21:00 6: 1 Web 1W e b109 00 19 00 Q Pay-easy 2 31 Web 10 10 10 15:00 315:00 15:00 315:00 Q 515:00 Q 9 30 Q 13 00 1 1 11 3 5 35 5 13 2:00 6:00 21:00 6:00 2 8 00 23 00 12/31 8 00 19 00 8 00 15 00 8 00 21 00 15 00

More information

システム開発プロセスへのデザイン技術適用の取組み~HCDからUXデザインへ~

システム開発プロセスへのデザイン技術適用の取組み~HCDからUXデザインへ~ HCDUX Approach of Applying Design Technology to System Development Process: From HCD to UX Design 善方日出夫 小川俊雄 あらまし HCDHuman Centered Design SE SDEMHCDUIUser Interface RIARich Internet ApplicationUXUser

More information

OS Windows Mac OS Windows Mac OS Windows XP Mac OS X OS Windows 95 Mac OS

OS Windows Mac OS Windows Mac OS Windows XP Mac OS X OS Windows 95 Mac OS About use of the Chinese character which is not in a computer Reuse and sharing of data by the large-scale character set and the Macro program HUKUDA Sinobu 1 125000 800 JIS 2 2000 3 1 488 545 2 JIS X

More information

MRS-series File Manager

MRS-series File Manager 1 MRS...2...3 MRS...3...3...4 MRS...4...5...10...10...11...11...12 V...13 V...13...13...13...14 V...14...14...15 AIFF WAV...15...15 IMPORT...15 Import...15 V...16...16 EXPORT...16 Export...16 ZOOM MRS

More information

ii II Web Web HTML CSS PHP MySQL Web Web CSS JavaScript Web SQL Web 2014 3

ii II Web Web HTML CSS PHP MySQL Web Web CSS JavaScript Web SQL Web 2014 3 Web 2.0 Web Web Web Web Web Web Web I II I ii II Web Web HTML CSS PHP MySQL Web Web CSS JavaScript Web SQL Web 2014 3 1. 1.1 Web... 1 1.1.1... 3 1.1.2... 3 1.1.3... 4 1.2... 4 I 2 5 2. HTMLCSS 2.1 HTML...

More information

(1)

(1) ~ ~ NO YES ~ ( NO YES ) YES NO NO YES ~ ( NO YES ) YES NO 1 1 NO 2 NO 2YES YES 1 (1) 25 26 2 3 () () () () 4 () () 5 6 () 7 () 8 9 1-3-1 10 3 11 12 ~1. (1) () () (2) (3) () (4) () () (5) (6) (7) (1) (2)

More information

0.2 Button TextBox: menu tab 2

0.2 Button TextBox: menu tab 2 Specview VO 2012 2012/9/27 Specview Specview STSCI(Space Telescope SCience Institute) VO Specview Web page http://www.stsci.edu/resources/software hardware/specview http://specview.stsci.edu/javahelp/main.html

More information

untitled

untitled Java EE EJB SOA 2007 11 2 Java Java Java (JJUG) Java http://www.java-users.jp/ Java JJUG 2007 Fall 11 6 ( ) http://www.javausers.jp/contents/events/ccc2007fall/ EJB SOA EJB SOA IT EoD IT X-Over Development

More information

konicaminolta.co.jp PageScope Net Care

konicaminolta.co.jp PageScope Net Care konicaminolta.co.jp PageScope Net Care KONICA MINOLTA PageScope Net Care KONICA MINOLTA PageScope Net Care Web KONICA MINOLTA PageScope Net Care SNMP KONICA MINOLTA Printer-MIB KONICA MINOLTA PageScope

More information

untitled

untitled FutureNet Microsoft Corporation Microsoft Windows Windows 95 Windows 98 Windows NT4.0 Windows 2000, Windows XP, Microsoft Internet Exproler (1) (2) (3) COM. (4) (5) ii ... 1 1.1... 1 1.2... 3 1.3... 6...

More information

1: Android 2 Android 2.1 Android 4 Activity Android Service ContentProvider BroadcastReceiver Activity ( ): Android 1 Android Service ( ): ContentProv

1: Android 2 Android 2.1 Android 4 Activity Android Service ContentProvider BroadcastReceiver Activity ( ): Android 1 Android Service ( ): ContentProv II Java/Android 1 Android 1.1 Google 2003 Android 2005 Google Android 2007 11 Google T- (T-Mobile International) Open Handset Alliance OHA Android 1.2 OS Android 7.0 API (Application Program Interface)

More information

BlueJ 2.0.1 BlueJ 2.0.x Michael Kölling Mærsk Institute University of Southern Denmark Toin University of Yokohama Alberto Palacios Pawlovsky 17 4 4 3 1 5 1.1 BlueJ.....................................

More information

C-720 Ultra Zoom 取扱説明書

C-720 Ultra Zoom 取扱説明書 C-720 Ultra Zoom 2 3 4 1 2 3 4 5 5 6 7 6 8 9 7 10 8 ~ ~ 9 ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 10 ~ ~ ~ 11 12 13 14 ÑñÉí 15 16 ~ 8 1 2 3 4 5 6 7 $ % ^ & 9 ISO 100 0! @ # 1 2 3 4 5 6 7 8 17 $ % ^ & 9 ISO 100 0! @ # 9 0!

More information

dTVIIman.PDF

dTVIIman.PDF dtv.ii SR diffusion TENSOR Visualizer II, the Second Release Rev.0.90 (2005.08.22) dtv 3 6 ROI ROI 10 11 15 21 23 25 2 dtv dtvdiffusion TENSOR Visualizer MR VOLUME-ONE dtv VOLUME-ONE ROI 1.1 dtv.ii SR

More information

P2P技術を用いたチャットの研究

P2P技術を用いたチャットの研究 P2P 0010135 Server Client Hybrid P2P Pure P2P Pure P2P Single Point of Failure Pure P2P Sever Client Hybrid P2P Pure P2P (Single Point of Failure ) Client Server Hybrid P2P Single Point of Failure PureP2P

More information

GUIプレゼンテーションフレームワークS2JFace

GUIプレゼンテーションフレームワークS2JFace GUI プレゼンテーションフレームワーク S2JFace ~ なぜ あなたは Web アプリケーションを作り続けるのか ~ 2006.11.12 エスエムジー株式会社小森裕介 (komori@smg.co.jp) 株式会社グルージェント亀谷大樹 (kameya@gluegent.com) 1 はじめまして! 名前 : 小森裕介 Blog:http://d.hatena.ne.jp/y-komori/

More information

1 1977 Dynabook [2] 2 GUI GUI ( ) WIMP WIMP Window Icon Menu Pointing device GUI Xerox Alto GUl [3] [4] GUI 4 2

1 1977 Dynabook [2] 2 GUI GUI ( ) WIMP WIMP Window Icon Menu Pointing device GUI Xerox Alto GUl [3] [4] GUI 4 2 GUI 2009 1 30 1 GUI PDA( ) AV (GUI: Graphical User Interface) [1] 1963 (SAGE) 1960 (SRI) Augmentation Research Center (ARC) NLS(oNLine System) 70 Xerox PARC Dynabook Alto Smalltalk Mac OS Windows GUI [

More information

短大29号.indd

短大29号.indd Office 2007 1Word 2003 Word 2007 2 Office 2007 3CD-ROM 4 CAI 5 6 1Word 2003 Word 2007 Word 2007 Word 2003 Word 2007 4 Word 2003 Word 2003 Word 2007 Word 2003 Word 2007 Office 2003 Office 2007 Office 2007

More information

ÆþÌçGTK+

ÆþÌçGTK+ 1 1 GTK+ 1.1 GTK+ GTK+ *1 GUI Graphical User Interface GIMP * 2 1.1 GIMP GNOME *3 GTK+ + GTK+ 2 Pango ATK cairo 2 GTK+ GLib... 1.1 GIMP *1 GTK+ The GIMP Toolkit : http://www.gtk.org/ *2 GIMP The GNU Image

More information

untitled

untitled Visual Basic.NET 1 ... P.3 Visual Studio.NET... P.4 2-1 Visual Studio.NET... P.4 2-2... P.5 2-3... P.6 2-4 VS.NET(VB.NET)... P.9 2-5.NET... P.9 2-6 MSDN... P.11 Visual Basic.NET... P.12 3-1 Visual Basic.NET...

More information

LiveCode初心者開発入門サンプル

LiveCode初心者開発入門サンプル / About LiveCode 01:... 11 02: Create... 15 set 03:... 21 name title LiveCode 04:... 29 global local width height 05:... 37 Controls Tools Palette Script Editor message handler 06:... 52 RGB 07:... 63

More information

13 Student Software TI-Nspire CX CAS TI Web TI-Nspire CX CAS Student Software ( ) 1 Student Software 37 Student Software Nspire Nspire Nspir

13 Student Software TI-Nspire CX CAS TI Web TI-Nspire CX CAS Student Software ( ) 1 Student Software 37 Student Software Nspire Nspire Nspir 13 Student Software TI-Nspire CX CAS TI Web TI-Nspire CX CAS Student Software ( ) 1 Student Software 37 Student Software 37.1 37.1 Nspire Nspire Nspire 37.1: Student Software 13 2 13 Student Software esc

More information

quattro.PDF

quattro.PDF Quattro USB Audio Interface 2 M-AUDIO 3 Windows Windows 98 SE/ Windows ME/ Windows 2000/ Windows XP Platinum III 500MHz/ 96kHz Platinum II 400MKz/ 48kHz 128MB RAM / 96kHz 64MB RAM/ 48kHz Macintosh USB

More information

Stapy_Tsuji_ key

Stapy_Tsuji_ key Python #23 2017.4.12 Python @tsjshg shingo.tsuji@gmail.com 1975 C++ IT Java Web 10 Python Python 3 Python Python Python Python SQL Excel PowerPoint PDF 2 http://pypl.github.io/pypl.html 1 http://blog.codeeval.com/codeevalblog/2016/2/2/most-popular-coding-languages-of-2016

More information

NetCOBOL for .NET 応用編

NetCOBOL for .NET 応用編 4.1 Windows 4.2 NetCOBOL for.netwindows 4.3 Windows 4.4 Windows 4.5 Windows 91 WindowsWindows.NET Framework Windows.NET Framework Windows Windows WindowsWindows Web Windows () Windows 92 .Net Framework

More information

Specview Specview Specview STSCI(Space Telescope SCience Institute) VO Specview Web page htt

Specview Specview Specview STSCI(Space Telescope SCience Institute) VO Specview Web page   htt Specview Specview Specview STSCI(Space Telescope SCience Institute) VO Specview Web page http://www.stsci.edu/resources/software_hardware/specview http://specview.stsci.edu/javahelp/main.html Specview

More information

shimizu_thesis03.dvi

shimizu_thesis03.dvi 2003 2 i 1 3 1.1... 3 1.2... 3 1.3... 3 1.4... 4 2 5 2.1... 6 2.2... 6 2.3... 8 2.3.1... 10 2.4... 11 3 17 3.1... 17 3.1.1... 17 3.1.2... 17 3.2... 19 3.2.1... 19 3.2.2... 20 3.3... 20 3.4... 20 4 23 4.1

More information

HTML Flash Alt 2

HTML Flash Alt 2 1 HTML Flash Alt 2 [ ] [ ] HTML CSS [ ] 3 1 BGM 4 TAB IT 5 Ver1.0 HTML HTML HTML HTML URL HTML HTML.HTML.HTM 6 HTML h1 h6 *1 HTML title *1 7 HTML img ALT *1 *1 ALT HTML img ALT ALT img ALT ALT * - ALT

More information

1 2 3 3 1 1 1 3 4 5 1 2 1 113 10 3 11 110200 11 4 10 5 31 1 2 1 1 6 7 6 6 0 23 4 35 3 1 2 3 1 4 5 6 7 0 2 1 2 Web 1 2 Pay-easy 1 3 2 1 2 3 3 NHK 4 Pay- easy 511 11 6 3 4 7 8 910 1 No. 1 2 3 4 5 6 7 8 9

More information

Installation and New Features Guide for FileMaker Pro 10 and FileMaker Pro 10 Advanced

Installation and New Features Guide for FileMaker Pro 10 and FileMaker Pro 10 Advanced FileMaker FileMaker Pro 10 and FileMaker Pro 10 Advanced 2007-2009 FileMaker, Inc. All rights reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker Bento Bento FileMaker,

More information

JMP 11.1 リリースノート

JMP 11.1 リリースノート JMP 11.1 JMP 11.1 11.1 JMP 11 1 JMP 11.1 JMP 11.1 HTML 1 DOE Space Filling Space Filling 1 2 JMP 11.1 BLUP ( ) JMPJMP 1 Macintosh 3 JMP 11.1 Crow AMSAA Select Columns() p Platform Preferences() Set Platform

More information

Cosminexus Application Designer操作ガイド

Cosminexus Application Designer操作ガイド Cosminexus Application Designer 3020-3-M91 OS Windows Server 2003 Windows Server 2003 R2 Windows XP Windows Vista P-2443-7E74 ucosminexus Developer Standard 07-50 P-2443-7F74 ucosminexus Developer Professional

More information

B 10 : N ip2003f10.tex B : 9/12/ :02 p.1/71

B 10 : N ip2003f10.tex B : 9/12/ :02 p.1/71 B 10 : ks91@sfc.wide.ad.jp N206 2003 ip2003f10.tex B : 9/12/2003 10:02 p.1/71 : / ip2003f10.tex B : 9/12/2003 10:02 p.2/71 ip2003f10.tex B : 9/12/2003 10:02 p.3/71 1 http://java.sun.com/j2se/1.4.1/docs/api/

More information

Table of Contents... 3 XML... 3... 3... 4 XSL... 4 CSS XML... 5 CSS... 5 HTML+CSS... 6 CSS XML... 7 CSS... 8 XSLT XML HTML(+CSS)... 9 IE5 XML... 9 IE5

Table of Contents... 3 XML... 3... 3... 4 XSL... 4 CSS XML... 5 CSS... 5 HTML+CSS... 6 CSS XML... 7 CSS... 8 XSLT XML HTML(+CSS)... 9 IE5 XML... 9 IE5 2001 2 Table of Contents... 3 XML... 3... 3... 4 XSL... 4 CSS XML... 5 CSS... 5 HTML+CSS... 6 CSS XML... 7 CSS... 8 XSLT XML HTML(+CSS)... 9 IE5 XML... 9 IE5... 9 XSLT... 10 XSLT... 11 XML HTML... 11 XML

More information

([ ],), : [Name], name1 name2 name10 4, 2 SuperSQL, ([ ]!), name1 name2 : [Name]! name10 2. 3 SuperSQL,,,,,,, < < > } =,

([ ],), : [Name], name1 name2 name10 4, 2 SuperSQL, ([ ]!), name1 name2 : [Name]! name10 2. 3 SuperSQL,,,,,,, < < > } =, DEIM Forum 2014 E3-5 SuperSQL 223-8522 3-14-1 E-mail: {masato,goto}@db.ics.keio.ac.jp, toyama@ics.keio.ac.jp SuperSQL, SQL, SuperSQL ssqltool, ssqltool, SuperSQL, Viewer Viewer, SuperSQL,,,, HTML, 1. SQL,

More information

X Window System X X &

X Window System X X & 1 1 1.1 X Window System................................... 1 1.2 X......................................... 1 1.3 X &................................ 1 1.3.1 X.......................... 1 1.3.2 &....................................

More information

: Name, Tel name tel (! ) name : Name! Tel tel ( % ) 3. HTML. : Name % Tel name tel 2. 2,., [ ]!, [ ]!, [ ]!,. [! [, ]! ]!,,. ( [ ], ),. : [Name], nam

: Name, Tel name tel (! ) name : Name! Tel tel ( % ) 3. HTML. : Name % Tel name tel 2. 2,., [ ]!, [ ]!, [ ]!,. [! [, ]! ]!,,. ( [ ], ),. : [Name], nam DEIM Forum 2010 F6-1 SuperSQL Ajax 223 8522 3 14 1 E-mail: kabu@db.ics.keio.ac.jp, toyama@ics.keio.ac.jp SuperSQL Ajax, GUI, GUI,, Ajax SuperSQL, HTML, Ajax, RIA Abstract Layout Function Extends for Generating

More information

Max Library Size Smoke 10 Network Panel Display Default Web Browser Smoke Web Mac open Cleaner Export Destination Path Autodesk Cleaner XL Microsoft W

Max Library Size Smoke 10 Network Panel Display Default Web Browser Smoke Web Mac open Cleaner Export Destination Path Autodesk Cleaner XL Microsoft W Setup Utility の使い方 使い方 Autodesk Smoke[version] Utilities Smoke Setup Preview Vtr Emulator Duplicate Delete Active Apply Reload Smoke Setup Manual Edit General Video Device Smoke AJA Kona Mac KONA 3 Audio

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション XML XSLT 1 XML XSLT 2 XML XSLT 3 XML XSLT 4 XML XSLT 5 2004.7.7 27

More information

1 e-mailsupport@aa.catv-yokohama.ne.jp WWW / Internet Explorer8 for Windows Internet Explorer7 for Windows Internet Explorer6.0 for Windows Safari 2.0.3 for Macintosh Internet Explorer5 for Macintosh Windows

More information

FileMaker Pro Advanced Development Guide

FileMaker Pro Advanced Development Guide FileMaker Pro 11 Advanced 2007 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMakerFileMaker, Inc. FileMaker, Inc. FileMaker FileMaker,

More information

(O) (N) (V) (N) kuins-pptp (N) 2

(O) (N) (V) (N) kuins-pptp (N) 2 2005 6 14 1 2 (LAN) LAN LAN (UTP ) ( ) Web http://www.ipse.media.kyoto-u.ac.jp/getaccount.html PPTP SSH 2 PPTP 2005 6 1 PPTP(Microsoft Point to Pont Tunneling Protocol) Web http://www.kuins.kyoto-u.ac.jp/announce/pptp-service.html

More information

Android Windows 8 AP 9 AP ios & Android 10 ST 11 ST ios 12 ST Android 13 ST Win & Mac 14 ST ios 15 ST Android

Android Windows 8 AP 9 AP ios & Android 10 ST 11 ST ios 12 ST Android 13 ST Win & Mac 14 ST ios 15 ST Android WiCounter Version 2.0 27 .. 2. 3. 2 4. 5. 6. 7 Android Windows 8 AP 9 AP ios & Android 10 ST 11 ST ios 12 ST Android 13 ST Win & Mac 14 ST ios 15 ST Android 16 17 18 19. 20 21 22 23 24 info ST 25 26 AP

More information

LAN Copyright c Daikoku Manabu This tutorial is licensed under a Creative Commons Attribution 2.1 Japan License

LAN Copyright c Daikoku Manabu This tutorial is licensed under a Creative Commons Attribution 2.1 Japan License LAN 2014 3 19 Copyright c 1993 2014 Daikoku Manabu This tutorial is licensed under a Creative Commons Attribution 2.1 Japan License. 1 2 1.1................................... 2 1.2.........................

More information

2 2.1 NPCMJ ( (Santorini, 2010) (NPCMJ, 2016) (1) (, 2016) (1) (2) (1) ( (IP-MAT (CONJ ) (PP (NP (D ) (N )) (P )) (NP-SBJ *

2 2.1 NPCMJ (  (Santorini, 2010) (NPCMJ, 2016) (1) (, 2016) (1) (2) (1) ( (IP-MAT (CONJ ) (PP (NP (D ) (N )) (P )) (NP-SBJ * Emacs Emacs : Emacs 1 Emacs Emacs ( ) (NPCMJ ) 1 Emacs NPCMJ 2 1 2 2.1 NPCMJ (http://npcmj.ninjal.ac.jp/) (Santorini, 2010) (NPCMJ, 2016) (1) (, 2016) (1) (2) (1) ( (IP-MAT (CONJ ) (PP (NP (D ) (N )) (P

More information

経営論集2011_07_小松先生.indd

経営論集2011_07_小松先生.indd 20 1 2010 103 125 HTML+CSS HTML CSS CMS Web CMS CMS CMS CMS DreamWeaver Web Web CMS Web Web CSS Web Eclipse HTML CSS Web Web HTML CSS Web HTML CSS Web HTML CSS Web 1 Web Web HTML Web 103 HTML+CSS Web HTML

More information

WebClass

WebClass WebClass VER7.0 2008 / 4 WebClass... 6 WebClass... 6 :... 6...6...6...6... 6 (admin)...6 (author)...7 (observer)...7 (user)...8 (guest)...8...8 WebClass...9... 10... 10... 10... 11...12...12...13... 13...

More information

BIG‑IP Access Policy Manager | F5 Datasheet

BIG‑IP Access Policy Manager | F5 Datasheet 2 3 5 7 8 Secure Web Gateway 10 12 BIG-IP APM 13 F5 Global Services 13 13 BIG-IP Access Policy Manager (APM) LAN BIG-IP APM IT LAN 1 Web OAM XenApp Exchange Web Web Web Web Web web BIG-IP APM LAN IT /

More information

1 1 1............................ 1 2.............. 1 3................... 1 4...................... 1 5 Web................. 2 6.....................

1 1 1............................ 1 2.............. 1 3................... 1 4...................... 1 5 Web................. 2 6..................... web 0448039 1 1 1............................ 1 2.............. 1 3................... 1 4...................... 1 5 Web................. 2 6...................... 3 7 HTML CSS.................... 3 8....................

More information

58.pdf

58.pdf Swing MasatoshiKanamaru masatoshi-kanamaru@exa-corp.co.jp Web Web exa review Swing Web HTML Web GUI HTML GUI JavaScript HTML GUI VB Web JSP HTML HTML HTML Struts Web HTML HTML HTML AjaxJavaScript B2C Flash

More information

untitled

untitled IT IT IT IT 1 IT 2 Software as a Service (SaaS 3 ) IT SaaS 4 SaaS SaaS PC SaaS SaaS Web SaaS ID IT SaaS IT 1 2 3 Software as a Service ASP(Application Service Provider) SaaS 4 ASPIC SaaS SaaS SaaS SaaS

More information

Macintosh... 5 Windows USB-SCSI... LogitecWare CD-ROM... USB-SCSI USB-SCSI SCSI SCSI

Macintosh... 5 Windows USB-SCSI... LogitecWare CD-ROM... USB-SCSI USB-SCSI SCSI SCSI LUB-SC_V05 USB-SCSI CABLE USB-SCSI LUB-SC ... 1... 2... 2... 3... 4 Macintosh... 5 Windows... 41 USB-SCSI... LogitecWare CD-ROM... USB-SCSI...... USB-SCSI SCSI SCSI - 1 - Windows Microsoft CorporationApple

More information

DPF-D70

DPF-D70 3-300-258-03 (2) P/N: 7819902013B DPF-D70 2008 Sony Corporation ,43 46 43 46 m 1 1 m m b 1 2 3 2 VCCI B AC CD TV P 99.99% 3 Cyber-shot Memory Stick Memory Stick Duo Duo MagicGate Memory Stick Memory Stick

More information

Testing XML Performance

Testing XML Performance - DataPower Technology, Inc. XML Web 2003 5 DATAPOWER XML WEB - Copyright 2003DataPower Technology, Inc. All Rights Reserved. DataPower Technology, Inc. DataPower DataPower ( ) DataPower 2003 5 2/17 DATAPOWER

More information

Flash Player ローカル設定マネージャー

Flash Player ローカル設定マネージャー ADOBE FLASH PLAYER http://help.adobe.com/ja_jp/legalnotices/index.html iii................................................................................................................. 1...........................................................................................................

More information

USB FDD ユーザーズマニュアル

USB FDD ユーザーズマニュアル 35011007 ver.01 1-01 C10-015 Universal Serial Bus Interface External Floppy Disk Drive Unit USB FDD ユーザーズマニュアル OS USB FDD USB VCCI VCCI Adobe Acrobat Adobe Systems Incorporated Apple Mac Macintosh Apple

More information

NetSkate

NetSkate NetSkateVisualizer v2.1 Cyber Solutions Inc. 1. 2. 3. 4. 5. 6. 7. Cyber Solutions Inc. i NetSkateVisualizer jsnmp(tm) Enterprise Copyright (c) 1997-2001 OutBack Resource Group, Inc. All rights reserved

More information

USB FDユニット ユーザーズマニュアル

USB FDユニット ユーザーズマニュアル LFD-31UI V16CD USB FD UNIT USB FD LFD-31U4 LFD-31U2 LFD-31U2JP LFD-31UE LFD-31UEJP LFD-35V LFD-35V2 ... 1... 2... 2... 3... 4... 4... 6 Macintosh... 8... 8... 10... 13... 14... 16 Windows CE... 18... 18...

More information

fiš„v8.dvi

fiš„v8.dvi (2001) 49 2 333 343 Java Jasp 1 2 3 4 2001 4 13 2001 9 17 Java Jasp (JAva based Statistical Processor) Jasp Jasp. Java. 1. Jasp CPU 1 106 8569 4 6 7; fuji@ism.ac.jp 2 106 8569 4 6 7; nakanoj@ism.ac.jp

More information

Step 1 Feature Extraction Featuer Extraction Feature Extraction Featuer Extraction Image Analysis Start>Programs>Agilent-Life Sciences>Feature Extract

Step 1 Feature Extraction Featuer Extraction Feature Extraction Featuer Extraction Image Analysis Start>Programs>Agilent-Life Sciences>Feature Extract Agilent G2565AA Feature Extraction Step 1 Feature Extraction Step 2 Step 3 Step 4 ( ) Step 5 ( ) Step 6 Step 7 Step 8 Feature Extraction Step 9 Step 10 Feature Extraction Step 11 Feature Extraction Step

More information

ESA_UI_1110.PDF

ESA_UI_1110.PDF ESA SAP SAP SAP Web AS SAP SAP : ESA ESA : CAF ESA SAP SAP SAP : ESA ESA : CAF ESA SAP SAP SAP Office???? SAP Japan Co., Ltd. 2004, Title of Presentation / Speaker Name / 4 SAP SAP : ESA ESA : CAF ESA

More information

3 Ubuntu Linux Ubuntu Linux Debian Linux DistroWatch.com 1 Debian Ubuntu Linux 1 Debian CD(4.1 ) Knoppix Debian CentOS Linux CentOS 1 Ubuntu L

3 Ubuntu Linux Ubuntu Linux Debian Linux DistroWatch.com 1 Debian Ubuntu Linux 1 Debian CD(4.1 ) Knoppix Debian CentOS Linux CentOS 1 Ubuntu L Linux PC #5 29 5 12 1 #1 tdh8025 1 Kadai1 evince kghostview ls -a ( ) 5 19 ( ) 2 Linux Linux distribution CentOS Linux Ubuntu Linux PC Linux Linux (OS) OS ( OS ) Linux 1 Linux Hurd FreeBSD GNU OS OS Linux

More information

ORCA (Online Research Control system Architecture)

ORCA (Online Research Control system Architecture) ORCA (Online Research Control system Architecture) ORCA Editor Ver.1.2 1 9 10 ORCA EDITOR 10 10 10 Java 10 11 ORCA Editor Setup 11 ORCA Editor 12 15 15 ORCA EDITOR 16 16 16 16 17 17 ORCA EDITOR 18 ORCA

More information

untitled

untitled PC Internet Explorer Windows SafariMac OS X Mozilla FireFoxWindows / Macintosh Google ChromeWindows / Macintosh IE + Google Windows 1 Internet Explorer 10.x (O)(A) Internet Explorer (O) (B) (B) (B) 2 Web

More information

Windows2000 Edge Components V Edge Components V Java Edge Components

Windows2000 Edge Components V Edge Components V Java Edge Components WebSphere Application Server V5.1 Edge Components V5.1 / CBR Method Ver. 1.0 - Windows 2000 - 1.... 3 2. Windows2000 Edge Components V5.1... 4 2.1.... 4 2.2.... 4 3. Edge Components V5.1... 5 3.1.... 5

More information

Microsoft Word - Live Meeting Help.docx

Microsoft Word - Live Meeting Help.docx 131011 101919 161719 19191110191914 11191417 101919 1915101919 Microsoft Office Live Meeting 2007 191714191412 1913191919 12 151019121914 19151819171912 17191012151911 17181219 1610121914 19121117 12191517

More information

1 1 2 3 3 1 1 1 3 4 5 1 2 1 113 10 3 11 110200 11 4 10 5 31 1 1 6 7 6 6 0 23 4 35 3 1 2 3 1 4 5 6 7 0 2 1 2 2 3 Web 1 2 Pay-easy 1 3 2 1 2 3 3 NHK 4 Pay- easy 511 11 6 7 8 910 1 No. 1 2 3 4 5 6 7 8 9 10

More information

FileMaker Instant Web Publishing Guide

FileMaker Instant Web Publishing Guide FileMaker 8.5 Web 2004-2006 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker, Inc. ScriptMaker FileMaker, Inc. FileMaker FileMaker,

More information

EPSON PS Tools HTMLヘルプ <Macintosh版>

EPSON PS Tools HTMLヘルプ <Macintosh版> Rev. LP-9800CPL EPSON PS Tools NPD0892 00 EPSON PS Tools... 1... 1 EPSON PS Tools... 2 EPSON PS Tools... 4... 4... 6... 7... 9... 11... 12 EPSON PS Tools EPSON PS Tools PS EPS PDF TIFF JPEG Macintosh OS

More information

オンラインテスト

オンラインテスト 1. 2. JavaScript 3. Perl 4. CGI 1. WWW HTML WWW World Wide Web HTML Hyper Text Markup Language XML, XHTML Java (.java) JavaApplet (.class,.jar) JavaServlet (.jsp) JavaScript (.html) CGI (.cgi) SSI (.shtml)

More information

untitled

untitled Track Stick...1...2...7...8...9...10...10...14...14...17...19...23 1. CD CD 2. INSTALL TRACK SITCK MANAGER 3. OK 2 4. NEXT 5. license agreement I agree 6. Next 3 7. 8. Next 9. Next 4 10. Close 9 OK PDF

More information

ProVAL Recent Projects, ProVAL Online 3 Recent Projects ProVAL Online Show Online Content on the Start Page Page 13

ProVAL Recent Projects, ProVAL Online 3 Recent Projects ProVAL Online Show Online Content on the Start Page Page 13 ProVAL Unit System Enable Recording Log Preferred Language Default File Type Default Project Path ProVAL : Unit SystemUse SI Units SI SI USCS Enable Recording Log Language Default File Type Default Project

More information

EPSON Offirio SynergyWare PrintDirector 取扱説明書 導入ガイド

EPSON Offirio SynergyWare PrintDirector 取扱説明書 導入ガイド Offirio SynergyWare PrintDirector K L Microsoft WindowsNT Operating System Version4.0 Microsoft Windows 2000 Operating System Microsoft Windows Server 2003, Standard Edition Microsoft Windows Server 2003,

More information

FileMaker Server 9 Getting Started Guide

FileMaker Server 9 Getting Started Guide FileMaker Server 10 2007-2009 FileMaker, Inc. All rights reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker Bento Bento FileMaker, Inc. Mac Mac Apple Inc. FileMaker

More information

FileMaker Instant Web Publishing Guide

FileMaker Instant Web Publishing Guide FileMaker 8 Web 2004-2005 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker, Inc. ScriptMaker FileMaker, Inc. FileMaker FileMaker,

More information