Last Day To Download Windows 7 RC

Last Day To Download Windows 7 RC: "

windows7Here is a quick reminder: Users who are interested in the next Microsoft operating system can download the latest official test release from the official Microsoft website. The download will be taken off the page on August 20 which means that it is from then on not possible to download an official Windows 7 release. The final version of the operating system is going to be released on October 22 in various countries including the United States, Germany, the UK and France.


The Windows 7 release candidate will expire on June 1, 2010 and start to remind the user about that from March 1, 2010 on by automatically shutting down every two hours. This still means more than 6 months of free testing for users who download the Windows 7 release candidate.


Users who have already downloaded it (or are about to) can get Windows 7 product keys from the same website the downloads are offered. Both 32-bit and 64-bit editions are offered in English, German, French, Spanish and Japanese.


A Windows Live account is required to complete the process.

Windows Live in Google Chrome

Google have launched there browser last month. As said "We hate Microsoft". If Google say like this then microsoft is also given answer to that.

Microsoft Most of the time it shows Error in Google Chrome








This are some error which i got will surfing windows web site. I think Microsoft just want to have there site in IE. is it so or Microsoft have not Statred Identifying Google Chrome. What ever it may be Mirosoft have to solve this Bug i think.

Good practice of Css

Here i got a nice artical or code for css good one to try

There have been a number of occasions when looking over other developers CSS I notice bits of code similar to the following…

#div {
margin-top: 20px;
margin-bottom: 10px;
margin-right: 5px;
margin-left: 25px;
padding-top: 10px;
padding-bottom: 15px;
border-width: 1px;
border-style: solid;
border-color: #666666;
font-family: Verdana, Helvetica, Arial;
font-size: 14px;
font-weight: bold;
}

The above code is littered with properties that could easily be combined for more legible code and decreased file size. Some properties might even be removed altogether since they default to the desired value. Below you will find before and after examples of some of the most useful CSS shorthand properties. As a general rule any browser later than IE5 should support all of these.

Margin & Padding

#div {
margin-top: 0;
margin-right: 5px;
margin-bottom: 10px;
margin-left: 15px;
(auto, 0, px, pt, em or % )
}

#div {
margin:0 5px 10px 15px;
(top right bottom left)
}

and

#div {
margin-top: 10px;
margin-right: 20px;
margin-bottom: 0;
margin-left: 20px;
}

#div {
margin:10px 20px 0;
(top right/left bottom)
}

and

#div {
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}

#div {
margin:0 auto;
(top/bottom left/right)
}

and

#div {
margin-top: 50px;
margin-right: 50px;
margin-bottom: 50px;
margin-left: 50px;
}

#div {
margin:50px;
(top/right/bottom/left)
}

Border

#div {
border-width: 5px;
(thin, thick, medium or set value) (default = medium)
border-style: dotted;
(solid, dashed, dotted, double, etc) (default = none)
border-color: blue;
(named, hex, rgb or 0-255) (default = value of elements/elements parent color property)
}

#div {
border:5px dotted blue;
}

and

#div {
border-right-width: 2px;
border-right-style: solid;
border-right-color: #666666;
}

#div {
border-right:2px solid #666;
}

and

#div {
border-top-width: 3px;
border-right-width: 2px;
border-bottom-width: 3px;
border-left-width: 2px;
}

#div {
border-width:3px 2px;
}

Background

#div {
background-color: #CCCCCC;
(named, hex, rgb or 0-255) (default = transparent)
background-image: url(images/bg.gif);
(url or none) (default = none)
background-repeat: no-repeat;
(repeat, repeat-x, repeat-y or no-repeat) (default = repeat)
background-attachment: scroll;
(fixed or scroll) (default = scroll)
background-position: top left;
(top, right, left, bottom or center) (default = 0% 0%)
}

#div {
background:#CCC url(images/bg.gif) no-repeat 0 0;
}

Font

#div {
font-family: Verdana, Arial, Helvetica;
(Verdana, Arial, “Times New Roman”, etc) (default = varies by browser)
font-size: 12px;
(xx-small, medium, x-large, set value, etc) (default = medium)
font-weight: bold;
(normal, bold, bolder, lighter, 100-900 or inherit) (default = normal)
font-style: italic;
(normal, italic or oblique) (default = normal)
font-variant: normal;
(normal or small-caps) (default = normal)
line-height: 1.5;
(normal, px, pt, em, num or %) (default = normal)
}

#div {
font:italic bold 12px/1.5 Verdana, Arial, Helvetica;
}

List

#div {
list-style-image: url(images/bullet.gif);
(url or none) (default = none)
list-style-position: inside;
(inside or outside) (default = outside)
list-style-type: square;
(circle, disc, square, etc) (default = disc)
}

#div {
list-style:square inside url(images/bullet.gif);
}

Colors

Black: #000000 to #000
Blue: #0000ff to #00f
Dark Grey: #666666 to #666
Light Grey: #cccccc to #ccc
Orange: #ff6600 to #f60
White: #ffffff to #fff

Click here to download a PDF shorthand cheat sheet.

[Via leigeber]

Natural Wallpaper Collection

I hope u will like this wallpaper It is amazing collection. Must see it

Professional photographer commissioned by Microsoft, these remarkable wallpapers are used as part of the Windows Vista collection. They are also free to download (bottom) at Hamad’s site. Here’s few that we personally like.

Elbalia

Ethaer

Shimuna

Paramount


Click Here

Complete Search Engine


Here is the Search Engine know as Quarkbase Which Display All information of a company. It has all the infomation 360*

Click Here