1 / 14

FRONT-END TECHNICAL TALK

A. IMN. FRONT-END TECHNICAL TALK. Introduction to Front-end Development. Sharer / Allen-Green C.L. Huang CEO, IMNA Microsoft Student Partners, Taiwan Intern, Dep. Solar Energy System, Green Source Technology. Outline of Introduction. Web Site Web Application

tuvya
Télécharger la présentation

FRONT-END TECHNICAL TALK

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. A IMN FRONT-ENDTECHNICALTALK IntroductiontoFront-endDevelopment Sharer/Allen-GreenC.L.Huang CEO,IMNA MicrosoftStudentPartners,Taiwan Intern,Dep.SolarEnergySystem,GreenSourceTechnology

  2. OutlineofIntroduction WebSite WebApplication IntroductiontoServer/Client

  3. WebSite Yahoo,Google,etc. Browse Display Browser IE,Chrome,Firefox

  4. WebServer Apache,IIS,Tomcat Request Response Client Browser,FlashGet,PPS,KKBOX

  5. OutlineofEnvironment WebServer ScriptInterpreter DBMSServer Browser

  6. DBMSServer ScriptInterpreter Extension WebServer Browser

  7. OutlineofTechnical (X)HTML CSS JavaScript PHP/JSP/ASP.NET

  8. WebServer (X)HTML Document Ex.EnterURLhttp://www.im.tku.edu.tw Browser

  9. <html> <head> <style> body{ background:#000; } </style> <script> alert(“Hello”); </script> <body> <h1>HelloWeb!!</h1> </body> </html>

  10. <html> <head> <style> body{ background:#000; } </style> <script> alert(“Hello”); </script> <body> <h1>HelloWeb!!</h1> </body> </html>

  11. <html> <head> <style> body{ background:#ccc; } </style> <script> alert(“Hello”); </script> <body> <h1><?php$txt=“web”;echo“Hello$txt!!”;?></h1> </body> </html>

  12. MySQL/DBMSServer PHP/Pre-Interpreter Apache/WebServer

  13. Letgo tothe RealWorld!

More Related