Developer TECH REFRESH 15 Junho 2015 #pttechrefres h Web Going Foward.

Slides:



Advertisements
Similar presentations
Mobile App Development Using: Presented by Tyler Richey Images from
Advertisements

Validation in Angular 1.3 And other angular tidbits.
Amanda Silver Director of Program Management Visual Studio Tools for Client Applications Cross-Platform Development using Visual Studio.
@lestersconyers #spsevents #spsphx SPS EVENTS PHX SharePoint and Angular Sitting in a Tree… LESTER SCONYERS.
Responsive Web Design Sheri German, Instructor Montgomery College.
Developing Content for Mobile Devices Larry D. Lee Web Developer for K4Health.
RESPONSIVE DESIGN Sources: Kadlec, T. (2012). Implementing responsive design. Berkeley, California: New Riders Publishing. MarcotteMarcotte, E. (2010).
RESPONSIVE DESIGN Sources: Kadlec, T. (2012). Implementing responsive design. Berkeley, California: New Riders Publishing. MarcotteMarcotte, E. (2010).
CISC 474: Advanced Web Technologies HTML5 & CSS3, & Responsive Design.
CIT 256 Mobile Web Development Dr. Beryl Hoffman.
WDV 331 Dreamweaver Applications Designing Websites for Mobile Devices Dreamweaver CS6 Chapter 11.
Mobile Web Applications
DEVELOPING FOR MOBILE Jackie Calapristi. AGENDA  Why you should go mobile  Mobile Design Options  Responsive Design  Tips & Tools to Help You Build.
(1) User Interface Frameworks: Twitter Bootstrap 3.0 Philip Johnson Collaborative Software Development Laboratory Information and Computer Sciences University.
Architecture Of ASP.NET. What is ASP?  Server-side scripting technology.  Files containing HTML and scripting code.  Access via HTTP requests.  Scripting.
Title slide to be used at the start of a module. Developing Mobile Apps Roland Guijt
San Diego 2014 SharePoint Saturday San Diego November 15, 2014 UCSD Extension SharePoint Saturday San Diego November 15, 2014 UCSD Extension.
Angelo Chan Kamran Bilgrami. Agenda ● WinJS - What and Why ● Modern Apps ● WinRT Architecture ● Demos o Controls o Data Bindings o Program LifeCycle Management.
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. WEB.
Introduction CIS 136 Building Mobile Apps 1. What is a mobile app? 2  Computer program  Designed for small devices  Smartphones  Tablets  Other handhelds.
Developer TECH REFRESH 15 Junho 2015 #pttechrefres h Strategies for Developing Cross-Platform Applications Dinis Vieira.
Developer TECH REFRESH 15 Junho 2015 #pttechrefres h Geeking with SharePoint.
Jeff From 5 to 8 building Windows 8 Apps with HTML5 and JavaScript.
 Wendy Trem, User Experience Practice Director  Matt Miller, User Experience Designer  Bill Wolohan, Senior ASP.NET and CRM Developer  Jim Raden,
WEBMATRIX Microsoft Pranav Rastogi.
Strategies for Building Mobile Apps Using ArcGIS API for JavaScript Andy Gup, Lloyd Heberlie.
Mobile web Sebastian Lopienski IT Technical Forum 29 June 2012.
Microsoft UI Stack Ronnie Saurenmann Technical Evangelist, Microsoft Switzerland
Developer TECH REFRESH 15 Junho 2015 #pttechrefres h Understand your end-users and your app with Application Insights.
Apache Cordova Tools in Visual Studio
Trunica Inc. 500 East Kennedy Blvd #300 Tampa, FL Cross Platform Mobile Apps With Cordova and Visual Studio 2015 © Copyright 2015.
GO MOBILE. GO RESPONSIVE. 185 mil mobile internet users in India
Bootstrap Front-End Framework for Responsive Web Sites Svetlin Nakov Technical Trainer Software University
UNDERSTANDING YOUR OPTIONS FOR CLIENT-SIDE DEVELOPMENT IN OFFICE 365 Mark Rackley
 An HTML, CSS, Javascript framework you can use as a basis for creating web sites  Uses CSS settings, fundamental HTML elements styled and enhanced.
Chapter 1 Ionic Framework (overview) Front-end framework for developing hybrid mobile apps with HTML5 Yeunyong Kantanet School of Information and Communication.
If you are thinking about developing mobile application for your customer, this is an important aspect to consider the platform.
Basic Elements of Responsive Web Design Jason Bengtson, MLIS, AHIP Emerging Technologies/R&D Librarian UNM Health Sciences Library and Informatics Center.
Fundamentals of Web DevelopmentRandy Connolly and Ricardo Hoar Textbook to be published by Pearson Ed in early Bootstrap.
Google Web Toolkit for Mobile Applications Development INGENUITY AT ITS BEST……………….
Spaso Lazarević Microsoft MVP Nova banka ad Banja Luka Building business application using Visual Studio 2013 LightSwitch.
丁建文 國立高雄應用科大資管系副教授 兼任計網中心軟體發展組組長 跨平台行動應用軟體開發技術 : HTML5 & Mobile JavaScript Framework 暨南大學.
Less – Design That is More… BY SPEC INDIA. Less – Design  Adaptive Cross Platform CSS grid system  Responsive & Mobile First Projects  Uses Standards-based.
Phonegap API & Phonegap Bridge CIS 136 Building Mobile Apps 1.
AngularJS and SharePoint
Build Hybrid Mobile Apps with Ionic, Angular, & Cordova Brian
跨平台 Hybrid App 開發簡介 - 使用 Visual Studio Tool for Apache Cordova + HTML/JavaScript 陳葵懋 (Ian)
Software services delivering SharePoint, Mobile, and Business Intelligence solutions Creating mobile applications that integrate with SharePoint 2013 on-
Getting Started with HTML
Mobile App Development Using:
Apache Cordova Overview
Introduction to Bootstrap Bootstrap සදහා හැදින්වීම
Presentation 2 Web Design.
Haritha Dasari Josue Balandrano Coronel -
Bootstrap A popular HTLM, CSS, and JS framework for developing responsive, mobile first projects on the web.
Manual testing of Windows Metro style apps built using HTML
RESPONSIVE WEB DESIGN.
User Interface / User Experience Demo
Survey Paper & Manuscript
APTECH JANAKPURI INSTITUTE PROVIDING WEB DESIGNING COURSES Address:- J-1,2nd Floor, Opp Metro Pillar No – 559, Janakpuri East, Delhi /42.
Power Apps & Flow for Microsoft Dynamics SL
Cross Platform Development with Xamarin & Visual Studio 2013
.NET and .NET Core Foot View of .NET Pan Wuming 2017.
Office 365 Development.
Apache Cordova What is it ? Platforms Development Architecture Plugins
Build /19/2019 © 2015 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION.
Introduce to Angular 6 Present by: Võ Văn Hào
The Web Andrew Spooner
Developer & Platform Group, Microsoft Ltd
Running C# in the browser
Presentation transcript:

Developer TECH REFRESH 15 Junho 2015 #pttechrefres h Web Going Foward

About Alexandre Marreiros Innovagency Software Dev/Arch as Independent Technical Trainer and Speaker as Independent EDIT Technical Writer Windows Platform Development Microsoft MVP Microsoft Windows DevCamp Trainer Windows Platform Contacts :

We Are social,

On Windows Platform HTML and JavaScript are native citizens Some Platforms like Cordova use WebTechnologies as the base for Cross Platformn APP development

Responsive Adaptative Design/ Code Adapted Behaviour Flexible

Responsive Hand Crafted Media Queries Part of the CSS3 specification Allows us to target not only certain device classes, but to actually inspect the physical characteristics of the device rendering our work Are conditional screen and (max-device-width: 480px) {.column { float: none; } }

Responsive Frameworks

Is a light collection of CSS and JavaScript files that make designing responsive sites based on the 960px grid easy. Is the most popular HTML, CSS, and JavaScript framework for developing responsive, mobile-first web sites. With a built in Grid System of 12 columns.

BootStrap

I need more then just Behaviour i need to reflect my data! Just reflect it sucks have to go Server side aproach. HTML standars upport the extension of the model defining attributes. Industry is exploring that

Structural framework for dynamic web apps. It lets you use HTML as your template language and lets you extend HTML's syntax to express your application's components clearly and succinctly. Angular's data binding and dependency injection eliminate much of the code you would otherwise have to write. Directive based that allows to extend HTML

 ng-app: begining of and Web APP that uses Angular;  ng-model: dEfines a model;  ng-bind: create a binding to an object;

Windows

WinJS Is also on the WEB

TypeScript associates a strongly typed layer in conjunction with JavaScript; It is a compiled rather than an interpreted language; developers can use their Object Oriented programming skills directly to produce better JavaScript;

2015 Alexandre Marreiros “ 77% of People use smart phone as their preferred médium for navigating on the web or searching ” Nielsen - Google “ 45% of User’s expect to have a contínuos experience across multiple devices ” Toledo - Microsoft “ The most used Mobile application since the begining of Smartphone era are the Browser (…) ” “ Almost all user’s expect to have a fluid and device driven navigation when interacting with the Web ” Smashing Magazine

2015 Alexandre Marreiros 320 x x x x x 1080 Smartphone Tablet Laptops Desktops

2015 Alexandre Marreiros

Developer TECH REFRESH Thank you Feel free to put your Questions now Or if you prefer use one off my Questions

Secrets of the JavaScript Ninja, John Resig Responsive Web Design, Ethan Marcotte Pro TypeScript, Steve Fonton abookapart.com try.buildwinjs.com References

Building Responsive UI with Bootstrap The Modern Web Platform Jump Start Microsoft Virtual Academy m

Try Azure for Free Download Visual Studio 2015 RC Download Visual Studio Code Preview

Developer TECH REFRESH Thank you