SEMFINAL TEST

0 comments


I.                    IDENTIFICATION


____________________1. This refers to the collective community of all blogs and bloggers on the Internet.
____________________2. Sometimes spelled blog-roll or blog roll, this is a blogger's list of links to other blogs the read or support. Ideally these only include blogs that you really like and recommend. 
____________________3. The opinions of your readers left in response to a blog post. This is a useful way for you to connect with your audience.
____________________4. This is short for Cascading Style Sheets. Written in HTML this is commonly used to style web pages.
___________________5.  website that lists blogs, usually ranking them by their popularity and ordering them by subject or category.
___________________6. This is the small graphic, typically your logo or other representation your website that appears in a browser's address bar, favorites or bookmark lists. In HTML it is referenced as the following rel="shortcut icon", and should be saved or uploaded as favicon.ico. The final product looks something like this:


__________________7. This is a news feed used for providing users with frequently updated content. Content distributors syndicate a web feed, thereby allowing users to subscribe to it in RSS reader or via e-mail.
__________________8. This is the top part of your blog, appearing before any pages or posts. Headers generally include items such as logos, taglines, and navigation menus, which are meant to set the tone or theme of your blog.
__________________9. Used synonymously with the word "link", this is clickable content within a web page that takes the user to another page, website, or within part of the same page. The text that comprises the hyperlink is referred to as the "anchor text".
Description: end tag__________________10. This is short for Hypertext Markup Language, the language used to write web pages. Most HTML elements are written with a start tag  and an end tag , with content in between. It follows a tree like structure where common elements include
__________________11. The process by which search engines find your content and then make it available to users by storing it and displaying it in search results. To know whether or not your content has been indexed simply do a search for a page and if a search engine returns your page then it has indeed been indexed.
__________________12.  A comprehensive term that is comprised of meta titles, descriptions and keywords.
__________________13. The phrase that shows in the blue bar at the top of your web browser when the page loads. The page title is also the bold text that shows up on a search results page when you rank in a search engine. 
__________________14. An address or URL of a particular post within a blog.
__________________15. It is synonymous with article. It is an article within a blog. It can be on any topic, and it's the collection of posts that form the basis of a blog.

__________________16. Commonly filed as robots.txt, which provides information about a given Web page, most often to help search engines categorize them correctly.
__________________ 17.. Means by which users can subscribe to a feed, a blog feed for instance. Because content is published in a frequent basis subscribing makes it easier for users to follow content and updates. 
__________________18.. A public directory or index of sorts to help users easily access pages of your website. Basically this is a page on your site where you tell users about key pages of your website by listing them in almost an outline format and then linking to those internal pages. This makes your content easier to find by users including search engines.
__________________19. Is a bit like a category in that it is another way of classifying blog post. It is a word or set of words that help define what the post is about.
__________________20. This is short for Uniform Resource Locator. Basically this is the address of a piece of information that can be found on the web such as a page, image or document.
__________________21. Used to anchor a URL to some text on a web page. When users view the web page in a browser, they can click the text to activate the link and visit the page whose URL is in the link.
__________________22. The name associated with the person who wrote a blog post.
__________________23. Is a photo, graphic or image that represents you across blogs and other social-networking sites. This is not require nor used by all, and is sometimes displayed within the profile or comment sections.
__________________24. This is short for web log or weblog. Frequently it's a type of website or part of a website. Blogs are usually maintained by an individual or group of people. 

__________________25. The person who writes for a blog is referred to as a blogger, and the act of writing for the blog is known as blogging.

II.                  ENUMERATION
26 – 30. Give the 5 basic parts of a blogger template.
Read more →

MS Excel Terms To Be Familiar With

0 comments

1.Workbook – file you work and store data
2.Worksheet – single page of workbook
3.Worksheet cell – intersection of row and
                       Column
4.Range  - group of worksheet cells
5.Column – fundamental part represented
                       by letters that runs vertically in
                       worksheet
6.Row – fundamental part represented by
                       numbers that runs horizontally
                       in worksheet
7.Cell Pointer – black border locating the
                       active cell.
8.Fill Handle – small black square at lower
                       right corner of cell pointer
                       used to copy cell content

EXCEL NUMBER OF ROWS & COLUMNS

In Excel 2007 & 2010 the maximum number of rows per worksheet increased to 1,048,576 and the number of columns increased to 16,384 which is column XFD. That makes 17,179,869,184 cells. Excel 2010 has the same amount or rows and columns.

RIBBON
Ribbon - Commands that are more clearly visible and more readily available in one control center.


The three parts of the Ribbon are tabs, groups, and commands.  

Tabs: Tabs represent core tasks you do in Excel. There are seven tabs across the top of the Excel window.

Groups: Groups are sets of related commands, displayed on tabs.

Commands: A command is a button, a menu, or a box where you enter information.   

The Excel Mathematical Operators and the order in which they are evaluated are shown in the table below:
Operator
Action
Precedence (1=top; 3=bottom)
^
The power operator
1
*
The multiplication operator
2
/
The division operator
2
+
The addition operator
3
-
The subtraction operator
3



Excel Common Functions

Introduction
A function is a formula that is already created by Excel.  It can be used to perform a calculation on the data in your worksheet.



Common Functions
Here's a list of the common functions built into Excel.  There is also a description on how to use them.
Sum
What does it do?  Adds a list of numbers.
How do you use it?  =SUM(A1:A4)
This will add cells A1, A2, A3, and A4 and send the results to where you place the formula.
Average
What does it do?  Calculates the average of a list of numbers.
How do you use it?  =AVERAGE(A1:A4)
This will add A1, A2, A3, and A4 and divide it by four.  If you have more or less cells than what is listed, it will divide the sum of the cells by the number of cells.
Max
What does it do?  Find the largest value in a list of numbers.
How do you use it? =MAX(A1:A4)
This function will print the maximum value of the cells in the formula.
Count
What does it do?  Calculates the number of values in a list.
How do you use it?  =COUNT(A1:A4)
This function will calculate the number of values in the cells A1, A2, A3, and A4.
Min
What does it do?  Find the smallest value in a list of numbers.
How do you use it?  =MIN(A1:A4)
This function will print the smallest number of cells A1, A2, A3, and A4.
Round
What does it do?  Rounds a value from a cell to a specific number of digits.
How do you use it?  =ROUND(A1,2)
This function will take the value of A1, round it to 2 decimal places, and print the modified value into the cell where you have put this function.
Note:  All the cell names and other data in the functions can be changed.  We have shown them as they are just to give an example.


Read more →

Parts Of Blogger Templates

0 comments

1. XML Language declarations
2. HEAD, TITLE and the META TAGS
3.Variable Definitions
4. CSS (Cascading Style Sheet) section
5.Body
Below descricptions  are Examples Of   Parts  Of the Template
XML Language declarations
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
<head>
HEAD, TITLE and the META TAGS
<head>
<title>Latest Tips for Bloggers|Blogger Tips And Tricks</title>
<b:include data='blog' name='all-head-content'/>
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
<meta content='true' name='MSSmartTagsPreventParsing'/>
<meta content='blogger' name='generator'/>
<meta content='Latest Tips for Bloggers for easy blogging and Making Money.blogger,blogspot tips and tricks.A dummies guide,templates,layouts,widgets, JavaScript,HTML codes,SEO,Google AdSense,gadgets,How to monetize Blogger or blogspot blogs.' name='description'/>
<meta content='blogger tricks,blogspot tweaks,how to blog,blogger tips,blogging tricks,widgets,links,google,adsense,latest,Page Rank,free blog,Yahoo,MSN,FeedBurner,Comments,new bloggers,sitemaps,make money,online,Blogging tips,Sitemaps,Meta Tag,YouTube Tweaks' name='keywords'/>
<meta content='Lasantha' name='author'/>
<meta content='all,follow' name='robots'/>
<meta content='General' name='Rating'/>
<meta content='never' name='Expires'/>
<meta content='english' name='Language'/>
<meta content='Global' name='Distribution'/>
<meta content='INDEX,FOLLOW' name='Robots'/>
<meta content='4 Days' name='Revisit-after'/>
<meta content='lasanthaset4@gmail.com' name='Email'/>
<meta content='Karunarathna' name='Publisher'/>
<meta content='Keerthi' name='Copyright'/>
<META content='04a82ed1e8901452' name='y_key'></META>
<meta content='9BC9210680' name='blogcatalog'/>
<meta content='uhl6s4fkZiCGiK8tOzdJdlKTP7V4anqblyHBjk8PA0g=' name='verify-v1'/>
Variable Definitions
<b:skin><![CDATA[/*
-----------------------------------------------
Blogger Template Style
Name: Minima Ochre
Designer: Douglas Bowman
URL: www.stopdesign.com
Date: 26 Feb 2004
Updated by: Blogger Team
----------------------------------------------- */
/* Variable definitions
  ====================
  <Variable name="bgcolor" description="Page Background Color"
  type="color" default="#dd9" value="#CAF99B">
  <Variable name="textcolor" description="Text Color"
  type="color" default="#333" value="#333333">
  <Variable name="linkcolor" description="Link Color"
  type="color" default="#684" value="#0066CC">
  <Variable name="pagetitlecolor" description="Blog Title Color"
  type="color" default="#874" value="#000000">
  .............................
CSS (Cascading Style Sheet) section
/* Use this with templates/template-twocol.html */
body {
  background:$bgcolor;
  margin:0;
  color:$textcolor;
  font:x-small Georgia Serif;
  font-size/* */:/**/small;
  font-size: /**/small;
  text-align: center;
  }
a:link {
  color:$linkcolor;
  text-decoration:none;
  }
a:visited {
  color:$visitedlinkcolor;
  text-decoration:none;
  }
a:hover {
  color:$titlecolor;
  text-decoration:underline;
}
a img {
  border-width:0;
  }
/* Header
-----------------------------------------------
 */
...............
/* Footer
----------------------------------------------- */
#footer {
  width:950px;
  clear:both;
  margin:0 auto;
  padding-top:15px;
  line-height: 1.6em;
  text-transform:uppercase;
  letter-spacing:.1em;
  text-align: center;
}
/** Page structure tweaks for layout editor wireframe */
body#layout #header {
  margin-left: 0px;
  margin-right: 0px;
}
]]></b:skin>
  </head>
Body
<body>
  <div id='outer-wrapper'><div id='wrap2'>
  <!-- skip links for text browsers -->
  <span id='skiplinks' style='display:none;'>
  <a href='#main'>skip to main </a> |
  <a href='#sidebar'>skip to sidebar</a>
  </span>
  <div id='header-wrapper'>
  <b:section class='header' id='header' maxwidgets='4' showaddelement='yes'>
<b:widget id='Header1' locked='true' title='Blogger Tips And Tricks (Header)' type='Header'/>
<b:widget id='HTML17' locked='false' title='' type='HTML'/>
<b:widget id='HTML19' locked='false' title='' type='HTML'/>
</b:section>
  </div>
  <div id='content-wrapper'>
  <div class='sidebar-wrapper'>
  <b:section class='sidebar' id='sidebar1' preferred='yes'>
<b:widget id='HTML6' locked='false' title='Subscribe to Blogger Tips' type='HTML'/>
<b:widget id='LinkList2' locked='false' title='Blogger Tips - General' type='LinkList'/>
<b:widget id='HTML7' locked='false' title='' type='HTML'/>
<b:widget id='HTML1' locked='false' title='Blog Directries' type='HTML'/>
<b:widget id='HTML5' locked='false' title='Social Bookmarks' type='HTML'/>
<b:widget id='HTML11' locked='false' title='Useful Free Services' type='HTML'/>
<b:widget id='LinkList1' locked='false' title='Link' type='LinkList'/>
</b:section>
<p><a href='http://bloggertipandtrick.blogspot.com/'>Blogger Tips and Trick</a> for <a href='http://bloggertipandtrick.blogspot.com/'>Bloggers</a></p></div>
  <div id='main-wrapper'>
  <b:section class='main' id='main' showaddelement='yes'>
<b:widget id='HTML14' locked='false' title='' type='HTML'/>
<b:widget id='HTML20' locked='false' title='Search Blogger Tips And Tricks' type='HTML'/>
<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/>
<b:widget id='LinkList3' locked='false' title='Blogger Tips - Useful Articles' type='LinkList'/>
<b:widget id='LinkList4' locked='false' title='Blogger Tips - Change Appearance' type='LinkList'/>
<b:widget id='LinkList5' locked='false' title='Blogger Tips -Gadget,Widget,Elements,Tools' type='LinkList'/>
<b:widget id='BlogArchive1' locked='false' title='Blog Archive' type='BlogArchive'/>
<b:widget id='HTML13' locked='false' title='Privacy Policy' type='HTML'/>
</b:section>
  </div>
  <div class='sidebar-wrapper'>
  <b:section class='sidebar' id='sidebar2' preferred='yes'>
<b:widget id='HTML2' locked='false' title='Get Email Updates' type='HTML'/>
<b:widget id='Label1' locked='false' title='Labels' type='Label'/>
<b:widget id='HTML3' locked='false' title='Get Latest Updates' type='HTML'/>
<b:widget id='HTML10' locked='false' title='' type='HTML'/>
<b:widget id='Profile1' locked='false' title='About Me' type='Profile'/>
<b:widget id='HTML8' locked='false' title='Link to This Site' type='HTML'/>
<b:widget id='HTML9' locked='false' title='Support me !!!' type='HTML'/>
<b:widget id='Followers1' locked='false' title='Followers' type='Followers'/>
<b:widget id='HTML4' locked='false' title='Flag Counter' type='HTML'/>
<b:widget id='HTML15' locked='false' title='' type='HTML'/>
</b:section>
  </div>
  <!-- spacer for skins that want sidebar and main to be the same height-->
  <div class='clear'>&#160;</div>
  </div> <!-- end content-wrapper -->
  <div id='footer-wrapper'>
  <b:section class='footer' id='footer'>
<b:widget id='HTML21' locked='false' title='' type='HTML'/>
<b:widget id='HTML12' locked='false' title='Feed Directories' type='HTML'/>
</b:section>
  </div>
  </div></div> <!-- end outer-wrapper -->
<script type='text/javascript'>
var gaJsHost = ((&quot;https:&quot; == document.location.protocol) ? &quot;https://ssl.&quot; : &quot;http://www.&quot;);
document.write(unescape(&quot;%3Cscript src=&#39;&quot; + gaJsHost + &quot;google-analytics.com/ga.js&#39; type=&#39;text/javascript&#39;%3E%3C/script%3E&quot;));
</script>
<script type='text/javascript'>
try {
var pageTracker = _gat._getTracker(&quot;UA-8271964-1&quot;);
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>  

Read more →

What Is Camtasia Studio?

0 comments
Read more →

BASIC INTERNET TERMS

0 comments
1. INTERNET-  is a huge network of computers around the world. These computer are all linked together, and they can  "talk"  to each other and share information.
2. WORLD WIDE WEB- is part of the internet that consists of millions of interlinked pages (documents) from all over the world .
3. WEB BROWSER- is a program used to locate and display web pages on the world wide web.
4. WEB SERVER- is a computer that delivers web pages.
5. WEB CLIENT- is the computer accessing a web pages.
6. WEBSITE- is a set of related web pages containing content (media), including text, video, music, audio, images, etc.
    EXAMPLES:
                           Yahoo!
                           About.com
                           Amazon.com
                          Wikipedia.com

7. WEB PAGE- is a document in the world wide web containing text, images, animations, or sounds.
8. URL or INFORM RESOURCE LOCATOR- is the address of web site or web page on the world wide web.
    EXAMPLES:
                           http://www.youtube.com
                           http://www.facebook.com
                           http://www.google.com
9. SEARH ENGINE- is a program that enables users to find the information they need on the internet.
    EXAMPLES:
                          http://www.yahoo.com
                          http://www.google.com
                          http://www.msn.com
                          http://www.altavista.com
                          http://www.askjeeves.com
                          http://www.lycos.com
Read more →