Archive for October, 2009:

Foods You Can Eat While You’re On Your PC

Being on the front of your computer is a very energy consuming job especially if you’re on it for several hours.
With this, having a light snacks on your computer table becomes very useful. Here’s the list we can prepare to the plate while we’re busy typing on the keyboard..
For Non-Health Conscious
Chips – Potato, banana… [...]

Tags: , , ,

Comments (6)

.MHT –The Best Way To Save a Webpage

I believe that this internet explorer feature in saving a webpage is the best thing available among all browsers.

Sure all browsers have the “Save This Webpage” feature, most of them save the webpage along with the folder/s on it. This saved webpage is very messy since it cannot copy the exact behavior of the original [...]

Tags: , , , , ,

Comments (2)

Must Know Keyboard Shortcuts

If you’re an average users who think that computer tasks are mostly done by using mouse, then think again. These common keyboard shortcuts will improve you productivity ten-fold, and if you’re thinking that these keyboard shortcuts is too troublesome to memorize, again, think again.
I believe that the future generation’s prep school teacher will teach these [...]

Tags: ,

Comments (3)

Recover Data Files From a Damaged CD / DVD

Do you have a damaged cd / dvd that contains a very important files on it?
Guess what, I just found a tool that can recover files from an unreadable optical media using a freeware tool.
The freeware is called IsoPuzzle, download it at http://www.geocities.com/marsoupilamis/DocEnglish.htm
Short Description:
The goal of this program is to recover as much as possible [...]

Tags: , ,

Leave a Comment

Fade Out Div Effect Using JQuery

I have this web-based project wherein users must be alerted with a floating div error message. The div is set with a transparency of 80% and must have a fade out effect.
First we will set the div elements using a very handy css code:
display:block; float:left; position:absolute; left:180px; top:300px; width:700px; height:50px; border:0px; background-color:#ff9922; padding-top:30px; padding-bottom:30px;filter:alpha(opacity=80);
And here [...]

Tags: , , , , ,

Comments (2)