Monday, 18 February 2013

HTML TUTORIAL 01 CODE MEANING>>
Hello everyone,welcome to code meaning of tute 1
html,body,title,head are the HTML tags.
< > are the angle brackets used for tag enclosement and this represent the opening of a tag.
</ > is used for closing a tag.
html tag is used to start a html page.
head tag represent whatever you want to give in heading portion of your web page.
title tag represent the name of tab in your browser.
body tag represent body section of your web page.
try to close every tag which you opened earlier.
Some tags need not to be closed.(i will explain later on)
Stay connected with me for more.Have A Nice Day.

Sunday, 17 February 2013

HTML TUTORIAL 01>>
Hello Everyone,welcome to html tute,Lets start creating web pages.
1. Open The text editor of your operating system (i.e notepad for windows,vi editor for Linux and TextEdit.app for Mac Os x.
2>Write the following code in text editor:-
 <html>
<head>
<title>TITLE</title>
</head>
<body>
WELCOME TO YOUR FIRST WEB PAGE
</body>

</html>
3. now save your file as filename.html.at desktop or somewhere else.
4. now try to open the saved file from your browser (explorer,chrome,safari).
5.the opened web page is the web page you designed.
In next tute i will explain the code.
Stay connected with me for more.Have A Nice Day.


OUTPUT


WEB DESIGNING>>>
There are many language as an option to design web pages.For example,HTML,Java Script, PHP,.NET, J Query etc. but most comfortable language for a beginner is HTML. 
HTML stands for Hyper Text Markup Language.There are some predefined tags in HTML to convert a simple language into markup language.Start learning HTML from today with me and I will make a complete tutorial posts for you.You can also find help from Following Link
W3Schools Online Web Tutorials
hang with me to get enhanced.

Monday, 4 February 2013

What does Object Oriented 
stand for>>>
In Object orientation , everything is done around an object.Now the question is what object means. Object is the smallest entity of any problem or algorithm or program or any system.For example,in case of geometric problems,basic entity is a point or a line.So,here point or line is an object.Another example in terms of programming language or algorithms is that variables are the basic entity.So,they are objects.
Now,another question which yet not been answered is that every problem or programming language is object oriented.Answer is no because syntax of writing code or solution is fixed.You can't define every solution or code in terms of object.
for more info. check the link given below:->

Sunday, 3 February 2013

Difference Between Intel i3, Intel i5 And Intel i7 Processors>>>

Core i3:
* Entry level processor.
* 2-4 Cores
* 4 Threads
* Hyper-Threading (efficient use of processor resources)
* 3-4 MB Cache
* 32 nm Silicon (less heat and energy)

Core i5:
* Mid range processor.
* 2-4 Cores
* 4 Threads
* Turbo Mode (turn off core if not used)
* Hyper-Threading (efficient use of processor resources)
* 3-8 MB Cache
* 32-45 nm Silicon (less heat and energy)

Intel core i7 300x176 Difference Between Core i3, Core i5, Core i7

Core i7:
* High end processor.
* 4 Cores
* 8 Threads
* Turbo Mode (turn off core if not used)
* Hyper-Threading (efficient use of processor resources)
* 4-8 MB Cache
* 32-45 nm Silicon (less heat and energy)

Friday, 1 February 2013

 Why Latest Computing>>>

One of the main reason beside writing this blog is to improve the knowledge (technical and logical) of computer (including software and hardware) among the people of this high-tech world.
Here,you people find the most easiest way to learn the world of computer.Ordinary people can go for google searching but anyone who want to learn actual concepts must check my blog.
Thank you. Have A Nice Day.