Cindy Royal Texas State U PROGRAMMING FOR COMMUNICATORS

Slides:



Advertisements
Similar presentations
An Introduction to Programming General Concepts. What is a program? A program is an algorithm expressed in a programming language. programming language.
Advertisements

PHP and CSS to control web apps styles. CSS is used to style today’s web applications.
The World of Web Development Cindy Royal, Ph.D Assistant Professor Texas State University School of Journalism and Mass Communication
CSE111: Great Ideas in Computer Science Dr. Carl Alphonce 219 Bell Hall Office hours: M-F 11:00-11:
IS400: Development of Business Applications on the Internet Fall 2004 Instructor: Dr. Boris Jukic Introduction.
English Language Teaching: An Intercultural Dimension 李 欣 欣 Cindy Lee.
I learn English, because… By Wiktor Mikłasz. Job To find a good job, you must speak English. English is very important, if you want to be, for examle,
The World of Web Development Cindy Royal, Ph.D Associate Professor Texas State University School of Journalism and Mass Communication
RUBY ON RAILS It’s so rad. What we’ll cover  What is Ruby?  What is RoR?  Why RoR?  Developing with RoR  Deployment  Demo  Questions.
Computer Science and Software Engineering behind Blogging platforms and software Team ASU 101 for CS/CSE students.
Programming languages Zuzana Brťková. What is programming language? A programming language is an artificial language designed to communicate instructions.
Intro to PHP Introduction to server-side scripts (It’s all good :D) © TAFE NSW
History of Programming Languages
Programming Languages
CS-0401 INTERMEDIATE PROGRAMMING USING JAVA Prof. Dr. Paulo Brasko Ferreira Fall 2014.
Why Should Communicators Learn To Associate Professor Texas State University Knight Journalism Fellow slideshare.net/cindyroyal.
There are only 10 types of people in the world, those who understand binary and those who don't.
Appcipia.com. What is Appcipia? Step1 Book of Useful Mathematica Recipes In Print Form and Down-loadable code from O'Reilly So Web 1.0!
MCS 270 Spring 2014 Object-Oriented Software Development.
Why Should Communicators Learn To Associate Professor Texas State University Stanford Knight Journalism Fellow slideshare.net/cindyroyal.
COMPUTER PROGRAMMING Source: Computing Concepts (the I-series) by Haag, Cummings, and Rhea, McGraw-Hill/Irwin, 2002.
CSE Fundamentals of Computing Prof. Douglas Thain Fall 2011.
Programming Languages – Primary Uses. FORTRAN, LISP, COBOL Supercomputing applications AI development Business software Fun Fact: The Terminator.
Sir Tim Berners-Lee (1955-) British computer scientist Inventor of the World Wide Web in 1989 (developed the first HTML protocol and sent the first messages.
COMPUTER PROGRAMMING I SUMMER 2011 Programming Languages.
Programming History. Who was the first programmer?
1 Programming Language History and Evolution In Text: Chapter 2.
1 Introduction Programming Language Design and Implementation (4th Edition) by T. Pratt and M. Zelkowitz Prentice Hall, 2001 Sections
Web 2.0. what is it, and what can it do?. Interactive Multimedia (IMM)  Interactive Multimedia are things like programs or websites that allow you to.
Project Objectives This project idea has been selected because it can be hard for programmers fresh out of university or the inexperienced programmer to.
Discovering Computers 2009 Chapter 13 Programming Languages and Program Development.
110-A1 Central Processing Unit Main Memory Monitor Disk Keyboard mouse What's a Computer? Network CPU: (stupid) brain of the computer can do very simple.
Object-Oriented PHP Instructor: Steve Perry
JavaScript Defined JavaScript Basics Definitions JavaScript is an object-oriented programming language designed for the world wide web. JavaScript code.
 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.
Lindley Codes Touch Develop Youth Spark Day at Lindley Middle School.
Web Development Technologies Advanced Web-based Systems Advanced Web-based Systems | Misbhauddin.
Programming Languages
Introduction to web developement Abderrahim OUAKKI
int k = Integer.MAX_VALUE; k++; int k = Integer.MAX_VALUE; k++; What happens when the following code executes? byte b = someFile.readByte(); b = (byte)(b.
INTRODUCTION JavaScript can make websites more interactive, interesting, and user-friendly.
Display Page (HTML/CSS)
LING 408/508: Programming for Linguists Lecture 19 November 9 th.
PROGRAMMING VOCABULARY. The Words ◦ FORTRAN ◦ COBOL ◦ PASCAL ◦ BASIC ◦ C ◦ Java ◦ Flash ◦ PERL ◦ Ruby ◦ Python.
G AME O N : L ET ’ S G ET I T S TARTED Terissa Blanchard Game On: Day 1 1.
Computer Programming Thinking in Code. Intro Computational Thinking Decompose Patterns General and Abstract Algorithms.
Working as a Programmer Jamila Wright Image source:
Basics Components of Web Design & Development Basics, Components, Design and Development.
What ‘s programming? Teacher : Mustapha jaballah.
The Brenkoweb provides the excellent online programming tutorial for the programmer in various languages like as PHP, SQL, HTML, ASP, Javascript,
First appeared Features Popular uses Basic This language emphasises on ease of use, allowing general purpose programming to those with a small amount of.
CPS120 Introduction to Computer Science High Level Language: Paradigms.
Web Development. Agenda Web History Network Architecture Types of Server The languages of the web Protocols API 2.
Dive into web development
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.
The language focusses on ease of use
Basic 1960s It was designed to emphasize ease of use. Became widespread on microcomputers It is relatively simple. Will make it easier for people with.
Computer Programming Thinking in Code.
Front Side Development
Web Development Tutorials for Beginners. The free tutorial helps beginners to learn how to code easily. A beginner can sign up for the tutorial to access.
Computer courses in Chandigarh Best Computer Courses to Get a Job.
WEB 407 knowledge is divine-- snaptutorial.com. WEB 407 Week 1 Individual Creating an HTML5 Document For more classes visit WEB 407.
PHP + Oracle = Data-Driven Websites
Развој софтвера 2.
Programming Language Design
EXTENSION AND INTEGRATION
Mozafar Bag-Mohammadi
and Program Development
Computer Programming Thinking in Code.
Web Application Development Using PHP
Presentation transcript:

Cindy Royal Texas State U PROGRAMMING FOR COMMUNICATORS

 It's fun!  Helps you think logically through problems  Important to continue to improve tech skills  Good to learn about programming beyond html/css  Communicate with programmers  Understand potential of applications  Make websites respond to user interaction  Build apps and games  Access information on the Internet  Organize and present data  Validate forms  It’s fun! WHY SHOULD I LEARN TO PROGRAM?

 Fortran, LISP and COBOL 1950s  Basic 1964  Pascal 1970  C++/Perl 1980s  Programming in the Internet Age ‘90s  Object-oriented (collections of interacting objects)  Python  Ruby  PHP  HTML/CSS – markup languages  Web Frameworks – rapid application development  JavaScript PROGRAMMING LANGUAGES

 Codecademy.com  Lynda.com  W3 Schools PLACES TO LEARN MORE