Jerrell Jackson jtnk@iup.edu.

Slides:



Advertisements
Similar presentations
Overview Environment for Internet database connectivity
Advertisements

Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 11: Advanced Web Technologies.
ASP.NET Intro An introduction to the languages and communication of an ASP.NET system.
Kentico CMS 5.5 R2 What’s New. Highlights Intranet Solution Document management package – WebDAV support – Project & task management – Document libraries.
IIS Technologies.
Web Development in Microsoft Visual Studio Slide 2 Lecture Overview Introduce Visual Studio 2013 Create a first ASP.NET application.
B.Sc. Multimedia ComputingMedia Technologies Database Technologies.
Introduction to Active Server Pages
Active Server Pages Chapter 1. Introduction Understand how browsers and servers interacted when the Web was young Understand what early Internet and intranet.
2440: 141 Web Site Administration Web Server-Side Programming Professor: Enoch E. Damson.
Web Browsers It is an application software that is used to display and interact with text, images and other information located on web pages at web sites.
Static VS Dynamic websites. 1-What are the advantages and disadvantages? 2- Which one should you choose and why?
Web Programming Language Dr. Ken Cosh Week 1 (Introduction)
Welcome to the Minnesota SharePoint User Group. Introductions / Overview Project Tracking / Management / Collaboration via SharePoint Multiple Audiences.
INTRODUCTION TO DHTML. TOPICS TO BE DISCUSSED……….  Introduction Introduction  UsesUses  ComponentsComponents  Difference between HTML and DHTMLDifference.
1 CS 3870/CS 5870 Static and Dynamic Web Pages ASP.NET and IIS.
Architecture Of ASP.NET. What is ASP?  Server-side scripting technology.  Files containing HTML and scripting code.  Access via HTTP requests.  Scripting.
1 CS 3870/CS 5870 Static and Dynamic Web Pages ASP.NET and IIS.
With your friendly Web Developer, Chris.. Terminology  HTML - > Hypertext Markup Language  CSS -> Cascading Style Sheet  open tag  close tag  HTTP->Hypertext.
Transition to Managed Services 0 Microsoft E-Learning IT Infrastructure Partnership Team August 26, 2008.
CSS 404 Internet Concepts. XP Objectives Developing a Web page and a Website Working with CSS (Cascading Style Sheets) Web Tables Web Forms Multimedia.
NASRULLAH KHAN.  Lecturer : Nasrullah   Website :
ASP Introduction Y.-H. Chen International College Ming-Chuan University Fall, 2004.
DotNetNuke v3 Overview Stan Schultes Stan Schultes Enterprise architect / application developer Enterprise architect / application developer Conference.
Creating Dynamic Web Pages Using PHP and MySQL CS 320.
Active Server Pages  In this chapter, you will learn:  How browsers and servers interacted on the Internet when the Internet first became popular 
CS 494 Web Development Class Size: Winter, 214: 97 Spring, 214: 81 Summer, 2014: 69.
Hands-On Microsoft Windows Server Implementing Microsoft Internet Information Services Microsoft Internet Information Services (IIS) –Software included.
CS1001 Lecture 9. Overview Security Security HTML HTML.
1 Session 1: Introduction to PHP & MySQL iNET Academy Open Source Web Development.
ASP (Active Server Pages) by Bülent & Resul. Presentation Outline Introduction What is an ASP file? How does ASP work? What can ASP do? Differences Between.
Microsoft ASP.NET Beginning Object-Oriented Web Design Bryan Jenks © Integrated Ideas 2005.
 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.
Session 1 Chapter 1 - Introduction to Web Development ITI 133: HTML5 Desktop and Mobile Level I
1 © Xchanging 2010 no part of this document may be circulated, quoted or reproduced without prior written approval of Xchanging. MOSS Training – UI customization.
NASRULLAH KHAN.  Lecturer : Nasrullah   Website :
WEB SERVER SOFTWARE FEATURE SETS
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.
 Web pages originally static  Page is delivered exactly as stored on server  Same information displayed for all users, from all contexts  Dynamic.
Stanislaus County Employee Access DataStore Application Presented By: Melanie Lema, Information Technology Unit Stanislaus County Department of Child.
Introduction to ASP.NET development. Background ASP released in 1996 ASP supported for a minimum 10 years from Windows 8 release ASP.Net 1.0 released.
A S P. Outline  The introduction of ASP  Why we choose ASP  How ASP works  Basic syntax rule of ASP  ASP’S object model  Limitations of ASP  Summary.
The Brenkoweb provides the excellent online programming tutorial for the programmer in various languages like as PHP, SQL, HTML, ASP, Javascript,
ASP – Web Programming Class  Ravi Anand. ASP – Active Server Pages What is ASP? - Microsoft Technology - Can Run using IIS/PWS/Others - Helps us create.
Chapter 2 Creating Website with Web Forms. Objectives Understand the different project types and templates when building ASP.NET web sites. The different.
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.
What Is Adxstudio Portals?
DYNAMIC CONTENT DELIVERY
Web Programming Language
Dreamweaver – Setting up a Site and Page Layouts
Web Technologies Computing Science Thompson Rivers University
Objective % Select and utilize tools to design and develop websites.
Web Application.
Microsoft List Schedule April – May 2016
Objective % Select and utilize tools to design and develop websites.
PHP / MySQL Introduction
Using Access and the Web
Microsoft Office Illustrated
Chapter 6: The Web and E-Commerce
CIS 273 Possible Is Everything/snaptutorial.com
APTECH JANAKPURI INSTITUTE PROVIDING WEB DESIGNING COURSES Address:- J-1,2nd Floor, Opp Metro Pillar No – 559, Janakpuri East, Delhi /42.
Database Driven Websites
Web Development in Microsoft Visual Studio 2013
Beginning Object-Oriented Web Design
Login & administration page
CMP Creating Your Personal and Small Business Web Sites
ASP.NET Module Subtitle.
SharePoint Foundation 2010
Web Technologies Computing Science Thompson Rivers University
Client-Server Model: Requesting a Web Page
Presentation transcript:

Jerrell Jackson jtnk@iup.edu

Dynamic Web Development Active Server Pages (ASP) VBScript HTML Cascading Style Sheets (CSS) JavaScript SQL

Static Web Website We Sell: Socks For: $ 2/pair

Dynamic Web Website Database We Sell: (ProductName) ASP Code Retrieve values from database for Product Assign retrieved values to variable names ProductName ProductPrice Database We Sell: (ProductName) For: $ (ProductPrice)

Content Management System Admin Site Products Name: Price: Submit

Dynamic Web Utilizing CMS Admin Site Website Products ASP Code Retrieve values from database for Product Assign retrieved values to variable names Name: ProductName ProductPrice Price: We Sell: (ProductName) For: $ (ProductPrice) Submit

Features Online community Site management Document management Project collaboration Threaded discussion Extendable via Web Parts

Information Classifications Shadow Copies Folder redirection Distributed File System Encryption Directed toward specific audiences

Users Online Identity Groups Classification Permissions Audience

Windows User Permissions Utilizes Window’s user permissions infrastructure to keep track of user’s permissions and classification of information to either deny or allow access to information. Managing a web portal very much similar to managing a traditional network.

Web Parts - Require Strong Names - Code Access Security - Configuration Files

Conclusion Most import assets to a business is information and its employees. Solution for organization of information to relevant teams. Incorporates the simplicity of the desktop with a main emphasis on collaboration and web services. Utilizes Windows’ user permissions infrastructure.