How to hide receivers e-mail in outlook

When you are sending mass messages like newsletters, congratulations and other stuff via e-mail, it's good to hide recievers (recipients) e-mail address by adding them to BCC field.
So in this article I will explain you how to show the BCC field in Microsoft Office Outlook 2003 and Outlook Express. For easy understanding I have made screenshots.

CSS2 - custom mouse cursor styles

If you were looking how to make a custom mouse cursor, you have come to the right place. Let's say you want to make your page a little bit stylish or just looking to updgrade some CSS2 knowledge about cursor styles, take a look and there's gotta be something for you. For every cursor style, you can copy the code and use it for yourself!
This time I will not define them in custom CSS stylesheet or in between style tags, but I will define and use them in element span, you can also use p, a, h1, h2, img and so on, it's your decision!
If you want to use them multiple times on site, it's better to define them in CSS.
This cursor property is supported in Internet Explorer, Mozilla, Opera, Google Chrome and Safari.

CSS3 - rounded corners -moz-border-radius

Last time, I was talking about rounded corners in article CSS3 - rounded corners - How To, now I think it's time to get a little bit deeper and explain something about property -moz-border-radius, so you can see what is capable of.
First of all, -moz-border-radius is supported in Mozilla browsers, and it works in Firefox 3.0 or later versions.
In previous article, I made a div, with background color and border, this time I will only use div with background color and fixed width and height, you can add borders later if you want.
So let's get started :-)

CSS - border and background for image

Images with no borders on websites really look kinda old or outdated I think, so I will show you how to style your images with a simple CSS code, which adds border and background to image.
Let's get this party started :-)

CSS3 - rounded corners - How To

Do you want to know how to make rounded corners in a few minutes? It's quite simple, you just have to add some CSS and you're done. I have tested this in Firefox and Google Chrome, and it works, but it doesn't work in micro&soft internet explorer, do you think I care ? :-)
Let's have a look how it's done.

Submit your blog to RSS feeds for free

Here I have collected a list of RSS submissions sites, where you can submit your blog to RSS feeds. Take a look and happy submitting!

DoFollow blogs sorted by PageRank

Here is a list of blogs sorted by PageRank, which have dofollow links in your comment name, take a look and don't be spammy!
The list will be updated every week.

CSS - force divs to align beside each other

This is my first post, so I will start with a little bit simple problems.
Did you ever had problems when aligning DIVs, for example, you want to put the video clip on the left side, on the right side you want to put some description of the video.
I had this problem a few days ago, when div's didn't want to align beside each other. With a little bit of searching over the internet i found some simple css properties to do that, so let's see how i solved this.