ANGULAR JS ROBERTO GUTIERREZ. WHAT IS IT? Toolset for building the framework for application development Angular models are plain old javascript Developed.

Slides:



Advertisements
Similar presentations
Copyright © Steven W. Johnson
Advertisements

If R = {(x,y)| y = 3x + 2}, then R -1 = (1) x = 3y + 2 (2) y = (x – 2)/3 (3) {(x,y)| y = 3x + 2} (4) {(x,y)| y = (x – 2)/3} (5) {(x,y)| y – 2 = 3x} (6)
John Culviner johnculviner.com DEMO CODE:
Vaibhav Rastogi and Yi Yang.  Web 2.0 – rich applications  A website hosts content it may not be responsible for  Third party gadgets  Third party.
 ult.htm ult.htm  This website illustrates the use of CCS (style sheets)
Introduction Marko Marić, Danulabs
Developing Better PhoneGap Apps Session 608 / DevLearn 2013 Daniel Pfeiffer Lead Developer / Float Mobile Learning.
By: Toms Linnes Mrunal Patel.  Universal  With qooxdoo you build rich, interactive applications, native-like apps for mobile devices light weight single.
Jquery Nasrullah. Jquery jQuery is a JavaScript Library. jQuery greatly simplifies JavaScript programming. jQuery is easy to learn.
A centre of expertise in digital information managementwww.ukoln.ac.uk Accessibility Testing Brian Kelly UKOLN University of Bath Bath, BA2 7AY
StockWatch Developers: Nimrod Hagay Hagai Barkan Supervisors: Assaf Solomovitch Viktor Kulikov June 2009.
Introduction to Angular JS Sergey Barskiy Working Class Nobody Level: Introductory.
FireBug. What is Firebug?  Firebug is a powerful tool that allows you to edit HTML, CSS and view the coding behind any website: CSS, HTML, DOM and JavaScript.
Abelian Kingdom Andrew, Kelvin and Peter. What is it? A web (browser) game MORPG on Google map Login with Facebook Interact with your friends And the.
Microsoft Virtual Academy Stacey Mulcahy | Technical Evangelist Christopher Harrison | Content Developer.
Hattan Shobokshi mvcdotnet.wordpress.com Web Development in the Past (Microsoft Stack)
ASP.NET in Definition: 1.ASP.NET is a web application framework developed and marketed by Microsoft to allow programmers to build dynamic web sites,
+ BackBone.js By. Phil Sheperd. + What is BackBone BackBone is a Javascript Framework How is this different From jQuery or Prototype? Libraries vs Framework.
By Adam Barth, Joel Weinberger and Dawn Song.  Current JavaScript Security Model  Cross-Origin JavaScript Capability Leaks  Capability Leak Detection.
Introduction to Angular James Kahng. Terms Framework Template/environment constructed in the language where you fill in details with code Library Set.
Libraries and APIs CMPT 281. Overview Basics of libraries and APIs Rich internet applications Examples – Scriptaculous – JQuery.
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.
Ionic & Cordova crash course Ivan Varga
Clothing Catalogue New season New models: Jacket (807/1222) Trousers H7IX Available only for few bunch ! Technical issue: no current solution to subset.
Google Map API The Google Maps API lets you embed Google Maps in your own web pages with JavaScript The API provides a number of utilities for manipulating.
Chapter 1 Ionic Framework (overview) Front-end framework for developing hybrid mobile apps with HTML5 Yeunyong Kantanet School of Information and Communication.
Let’s look what flash can do: OK, that wasn’t flash! That was HTML5.
Learn AngularJS by Building 10 projects. Introduction to AngularJS An Open source web application framework by Google Written in JavaScript offers complete.
NativeScript – Open source platform to build Native iOS/Android Apps.
Agenda 1)Modern web standards overview 2)JavaScript library overview 3)Building a Single Page Application SPA.
ANGULAR JS 2.0 Revolutionizes UI/UX Development. A CONTEMPORARY FRAMEWORK  Open Source Web Application Framework  Renowned, Established & Stable Frontend.
APP DESIGN AND DEVELOPMENT WITH THE IONIC FRAMEWORK Chuck Leone
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.
MVC 4.0, Knockout.js, Bootstrap and EF6.0 FAST, FLEXIBLE AND RESPONSIVE QUICK TO MARKET WEBSITES.
Building Desktop Apps with Node.js and Electron
ITM352 PHP and Dynamic Web Pages: Server Side Processing 1.
Angular 4 + TypeScript Getting Started
Time to learn to code Stephen Delaney
Peter Donker Bring2mind
What's new in the world of SharePoint development and deployment
Presentation 2 Web Design.
Michael Robertson Yuta Takayama Google Closure Tools.
KnockoutJS -Pradeep Shet 31st August 2014.
By Gary Mandela December 26, 2006
Web DevelopmentTools Top 5 That Every Web Developer Should Know.
The Cliff Notes Version
Branding SharePoint Using Application Customizers
العدد تذكيره وتأنيثه مقدمة
Jessica Betts, Sophia Pandey, & Ryan Amundson
AMP.
Open Source Technologies
MEAN stack L. Grewe.
Angular (JS): A Framework for Dynamic Web Pages
Cleveland Tech Consulting, LLC
Introduction to AngularJS
Getting Started With TypeScript
The Web Wizard’s Guide To JavaScript
5 Leading web development Framework is good for developing a Secure Website.
CS122B: Projects in Databases and Web Applications Spring 2018
AngularJS and SharePoint I Chris Douglas Senior SharePoint Developer ECS Web:
How AngularJS Development Services different from other Framework - Kunsh Technologies.
ხელმძღვანელი: დიმიტრი ქარაული
[Robert W. Sebesta, “Programming the World Wide Web
PART 1.
Front End Development workshop
CS122B: Projects in Databases and Web Applications Winter 2019
Modern Front-end Development with Angular JS 2.0
Presentation transcript:

ANGULAR JS ROBERTO GUTIERREZ

WHAT IS IT? Toolset for building the framework for application development Angular models are plain old javascript Developed by Misko Hevery and Adam Abrons at Brat Tech LLC and google No DOM needed

WHO IS USING IT? Sites like github use angular js, not very many mainstream sites have used it as opposed to backbone js

HOW IS IT BEING USED? Used to make enhanced web applications

ADVANTAGES Fully extensible and works well with other libraries Easy to test, maintain, reuse. Lets you invent new html syntax specific for your application

DISADVANTGES Takes longer to learn than backbone and knockout js On fallback mechanism (what if they have javascript disabled?) Could be more secure than it is now (it runs solely on javascript)