1 / 8

Welcome to the Web!

Welcome to the Web!. Session By: Infero - Programming Club, IIT Hyderabad. Building a W eb A pplication from Scratch. Planning : Basic Idea and Design. Early UI Planning. Sketch It. Planning : Architecture & Approach. CREATE TABLE cl_db.list_items (

fabian
Download Presentation

Welcome to the Web!

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. Welcome to the Web! Session By: Infero - Programming Club, IIT Hyderabad

  2. Building a Web Application from Scratch

  3. Planning : Basic Idea and Design Early UI Planning Sketch It

  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 Connecting to Database <?php // Database credentials define('DB_HOST', 'localhost'); define('DB_USER', 'root'); define('DB_PASS', ''); define('DB_NAME', 'cl_db'); ?>

  7. Developing : AJAX Interaction

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

More Related