Saturday 5 January 2013

How to Download CCleaner

hi all i m Vishnu Sharma and in this article we are going to learn how to download ,install ,and learn ccleaner..

What is CCleaner:-

CCleaner is system optimization system software that is used to remove your temporary  file of system ...
it is used for removing
The Temporary files, Cookies , History,Download History, form history....and many more
for all the browser(internet explorer , Firefox , Google chrome , opera , safari...)

it also remove the windows :- recycle bin , recent document , Temporary files and windows logos....
and its also help in removing system registry too..... over all the per formation of the system will increase 

Were to download:-

The download link of the CCleaner is below... click the below download button ...

How to install CCleaner :-

open the download file and we see the UAC(user account control)pop-up click  " yes "


 select you language



you see the welcome screen




now accept the license agreement


leave the setting and click install


it start installing ...


once it completed installing click Finnish


this is the interface of the CCleaner



click analyze



Ccleaner find 81 Mb file(temp file)


 click Run CCleaner to remove the temp files


we have successfully remove the temp file from the system 
 


thank for reading the article we please share this info with your friends....and subscribe my blog...

Read More...

Thursday 3 January 2013

HTML 5 basic tutorials part 7


hi all i'm Vishnu Sharma and in this article we are going through the tag which are used in the head tag.some the tag that are used in the head tag are 
1.title2.style3.meta4.link

<Title>

 the title tag are used for adding the title to your website

<!doctype><html>
<head>
<title>welcome</title>
</head>
<body>
<p>this is example of the Meta tag</p>
</body>
</html>

<Style>

the style tag are used to link the CSS to your web page

<!doctype><html>
<head>
<style type="text/css">
body {background-color:yellow}
p {color:blue}
</style>
</head>
<body>
<p>this is example of the head tag</p>
</body>
</html>


<Meta>

the meta tag are used to describe the web page for search engine
e.g.
<!doctype><html>
<head>
<meta name="keywords" content="HTML, CSS, XML, XHTML, JavaScript">
</head>
<body>
<p>this is example of the head tag</p>
</body>
</html>

<Link>

The link tag are used to link the JavaScript, css, and   other libery to your web page

<!doctype><html>
<head>
<link rel="stylesheet" type="text/css" href="mystyle.css">
</head>
<body>
<p>this is example of the head tag</p>
</body>
</html>
Read More...

HTML 5 basic tutorials part 1


Hi all my name is Vishnu Sharma and this is the first article on html 5 basic tutorials and in this article we go through the basic of the html 5 .so, let start…
Html 5 is the latest version of the html markup languge wich is not yet releases by the W3C
Using the html you can create your own website for blog ….
I go from basic to advance tutorials so, I in case u feel deflect to understand please comment out u r doubt… so I can help you.

What is HTML?

Html is a web language.html stands for hyper text markup language .html is a markup language that mean can change the behavior the website any time we want ….by using a set of tag..

History of HTML:-


Version
Year
HTML
1991
HTML1
1993
HTML 2
1995
HTML 3
1997
HTML 4.01
1999
XHTML 1
2000
HTML5
2012
XHTML5
2013

Ok then start over first program in the html 5.
Open the text editor u can use any text editor u want …
Notepad++ for windows or xcode for Mac….


Hello World program:-

<!DOCTYPE html>
<html>
<body>

<h1>My First Website</h1>

Hello, World

</body>
</html>

Don’t worry I go through all this tag …  in the next article…: D






Read More...

HTML 5 basic tutorials part 6


Comment

Writing the comment in the html 5 code help The other developer and develop the code…
 HTML comments are not visible to your website visitors
The basic example
<!-- comment here -->

ex:-

<html>
<head>
<!-- meta start -->

<meta name="this blog is all about html 5" content="20 ">

<!-- meta end -->
<title>HTML 5 Tutorial </title>
</head>
<!-- body start -->
<body>
<p>this is example of the Meta tag</p>
</body>
<!--body ends -->
</html>
Read More...

HTML 5 basic tutorials part 5 Meta tags


Hi all this is Vishnu Sharma and in this article in so through the Meta tag
so, 

what is Meta tag ….??

Meta tags are used for describing your website to the search engine ….
Think like u wan to search on Google about u want to learn html 5.. u get lots of link with html5 related link …this is because the search engine don’t see u r full article they just see your meta tag description …..
Have a example of the meta tag

<meta name="description" content="Contains info about meta tags">

The meta tag is place in the head tag ….
<!doctype><html>
<head>
<meta name="this blog is all about html 5" content="20 ">
<title>HTML 5 Tutorial </title>
</head>
<body>
<p>this is example of the Meta tag</p>
</body>
</html>

Read More...

HTML 5 basic Tutorials part 4 Element and Attribute


In this article we  go through the element and attribute of the html 5

ELEMENT:-

html element are the basic structure of the html … the document
Are simple text made of up html element and this elements are defined using the tags. The browser understand only the tags… and then render the tag ….the element are written in between the opening and closing tag.

E.g.:-

<tag name>this is element.</tag name>
There are more than >100 tag in the html5.click here to see.you see all this tag I the future article..

Opening tag
Element
Closing tag
<p>
This is example
</p>
<h1>
This another ex
</h1>

Have a look at simple example of the element

<!doctype><html>
<head>
<title>HTML 5 Tutorial </title>
</head>
<body>
<p>this is example of the element</p>
</body>
</html>

Attribute:-

The html tag are can settled there attribute using the attribute in between the tag .the attribute are provide with segtex

ATTRIBUTE=”VALUE”
Some of the example of the attribute is <img src="TBE.jpg" width="220" height="230">
 With attribute of height and width


Attribute
Options
Function
Access key
User Defined
Specifies a keyboard shortcut to access an element.
align
right, left, center
Horizontally aligns tags
background
URL
Places an background image behind an element

bgcolor
numeric, hexidecimal,
Places a background color behind an element
contenteditable
true, false
Specifies if the user can edit the element's content or not.
contextmenu
Menu id
Specifies the context menu for an element.
data-XXXX
User Defined
Custom attributes. Authors of a HTML document can define their own attributes. Must start with "data-".
draggable
true,false, auto
Specifies whether or not a user is allowed to drag an element.
height
Numeric Value
Specifies the height of tables, images, or table cells.
hidden
hidden
Specifies whether element should be visible or not.
id
User Defined
Names an element for use with Cascading Style Sheets.
item
List of elements
Used to group elements.
itemprop
List of items
Used to group items.
spellcheck
true, false
Specifies if the element must have it's spelling or grammar checked.
style
CSS Style sheet
Specifies an inline style for an element.
subject
User define id
Specifies the element's corresponding item.
tabindex
Tab number
Specifies the tab order of an element.
title
User Defined
"Pop-up" title for your elements.
valign
top, middle, bottom
Vertically aligns tags within an HTML element.
width
Numeric Value
Specifies the width of tables, images, or table cells.










Read More...

HTML 5 basic tutorials part 3

Hi All in this article we are going to learn about some the basic tag that we use in the Html...
(some tag commonly used in the html 5 and other old version of the html.)

1. PARAGRAHP TAG

        <P>This is paragraph tag.</P>
This paragraph tag is used to write the paragraph in the html …. We you want to write any story or article on your website then we use the paragraph tag most …..

2. HEADINGS TAG

<h1>this is a heading tag</h1>
The heading tag is used for tagging the heading and subheading to the article…using the article tag the size of the text increase and there are 6 heading tag starting from
<h1>This is a heading</h1>
<h2>This is a heading</h2>
<h3>This is a heading</h3>
<h4>This is a heading</h4>

<h5>This is a heading</h5>
<h6>This is a heading</h6>

3. Break line:-

The breadline tag are used to break  line of the paragraph or heading tag any tag.
Hello<br>World     àHello
                                   World

4. Image tag:-

The image tag is use for adding the image to the website the source code of the image tag is
<img src="TBE.jpg" width="220" height="230">
Don’t worry about the attribute (width and height )in the next article I go through the attribute and element…

5. Anchor tag (a):-

The anchor tag is used to link two ar more than two tag to website the code of the anchor tag is
 <a href="http://TBE.blogspot.com">This is a link</a>


if you have any doubt happy to comment it out....
Read More...