Sayed Ahmed Computer Engineering, BUET, Bangladesh MSc, Computer Science, U of Manitoba, Canada Owner/President/Architect/Developer Justetc (Just et cetera)

Slides:



Advertisements
Similar presentations
3.02C Website Organization
Advertisements

DT228/3 Web Development WWW and Client server model.
Sayed Ahmed Computer Engineering, BUET MSc. Computer Science, Canada President/Chief Architect/Lead Developer Justetc (Just et cetera) Technologies
MSc. Publishing on WWW JavaScript. What is JavaScript? A scripting language devised by Netscape Adds functionality to web pages by: Embedding code into.
Introduction to Web Based Application. Web-based application TCP/IP (HTTP) protocol Using WWW technology & software Distributed environment.
Design factors Content –Fig.s 4-49, 5-4, 6-3 Organization –Fig.s 2-10, 2-11, 2-12, 2-14, 2-15, 5-17 Performance Aesthetic Security.
Sayed Ahmed BSc. Eng. in Computer Engineering, BUET, Bangladesh MSc., Computer Science, U of Manitoba, Canada Software/Computer Engineer, Canada
1 CS428 Web Engineering Lecture 18 Introduction (PHP - I)
Static VS Dynamic websites. 1-What are the advantages and disadvantages? 2- Which one should you choose and why?
Quick Tour of the Web Technologies: The BIG picture LECTURE A bird’s eye view of the different web technologies that we shall explore and study.
The PHP Story. PHP Story PHP is a programming language. Incorporate(join) sophisticated business logic. Widely used general purpose scripting language.
Server Side Scripting Norman White. Where do we do processing? Client side – Javascript (embed code in html) – Java applets (send java program to run.
1 CS 131 Wrap Up Fall 2008 What Good is Programming?
ITM352 PHP and Dynamic Web Pages: Server Side Processing.
IT 210 The Internet & World Wide Web introduction.
Sayed Ahmed Computer Engineering, BUET, Bangladesh MSc, Computer Science, U of Manitoba, Canada Owner/President/Architect/Developer Justetc (Just et cetera)
Web Design Scripting and the Web. Books on Scripting.
1 CS 3870/CS 5870 Static and Dynamic Web Pages ASP.NET and IIS.
Your Website 1 st Establish a Domain Name (rules)(rules) Whoishttp://whois.nethttp://whois.net Network Solutionshttp://
HTML Forms and Scripts. Session overview What are forms? Static vs dynamic Client-side scripts –JavaScript.
Sayed Ahmed Computer Engineering, BUET, Bangladesh MSc, Computer Science, U of Manitoba, Canada Owner/President/Architect/Developer Justetc (Just et cetera)
Chapter 16 The World Wide Web Chapter Goals Compare and contrast the Internet and the World Wide Web Describe general Web processing Describe several.
Server-side Scripting Powering the webs favourite services.
By Sayed Ahmed Computer Engineering, BUET, Bangladesh MSc. in Computer Science, U of Manitoba, Canada From – Just Et Cetera Justetc Technologies (incorporated)
Sayed Ahmed Computer Engineering, BUET, Bangladesh MSc, Computer Science, U of Manitoba, Canada Owner/President/Architect/Developer Justetc (Just et cetera)
Sayed Ahmed Computer Engineering (BUET), Bangladesh MSc., Computer Science, Canada President/Chief Architect/Lead Developer Justetc (Just et cetera) Technologies.
Introduction to Internet Programming (Web Based Application)
THE BIG PICTURE. How does JavaScript interact with the browser?
Sayed Ahmed BSc. Engineering in Computer Science and Engineering, BUET, Bangladesh MSc. in Computer Science, University of Manitoba, Canada Owner/Architect/Developer.
Sayed Ahmed Computer Engineering (BUET), Bangladesh MSc., Computer Science, Canada President/Chief Architect/Lead Developer Justetc (Just et cetera) Technologies.
WEB SCIENCE. What is the difference between the Internet and the World Wide Web? Internet is the entire network of connected computers and routers used.
Sayed Ahmed President/Chief Architect/Lead Developer Justetc (Just Et Cetera) Technologies
A Genealogy System for the Web Matthew A. Page November 20, 2002.
3.02C Website Organization 3.02 Develop webpages..
Overview Web Session 3 Matakuliah: Web Database Tahun: 2008.
Active Web Technology Alan Dix
Sayed Ahmed Computer Engineering, BUET, Bangladesh (Graduated on 2001) ( ) MSc in Computer Science, U of Manitoba, Canada Linkedin: linkedin.com/in/sayedjustetclinkedin.com/in/sayedjustetc.
 Computer use language to communicate  A web browser will read these tags and translate it into what you actually see  Viewing Code of ESPN WebsiteESPN.
Website design and structure. A Website is a collection of webpages that are linked together. Webpages contain text, graphics, sound and video clips.
ASP. ASP is a powerful tool for making dynamic and interactive Web pages An ASP file can contain text, HTML tags and scripts. Scripts in an ASP file are.
JavaScript Dynamic Active Web Pages Client Side Scripting.
Display Page (HTML/CSS)
Matthew Baillie, Luke Day THE INTERNET. HISTORY OF THE INTERNET J.C.R. Licklider authored a series of memos concerning theoretical network structures.
Html By: Andrew, Aaron & Carlos. How to make a website Making a website requires making a page that is an index of all contained webpages This means linking.
Homework Helper Natalie, Jessica, Matt, and Holly.
PS-1 project Designing an E-commerce page for HMT BEARINGS LTD and SEO of the website.
Overview Web Technologies Computing Science Thompson Rivers University.
IN THIS LESSON WE WILL REVIEW THE STRUCTURE OF THE INTERNET AND HOW BROWSERS ASSEMBLE WEBSITES BASED ON INSTRUCTIONS THEY RECEIVE FROM SERVERS. Internet.
The Internet Salihu Ibrahim Dasuki (PhD) CSC102 INTRODUCTION TO COMPUTER SCIENCE.
JavaScript Invented 1995 Steve, Tony & Sharon. A Scripting Language (A scripting language is a lightweight programming language that supports the writing.
Sayed Ahmed Computer Science & Engineering, BUET, Bangladesh MSc, Computer Science, U of Manitoba, Canada Justetc Technologies (incorporated) – Canada.
PHP Assignment Help BookMyEssay. What is PHP PHP is a scripting language generally used on web servers. It is an open source language and embedded code.
Web Programming Language
Web Technologies Computing Science Thompson Rivers University
Objective % Select and utilize tools to design and develop websites.
FLIPPED CLASSROOM ACTIVITY CONSTRUCTOR – USING EXISTING CONTENT
Egyptian Language School
Objective % Select and utilize tools to design and develop websites.
AJAX.
Web page a hypertext document connected to the World Wide Web.
Database Driven Websites
3.02C Website Organization
WEB DEVELOPMENT TRAINING
Introduction to World Wide Web
DD Sir-Infomatics Web Development Part-1.
Web Technologies Computing Science Thompson Rivers University
Client-Server Model: Requesting a Web Page
Introduction to JavaScript
4.01 Examine web page development and design.
Presentation transcript:

Sayed Ahmed Computer Engineering, BUET, Bangladesh MSc, Computer Science, U of Manitoba, Canada Owner/President/Architect/Developer Justetc (Just et cetera) Technologies

Syllabus

Learning Objectives  Structure of Web-site

Types of Web-Sites  Types/ প্রকারভেদ Static/ অপরিবর্তনশীল / স্থির Dynamic/ পরিবর্তনশীল  Static/ অপরিবর্তনশীল Content of the web-site does not change. Just some static information. User cannot interact with the web-site. User interaction does not change the content of the web-site ○ HTML is used to create static web-sites

Types of Web-sites  Dynamic/ পরিবর্তনশীল Content of the web-site can be changed/get changed over time or with user interaction ○ Languages such as JavaScript, PHP, ASP/ASP.net are used to create dynamic web-sites

Structure/Layout of Web-sites  How web-pages are organized inside the web-site Home page/ নীড় Main stream/section pages/ মূলধারা Subsections/sub-stream of main stream pages/ উপধারা

Structure/Layout of Web-sites  Main stream and sub-stream pages can be organized in different ways such as Tree or hierarchical ( গাছেরমত ) Linked or network Sequential / linear Hybrid/combination of the above

Tree or Hierarchical

Linked Structure  Using left menus for examples

Sequential/Linear Using links such as Previous, Next, Last, First

Hybrid Web-site Structure

Videos on Web-site Development  Understanding Client and Server Side Programming ○ splayArticle.php?table=TrainingVideos&articleID=119 splayArticle.php?table=TrainingVideos&articleID=119  Web-site Development Lesson 1: Part 1: How to build a simple website from scratch ○ splayArticle.php?table=TrainingVideos&articleID=21 splayArticle.php?table=TrainingVideos&articleID=21 Lesson 1: Part 2: How to build a simple website from scratch ○ splayArticle.php?table=TrainingVideos&articleID=22 splayArticle.php?table=TrainingVideos&articleID=22

Our Addresses  Trudelle Street, Toronto, Canada  Shimultuly, Gazipur, Bangladesh Justetc Computers Habib Complex, 2 nd Floor ( )

Free Training by Justetc  Training and Education in Bangla: SaLearningSchool.com  Training and Education in English:  Ask questions and get answers  Offline IT Training: