16
By Bearzx Dive Into Web Introduction To WEB Development @bearzx.com

By Bearzx Dive Into Web Introduction To WEB Development @bearzx.com

Embed Size (px)

Citation preview

Page 1: By Bearzx Dive Into Web Introduction To WEB Development @bearzx.com

By Bearzx

Dive Into Web

Introduction To WEB

Development

Dive Into Web

Introduction To WEB

Development

@bearzx.com

Page 2: By Bearzx Dive Into Web Introduction To WEB Development @bearzx.com

What Is WEBWhat Is WEB

The World Wide Web is a system of interlinked HyperText documents accessed via the Internet.

By Wikipedia

Page 3: By Bearzx Dive Into Web Introduction To WEB Development @bearzx.com

What Is WEBWhat Is WEB

Page 4: By Bearzx Dive Into Web Introduction To WEB Development @bearzx.com

What Is WEBWhat Is WEB

Page 5: By Bearzx Dive Into Web Introduction To WEB Development @bearzx.com

What Is WEBWhat Is WEB

Page 6: By Bearzx Dive Into Web Introduction To WEB Development @bearzx.com

What Do You Need To LearnWhat Do You Need To Learn

The Very Start: HTML

Page 7: By Bearzx Dive Into Web Introduction To WEB Development @bearzx.com

What Do You Need To LearnWhat Do You Need To Learn

Add Styles To Your Pages: CSS

Page 8: By Bearzx Dive Into Web Introduction To WEB Development @bearzx.com

What Do You Need To LearnWhat Do You Need To Learn

Make Your Pages Clever: Javascript

Page 9: By Bearzx Dive Into Web Introduction To WEB Development @bearzx.com

What Do You Need To LearnWhat Do You Need To Learn

Give Me Dynamic Pages: Server Script

Java, C#, PHP, Python, Perl, Ruby.....

Page 10: By Bearzx Dive Into Web Introduction To WEB Development @bearzx.com

What Do You Need To LearnWhat Do You Need To Learn

Select My DataBase: SQL

Page 11: By Bearzx Dive Into Web Introduction To WEB Development @bearzx.com

What Do You Need To LearnWhat Do You Need To Learn

F**K, That’ s Too Many To Study

HTMLCSSBrowser Script: JavaScriptServer Script: Java C# PHP Python Perl RubySQL

Page 12: By Bearzx Dive Into Web Introduction To WEB Development @bearzx.com

An ExampleAn ExampleHTML+CSS

JavaScript

Server

ServerScript + SQL

Page 13: By Bearzx Dive Into Web Introduction To WEB Development @bearzx.com

Some ToolsSome Tools

For HTML & CSS & Javascript: Just A Browser~

For Server Script Programming: You Need A Application Server: Apache, Tomcat, IIS...And The Interpreter Of Your Language

For SQL: You Need A DBMSMySQL, SQLServer, Oracale, DB2...

Page 14: By Bearzx Dive Into Web Introduction To WEB Development @bearzx.com

Some ToolsSome Tools

And Your Operating System?Unix/Linux, Windows...

And Your Editor(IDE)?Vim, Emacs, Notepad++, UltraEdit, Eclipse, VisualStudio...

And Your Version Control System?Git, SVN...

Page 15: By Bearzx Dive Into Web Introduction To WEB Development @bearzx.com

In The EndIn The End

Although there are so many technologies To Be Handled

Algorithm is the MOST IMPORTANTThat’ s the SOUL of your CODE!!

Page 16: By Bearzx Dive Into Web Introduction To WEB Development @bearzx.com

By Bearzx

Thank You!Thank You!

@bearzx.com