Download presentation
Presentation is loading. Please wait.
Published byRoss Harrell Modified over 9 years ago
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/
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.