Presentation is loading. Please wait.

Presentation is loading. Please wait.

Welcome to the Web! Session By: Infero - Programming Club, IIT Hyderabad.

Similar presentations


Presentation on theme: "Welcome to the Web! Session By: Infero - Programming Club, IIT Hyderabad."— Presentation transcript:

1 Welcome to the Web! Session By: Infero - Programming Club, IIT Hyderabad

2 Building a Web Application from Scratch Security Security measures Future Developing AJAX interactivity User Interaction Designing Workflow Map HTML/CSS Planning Basic Idea and Design Architecture & Approach

3 Planning : Basic Idea and Design

4 Planning : Architecture & Approach CREATE TABLE cl_db.list_items ( ListItemID INT PRIMARY KEY AUTO_INCREMENT, ListID INT NOT NULL, ListText VARCHAR(150), ListItemDone INT NOT NULL, ListItemPosition INT NOT NULL, ListItemColor INT NOT NULL )

5 Workflow

6 Developing : User Interaction <?php // Database credentials define('DB_HOST', 'localhost'); define('DB_USER', 'root'); define('DB_PASS', ''); define('DB_NAME', 'cl_db'); ?> Connecting to Database

7 Developing : AJAX Interaction

8 Future and Security http://css-tricks.com/app-from-scratch-1-design/


Download ppt "Welcome to the Web! Session By: Infero - Programming Club, IIT Hyderabad."

Similar presentations


Ads by Google