Politics, Environment, Culture, Finance, Sports, Movies, Technology, Computers, Society, Internet, Corruption etc.. Everymatter you want to discuss should be discussed through Comments, Opinion and remarks here.
Search This Blog
Sunday, March 16, 2008
Saturday, March 15, 2008
Microsoft to Buy Web Ad Analysis Company
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
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
Sachin Tendulkar (The Little Master)
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
read more | digg story
Tuesday, March 4, 2008
Oracle Username & Password
You must have always wondered why the username / password in Oracle is Scott/Tiger....
Who is this Scott ? Here is the answer to your query.... ....
Bruce Scott was one of the first employees at Oracle (then Software Development Laboratories). He co-founded Gupta Technology (now known as Centura Software) in 1984 with Umang Gupta, and later became CEO and founder of PointBase, Inc.
Bruce was co-author and co-architect of Oracle V1, V2 and V3. The SCOTT schema (EMP and DEPT tables), with password TIGER, was created by him. Tiger was the name of his cat.
Scott has led the drive to develop new data management architectures that capitalize on emerging computing paradigms - following the migration from mainframes to mini-computers; from personal computers to servers; and from servers to personal systems and devices. After co-founding Oracle in 1977 and helping that company revolutionize the database market, Scott went on to co-found Gupta Technology in 1984 with Umang Gupta. Serving as Vice President of Database and Connectivity Research and Development, he provided the company with database technology leadership for more than ten years. While at Gupta, he invented SQLBase, the first commercially available PC-oriented client/server database and the patented software development design paradigm for SQL Windows.
>>>From Gupta, Scott founded PointBase, bringing to market a platform-independent technology that enabled applications to manage, synchronize, and extend data across networks of servers, desktops, laptops, and mobile/wireless devices. As president and chief executive officer, he led the company's efforts in developing Java-based application-embedded databases for enterprise mobility applications.
Saturday, March 1, 2008
National Animal (Tiger)
From last few years our National Animal Tiger had been illegally killed on large scale by poachers for its skin, skull and bones. There are only 1,500 tigers (approx. figure) in
More information about tigers :
http://projecttiger.nic.in/
http://www.5tigers.org
http://www.kidsfortigers.org
http://www.sanctuaryasia.com/projecttiger/index.php
http://www.indianwildlifeportal.com/project-tiger/index.html
http://www.indianwildlifeinfo.com/tiger-tours.html
http://www.tigerfdn.com
http://www.cites.org
http://www.wwf.org
http://www.wcs.org
http://www.tigerlink.org
Send me your views about same.
Wednesday, February 27, 2008
MS-Word
I use MS-Word several time a day and found a problem with bullets and numbering. If we are using bullets/numbering in our documents and press Enter to write new point than the first letter (starting letter) of the point must be capitalized automatically as this facility is present in previous versions of MS-Word but in MS-Word 2003 it is not available. Let me show you through an example.
1. First point of example
2. Second point of example (pressed Enter key)
3. third point of example.
At point no. 3 letter 't' must have been capitalised automatically which didn't happens.
If anyone of you knows the solution please update me.
2HelpUs: 2HelpUs
A blog which i read and feels that everyone should come forward to help the needy.
Thanks.
Monday, February 25, 2008
Many More Girls Blog, Create, And Build Websites Than Boys
read more | digg story
Sunday, February 24, 2008
MS-Excel 2003
Cell A1 = 1012 * 0.6 (with decimal value the result will be 607.20)
Cell B1 = 15
Cell C1 = A1 * B1 = 9108
Use of 2 decimal point
The value of C1 is 9108 when you use 2 decimal points
Without 2 decimal point
The value of C1 is 9108 when you use 2 decimal points
In both the cases the result is same.
While in actual calculation if we calculate 607.2 * 15 = 9108 and 607* 15 = 9105.
I think it is a loophole in MS-Excel if anyone out of you knows the solution, please mention.