Software by tag 'hidden'

Create a totally hidden folder on your desktop

Posted by Dickey on Mar 26th, 08 | Filed under Cool Stuff, Tips, Tutorial | 5 Comments

This tutorial will discuss how to create a “hidden” folder with a blank name and no icon, so that nobody will know the existence of that folder.

There are a lot of methods to make your folder invisible. The easiest way is to set the property “hidden” to true. Else, you can get some softwares to do it for you. Now, i would like to discuss another method.

Step 1

Right click on anywhere and choose New -> Folder.

Step 2

Rename the folder. When you rename, delete the original name, hold your “alt” key and press “0160“. This will create a blank name for your folder.

Step 3

After that, right click on your folder and choose Properties. Choose Customize and then press Change Icon button. Select a blank icon from the list. Now, you had successfully create a hidden folder.

People will not know the existence of the folder, even they set to view invisible folder. This is because your folder has no icon and no name!

invisible folder

My advise

Try to put the hidden folder at the middle of your desktop, so that no one will accidentally select them. To make your folder more secure, you can check the “hidden” property.

Hide image behind text using CSS

Posted by Dickey on Feb 14th, 08 | Filed under Cool Stuff, Internet | 2 Comments

Erik Kastner had create an interesting tool which can hide any image behind some text. You provide the URL of the image and the website will generate the code for you.

When people open the website that contains the generated code, all they see is just few lines of plain text. They can only view the image when they highlight the text.

How it works?

First, get the URL of the image that you want to hide behind the text. Then provide some text for the image. After that, choose the number of colors and the width of your output image. The higher number of colors will make the image look more “real” with the original image, but it will make the generate code longer.

The website actually converts the image to ACSII text and style them with CSS. It only works with Safari and Firefox which support CSS3. I don’t know whether IE7 support it or not, as i don’t have IE7 installed on my computer.

Hidden Image in Text

Hide an image in html