Course review BTM 395: Internet Programming. What you have learnt in this course.

Slides:



Advertisements
Similar presentations
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
Advertisements

Easy Website Creation Using WordPress Welcome and Thank You to our Sponsors.
Content Management, Working with WordPress Svetlin Nakov Telerik Corporation
The World of Web Development Cindy Royal, Ph.D Assistant Professor Texas State University School of Journalism and Mass Communication
Wordpress as a content management system Building a better website with content management systems | June 12, 2009.
Server-Side vs. Client-Side Scripting Languages
Administrative  Philosophy  Class survey  Grading  Proposal (5 points max)  Small projects (10 points each max)  Project (40 points max)  Presentation.
INSTALLATION OF WORDPRESS. WORDPRESS WordPress is an open source CMS, often used as a blog publishing application powered by PHP and MySQL. It has many.
Content Management, Working with WordPress Svetlin Nakov Telerik Corporation
Administrative  Philosophy  Class survey  Grading  Project  Presentation.
UWWD In our quest to eliminate bad websites, we present…. HALLELUJAH!!
The World of Web Development Cindy Royal, Ph.D Associate Professor Texas State University School of Journalism and Mass Communication
INTRO TO MAKING A WEBSITE Mark Zhang.  HTML  CSS  Javascript  PHP  MySQL  …That’s a lot of stuff!
What is Wordpress?  WordPress has a web template processor. Users can re-arrange widgets without editing PHP of HTML code; they can also install and.
ECA 228 Internet/Intranet Design I Intro to the Web.
ITM352 Javascript and Dynamic Web Pages: Client Side Processing.
WordPress Chapter 12: Attracting a Crowd BTM 395: Internet Programming WordPress: The Missing ManualWordPress: The Missing Manual by Matthew MacDonald.
WHAT IS PHP PHP is an HTML-embedded scripting language primarily used for dynamic Web applications.
It’s World Wide! I NTRODUCTION TO T HE WEB 1 Photo courtesy:
PHP and MySQL Week#1  Course Plan.  Introduction to Dynamic Web Content.  Setting Up Development Server Eng. Mohamed Ahmed Black 1.
Website Administration Information Systems 337 Prof. Harry Plantinga.
10 June 2010 State Stats: Refreshing Reference With Drupal AJ Million, MoDOT Transportation Library.
Content Management Systems AN INTRODUCTION. Learning Objectives To know what a Content Management System is Have an understanding of the different types.
WordPress Web. WordPress Blogging system with full content management Personal publishing system Built on PHP scripting language and MySQL relational.
WebMatrix 2 /* web with benefits */. Everything You Need Start create new from OSS apps or templates, or start with existing sites hosted remotely or.
 Computer Information System Club focused on the understanding and applied learning of web development.  The club was founded in April 5,  We.
Institute of New Media Development & Research Prabhat Road, Lane No 5, Opp. Lijit Papad, Above OBC Bank, 1st Floor, Pune Web site :
Server- Side technologies Client-side vs. Server-side scripts PHP basic ASP.NET basic ColdFusion.
Joel Bapaga on Web Design Strategies Technologies Commercial Value.
Copyright © cs-tutorial.com. Introduction to Web Development In 1990 and 1991,Tim Berners-Lee created the World Wide Web at the European Laboratory for.
L. Grewe LAMP, WAMP and... Motivaiton Basic Web Systems with Delivery of Static and Dynamic Web Pages html, css, media javascript (“dynamic” on client.
JavaScript is a client-side scripting language. Programs run in the web browser on the client's computer. (PHP, in contrast, is a server-side scripting.
Styling and theming Build campaigns in style. What we'll look at... How a web document is structured How HTML and CSS fit together Tools you will need.
Fundamentals of Database Chapter 7 Database Technologies.
Web Page Introduction. What is a web page? A web page is a text file containing markup language tags. –A markup language combines text and extra information.
2 FreelancingOutsourcing 3  Marketplaces are websites that match buyers and sellers of services provided via the internet.  Service providers, or.
Modern JavaScript Develop And Design Instructor’s Notes Chapter 1 - (Re) Introducing JavaScript Modern JavaScript Design And Develop Copyright © 2012 by.
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 14 Database Connectivity and Web Technologies.
George Gonsalves.  Free and lightweight web development tool.  Create, publish, and maintain your website  Optimized for Open Source  Designed for.
Web Design: Basic to Advanced Techniques Fall 2010 Mondays 7-9pm 200 Sutardja-Dai Hall Introduction to PHP.
1 What is JQuery. jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax* interactions.
The basics of knowing the difference CLIENT VS. SERVER.
Chapter 15 Introducing jQuery Part 1. What is JavaScript? A programming language to add dynamic features to a web page. Client side.
It’s World Wide! I NTRODUCTION TO T HE WEB 1 Photo courtesy:
SHAREPOINT & JQUERY. Hi, my name and I am a product manager at lightning tools. I have been working with SharePoint for 5 years.
Intro to APACHE, MySQL, and PHP & freely available (hackable) Packages Aonghus Sugrue 04 Oct 2012.
Understanding Web-Based Digital Media Production Methods, Software, and Hardware Objective
Overview Web Technologies Computing Science Thompson Rivers University.
1/7/2016www.infocampus.co.in1. 1/7/2016www.infocampus.co.in2 Web Development training gives you and all-round training in both the design and the development.
HTML Introduction HTML Editors HTML Basic HTML Elements HTML Attributes HTML Headings HTML Paragraphs HTML Formatting HTML Links HTML Head HTML CSS HTML.
Trimantra Software Solution Offshore Software Development Outsourcing Company Visit :
 Lecture  Website language: ASP.net  Book name Beginning ASP.NET 4 in C# and VB 2.
Presentation by Giorgos Theodoridis. WordPress is a free web software you can use to create a beautiful website, blog, or app, (CMS) based on PHP and.
I NTRO TO W EB TECHNOLOGY Basic terms. C LIENT – S ERVER M ODEL a distributed communication between service requestors and service providers.
SharePoint & jQuery. About me Phill Duffy – Product Manager at Lightning Tools Ltd – Author of ‘Pro SharePoint with jQuery’ – MCTS Application Developer.
BRANDING YOURSELF FINAL DRAFT.
Ternary Technology Our aim to satisfy customer Office : Road #12, Sector : 12, House : 07, Uttara , Dhaka-1230.
Web Technologies Computing Science Thompson Rivers University
WordPress Introduction
Course Introduction Professional Web Designing for Beginners
Benefits To Used PHP To Create Websites. PHP – Hypertext Transfer Protocol PHP consider the most famed programming language for developing websites or.
PHP Training at GoLogica in Bangalore
WordPress Development
Web Systems & Technologies
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
WordPress Development
ხელმძღვანელი: დიმიტრი ქარაული
Web Technologies Computing Science Thompson Rivers University
Murach's JavaScript and jQuery (3rd Ed.)
WordPress Development
Presentation transcript:

Course review BTM 395: Internet Programming

What you have learnt in this course

Web servers and Internet hosts How the Web works Installing a local web server stack Registering an Internet domain Configuring a Linux Internet host Creating and connecting to an FTP account Using an FTP client

HTML Creating HTML pages Standard HTML tags New HTML5 features

CSS Creating CSS stylesheets CSS selectors Standard CSS properties The Cascade The Box Model

JavaScript Basic JavaScript language features Basic aspects of the Document Object Model Regular expressions Client-side debugging with Firebug

PHP Basic PHP language features Server-side form processing Working with an advanced PHP framework (WordPress)

MySQL Creating a MySQL database Connecting WordPress to MySQL Connecting to and interacting with MySQL using PHP

Standard WordPress administration Installing WordPress on a web host Creating posts and categories Selecting and configuring themes Managing the Media Library Creating pages Creating custom menus Selecting and installing and plugins Advanced media configuration

Advanced WordPress programming Customizing themes Programming an advanced website Creating plugins, widgets and shortcodes

Where do you go next?

HTML and CSS HTML –Learn every single HTML tag (including HTML5) –Best resource is probably W3SchoolsW3Schools Not perfect, but their “Try it yourself” editor is very practicalNot perfect CSS –Learn every existing feature (including CSS3) –Again, W3Schools is a practical resourceW3Schools Books –Murach’s HTML5 and CSS3Murach’s HTML5 and CSS3 Also covers basic JavaScript and jQuery –HTML5: The missing manualHTML5: The missing manual –CSS3: The missing manualCSS3: The missing manual

JavaScript Document Object Model and event programming –Advanced dynamic manipulation of HTML pages Ajax –Marrying client-side and server-side scripting jQuery –The most popular JavaScript library HTML5 applications –Standalone web apps and mobile apps Books –Murach’s JavaScript and jQueryMurach’s JavaScript and jQuery

PHP and MySQL Server-side data validation PHP security Object-oriented PHP MySQL and database programming Books –Finish the All-in-One textbook sections on PHP and MySQLAll-in-One textbook –Murach’s PHP and MySQLMurach’s PHP and MySQL

WordPress Standard WordPress administration –Finish the Missing Manual textbookMissing Manual Chapter 8: Letting Your Readers Talk Back Chapter 11: Collaborating with Multiple Authors Chapter 12: Attracting a Crowd Search engine optimization –Fine-tune a website for search traffic WordPress programming –Professional WordPress: Design and DevelopmentProfessional WordPress: Design and Development