Friday, September 21, 2007

Wednesday, September 19, 2007

Quality of Mobile

Would you like to know if your mobile is original or not ?????

Press the following on your mobile *#06# and the-international mobile equipment identity number appears. Then check the 7th and 8th numbers:


1 2 3 4 5 6 7 th 8 th 9 10 11 12 13 14 15
Phone serial no. x x x x x x ? ? x x x x x x x


IF the Seventh & Eighth digits are 02 or 20 this means your cell phone was assembled in Emirates which is very Bad quality

IF the Seventh & Eighth digits are 08 or 80 this means your cell phone was manufactured in Germany which is fair quality

IF the Seventh & Eighth digits are 01 or 10 this means your cell phone was manufactured in Finland which is very Good

IF the Seventh & Eighth digits are 00 this means your cell phone was manufactured in original factory which is the best Mobile Quality

IF the Seventh & Eighth digits are 13 this means your cell phone was assembled in Azerbaijan which is very Bad quality and also dangerous for your health

Tuesday, September 18, 2007

For Abapers!!

Hi Friends,
For past so many days i haven't give any tips for the ABAPERS.
Here is the one good tip.

You dont have id to want to check something
inside SAP???

Hmmm.... it may sound impossible only if you are unaware of this:

Client 066 usually exists by default in any SAP System.
Log into the system using the client 066,
User : SAP*
Password : PASS
But hey, the system should be configured accordingly before you do this !.

(If that does not work out then you can always peep into your colleague's system!)Hahahaha!!

Useful TIP to over come No subject mails in Outlook...

Forgot to mention subject, while writing an official mail and feel bad later???????
Yes…. It’s a concern for all…. A mail without a subject brings a bad impression on us.
To avoid this, Just follow the simple steps mentioned below and see the result.
Here below are the steps: -
1. Open your outlook
2. Press Alt+F11.
This opens the Visual Basic editor and then Press Ctrl+R which in turn open Project-Project 1 (left side)
3. On the Left Pane, one can see "Microsoft Outlook Objects" or "Project1", expand this.
Now one can see the "ThisOutLookSession".
4. Double click on "ThisOutLookSession". It will open up a code pane.
5. Copy and Paste the following code in the right pane.
(Code Pane) and save it
Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)
Dim strSubject As String
strSubject = Item.Subject
If Len(Trim(strSubject)) = 0 Then
Prompt$ = "Subject is Empty. 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
6. Now whenever u try to send a mail without subject, which will raise a pop-up to remind you