Search This Blog

Saturday, March 15, 2008

Microsoft to Buy Web Ad Analysis Company

Microsoft Corp. plans to buy Rapt Inc., plugging a hole in its suite of tools for Web publishers and advertisers, the software giant said Friday.

read more | digg story

Writing mails in Microsoft Outlook

Forgot to mention subject, while writing an official mail??????

Don’t worry……… just follow the simple steps mentioned below and see the result.

Here are the below steps

1. Open your outlook

2. Press Alt+F11. This opens the Visual Basic editor

3. On the Left Pane, one can see "Microsoft Outlook Objects", expand this. Now one can see the "ThisOutLookSession".

4. Click on "ThisOutLookSession".

5. Copy and Paste the following code in the right pane.(Code Pane)

Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)

Dim stvSubject As String

stvSubject = Item.Subject

If Len(stvSubject) = 0 Then

Prompt$ = "Subject is not Specified. Are you sure you want to send the Mail?"

If MsgBox(Prompt$, vbYesNo + vbQuestion + vbMsgBoxSetForeground, "Check for Subject") = vbNo Then

Cancel = True

End If

End If

End Sub

Save this and now close the VB Code editor and take a breath. From now on, this macro will prompt you each time u send a mail without the Subject…

Tuesday, March 11, 2008

Hillary Clinton V/s Barack Obama

Hillary Clinton and Barack Obama both are fighting the election for becoming Next USA President. They are two major players for this election. If Hillary Clinton wins she will be the First Women President of USA. A close fight is going between these two. I am just thinking that how the selection of new president will affect India and USA (America) relations. Although USA economy is feeling heat of slow down while Indian economy is emerging one and here it worth mentioning that America is not in dictating position like in last decade while on the other side Indian Government is also not able to finalise the nuclear deal (123 deal) with US due to its own constraints and the scenario for India will definitely different after Presidency election in America.

But I am sure that both countries will go long way for betterment and development of this World.


Let's wait and watch.

Saturday, March 8, 2008

Blogging Resources - The M&M Online Blog: Build Technorati Rank and Increase Your Traffic

Blogging Resources - The M&M Online Blog: Build Technorati Rank and Increase Your Traffic: "e to your technorati favorites"

Sachin Tendulkar (The Little Master)


Sachin Tendulkar the known Little Master, an icon of world cricket and synonym of batting. He had created so many records and brings laurels to the Indian Cricket. I think no other cricket player will be able the reach the heights achieved by Tendulkar. When he started his carrier, he is the youngest player in Indian team and still playing and I hope he will play the next world cup also. So much of cricket is inside him and that never ends. Tendulkar is not only a senior player of the team now but a mature person also. The way he handled the Australia tour shows his coolness and he also guide fresher / younger player in teams.

I think he will win the next World Cup for India.

If you agree please comment.

Friday, March 7, 2008

Create Your Own Cross-Platform Backup Server

Turning a spare computer into a backup server is often the best way to make sure backups gets done. But most methods require either a good deal of command-line learning or serve only one OS. Not with Restore, a free, open-source backup system that can install or run from a live CD, work with any OS and operate through a simple browser interface

read more | digg story