How to recover permanently deleted files in Windows

How to recover permanently deleted files in Windows

In this post, I'm gonna show you how to recover deleted files from recycle bin. Its by using a software called Recuva. You can download Recuva from here. After downloading, Install it. Recuva Can recover most deleted files that exists in your computer in the form of dead files. Windows have no access...

Continue Reading
Go Back Function using JavaScript

Go Back Function using JavaScript

"Go Back" function using Javascript. In this post, you'll see how to add a "Go Back" button to a webpage. The code for the button: <input type="button" value="Go Back one page" onclick="history.back(-1)" /> enjo...

Continue Reading
Making Text Blurry in CSS.

Making Text Blurry in CSS.

In this post, you'll see how to make any text blurry using CSS. its simple. .blur { color: transparent; text-shadow: 0 0 5px rgba(0,0,0,0.5); } The CSS selector 'text-shadow' is compatible with more browsers. after making its color transparent, and having a shadow makes it appear...

Continue Reading
Create a folder with invalid file name in Windows

Create a folder with invalid file name in Windows

Have you ever tried to make a folder named ‘CON’ ? Its impossible, because it’s an invalid folder name for windows. There is many such names like: CON, AUX, PRN, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8 and LPT9. But you can now...

Continue Reading
Jovel's Blog Scroll bar using CSS.

Jovel's Blog Scroll bar using CSS.

.code{ background:#ffffff; font:"Courier New", Courier, monospace; padding:5px; height:auto; width:auto; border:dashed #333333; } Seeing your old scroll bar bores you ? No More Boring... here's a good looking scroll bar for websites and Blogs, Created with CSS. Best Viewed in Google...

Continue Reading
How to create a Bootable USB Stick for Ubuntu.

How to create a Bootable USB Stick for Ubuntu.

Recently I've Downloaded the latest Ubuntu 13.04 Disc image file. For burning purpose, I went to a nearest store to buy DVD but, there is no stock there. Its really inconvenient to buy CD that is out of stock, A better way is USB stick and Most newer PCs supports USB booting. Requirements. 1...

Continue Reading
Pages (10)Previous 123456789 Next