Computer,Operating System,Programming languages, Microsoft windows,Cloud computing, Software,Hardware,Internet,Errors,laptop,Ebooks,Mobile, Android Apps and Ethical Hacking
Wednesday, 18 September 2013
Thursday, 12 September 2013
Virtualisation Of OS >>
Virtualisation of operating systems is the best way to run multiple no. of Operating systems on a single computer at the same time. In actual, no operating system is installed on your system but it still run on your system. That's virtualisation i.e. not real but looks like real.
Need Of Virtualisation :
1. Running Multiple OS.
2. Running No. of Servers.
3. Portable Operating System.
4. Secure and Easy backup at the same time.
5. Checking applications on multiple Platform using single Laptop/desktop.
6. Running third party application without installing it on current OS.( like Backtrack)
How To Do :
1. Install Virtual machine on which Server or OS is going to be installed.
2. Get your Server/OS/Application.
3. Install it on virtual machine.
4. Use it in your ways.
Virtual Machines :
any many more....
Stay with me for more. Have a nice day............
Friday, 30 August 2013
WHY PREVIEW OR β-VERSION OF ANY SOFTWARE?
Often we have a no .of applications in our system with β -version.So, the question is "what is β-version" and "why we have β-version".
Answer is simple and its because of Testing.Shocked !!!
Let me clear it. Actually in software engineering, every time when we develop a new software, we have to test it in terms of verification and validation. We have two type of testing, α-testing and β-testing. α-testing is done on developer site by a client while β-testing is done on client side by a client.
For better understanding, consider the example of Microsoft Windows. Before launching actual product every time Microsoft releases its preview. Reason is that they can catch the bugs or errors before deploying actual product in market. Hence these people consider β-testing and release β-version products and therefore we often have β-products.
Stay with me for more. Have a nice day.
Let me clear it. Actually in software engineering, every time when we develop a new software, we have to test it in terms of verification and validation. We have two type of testing, α-testing and β-testing. α-testing is done on developer site by a client while β-testing is done on client side by a client.
For better understanding, consider the example of Microsoft Windows. Before launching actual product every time Microsoft releases its preview. Reason is that they can catch the bugs or errors before deploying actual product in market. Hence these people consider β-testing and release β-version products and therefore we often have β-products.
Stay with me for more. Have a nice day.
Sunday, 11 August 2013
Windows 8.1 Preview Download>>
Hello Everyone, Microsoft lunched windows 8.1 Preview nearly one month ago.Its just awesome in both looks and features.For your convenience, i am providing link to download windows 8.1 Preview i.e beta release.
Note before you download: If you don't have recovery media, i recommend that you create a usb recovery drive before you install Windows 8.1 Preview so that you can go back to Windows 8 if you need to.
Note before you download: If you don't have recovery media, i recommend that you create a usb recovery drive before you install Windows 8.1 Preview so that you can go back to Windows 8 if you need to.
For Windows 8.1 Preview ISO file click below
Product key : NTTX3-RV7VB-T7X7F-WQYYY-9Y92F
Upgrade your windows 8 to 8.1
1. Firstly Download Following :
2. Then double click on it and follow the instruction.
3. Restart your PC/Laptop when prompted, and then tap or click the message appears to get the update from the Windows Store.
4. In the Store, follow the instructions to download and complete the installation.
3. Restart your PC/Laptop when prompted, and then tap or click the message appears to get the update from the Windows Store.
4. In the Store, follow the instructions to download and complete the installation.
Thursday, 8 August 2013
HTML 5 and CSS 3.0 Vs HTML and CSS
Welcome back to http://thelatestcomputing.blogspot.in/ .
Guys,today i am going to tell about the difference between HTML 5 and HTML.Every time when i visit to website like Microsoft , Facebook or even Google i wondered how they did it, how they manage looks of their website page. When i checked their source code i came to know that these people are using latest HTML and CSS techniques. On further investigation i came to know that these are HTML 5 and CSS 3.
These are the latest technology used to create web pages.Looks become awesome when HTML 5 is used with CSS 3. The new creation in html pages are translation, transformation, reflection, and rotation (in 2D and 3D). Not only these but Tiles are one of the most beautiful feature of HTML 5.
So here i am giving link for learning HTML 5 and CSS 3.
Link 1 : HTML 5 with w3schools
So here i am giving link for learning HTML 5 and CSS 3.
Link 1 : HTML 5 with w3schools
Link 2 : CSS 3 with w3school
for pdf links are
Link 1 : Learn HTML 5 from Microsoft Publication alternative : Microsoft Book
for pdf links are
Link 1 : Learn HTML 5 from Microsoft Publication alternative : Microsoft Book
Link 2 : CSS 3 for Web Designer alternative: 4shared link
Stay with me for more.Have a nice day.
HTML TUTORIAL 03>>
Hello,welcome back. The already posted two html tutorials provide basis idea for creating html or we can say they are for jump start to HTML coding. For further study or to master in html follow the below link :
Link 2: click on link to download head first with html
http://www.4shared.com/office/230BirQq/head_first_html_with_css_xhtml.htm
Stay connected with me for more. Have a nice day :-)
http://www.4shared.com/office/230BirQq/head_first_html_with_css_xhtml.htm
Stay connected with me for more. Have a nice day :-)
HTML TUTORIAL 02 >>
Here, i am writing some new tag that can be used in html code file to implement new looks.
Tag Name Meaning closing required
Tag Name Meaning closing required
<table> used to create table in html page yes
<form> used to create forms in html page yes
<frame> used to divide html page into frames yes
<iframe> used to create inline frames in html yes
<b> bold font yes
<br> new line No
<ul> used to create undefined list yes
<dl> used to create undefined list yes
<ol> used to create ordered list yes
<script> used to write script in html page yes
<i> italic font yes
<cite> used to create citation yes
<address> used to address in paragraph yes
<small> small size of letter yes
<a> used to refer another link in html page yes
<h1> to<h6> six heading tags are here to write heading yes
<img> used to embed image into html page Inbuilt closing
<link> used to create link in html (for css generally) No
Note that the above tag(not all tag) can't used individually.Some require other attribute to complete them like <img> require src attribute to complete itself. For example,
<img src="c:\users\dell\well.png" /> this is complete code
Stay connected with me for more. Have a nice day.
<img src="c:\users\dell\well.png" /> this is complete code
Stay connected with me for more. Have a nice day.
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.
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.
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.
Subscribe to:
Posts (Atom)