Etechreviewer
Etechreviewer
Etechreviewer
Balance. The visual weight of objects, texture, colors, and space is evenly distributed on the screen.
Emphasis. An area in the design that may appear different in size, texture, shape or color to attract the viewer’s
attention.
Movement. Visual elements guide the viewer’s eyes around the screen.
4. Pattern, Repetition, and Rhythm. These are the repeating visual element on an image or layout to create unity in
the layout or image. Rhythm is achieved when visual elements create a sense of organized movement.
5. Proportion. Visual elements create a sense of unity where they relate well with one another.
6. Variety. This uses several design elements to draw a viewer’s attention.
Information graphics or infographics are used to represent information, statistical data, or knowledge in a graphical
manner usually done in a creative way to attract the viewer’s attention.
Social Media Platforms. Websites like Facebook allow you to create not only personal accounts but also pages and
groups where you can share content.
Blogging Platforms. It typically looks like a newsletter where you are given options to change the design to your
liking. Though you can manipulate the design, social media platform’s popularity is still unrivaled.
Content Management System
A Content Management System (CMS) is a computer application (sometimes online or browser-based) that allows
you to publish, edit and manipulate, organize and delete web content. CMS is used in blogs, news websites, and
shopping.
WYSIWYG is the acronym for What You See Is What You Get. This means that whatever you type, insert, draw,
place, rearrange, and everything you do on a page is what the audience will see.
HTML is a format that tells a computer how to display a web page. The documents themselves are plain text files
with special "tags" or codes that a web browser uses to interpret and display information on your computer screen.
HTML tags?
HTML tags are used to mark-up HTML elements
HTML tags are surrounded by the two characters < and >
The surrounding characters are called angle brackets
HTML tags normally come in pairs like <b> and </b>
The first tag in a pair is the start tag, the second tag is the end tag
The text between the start and end tags is the element content
HTML tags are not case sensitive, <b> means the same as <B>
Tag Description
<html> Defines an HTML document
<body> Defines the document's body
<h1> to <h6> Defines header 1 to header 6
<p> Defines a paragraph
<br> Inserts a single line break
HTML Fonts
The <font> tag in HTML is deprecated. The World Wide Web Consortium (W3C) has removed the <font> tag from its
recommendations. In future versions of HTML, style sheets (CSS) will be used to define the layout and display
properties of HTML elements.
The <font> Tag Should NOT be used.
HTML Backgrounds
Backgrounds
The <body> tag has two attributes where you can specify backgrounds. The background can be a color or an image.
Bgcolor
The bgcolor attribute specifies a background-color for an HTML page. The value of this attribute can be a
hexadecimal number, an RGB value, or a color name:
<body bgcolor="#000000">
<body bgcolor="rgb(0,0,0)">
<body bgcolor="black">
Background
The background attribute can also specify a background-image for an HTML page. The value of this attribute is the
URL of the image you want to use. If the image is smaller than the browser window, the image will repeat itself until it
fills the entire browser window.
<body background="clouds.gif">
<body background="http://profdevtrain.austincc.edu/html/graphics/clouds.gif">
The <a> tag is used to create an anchor to link from, the href attribute is used to tell the address of the document or
page we are linking to, and the words between the open and close of the anchor tag will be displayed as a hyperlink.
A web portal is a website that contains information from different sources and places them in one location in a
uniform way.
Online Collaborative Tools
Working together does not necessarily mean you have to be physically together. These tools can help your group “go
the distance” and work as if you already have your own office.
An example of a web portal is Yahoo! (www.yahoo. com). Yahoo.com offers a web portal where news, email,
weather, etc. are found in one page.
There are plenty of online collaborative tools:
1. You can use Facebook groups to create a group page that will allow people in your group to communicate your
ideas.
2. WordPress also allows you to multiple contributors for a single blog.
3. Google Drive and Microsoft Office Online allow multiple people to work on different office files and even have
their own group’s cloud storage.
4. Microsoft’s Yammer offers companies to have their own social network that allows sharing and managing
content.
5. Sites like Trello offer an online to-do checklist for your entire team.
Multimedia Contents
1. Videos. Through video hosting sites, you can take a video and show it to the entire world (e.g., YouTube).
2. Sound, Music, or Audio. If videos are too much for you, you can always record sounds. You can now share your
sound bites to the entire world (e.g., Soundcloud).
3. Online games. Game developers now create what is called “browser-based games.” You do not need to install
these games to your computer as they run in most updated web browsers (AdventureQuest, Farmville, Candy Crush)
4. Online tests. Online survey forms and tests that automatically display the results when finished (Online IQ and
Personality Tests).
5. Courseware. Online courses that simulate the classroom online (e.g., E-learning Courses using a Learning
Management System)
.
6. Podcasts. An episodic series of audio or text files streamed online (e.g., Stuff You Should Know, TED Talks, The
Starters, Ear Biscuits).
7. Vodcasts. An episodic series of video streamed online (e.g., YouTube series/shows like Video Game High
School, Good Mythical Morning).