Web & Application Development. Microsoft or Open Source  Business needs/requirements VS  Developers Preferences.

Slides:



Advertisements
Similar presentations
Getting Started with Dreamweaver DREAMWEAVER MX. Getting Started with Dreamweaver Contents –What Can Dreamweaver MX Do? –Dreamweaver Learning and Support.
Advertisements

PHP and CSS to control web apps styles. CSS is used to style today’s web applications.
HTTP Request/Response Process 1.Enter URL ( in your browser’s address bar. 2.Your browser uses DNS to look up IP address of server.com.
Savvycom JSC. Company Profile. Founded in ~50 experienced Consultants and Engineers from Germany & Vietnam. Work with clients in US, Europe, Australia.
 Where to find information without us  Two interesting websites for you to explore  Tools you can use to make your own sites at home – including some.
Building Smart Phone Applications Using Google Android An Introduction by Peter Messenger Senior Developer – Qmastor
TEACH YOURSELF HOW TO PROGRAM Chad Haefele Emerging Technologies Librarian UNC Chapel Hill
The World of Web Development Cindy Royal, Ph.D Assistant Professor Texas State University School of Journalism and Mass Communication
Become the “Tech Guy” and make iPhone apps for your library.
Android vs iOS vs Windows Phone 7 Alejandro Mesa (am3473)
Open Source Content Management System - JOOMLA Swapnil S. Chafale Nagpur (M.S.) India Paper-Presentation For ATCON-2009 Conference.
ECLIPSE IDE N AME : A SHOK P ADMARAJU C OURSE : T OPICS ON S OFTWARE E NGINEERING I NSTRUCTOR : D R. S ERGIU D ASCALU.
The PhoneGap History Doncho Minkov Telerik Academy academy.telerik.com Technical Trainer
WHAT IS PHP PHP is an HTML-embedded scripting language primarily used for dynamic Web applications.
SEEM4570: XAMPP, Eclipse, Summary of Html Kangfei Zhao Room 711,ERB
SYST Web Technologies SYST Web Technologies Installing a Web Server (XAMPP)
Web Apps vs. Native Apps vs. Hybrid Apps vs. iBook Author Mobile Publishing:
Intro to PHP Introduction to server-side scripts (It’s all good :D) © TAFE NSW
PHP HYPERTEXT: PREPROCESSOR By: Justin T. Pleva. WHAT IS PHP?  General purpose  Server-side web development  Console application.
After Your First Web Course; Where to Go from Here Bill Pegram April 23, 2014.
CSE3310: Web training A JumpStart for Project.
WordPress ® in simple terms WordPress is a free and open source blogging tool and a content-management system (CMS) based on PHP and MySQL, which runs.
Web Design. Web Design – What’s Involved  The Client – listening and mind reading.
2 FreelancingOutsourcing 3  Marketplaces are websites that match buyers and sellers of services provided via the internet.  Service providers, or.
Mobile Device Programming
C# AND ASP.NET What will I do in this course?. MAJOR TOPICS Learn to program in the C# language with the Visual Studio IDE (Interactive Development Environment)
WEP Presentation for non-IT Steps and roles in software development 2. Skills developed in 1 st year 3. What can do a student in 1 st internship.
By Bearzx Dive Into Web Introduction To WEB
 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.
Web Development Process The Site Development Process Site Construction is one of the last steps.
The way of hybrid mobile development Hybrid Mobile Applications Telerik Software Academy
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
HTML A brief introduction HTML1. HTML, what is? HTML is a markup language for describing web documents (web pages). HTML stands for Hyper Text Markup.
Ionic & Cordova crash course Ivan Varga
Louisa Lambregts, Louisa Lambregts
Learning Aim C.  Creating web pages involves many considerations.  In this section we will look at the different software tools you can use and how.
Web Page Designing With Dreamweaver MX\Session 1\1 of 9 Session 1 Introduction to PHP Hypertext Preprocessor - PHP.
CSE3310: Web training A JumpStart for Project. Outline Introduction to Website development Web Development Languages How to build simple Pages in PHP.
PHP Training With Live SSDN Technologies SSDN Technologies To request free demo session please mail us at or call us at
CODERS ADJUNCTION POINT Presented by, Rumana Ahmed Deeba Tazeen CSE final year.
TECHNOLOGY RESOURCE MANAGEMENT PORTAL Casey Spires Eastern Kentucky University.
 Lecture  Website language: ASP.net  Book name Beginning ASP.NET 4 in C# and VB 2.
99 Professionals C22/30, Sector 57, Noida, Uttar Pradesh TOLL FREE
Build Cross-Platform Mobile Apps Using Visual Studio A Telerik webinar by Jeffrey T. Fritz March 27, 2014 AND.
I NTRO TO W EB TECHNOLOGY Basic terms. C LIENT – S ERVER M ODEL a distributed communication between service requestors and service providers.
Recitation 5 Intro Engineering Pro Tips. Reminders  If you commission your project before Milestone 3, your team does NOT have to present at Milestone.
Softheme: Internet Applications Development Services web development » web testing » web marketing.
VertexPlus Softwares Pvt. Ltd. WEB TECHNOLOGIES BEFORE CHOOSING WEBSITE DEVELOPMENT SERVICES FOR WEBSITE vertexplus.com.
EPCRA Mobile App Android and iPhone
Programming Club To learn about programming languages and how they can be used for fun and for useful work. What programming languages are available and.
Visual Classification of Football Teams
Intro to the Eclipse IDE and PHPEclipse
C#/Java Web Development Basics
Introduction to Website Creation in sphb K200
Apache Cordova Overview
Web Fundamentals (HTML and CSS)
Web Design Tools The tools we need Doncho Minkov Technical Trainer
Introduction to Advance Web Technologies
Developing Web-Based Applications
Physical activities and activity tracker
Front Side Development
Information system Management
Content of Presentation
Information system Management
Mozafar Bag-Mohammadi
CatoTech Systems Pvt. Ltd.
ISYS 350 Building Business Applications
Web Application Development Using PHP
Top PHP Development Tools For PHP Developers By: iblinfotech.com iblinfotech.com.
CGS 3066: Web Programming and Design Fall 2019
Presentation transcript:

Web & Application Development

Microsoft or Open Source  Business needs/requirements VS  Developers Preferences

Things to think about  What does my website do?  What data does my website need to store?  How do I want it to look like?  How do I want to interact with it?  What reporting will I need?

Useful Websites (tutorials)  W3schools   CSSZenGarden   Tizag   DynamicDrive   GOOGLE

Useful Software For Web Development  Xampp (Apache2, MySQL, PHP) (LAMP,MAMP,WAMP)  CMS (Typo3, Wordpress)  DreamWeaver, Zend Studio, PHP Dev Studio, JCreator, Eclipse, NetBeans and others  Valuable Languages PHP, Java, C#, VB.net, SQL, CSS, JavaScript

Useful Software For Application Development  NUnit  SVN, GIT, Team Viewer (Version Control)  Notepad++  Visual Studio (Free Ed) (C#, C++,C, VB.NET)  Valuable Languages Java, C#, VB.net, SQL  MySQL or MSSQL

Things to think about  What does my application do?  What data does my application need to store?  How do I want the application to look like?  How do I want to interact with it?  What reporting will I need?

Useful Software For Mobile App Development  Objective-C, (Apple iDevices) iPhone SDK  /index.action  Java, C++,C (Android) Android SDK   Custom Tools  Thing to research: Do you want your app to be on one market or both?

Design Visualisation  MS Visio  MSSQL/MySQL (Table Views)  UML (Unified Modeling Language) 

Acronyms  CSS –Cascading Style Sheets  UML – Unified Modeling Language  PHP – PHP Hypertext Preprocessor  CMS – Content Management System  SQL – Structured Query Language  SDK – Software Development Kit  SVN - Subversion