to-r

Size: px
Start display at page:

Download "to-r"

Transcription

1

2 to-r

3

4

5

6

7

8

9

10

11

12 We re targeting a 1.0 release within the next few weeks. 1.0

13

14

15

16

17

18

19

20

21

22 IE6

23

24

25

26

27

28 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>jquery Mobile Sample</title> <link rel="stylesheet" href="jquery.mobile-1.0rc1.min.css"> <script src="jquery min.js"></script> <script src="jquery.mobile-1.0rc1.min.js"></script> <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1"> </head> <body>... </body> </html>

29 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>jquery Mobile Sample</title> <link rel="stylesheet" href="jquery.mobile-1.0rc1.min.css"> <script src="jquery min.js"></script> <script src="jquery.mobile-1.0rc1.min.js"></script> <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1"> </head> <body>... </body> </html>

30

31 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>jquery Mobile Sample</title> <link rel="stylesheet" href="jquery.mobile-1.0rc1.min.css"> <script src="jquery min.js"></script> <script src="jquery.mobile-1.0rc1.min.js"></script> <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1"> </head> <body>... </body> </html>

32

33 <meta name="viewport" content="width=device-width, initial-scale=1">

34 <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1">

35 <body> <div data-role="page" id="index">... </div> <div data-role="page" id="about">... </div> <div data-role="page" id="seminar">... </div> </body>

36

37 <a href="#seminar"> <div> <h2>seminar</h2> <p>this is block link</p> </div> </a>

38 <body> <div data-role="page" id="index"> <a href="#about">about</a>... </div> <div data-role="page" id="about"> <a href="#index">index</a>... </div> </body>

39 index.html <body> <div data-role="page" id="index"> <a href="detail.html">detail</a> </div> </body> detail.html <body> <div data-role="page" id="index"> <a href="index.html">index</a> </div> </body>

40 <div data-role="page" id="index"> <div data-role="header"> <h1>to-r</h1> </div> <div data-role="content"> <p> </p> </div> <div data-role="footer"> <h4> 2011 to-r</h4> </div> </div>

41

42 <div data-role="page" id="index" data-theme="b"> <div data-role="header"> <h1>to-r</h1> </div> <div data-role="content"> <p> </p> </div> <div data-role="footer"> <h4> 2011 to-r</h4> </div> </div>

43

44 data-theme="c" data-theme="d" data-theme="e"

45 <div data-role="page" id="index" data-theme="b"> <div data-role="header" data-theme="b" > <h1>to-r</h1> </div> <div data-role="content"> <p> </p> </div> <div data-role="footer" data-theme="b" > <h4> 2011 to-r</h4> </div> </div>

46 <div data-role="content"> <ul data-role="listview"> <li data-role="list-divider">menu</li> <li><a href="#about"><h3>to-r </h3></a></li> </ul> </div> <li><a href="#seminar"><h3> </h3></a></li> <li><a href="#access"><h3> </h3></a></li> <li><a href="#contact"><h3> </h3></a></li>

47

48 <div data-role="content"> <ul data-role="listview" data-inset="true"> <li data-role="list-divider">menu</li> <li><a href="#about"><h3>to-r </h3></a></li> </ul> </div> <li><a href="#seminar"><h3> </h3></a></li> <li><a href="#access"><h3> </h3></a></li> <li><a href="#contact"><h3> </h3></a></li>

49

50 <div data-role="content"> <form action="form.php" method="post"> <div data-role="fieldcontain"> <label for="name"> </label> <input type="text" id="name"> </div> <div data-role="fieldcontain"> <label for="gender"> </label> <select name="gender" id="gender" data-role="slider"> <option value=" "> </option> <option value=" "> </option> </select> </div>

51

52

53

54 <a href="#about" data-transition="slide"> <a href="#about" data-transition="slideup"> <a href="#about" data-transition="slidedown"> <a href="#about" data-transition="pop"> <a href="#about" data-transition="fade"> <a href="#about" data-transition="flip">

55

56

57

58

59

60 ( д )

61

62

63

64

65

66

67

68

69

70

71

72

73 <a href="#about" data-transition="none"> <a href="about.html" rel="external">

74

75

76

77

78

79 tap vmouseover taphold vmousedown swipe vmousemove swipeleft vmouseup swiperight vclick vmousecancel

80

81

82

83

84 $('div#access').live('pageshow',function(){ google.maps.event.trigger(map, 'resize'); map.setcenter(mylatlng); });

85

86

87 <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1"> <link rel="stylesheet" href=" /> <script src=" <script> $(document).bind("mobileinit", function() { $.mobile.page.prototype.options.addbackbtn = true; }); </script> <script src="

88 <div data-role="header"> <a href="#index" data-rel="back" data-icon="arrow-l"> </a> <h1>to-r</h1> </div>

89 <div data-role="header"> <a href="#index" data-direction="reverse" data-icon="arrow-l">top </a> <h1>to-r</h1> </div>

90

91 Web

92

93

94

95

96

97

98 <div data-role="page" id="index" data-theme="a"> <div data-role="header" data-theme="a" > <h1>to-r</h1> </div> <div data-role="content"> <p> </p> </div> <div data-role="footer" data-theme="a" > <h4> 2011 to-r</h4> </div> </div>

99

100 <div data-role="page" id="index" data-theme="f"> <div data-role="header" data-theme="f" > <h1>to-r</h1> </div> <div data-role="content"> <p> </p> </div> <div data-role="footer" data-theme="f" > <h4> 2011 to-r</h4> </div> </div>

101 .ui-bar-f { " border: 1px solid " " #669999; " background: "" " #709f9f; " color: " " " " " #ffffff; " font-weight: bold; " text-shadow: 0-1px 1px #669999; " background-image: -webkit-gradient(linear, left top, left bottom, from(#b4cece), to(#709f9f)); /* Saf4+, Chrome */ " background-image: -webkit-linear-gradient(top, #b4cece, #709f9f); /* Chrome 10+, Saf5.1+ */ " background-image: -moz-linear-gradient(top, #b4cece, #709f9f); /* FF3.6 */ " background-image: -ms-linear-gradient(top, #b4cece, #709f9f); /* IE10 */ " background-image: -o-linear-gradient(top, #b4cece, #709f9f); /* Opera */ " background-image: linear-gradient(top, #b4cece, #709f9f); }

102 .ui-btn-up-f {...}.ui-btn-hover-f {...}.ui-btn-down-f {...}.ui-btn-active {...}

103 .ui-btn-up-f {...}.ui-btn-hover-f {...}.ui-btn-down-f {...}.ui-body-f.ui-btn-active {...}

104 .ui-icon-checkbox-on,.ui-checkbox-on.ui-icon,.ui-radio-on.ui-icon { background-color: #709f9f; }

105 .ui-body-f.ui-icon-checkbox-on,.ui-body-f.ui-checkbox-on.ui-icon,.ui-body-f.ui-radio-on.ui-icon { background-color: #709f9f; }

106

107 <div data-role="content"> <ul data-role="listview" data-inset="true" data-dividertheme="f"> <li data-role="list-divider">menu</li> <li><a href="#about"><h3>to-r </h3></a></li> </ul> </div> <li><a href="#seminar"><h3> </h3></a></li> <li><a href="#access"><h3> </h3></a></li> <li><a href="#contact"><h3> </h3></a></li>

108

109 <div data-role="content"> <ul data-role="listview" data-inset="true" data-dividertheme="f"> <li data-role="list-divider">menu</li> <li data-theme="f"> <a href="#about"><h3>to-r </h3></a> </ul> </div> </li> <li><a href="#seminar"><h3> </h3></a></li> <li><a href="#access"><h3> </h3></a></li> <li><a href="#contact"><h3> </h3></a></li>

110

111

112

113

114

115

116

117 <div data-role="content"> <ul data-role="listview" data-inset="true" data-dividertheme="f"> <li data-role="list-divider">menu</li> <li><a href="#about"><h3>to-r </h3></a></li> </ul> </div> <li><a href="#seminar"><h3> </h3></a></li> <li><a href="#access"><h3> </h3></a></li> <li><a href="#contact"><h3> </h3></a></li>

118 <div data-role="content"> <ul data-role="listview" datainset="true" data-dividertheme="f" class="ui-listview ui-listview-inset ui-corner-all ui-shadow"> ( ) " </ul> </div>

119

120

121

122

123

124

125

126

127

128

129 Could

130

131

132

133

コンピュータサイエンス 1. ウェブの基本

コンピュータサイエンス 1. ウェブの基本 1. Chris Plaintail May 18, 2016 1 / 27 1 2 HTML HTML 3 CSS style 2 / 27 HTML HTML HTML HTML CSS HTML CSS 3 / 27 4 / 27 HTML HTML, CSS HTML, CSS http, https file CSS HTML CSS.html PC file:// PC.html 5 /

More information

コンピュータサイエンス 4. ウェブプログラミング

コンピュータサイエンス 4. ウェブプログラミング 4. Chris Plaintail 2014 1 / 43 1 HTML CSS 2 JavaScript DOM jquery 3 4 PHP SQL PHP SQL 2 / 43 HTML HTML CSS HTML Ajax (Asynchronous JavaScript + XML) PHP SQL 3 / 43 HTML, CSS http, https CSS HTML CSS.html

More information

textbook.indd

textbook.indd 02 XHTML+CSS part2 CSS Topics 前 回 習 得 した 基 礎 CSS を 元 に ボックス CLASS ID の 概 念 を 習 得 ボックスレイアウトを 用 いた 2 カラムのサイト 構 築 をします An Introduction to Webdesign + XHTML/CSS Coding 18 01. XHTML+CSS 2 19 20 21 22 23 24

More information

(1) <html>,,,,, <> ( ) (/ ) (2) <!DOCTYPE html> HTML5 (3) <html> HTML (4) <html lang= ja > html (ja) (5) JavaScript CSS (6) <meta charset= shift jis >

(1) <html>,,,,, <> ( ) (/ ) (2) <!DOCTYPE html> HTML5 (3) <html> HTML (4) <html lang= ja > html (ja) (5) JavaScript CSS (6) <meta charset= shift jis > HTML HTML HyperText Markup Language (Markup Language) (< > ) 1 sample0.html ( ) html sample0.html // JavaScript

More information

JavaScriptプログラミング入門

JavaScriptプログラミング入門 JavaScript 2015 8 15 1 2 1.1 JavaScript.................................. 2 1.2..................................... 3 1.3 if................................... 4 2 6 2.1.....................

More information

6 2 1

6 2 1 6 1 6 (1) (2) HTML (3) 1 Web 1 Web Web 1 Web HTML 6 2 1 6 3 1.1 HTML(XHTML) Web HTML(Hyper Text Markup Language) ( ) html htm HTML HTML5 takahagi

More information

ホームページ制作スターターズ

ホームページ制作スターターズ HTML タグ はじめての 方 ガイド Ver1.0 1 < 目 次 > 1ホームページ 構 造 2HTML タグ 3スタイルシート Copyright ナレッジコーディネーター All Rights Reserved. 2 第 1 章 ホームページ 構 造 Copyright ナレッジコーディネーター All Rights Reserved. 3 1HTMLとは ウェブ 上 の 文 書 を 記 述

More information

CONTENTS 0 1 2 3 4 5 6 7 8 9 10 0 viii ix x http://www.vector.co.jp/vpack/filearea/win/writing/edit/hm/index.html http://hidemaru.xaxon.co.jp/lib/macro/index.html ftp://ftp.m17n.org/pub/mule/windows/ http://www.yatex.org/

More information

/ 0/0/ : 実 結 果 HTMLファイルを 表 します 下 図 の 画 が 表 されます " 出 し"の 部 分 をクリックすると"コンテンツですよ "の 字 が 表 されます もう 度 " 出 し"をクリックすると"コンテンツですよ "の 字 が 非 表 になります 折 りたたみパネルの 基

/ 0/0/ : 実 結 果 HTMLファイルを 表 します 下 図 の 画 が 表 されます  出 しの 部 分 をクリックするとコンテンツですよ の 字 が 表 されます もう 度  出 しをクリックするとコンテンツですよ の 字 が 非 表 になります 折 りたたみパネルの 基 / 0/0/ : [CSS] 折 りたたみ 可 能 なパネルの 作 成 - CSSのみを 利 した 折 りたたみ 領 域 / アコー ディオンパネル このページのタグ:[CSS] [アコーディオンパネル] 新 着 記 事 覧 タグ 覧 トップページ ipentec.com CSSのみを 利 した 折 りたたみ 可 能 なパネル( 折 りたたみ 可 能 領 域 )を 実 現 するコードを 紹 介 します

More information

1 1 1............................ 1 2............................ 1 3 HTML5 CSS3................... 2 4........................ 2 2 3 1...............

1 1 1............................ 1 2............................ 1 3 HTML5 CSS3................... 2 4........................ 2 2 3 1............... 1 1 1............................ 1 2............................ 1 3 HTML5 CSS3................... 2 4........................ 2 2 3 1.............................. 3 2........................... 3 3......................

More information

HTML5 による Webサイト制作の基本 株式会社サイバーガーデン 益子 貴寛 2012年4月7日 土曜日 CSS Nite in OKAYAMA, Vol.2 with Microsoft アップル http://www.apple.com/jp/ ローソン http://www.lawson.co.jp/

More information

untitled

untitled MoogaOne 1. MoogaOne... 1 2. MoogaOne... 1 3.... 1 4.... 1 5.... 2 6.... 2 1.... 2 2.... 2 3. Template.htm... 2 4. index.htm... 4 [ ]... 4 5.... 4 6.... 6 7.... 6 8.... 6 [Template.htm Template-e.htm

More information

¥Í¥Ã¥È¥ï¡¼¥¯¥×¥í¥°¥é¥ß¥ó¥°ÆÃÏÀ

¥Í¥Ã¥È¥ï¡¼¥¯¥×¥í¥°¥é¥ß¥ó¥°ÆÃÏÀ HTTP/2 HTTP/1.1 (1999 ) 2015 5 RFC7540! Google SPDY ( ) 1 TCP TCP TLS HTTP Upgrade HTTP 1 HPACK 1 / 24 3 : HTTP : HTML4 2 / 24 testform.html: POST testform2.html: GET iedemo: IE default.css: CSS proxy.pac:

More information

1 1 1.1............................. 1 1.2....................... 1 2 HTML 2 2.1 web HTML......................... 2 2.1.1 HTML.................... 2

1 1 1.1............................. 1 1.2....................... 1 2 HTML 2 2.1 web HTML......................... 2 2.1.1 HTML.................... 2 XHTML DOM JavaScript 2 2008 7 1 1 1 1.1............................. 1 1.2....................... 1 2 HTML 2 2.1 web HTML......................... 2 2.1.1 HTML.................... 2 2.1.2 HTML.........................

More information

CSSの基礎

CSSの基礎 Webページの 見 た 目 を 定 義 する 視 覚 のための 言 語 CSS ファイル 視 覚 表 現 関 連 付 ける HTML ファイル 論 理 構 造 CSSの 基 礎 CSSの 記 述 方 法 基 本 的 な 形 セレクタ{ プロパティ1: 値 ; プロパティ2: 値 ; セレクタの 種 類 タイプセレクタ CSSの 記 述 HTML CSSを 適 用 する 箇 所 CSSを 記 述 する

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

【お試し版】jQuery Mobileスマートフォンサイト・デザイン Webクリエイターが身につけておくべき新・100の法則。(非売品)

【お試し版】jQuery Mobileスマートフォンサイト・デザイン Webクリエイターが身につけておくべき新・100の法則。(非売品) 著 者 プロフィール 石 原 悠 (いしはら ゆう) 会 社 員 として 複 数 の 会 社 でディレクター デザイナーの 経 験 を 経 て 2012 年 1 月 にフリーラン スに We b サイト i O S A n d roi d アプリの デザイン や 実 装 ロゴや 印 刷 物 の 制 作 など 幅 広 い 業 務 を 大 小 問 わず 請 け 負 っており jquery Mobileなどのフレームワークを

More information

p { color: yellow } div#hoge { color: green; } div.fuga { color: red; } div { color: orange; } div[id=hoge] { color: blue; } div#hoge

More information

HTML HTML HTML 4.1 4.2 4.3 4.4 14 15 16 17

HTML HTML HTML 4.1 4.2 4.3 4.4 14 15 16 17 1 11 13 2 11 27 3 12 11 HTML HTML HTML 4.1 4.2 4.3 4.4 14 15 16 17 WWW(World Wide Web) HTML(HyperText Markup Language) HTML HTML HTML HTML - 1 - .1 HTML (V)(C) HTML - 2 - HTML HTML OS Windows 2.1 HTML

More information

講 義 内 容 前 回 の 提 出 課 題 の 解 答 例 復 習 データを 送 信 するための HTML (フォーム) PHPによるフォームデータの 処 理 2

講 義 内 容 前 回 の 提 出 課 題 の 解 答 例 復 習 データを 送 信 するための HTML (フォーム) PHPによるフォームデータの 処 理 2 2015 年 度 Webシステムプログラミング a PHPの 基 礎 (2) 講 義 内 容 前 回 の 提 出 課 題 の 解 答 例 復 習 データを 送 信 するための HTML (フォーム) PHPによるフォームデータの 処 理 2 ( 前 回 ) 提 出 課 題 課 題 1: 1から100までの 乱 数 で 作 成 した2つの 整 数 の 足 し 算 を 表 示 するWebページを 作 成

More information

m_sotsuron

m_sotsuron iphone Web 0848066 1. 1 1 1 2 iphone 2 3 2 4 3 2. 3 1 3 2 iphone Web 6 3 HTML 10 4 CSS 12 5 iphone 14 6 15 7 16 8 ipad 18 3. 22 iphone Web Web 2 iphone Web iphone iphone Web iphone Web PC 1 2000 iphone

More information

HTML5&CSS3 レッスンブック

HTML5&CSS3 レッスンブック STEP 7-6 Chapter 7 FINISHING & ARRANGE style.css STEP 7-6 で 置 き 換 えた style.css の 設 定 です DESIGN POINTS デザインのポイント Google Fontsの Bowlby One で 表 示 ナビゲーションメニューの 各 リンクは 四 角 形 にデザイン コンテンツは 罫 線 で 囲 まない メインコンテンツの

More information

HTML教科書 HTML5レベル1読者特典

HTML教科書 HTML5レベル1読者特典 f i t a c i r t e i o H T M HTML HTML5 1 n L 90 5 s P r o f e C l a n o i s HTML HTML5 1 HTML5 2 HTML HTML5 1 1 A. GET B. TRACE C. SAVE D. PUT E. OPTIONS 2 A. Authorization B. Referer C. User-Agent D.

More information

https://submitmail.jp/owners/login .... .. 500

More information

1 1 1............................ 1 2 jquery........................ 2 3................ 3 4................... 3 2 4 1..............................

1 1 1............................ 1 2 jquery........................ 2 3................ 3 4................... 3 2 4 1.............................. 1 1 1............................ 1 2 jquery........................ 2 3................ 3 4................... 3 2 4 1.............................. 4 2.............................. 6 3...........................

More information

html_text

html_text HTML の 基 礎 2015.12.15 1. HTML ファイルの 構 成 1.1. HTML とは? Web ブラウザでホームページを 表 示 するためには,HTML(Hyper Text Markup Language)と 呼 ぶ 言 語 で 記 述 す る 必 要 が あ り ま す.HTML 形 式 のファイルは < と > で 囲 んだ 予 約 語 (タグ)を 含 むテキストファイルで,Web

More information

HTML入門

HTML入門 HTML ABC of Hyper Text Markup Language 2009 2 HTML2009 Copyright 2009 by BohYoh Shibata 3 WWW HTML WWW WWWworld wide web hyper text resource 4 HTML2009 http WWW httphyper text transfer protocol HTML HTMLhyper

More information

橡ホームページの作り方

橡ホームページの作り方 1. 1.1. HTML Word HTML(Hyper Text Markup Language) html htm MS-WORD MS-WORD HTML HTML HTML (1.0) 1 1978 7 10 S 3

More information

2

2 1 2 VICS G***** 3 4 5 http://****.yahooapis.jp/****?query=*** WebAPI HTTP 6 7 8 9 10 11 12 13 14 15 16 17 18 19 YOLP AppID hacku_test 20

More information

スマホ 用 メニューバーの 色 変 更 1 html/user_data/packages/default/img/icon_header 上 記 フォルダにアイコンが 入 っています 2 data/smarty/templates/default/header.tpl 画 像 名 ( 色 )を 変

スマホ 用 メニューバーの 色 変 更 1 html/user_data/packages/default/img/icon_header 上 記 フォルダにアイコンが 入 っています 2 data/smarty/templates/default/header.tpl 画 像 名 ( 色 )を 変 カスタマイズダウンロード 版 の 新 バージョン(2.13.3 ~)マニュアル レスポンシブ Web デザインのヘッダー 部 グローバルメニューは 右 上 の 3 本 線 アイコン に 格 納 され ます クリックすると メニュー 項 目 が 展 開 します 上 部 メニューはそれぞれ テキスト から 左 上 のアイコン( 画 像 )に 切 り 替 わります 管 理 画 面 でのブロック 配 置 ヘッダー

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション HTMLガイダンス 1 HTMLを 用 いたUI 設 定 2 色 々な 見 え 方 で 画 面 に 表 示 されるWebページ 全 て 文 字 /キャラクタで 表 現 されたデータの 集 まり HTML(Hyper Text Markup Language) パソコン 等 のインターネット 端 末 のブラウザソフトで 文 書 情 報 を 表 示 するときに 用 いられるプログラム 言 語 の 一 種

More information

インターネットマガジン2004年3月号―INTERNET magazine No.110

インターネットマガジン2004年3月号―INTERNET magazine No.110 C S S text & photo: Kaminogoya 2xUP http://2xup.boo.jp/ 1 2 3 106 +++ internet magazine 2004.03 +++ c s s CSS Technique 01.blogbody blockquote{ background-color: #CCCCCC; /* */ border-left: solid 5px #FF3300;

More information

...... ......

More information

インターネットマガジン1999年2月号―INTERNET magazine No.49

インターネットマガジン1999年2月号―INTERNET magazine No.49 A MagnaviIp990Htmltips +CD-ROM 3.0 3.0 A N S W E R A N S W E R 74 INTERNET magazine 999/ click here! 3

More information

Microsoft PowerPoint - 051105-2.ppt

Microsoft PowerPoint - 051105-2.ppt 1.Webアプリケーション 1-1 Web 1989Tim Berners-Lee 1993 1999iWindows98 2005: http://www.w3.org/people/berners-lee/ 1-2 ( ) 汎 用 機 オフコン データベース アプリケーション 言 語 (COBOLなど) 文 字 端 末 タイプライター 端 末 http://research.microsoft.com/~gbell/digital/timeline/dechistory.htm

More information

方程式を解いてみよう! C++ から PHP + JavaScriptへ

方程式を解いてみよう! C++ から PHP + JavaScriptへ 方 程 式 を 解 いてみよう! C++ から PHP + HTML + JavaScriptへ 静 岡 理 工 科 大 学 総 合 情 報 学 部 コンピュータシステム 学 科 幸 谷 智 紀 (こうや とものり) http://na-inet.jp/ 今 日 のメニュー 1. コンピュータ 環 境 と 本 日 のゴールの 確 認 2. PHPプログラムを 実 行 してみる 3. HTMLで 自

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

3 1 5 1.1....................................... 6 1.2.......................................... 6 1.3..................................... 7 1.4.................................... 8 1.4.1.............................

More information

-34-

-34- -33- -34- ! -35- ! -36- ! -37- -38- -39- -40- -41- -42- -43- -44- -45- -46- -47- -48- -49- -50- ! -51- -52- !! -53- -54- ! -55- -56- -57- !!!!! "" "!!! " "" " -58- -59- !!! -60- -61- -62- -63- ! -64- !

More information

スライド 1

スライド 1 第 7 講 観 光 情 報 論 2008 年 6 月 4 日 Style Sheet (CSS) 宮 国 薫 子 1 スタイルシート (CSS) CSSとは(Cascading Style Sheets) 本 来 ホームページにデザインを 加 える 機 能 の すべて 教 科 書 で 言 う スタイルシート とはCSSのことを 指 す CSSを 使 うと Page 106 にあるようにホーム ページの

More information

0序文‐1章.indd

0序文‐1章.indd 本 書 に 記 載 されたURL 等 は 執 筆 時 点 でのものであり 予 告 なく 変 更 される 場 合 があります 本 書 の 使 用 ( 本 書 のとおりに 操 作 を 行 う 場 合 を 含 む)により 万 一 直 接 的 間 接 的 に 損 害 が 発 生 し ても 出 版 社 および 著 者 は 一 切 の 責 任 を 負 いかねますので あらかじめご 了 承 下 さい Microsoft

More information

スライド 1

スライド 1 Webプログラミング2 2.Webプログラミング 概 要 (2) ( 復 習 )Webとは 様 々な 利 用 シーン 様 々なデバイス/ブラウザ パソコン 携 帯 電 話 ゲーム 機 /TV 電 子 ブックリーダー 学 校 案 内 / 会 社 案 内 オンラインショップ ブログ/ 掲 示 板 /SNS/Twitter/Facebook 学 内 / 社 内 システム スケジューラ/カレンダー/Webメール

More information

html ソース <HTML> <HEAD> <META charset="cp932" /> <TITLE>MPC 通 信 サンプル</TITLE> <SCRIPT src="http://code.jquery.com/jquery-1.11.1.min.js"></script> <SCRIP

html ソース <HTML> <HEAD> <META charset=cp932 /> <TITLE>MPC 通 信 サンプル</TITLE> <SCRIPT src=http://code.jquery.com/jquery-1.11.1.min.js></script> <SCRIP テーマ Application Note Ref No: an2k-050 Last Modify 160428 Raspberry Pi でネットワークにアクセスする 使 用 機 器 MPC-2000 シリーズ, USB-RS,Raspberry Pi2 イメージ 名 刺 サイズのコンピュータ Raspberry Pi に Web サーバーを 乗 せて MPC の 状 態 を 取 得 変 更 します

More information