Se ha denunciado esta presentación.
Se está descargando tu SlideShare. ×
Anuncio
Anuncio
Anuncio
Anuncio
Anuncio
Anuncio
Anuncio
Anuncio
Anuncio
Anuncio
Anuncio
Anuncio
Cargando en…3
×

Eche un vistazo a continuación

1 de 17 Anuncio

Más Contenido Relacionado

A los espectadores también les gustó (20)

Anuncio

Más reciente (20)

Anuncio

Module02

  1. 1. Web construction Module12 M08W0016 Masahiro Sakamoto
  2. 2. Menu <ul><li>When you construct Web </li></ul><ul><li>What's PHP </li></ul><ul><li>Setting of PHP(Apache,PHP,PEAR) </li></ul><ul><li>Xampp </li></ul><ul><li>PHP </li></ul><ul><li>HTML </li></ul><ul><li>CSS </li></ul><ul><li>Java Script </li></ul><ul><li>Reference literature </li></ul><ul><li>Book of reference </li></ul>
  3. 3. When you construct Web <ul><li>The technology is necessary to construct the Web site. </li></ul>
  4. 4. What’s PHP <ul><li>PHP is one of the enhanced features of the Web server that makes a </li></ul><ul><li>dynamic Web page. </li></ul>
  5. 5. Setting of PHP(Apache,PHP,PEAR) <ul><li>Do to move PHP? </li></ul><ul><ul><li>Installation of Apache </li></ul></ul><ul><ul><li>Installation of PHP </li></ul></ul><ul><ul><li>PEAR is necessary for synchronization with the data base. </li></ul></ul>
  6. 6. Xampp <ul><li>Xammp is a package software that brings PHP, MySQL, and Apache, etc. together. </li></ul>
  7. 7. PHP <ul><li>PHP script </li></ul><ul><li><?php </li></ul><ul><li>Print “Hellow”; </li></ul><ul><li>?> </li></ul>
  8. 8. HTML <ul><li>Standard generalized markup language to make Web page. </li></ul><ul><li>Standard that W3C makes </li></ul>
  9. 9. HTML <ul><li><!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;> </li></ul><ul><li><html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;> </li></ul><ul><li><head> </li></ul><ul><li><meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=shift_jis&quot; /> </li></ul><ul><li><title> 無題ドキュメント </title> </li></ul><ul><li><style type=&quot;text/css&quot;> </li></ul><ul><li><!-- </li></ul><ul><li>.style1 { </li></ul><ul><li>color: #2A1F55; </li></ul><ul><li>font-weight: bold; </li></ul><ul><li>} </li></ul><ul><li>body { </li></ul><ul><li>background-color: #00FF55; </li></ul><ul><li>} </li></ul><ul><li>--> </li></ul><ul><li></style> </li></ul><ul><li></head> </li></ul><ul><li><body> </li></ul><ul><li><p class=&quot;style1&quot;>Hellow!!</p> </li></ul><ul><li><p><img src=&quot;file:///C|/Users/kuma/Pictures/mixi 画像 /DSCF0517.JPG&quot; width=&quot;336&quot; height=&quot;251&quot; /></p> </li></ul><ul><li></body> </li></ul><ul><li></html> </li></ul>
  10. 10. CSS <ul><li>CSS defines the layout of the Web page. </li></ul>
  11. 11. CSS <ul><li><style type=&quot;text/css&quot;> </li></ul><ul><li><!-- </li></ul><ul><li>.style1 { </li></ul><ul><li>color: #2A1F55; </li></ul><ul><li>font-weight: bold; </li></ul><ul><li>} </li></ul><ul><li>body { </li></ul><ul><li>background-color: #00FF55; </li></ul><ul><li>} </li></ul><ul><li>--> </li></ul>
  12. 12. JavaScript <ul><li>JavaScript is a script language that moves on Web. </li></ul>
  13. 13. JavaScript <ul><li><html> </li></ul><ul><li><head> </li></ul><ul><li><title> サンプル </title> </li></ul><ul><li></head> </li></ul><ul><li><body> </li></ul><ul><li><script type=&quot;text/javascript&quot;> </li></ul><ul><li><!-- dd = new Date(); document.write(dd.toLocaleString()); // --> </li></ul><ul><li></script> </li></ul><ul><li></body> </li></ul><ul><li></html> </li></ul>
  14. 14. Reference literature <ul><li>Japan   PHP   Users Group( http://www.php.gr.jp/ ) </li></ul><ul><li>JAPAN APACHE USERS GROUP ( http://www.apache.jp/ ) </li></ul><ul><li>MySQL( http://www.mysql.com/ ) </li></ul><ul><li>apache friends - xampp for windows (http://www.apachefriends.org/jp/xampp-windows.html) </li></ul><ul><li>速効 ! 図解プログラミング PHP + MySQL―Windows/Linux PHP5 対応 </li></ul><ul><li>HTML+CSS Handbook 3rd Edition Web 系ハンドブック </li></ul><ul><li>Web デザイン コンセプトメイキングから運用まで 改訂版 </li></ul>
  15. 15. Book of reference <ul><li>速効 ! 図解プログラミング PHP + MySQL―Windows/Linux PHP5 対応 </li></ul>
  16. 16. Book of reference <ul><li>HTML+CSS Handbook 3rd Edition Web 系ハンドブック </li></ul>
  17. 17. Book of reference <ul><li>Web デザイン コンセプトメイキングから運用まで 改訂版 </li></ul><ul><li>http://www.cgarts.or.jp/ </li></ul>

×