| Server IP : 104.21.80.248 / Your IP : 172.71.28.155 Web Server : Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/5.6.30 System : Windows NT WIN-ECQAAA40806 6.2 build 9200 (Windows Server 2012 Standard Edition) i586 User : SYSTEM ( 0) PHP Version : 5.6.30 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Inetpub/www/news/elearning/ |
Upload File : |
<?php
require './configs/app_top.php';
$title = "ยินดีต้อนรับสู่แบบทดสอบออนไลน์";
include './includes/header.php';
?>
<div class="container">
<h2>วิชางานกราฟิกกับการออกแบบ (Flash CS5) ม.5 </h2>
<p>เอกสารประกอบการเรียนรายวิชางานกราฟิกกับการออกแบบ Flash CS5 </p>
<table class="table table-condensed">
<thead>
<tr>
<th width="550">เรื่อง</th>
<th>เอกสาร</th>
<th>ใบกิจกรรม/ใบงาน</th>
</tr>
</thead>
<tbody>
<tr>
<td> บทที่ 1 ความหมายของงานกราฟิก </td>
<td><a href="Lesson/flash/unit1.pdf"><img src="Lesson/ict3/img/pdf.png" width="20" height="20" border="0" /></a> <a href="Lesson/flash/unit1.pptx"><img src="Lesson/ict1/img/icon-ppt.png" width="20" height="20" border="0" /></a></td>
<td><a href="Lesson/flash/ex1.pdf" target="_blank">ใบกิจกรรมที่ 1.1</a></td>
</tr>
<tr>
<td>บทที่ 2 บทบาทและความสำคัญของงานกราฟิก</td>
<td><a href="Lesson/flash/unit2.pdf"><img src="Lesson/ict3/img/pdf.png" width="20" height="20" border="0" /></a></td>
<td><a href="Lesson/flash/ex2.pdf" target="_blank">ใบกิจกรรมที่ 1.2</a></td>
</tr>
<tr>
<td>บทที่ 3 โหมดสีและจิตวิทยาเกี่ยวกับสี </td>
<td><a href="Lesson/flash/unit3.pdf"><img src="Lesson/ict3/img/pdf.png" width="20" height="20" border="0" /></a></td>
<td><a href="Lesson/flash/ex2.pdf" target="_blank">ใบกิจกรรมที่ 1.3</a></td>
</tr>
<tr>
<td>บทที่ 4 เทคโนโลยี Flash CS5</td>
<td><a href="Lesson/flash/unit4.pdf"><img src="Lesson/ict3/img/pdf.png" width="20" height="20" border="0" /></a></a></td>
<td><a href="Lesson/flash/1.pdf" target="_blank">Ex1</a> , <a href="Lesson/flash/2.pdf" target="_blank">Ex2</a> , <a href="Lesson/flash/3.pdf" target="_blank">Ex3</a> , <a href="Lesson/flash/4.pdf" target="_blank">Ex4</a> , <a href="Lesson/flash/5.pdf" target="_blank">Ex5</a> , <a href="Lesson/flash/6.pdf" target="_blank">Ex6</a> , <a href="Lesson/flash/7.pdf" target="_blank">Ex7</a> , <a href="Lesson/flash/8.pdf" target="_blank">Ex8</a>,</td>
</tr>
<tr>
<td>บทที่ 5 การสร้างชิ้นงานด้วยเครื่องมือ Flash CS5</td>
<td><a href="Lesson/flash/unit5.pdf"><img src="Lesson/ict3/img/pdf.png" width="20" height="20" border="0" /></a></td>
<td><a href="Lesson/flash/9.pdf" target="_blank">Ex9</a> , <a href="Lesson/flash/10.pdf">Ex10</a> , <a href="Lesson/flash/11.pdf" target="_blank">Ex11</a> , <a href="Lesson/flash/12.pdf" target="_blank">Ex12</a> , <a href="Lesson/flash/13.pdf" target="_blank">Ex13</a> , <a href="Lesson/flash/14.pdf" target="_blank">Ex14</a> , <a href="Lesson/flash/15.pdf" target="_blank">Ex15</a> , <a href="Lesson/flash/16.pdf" target="_blank">Ex16</a></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<?php
include './includes/footer.php';
require './configs/app_bottom.php';
?>