Sunday, August 11, 2013

Types of Insurances & Selection

        Insurance is very important to support one's life, home, vehicles, health, materials etc in order to death, damage, calamity etc as per the terms & conditions of the insurance policy. The various types of insurance is listed below-
  • Life Insurance Plans

  • Health Insurance Plans


  • Group Insurance Plans
  • Vehicle insurance
  • Home Insurance 
  • Others

        How to deal with Life Insurance Plans:
        Insurance is always preferred for a person who is responsible for bread & Butter for his/ her family. So that a financial support (sum assured) can be provided to family in case something mishappen to him/her by the insurance company. Now it depends upon the individuals requirements & future goals for selection of the type of the plans. But those who are not insured are recommended  to have a pure insurance plan like a term insurance plan to secure their family. It is also recommended to have sum assured upto 10 to 20 times of the annual income. In term insurance if the insured person survives at the end of terms of the policy, nothing will be paid by the insurance companies. Various types of Life Insurance are listed as below:

  1. Protection/ Term Insurance Plans
  2. ULIP Insurance Plans
  3. Child Insurance plans
  4. Insurance Plans with Saving/ Income Protect/ Money Back etc.
  5. Pension Plans

Friday, August 9, 2013

How to select Items While Assembling Personal Computer

It becomes very important when we are going to purchase the items for assembling Computer or while purchasing the new systems to consider the points regarding System Requirements:

HARDWARE REQUIREMENTS:
  1. Motherboard: It is to verify whether it supports the required RAM, Sound Systems, Hard Disk, required number of PCI Slots etc.
  2. RAM:  Capacity of Random Access Memory (RAM) may be checked.i.e. 1GB/ 2GB/ 4 GB etc.
  3. Hard Disk Drive: It must be checked regarding type ie SATA/ PATA, Capacity(GB/TB) as per your requirement & Make of the Hard Disk Drive.
  4. Processor: The Core, speed & make of Processor must be verified.
  5. SMPS: SMPS is required to convert AC  power supply to Switched Mode Power supply (DC) for PC.
  6. KEYBOARD/ MOUSE: The Keyboard & Mouse of desired Make ergonomically certified.
  7. DVD/ CD Reader/ Writer: It may be selected as per requirement.
  8. Display/ Monitor: The aspect ratio, LCD/ LED of Display may be verified.
  9. Ports: The USB ports, HDMI ports, LAN ports, COM ports, SD Memory slots may be selected or verified.
  10. Wireless Connectivity: The Bluetooth & Wi-Fi connectivity may be verified.
  11. Cabinet: One Cabinet for mounting the hardwares.
  12. UPS: One Uninterrupted  Power Supply of Required VA for Computer to provide continuous power uninterruptedly.
SOFTWARE  REQUIREMENTS:

  1. Operating System: The desired Operating System i.e. Windows8, Windows7, Windows Vista, Windows XP, LINUX etc may be purchased & installed.
  2. Application Softwares: The desired Application Softwares may be purchased & installed.
  3. Antivirus: At last an Antivirus must be installed to make your PC safe from virus attacks.

Thursday, August 8, 2013

POPULAR HTML TAGS

The HTML stands for Hyper Text Mark Up Language and it is used to create the webpages using the following HTML tags. One can navigate from one page to other using hyperlinks.

COMMONLY USED HTML TAG LIST FOR CREATING WEBPAGES

<!--...--> Defines a comment
<!DOCTYPE> Defines Document Type
<HTML> </HTML> This Tags to start & end the HTML webpage.
<HEAD> </HEAD> This Tags to start & end the header of the HTML webpage.
<TITLE> </TITLE> This Tags to start & end the Title of the webpage, it is used to display the Title on the title bar of the browser.
<BODY> </BODY> This Tags to start & end the Body of the webpage.
HYPERLINK
LINK Link color- Display the color of hyperlink, default color is “BLUE”.
VLINK Visited link Color -. Changes the color after klicking on hyperlink. Default value is “PURPLE”.
ALINK Active link Color -. Changes the color of hyperlink on which a mouse has been pressed but not clicked.
e.g. <BODY LINK=”BLUE” VLINK=”PURPLE” ALINK=”RED”>
<A> </A> Inserts a link
HREF Defines the URL of the linked page
 <A href=”www.idapsu.blogspot.com”>IDA For CPSU</A>
NAME Defines an anchor
 <A NAME=”Statistics”> Statistics</A> OR
<A href=”#Statistics”> Statistics</A> It will go down to the section named Statistics in the same webpage.
HEADINGS
<H1> </H1>  Size of heading
.
.
<H6> through </H6>  Size of heading
FONT
<STRONG> </STRONG> Creates bold text
<BLOCKQUOTE> </BLOCKQUOTE> Indents margins on sections of text i.e. quotes/ definitions.
<EMPHASIS> </EMPHASIS> Italicizes text
<U> </U> Underlines text
<FONT> </FONT> To set the font color, face & size:
COLOR Set the font color
FACE Set the font type
SIZE Set the font size
Example: <FONT COLOR=”BLACK” FACE=”Times New Roman” SIZE=11>
PARAGRAPH
<P> </P> To start a& end the new paragraph.
<BR> Break Line
<HR> Draw Horizontal Line
<SUP> </SUP> This tag superscripts text
<SUB> </SUB> This tag subscripts text
FORM
<FORM></FORM> These Tags used to Create Form
<BUTTON> Creates Button.
<INPUT TYPE="SUBMIT" value="SEND"> Creates BUTTON
<FRAMEST></ FRAMEST > Defines the frames
LIST
Ordered List
<OL> </OL> To start & end the ordered listing.
Unordered List
<UL> </UL> To start & end the unordered listing.
<UL TYPE=”square”>  This Tag is used to display the type of bullet (“square” OR “disc” OR “circle”).
<LI> </LI> This tag used to make each list item of List.
IMAGE
<IMG SRC> Inserts an image
ALIGN to set the alignment (TOP, MIDDLE, BOTTOM, LEFT, RIGHT)
ALT Inserts an alt tag that will display when the mouse rests on the image
BORDER Set the border width
HEIGHT Set the height of the image
WIDTH Set the width of the image
HSPACE Set the horizontal space that separates the image from the text
VSPACE Set the vertical space that separates the image from the text
Example: <IMG SRC=”stat.gif” ALIGN=MIDDLE BORDER=1
HEIGHT=150 WIDTH=120 VSPACE=5 HSPACE=5>
TABLE
<TABLE> </TABLE> To start & end the Table
OR
<TABLE ALIGN= LEFT OR CENTER OR RIGHT></TABLE> Using Table Alignment
<CAPTION></CAPTION> Defines Table Caption
<TH> </TH> Indicates the beginning and end of a table heading cell
<TR> </TR> Indicates the beginning and end of a table row
<TD> </TD> Indicates the beginning and end of a table data cell
<TABLE BGCOLOR=”GREY”> It sets the whole table background color to Grey.
<TABLE BORDER=5> It sets the border width of 5 pixels
<TABLE CELLSPACING=5> It sets the 5 pixel spacing between the cells.
CELLPADDING Spacing within cells.
<TABLE CELLPADDING=4> It sets the 4 pixel space around all borders of each cell.
COLS It sets the number of columns.
WIDTH Table width w.r.t. window width.
<TABLE WIDTH=90%> It will set the width of table 90% of the window.
<TR> </TR> ALIGN horizontally aligns the row (LEFT, CENTER, RIGHT, JUSTIFY)
BGCOLOR Sets background color for row
VALIGN Vertically aligns the row (TOP, MIDDLE, BOTTOM)
BGCOLOR Sets background color for cell
COLSPAN Sets number of columns spanned by a cell
ROWSPAN Sets number of rows spanned by a cell
VALIGN Vertically aligns cell (TOP, MIDDLE, BOTTOM)
<CENTER> </CENTER> Centers the enclosed text horizontally on the page.
<CITE> </CITE> Display the enclosed text as citation.
<DL> </DL> To Start & end of the definition list.
<DT> </DT> Display the enclosed text as a term in a term list.
<DD> </DD> Display the enclosed text as a definition in a definition list
<DIV> </DIV> Display a division/section in a document.
AUDIO

<AUDIO></AUDIO> Define Sounds/ audio streams.


Go to Home
See Latest IDA

Wednesday, August 7, 2013

Top Blogging Sites

The Blogging is most effective tool to create and publish your information/ Views and let the world know about it. one can also earn money by publishing the advertisement on blogs. The following are the popular blogging websites are listed:

  1. Blogger
  2. Wordpress
  3. Blog
  4. EduBlogs


Tuesday, August 6, 2013

Top Freelancing Sites

         The Freelancer are online worker who work online either on hourly rate or for a lump sum amount for a given project depends upon the winning of the bid. On completion of the job/ project the freelancer will be paid by the freelancing sites after deduction of their charges.

List of Freelancing sites listed below:

  1. ODESK
  2. FREELANCER :
  3. ELANCE
  4. GURU


Monday, August 5, 2013

How to see saved Password in Mozilla Firefox

Sometimes we save the username & Passwords of some logins of particular websites and use to login using saved password. Later on we forget the Password. In the case it becomes very necessary to recall the passwords. For Mozilla Firefox it can be seen using following steps:-

STEPS to See the saved Password:

  1. Open Mozilla Firefox Web Browser.
  2. Browse the site for which password has been saved.
  3. Write click on webpage.
  4. Click on "View Page info".
  5. Click on Security TAB.
  6. Click on "View Saved Password".
  7. Click on "Show Password".
  8. Confirm by clicking Yes.
  9. All passwords saved would be shown.

Saturday, August 3, 2013

How to Block Unwanted Sites in your PCs

In day to day routine sometimes it becomes necessary to block particular website(s) in our PCs. There is a process to make it happen -

Steps:
  1. First of all open the directory "C:\Windows\System32\Drivers\etc"
  2. Open hosts file using notepad
  3. Type IP Address 127.0.0.1 "WebsiteName" separated by one Space or Tab
  4. If more than one website to be blocked use the IP incremented by one in next line i.e. 127.0.0.2  "WebsiteName2"                                                                                                127.0.0.3  "WebsiteName3" and so on in distinct line.
  5. Save the Hosts File & Close it.
  6. Now the Website is blocked.
Note: Revert the changes made in hosts file to unblock the websites