Quick look under the hood Technologies used Get familiar with them! By Michał Kostecki IITc.

Slides:



Advertisements
Similar presentations
Introduction to Backend James Kahng. Install Node.js.
Advertisements

What is it? –Large Web sites that support commercial use cannot be written by hand What you’re going to learn –How a Web server and a database can be used.
IS 360 Course Introduction. Slide 2 What you will Learn (1) The role of Web servers and clients How to create HTML, XHTML, and HTML 5 pages suitable for.
Multiple Tiers in Action
Development of mobile applications using PhoneGap and HTML 5
INTRO TO MAKING A WEBSITE Mark Zhang.  HTML  CSS  Javascript  PHP  MySQL  …That’s a lot of stuff!
ITM352 Javascript and Dynamic Web Pages: Client Side Processing.
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 Web Development, PHP Programming
Agenda What is AJAX? What is jQuery? Demonstration/Tutorial Resources Q&A.
RIA Introduce Comparison among several technology.
Computer science Languages, etc.. Overview For web-applications (HTML, JS) – Designing languages (HMTL, CSS) – Server Languages (PHP, ASP) – Extensions.
 Computer Information System Club focused on the understanding and applied learning of web development.  The club was founded in April 5,  We.
Lightning Talk Fred Rodriguez Nguyen Do CPSC 473 May 6, 2012.
Architecture Of ASP.NET. What is ASP?  Server-side scripting technology.  Files containing HTML and scripting code.  Access via HTTP requests.  Scripting.
Joel Bapaga on Web Design Strategies Technologies Commercial Value.
GIS technologies and Web Mapping Services
Working Out with KURL! Shayne Koestler Kinetic Data.
L. Grewe LAMP, WAMP and... Motivaiton Basic Web Systems with Delivery of Static and Dynamic Web Pages html, css, media javascript (“dynamic” on client.
HTML5 for Mobile Andrew Kinai. HTML vs HTML5 HTML:A language that describes documents' formatting and content, which is basically composed of static text.
Cross Site Integration “mashups” cross site scripting.
1Computer Sciences Department Princess Nourah bint Abdulrahman University.
1 Geospatial and Business Intelligence Jean-Sébastien Turcotte Executive VP San Francisco - April 2007 Streamlining web mapping applications.
Web Design: Basic to Advanced Techniques Fall 2010 Mondays 7-9pm 200 Sutardja-Dai Hall Introduction to PHP.
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.
CS50 Week 9 Sam Green ’
Web Development Technologies Advanced Web-based Systems Advanced Web-based Systems | Misbhauddin.
1 What is JQuery. jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax* interactions.
Dawn Pedersen. What is JavaScript? JavaScript is the basis for both jQuery and Spry applications JavaScript is referred to as a client-side scripting.
The basics of knowing the difference CLIENT VS. SERVER.
Implement Viewing Transactions in Real Time James Payne Managing Director for New Media / Advancement July 27, 2015.
Event Handling & AJAX IT210 Web Systems. Question How do we enable users to dynamically interact with a website? Answer: Use mouse and keyboard to trigger.
Chapter 15 Introducing jQuery Part 1. What is JavaScript? A programming language to add dynamic features to a web page. Client side.
 Before you continue you should have a basic understanding of the following:  HTML  CSS  JavaScript.
Overview Web Technologies Computing Science Thompson Rivers University.
Web Cache. What is Cache? Cache is the storing of data temporarily to improve performance. Cache exist in a variety of areas such as your CPU, Hard Disk.
Basic Concepts for Python Web Development. What Does Make Python Different Batter Software QA Developer Productivity Advance Program Portability Support.
CPSC 8985 Fall 2015 P10 Web Crawler Mike Schmidt.
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.
X2R Spec 1. Change log DateVersionPeopleNote 2013/11/01V0.0.1Chien-Wei Yu, Anderson Ou First draft, add X2R files spec. 2013/12/16V0.0.2Anderson Ou, Doc.
Pros and Cons of Static or Dynamic Websites. As a website user, you may not bother if a site you visit is static or dynamic as it is a sheer backend functionality.
MVC 4.0, Knockout.js, Bootstrap and EF6.0 FAST, FLEXIBLE AND RESPONSIVE QUICK TO MARKET WEBSITES.
Web Development. Agenda Web History Network Architecture Types of Server The languages of the web Protocols API 2.
Dive into web development
Web Technologies Computing Science Thompson Rivers University
Javascript and Dynamic Web Pages: Client Side Processing
DPS Dissertation System
تصميم صفحات الانترنت web design
Lecture 11. Web Standards Continued
ASP.NET developing web applications based on Microsoft.NET Framework.
AJAX.
Top 5 Front End Development Tools. 1. Sublime Text Sublime Text may be a super quick and have packed text and development editor. If you're about to be.
LAMP, WAMP and.. L. Grewe.
Front End Application Development We at Kushub Media have a group brimming with website specialists who comprehend the functional side of things and have.
Tips for Website Speed Optimization
Database Driven Websites
PHP + Oracle = Data-Driven Websites
IS 360 Course Introduction
Unit 6 part 3 Test Javascript Test.
Secure Web Programming
MIS JavaScript and API Workshop (Part 3)
ხელმძღვანელი: დიმიტრი ქარაული
Web Technologies Computing Science Thompson Rivers University
Ajax and JSON Jeremy Shafer Department of MIS Fox School of Business
Client-Server Model: Requesting a Web Page
Ajax and JSON Jeremy Shafer Department of MIS Fox School of Business
Murach's JavaScript and jQuery (3rd Ed.)
#01# ASP.NET Core Overview Design by: TEDU Trainer: Bach Ngoc Toan
Web Application Development Using PHP
Presentation transcript:

Quick look under the hood Technologies used Get familiar with them! By Michał Kostecki IITc

Solutions used For storing the information about the holidays and providing it for PHP backend. The main backend/remote API. Provides data from the databased in parsed JSON format. Making the calendar and events possible, also necessary for jQuery to work. Iterations, events, many other things. Built in JS for faster and more efficient scripting. Communication between the PHP backend and our JS frontend

Page looks Used on the whole world, the new and better HTML 5 and CSS 3 allow to do many amazing things. HTML is used for the structure of the website. CSS is used for how it looks. An opensource project made by Twitter, allows developers to create websites lightning fast. Provides a grid system, many pre-styled elements and other handy things. It is a mixture of JS and CSS, also incorporating more advanced solutions like SASS and LESS(compiling CSS scripts)

Other solutions The compiler I used for writing. It’s opensource, flexible, extendable and provides very advanced features if you need them. Supports writing in JavaScript, C++, HTML, PHP, but you can extend it’s features with plugins. Used for serializing data. Used world- wide, a competition to XML. Natively supported in many languages. Runs PHP and provides the webpage on request to client. This Linux distribution allows this all to work. One of the most stable and reliable distro.

Part of the code