Difference between revisions of "Johnllopez Week 11"
(Set up the page outline) |
(→Development Vocabulary: Added the first 4 terms) |
||
Line 1: | Line 1: | ||
==Development Vocabulary== | ==Development Vocabulary== | ||
+ | '''RFC 5321:''' RFC 5321 is a document that defines Simple Mail Transfer Protocol for the community to discuss, suggest, and make improvements upon. SMTP is intended to be the basic protocol for e-mail transport and is intended to be the standards of designing the way emails are sent. | ||
+ | https://tools.ietf.org/html/rfc5321 | ||
+ | |||
+ | '''RFC 5322:''' Like RFC 5321, RFC 5322 is designed to be a basic protocol for a form of internet communication and is created for the community to discuss, suggest, and make improvements upon. However, RFC 5322 defines the Internt Message Format, a syntax for text messages that are sent between computer users, within the framework of "electronic mail" messages. | ||
+ | https://tools.ietf.org/html/rfc5322 | ||
+ | |||
+ | '''SQLite:''' An embedded SQL database engine with multiple tables, indices, triggers, and views contained in a single disk file. In addition, it does not need a server. It is free to use for anybody. | ||
+ | https://www.sqlite.org/about.html | ||
+ | |||
+ | '''Enterprise Programming:''' Enterprise programming is when a programmer develops software for a large company/organization whose main objective is not to develop software. The software is typically meant to have a great number of users. | ||
+ | https://enterpriseprogrammer.com/about-enterprise-programming/ | ||
+ | |||
==Article Outline== | ==Article Outline== | ||
==Acknowledgements and References== | ==Acknowledgements and References== | ||
{{Template:johnllopez616}} | {{Template:johnllopez616}} |
Revision as of 04:05, 13 November 2017
Development Vocabulary
RFC 5321: RFC 5321 is a document that defines Simple Mail Transfer Protocol for the community to discuss, suggest, and make improvements upon. SMTP is intended to be the basic protocol for e-mail transport and is intended to be the standards of designing the way emails are sent.
https://tools.ietf.org/html/rfc5321
RFC 5322: Like RFC 5321, RFC 5322 is designed to be a basic protocol for a form of internet communication and is created for the community to discuss, suggest, and make improvements upon. However, RFC 5322 defines the Internt Message Format, a syntax for text messages that are sent between computer users, within the framework of "electronic mail" messages.
https://tools.ietf.org/html/rfc5322
SQLite: An embedded SQL database engine with multiple tables, indices, triggers, and views contained in a single disk file. In addition, it does not need a server. It is free to use for anybody.
https://www.sqlite.org/about.html
Enterprise Programming: Enterprise programming is when a programmer develops software for a large company/organization whose main objective is not to develop software. The software is typically meant to have a great number of users.
https://enterpriseprogrammer.com/about-enterprise-programming/
Article Outline
Acknowledgements and References
Individual Journal Entries and Assignments
- Week 1
- Week 2
- Week 3
- Week 4
- Week 5
- Week 6
- Week 7
- Week 8
- Week 9
- Week 10
- Week 11
- Week 12
- Week 14
- Week 15
Class Assignments
- Week 1
- Week 2
- Week 3
- Week 4
- Week 5
- Week 6
- Week 7
- Week 8
- Week 9
- Week 10
- Week 11
- Week 12
- Week 14
- Week 15
Class Weekly Journal Entries / Project Weekly Journal Entries
- Class Weekly Journal 1
- Class Weekly Journal 2
- Class Weekly Journal 3
- Class Weekly Journal 4
- Class Weekly Journal 5
- Class Weekly Journal 6
- Class Weekly Journal 7
- Class Weekly Journal 8
- Class Weekly Journal 9
- Class Weekly Journal 10
- Class Weekly Journal 11
- Project Journal Week 12
- Project Journal Week 14
- Project Journal Week 15
My Page