programming-and-the-web-for-beginners

所属分类:WEB开发
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2016-06-25 08:42:19
上 传 者sh-1993
说明:  编程和网络初学者,,
(programming-and-the-web-for-beginners,,)

文件列表:
conditional execution.js (342, 2016-06-25)
e_portfolio.js (5346, 2016-06-25)
functions.js (3687, 2016-06-25)
learning to program.js (738, 2016-06-25)
myinterest_style.css (284, 2016-06-25)
myinterests.html (1471, 2016-06-25)
steganography extraction duplication.js (3792, 2016-06-25)
steganography.js (3439, 2016-06-25)
thinking critically.js (305, 2016-06-25)

# Programming and the Web for Beginners The exercises come from Programming and Web for Beginners on Coursera.
Course webpage: http://www.dukelearntoprogram.com/course1/
Coding environment: http://www.dukelearntoprogram.com/course1/example/index.php ## Building a Web Page in HTML and CSS ### Build a "My Interests" Web Page in HTML and CSS http://akueisara.github.io/course1/example/myinterests.html
myinterests.html, myinterest_style.css ##### HTML ###### Start with a page title like "My Interests" or "Things I Like". ###### Add your name as a header. ###### Rank your favorite five foods (or books, movies, restaurants, websites, etc...) in an ordered list. ###### Identify several places you would like to visit (or classes you would like to take, future jobs you would like to have, people you would like to meet, etc...) in an unordered list. ###### Add images ##### CSS ###### Make your headers centered on the web page ###### Change the color of some of your text ###### Change the size or location of your images ###### Create a CSS class or use IDs to make specific changes ###### Tailor your colors for text to your favorite shade using the RGB values ###### Try changing other colors, including the background of the web page (style the tag using the background-color value), the color used for hyperlinks (style the tag using the color value), the border color of a table (style the tag using the border-color value), or anything else you like ## Basic Image Processing in JavaScript ### 1. Conditional Execution http://akueisara.github.io/course1/example/conditional-execution.html
conditional execution.js ### 2. Thinking Critically about Your Program http://akueisara.github.io/course1/example/thinking-critically.html
thinking critically.js ### 3. Learning to Program in JavaScript http://akueisara.github.io/course1/example/learning-to-program-in-js.html
learning to program.js ### 4. Functions http://akueisara.github.io/course1/example/functions.html
functions.js ### 5. Steganography http://akueisara.github.io/course1/example/steganography.html
steganography.js ### 6. Steganography Extraction and Duplication http://akueisara.github.io/course1/example/steganography-extraction-duplication.html
steganography extraction duplication.js ## Mini-Project: Creating Your E-Portfolio http://akueisara.github.io/course1/example/e-portfolio.html
e_portfolio.js
近期下载者

相关文件


收藏者