Difference between revisions of "Week Four (MGDP2060)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→In the news) |
Karl Jones (Talk | contribs) (→In the news) |
||
Line 7: | Line 7: | ||
* [http://developers.slashdot.org/story/15/09/02/222226/you-dont-have-to-be-good-at-math-to-learn-to-code?sdsrc=popbyskid You Don't Have To Be Good At Math To Learn To Code] @ Slashdot | * [http://developers.slashdot.org/story/15/09/02/222226/you-dont-have-to-be-good-at-math-to-learn-to-code?sdsrc=popbyskid You Don't Have To Be Good At Math To Learn To Code] @ Slashdot | ||
* [http://www.theguardian.com/technology/2015/sep/06/wikipedia-founder-backs-sites-systems-after-extortion-scam Wikipedia founder backs site's systems after extortion scam] - "[[Jimmy Wales]] says system is secure after users posed as senior editors and demanded payment from businesses" | * [http://www.theguardian.com/technology/2015/sep/06/wikipedia-founder-backs-sites-systems-after-extortion-scam Wikipedia founder backs site's systems after extortion scam] - "[[Jimmy Wales]] says system is secure after users posed as senior editors and demanded payment from businesses" | ||
− | * [http://boingboing.net/2015/09/08/your-baby-monitor-is-an-intern.html Your baby monitor is an Internet-connected spycam vulnerable to voyeurs and crooks] | + | * [http://boingboing.net/2015/09/08/your-baby-monitor-is-an-intern.html Your baby monitor is an Internet-connected spycam vulnerable to voyeurs and crooks] @ [[BoingBoing]] |
== Review topics == | == Review topics == |
Revision as of 05:27, 13 September 2015
This article lists topics for week four of Web Design and Development III (MGDP2060).
See also Week Four Exercises (MGDP2060).
Contents
In the news
- You Don't Have To Be Good At Math To Learn To Code @ Slashdot
- Wikipedia founder backs site's systems after extortion scam - "Jimmy Wales says system is secure after users posed as senior editors and demanded payment from businesses"
- Your baby monitor is an Internet-connected spycam vulnerable to voyeurs and crooks @ BoingBoing
Review topics
- ...
WordPress themes
In WordPress, a theme provides the HTML and CSS (the front end) which WordPress will use when generating web pages.
Many free themes are available, along with commercial themes.
You can create your own WordPress theme; we will do so in this class.
WordPress: any type of website
WordPress was originally written as blog software, but you can make any type of website with WordPress,
- Blogging can be omitted altogether
- Blogging can be re-branded as "News" or whatever, can appear on interior page(s) rather than home page.
- Custom post types allow you to specify new post types, which behave like blog posts, but are customized to your subject matter
- For example, profiles -- see [ Mondovi Dental]
Demonstrations
- WordPress installation
- phpMyAdmin - browser-based database management tool
Exercises
Vocabulary
See complete list.
New vocabulary
Previous vocabulary
- Bit
- Bootstrap (framework)
- Byte
- Cascading Style Sheets
- Control flow
- Delimiter
- Deliverable
- Expression (computer science)
- Hostname
- HTML
- Hyperlink
- JavaScript
- LAMP (software bundle)
- Legacy system
- localhost
- MAMP
- MySQL
- PHP
- Portability
- Problem solving
- Project management
- Responsive web design
- SQL statement examples
- Statement (computer science)
- Static web page
- Title (HTML)
- Uniform resource locator - URL
- Web application framework
- Web server
- XAMPP