Saturday 27 May 2017

Week 10 : Basic Web Development

Image result for HTML

Definition of HTML :

HTML (Hypertext Markup Language) is the set of markup symbols or codes inserted in a file intended for display on a World Wide Web browser page. 



HTML File

A file with the HTM or HTML file extension is a Hypertext Markup Language file and is the standard web page file type on the internet.
Since HTM files are text-only files, they just contain text (like what you're reading now), as well as text references to other external files (like the image in this article).
HTM and HTML files can also reference other files like video, CSS, or JS files.



Image result for HTML

Image result for adobe dreamweaver

The picture above shows an example of HTML editor. 

HEADING
<BODY>
<H1>Level 1 Heading</H1>
<H2>Level 2 Heading</H2>
<H3>Level 3 Heading</H3>
<H4>Level 4 Heading</H4>
<H5>Level 5 Heading</H5>
<H6>Level 6 Heading</H6>
</BODY>

PARAGRAPH: center, left, right, justify
<BODY>
<p align=center>
This is a centered paragraph.
</p>
</BODY>


Friday 26 May 2017

Week 9 : Internet Applications (For Teaching and Learning)

Image result for synchronous and asynchronous communication

Source : https://www.tigerteam.dk/2014/microservices-its-not-only-the-size-that-matters-its-also-how-you-use-them-part-3/



PROS and CONS of Synchronous and Asynchronous Learning Environments :

Image result for pros and cons of synchronous and asynchronous communication





Week 8 : Email











Image result for what is email







What is email?

Image result for what is email


Email Protocols : 

Image result for email protocols

Image result for advantages and disadvantages of email


Related image

Examples of email clients 

Image result for email server
The picture above shows how email server works. 


Multipurpose Internet Mail Extension.

Image result for multipurpose internet mail extensions


There are a few common MIME types:

Image result for multipurpose internet mail extensions types



SPAM mail 





Image result for spam mail







Week 7 : Web Searching

What is World Wide Web?

basically a system of Internet servers that support specially formatted documents. The documents are formatted in a markup language called HTML (HyperText Markup Language) that supports links to other documents, as well as graphics, audio, and video files.



the video shows how search engines work 

There are four types:

Directories
–Search engines
–Meta-search engines
–Yellow pages


What is web browser?

A web browser, or simply "browser," is an application used to access and view websites. Common web browsers include Microsoft Internet Explorer, Google Chrome, Mozilla Firefox, and Apple Safari.

A Boolean Query is a query that consists keywordsbut with logical operators(AND, OR, NOT).


Image result for boolean queries in searching


How does searching work?

User Interface–Allows you to type a query and displays the results.
• Searcher –The engine searches the database for matching your query. 

• Evaluator–The engine assigns scores to the retrieved information.

•Gatherer–The component that travels the WEB, and collects information.

•Indexer –The engine that categorizes the data collected by the gatherer