Archive

Archive for July, 2009

Resize images in HTML

Images can be resized in HTML simply.

I used a Link Image ..

<a href=”http//www.theurlyouwanttolinkto.com”>

<img src=”theimagepath” width=”80” height"=”50” />

</a>

 

So, if your images don’t fit correctly the size you need, the width and height properties will shrink or zoom the image according to your preference

Technorati Tags: ,,,

Categories: Developer

Hibernate option Disappeared !!

July 4, 2009 2 comments

I was changing some of the power options on my laptop for the last few days. Then, now I needed to hibernate my system to complete my work later..

I discovered that the Hibernate option disappeared.

This is a Windows Vista Ultimate machine.

To restore back the hibernate option:

Command prompt –> Run As Administrator –> powercfg /hibernate on

Technorati Tags: ,,

Categories: Miscellaneous