Get the crisp of what I....
Monday, November 01, 2010
Tuesday, August 17, 2010
- Open the mail
- Click File > SaveAs and save the mail as outlook message format
- Compose a new email and add this mail as attachment ( *.msg)
''''Created by Senthil - Aug 16 2010
Public Sub SaveThisMail()
Dim pathString As String
Dim fullPath As String
Dim itemMessage As String
Dim fName As String ''' Only the file name
Dim selObject As Object
pathString = "C:\Documents and Settings\xxxxx\My Documents" --- Change the path here as per your need
Set selObject = Me.ActiveExplorer.Selection.Item(1)
If (TypeOf selObject Is Outlook.mailItem) Then
Dim mailItem As Outlook.mailItem
Set mailItem = selObject
End If
fName = Format(Now(), "ddMMYYYYHHmmss") & ".msg"
fullPath = pathString & "\" & fName
'''Save the mail
mailItem.SaveAs fullPath, OlSaveAsType.olMSG
'''To open the place where the file is located
Dim a As String
a = MsgBox("Saved successfully (File name: " & fName & " ). Want to see the location?", vbYesNo + vbDefaultButton1, "Save successful")
If a = vbYes Then
retVal = Shell("explorer.exe " & pathString, vbNormalFocus)
End If
End Sub
Tuesday, August 10, 2010
Create a filter and hide it. How it is?
Create a new filter so that all mails from AA are labeled as “hidden”. Check the following:
- Also apply filter to X conversations below
- Skip the inbox (Archive it)
- Apply the label ( select the label here “hidden”)
Go to Labels and select hide.
Now if you go to inbox, mails from AA will not be shown. And the label “hidden” will also not be shown in the main screen.
(Tip: In similar lines, if you want to see only “UNREAD” mails, go to search bar and type “label:unread” and you will be only shown all the unread mails. And Inbox is also one of the default lable in gmail).
Wednesday, July 21, 2010
Following are my recent readings and observations:
- Gmail came with drag and concept of attachment. Now instead of browsing attachments when you are sending email, you can simply drag and drop into Gmail from your computer. Gmail takes care of rest.
- Multiple attachments can be selected in one go - either drag multiple items into Gmail or using browse for attachments, select multiple files in one go.
- Also Gmail has introduced rich signatures - now your signature can have different font, colours and hyperlink and you can include images as well. I recently included my blog link to my signature in Gmail.
- If you are typing frequently the same messages every time, you can save this as a template message and add it in a click in Gmail ( called as Canned responses) - i have never tried it out.
- The recent office outlook 2010 contains a check for empty subject line. Earlier (till 2007 version), there is no straight way to check the subject and you need to write a macro to check this. The painful part outlook will trigger an alert message whenever you open it to execute the macro.
Saturday, May 08, 2010
I made a recent trip to San Francisco for a week. Trip was good - it was far more different than Houston. Streets are very sloppy. I enjoyed the scenic beaches and the buildings.

Thursday, April 01, 2010
Phoneix--Space craft (amazing design)
This is not the bird but designed to live with the help of sun - the Mars Phoneix space craft. Again this was collective information from my own readings.
This was the first lander on the Martian polar region and has the privilege of getting snapped by another object in space - the MRO (Mars Reconnaissance Orbiter). The MRO took a poto of Phoneix during its landing - photo shows "Phoneix with parachute" - the last minute stage of its landing on Mars.
It was a first of a kind where a soft landing of a space craft was successfully implemented on another planet. The atmosphere on Mars also handed its help to the success. All other landings on any other planet were on crash mode. Even the rovers on the mars have a landing with air balloon which was also a crash type.
Few statistics of Phoenix:
As mentioned earlier, it takes 10 minutes for any signal to reach Earth, by the time a signal for EDL has been received; we can safely assume all the stages of EDL are over. This gives a challenge as to every decision has to be made by the space craft and not manually controlled from Earth. A point to note is - the signal so far was direct from Phoneix to Earth.
The EDL contains the following steps:
E- Entry - with the help of heat shield to protect the Phoneix from extreme heat. The heat shield surface temperature during entry was expected to be closer to temperature on the surface of the sun (2500F). But the inner temperature was maintained close to a normal room temperature to protect the space craft. This is an amazing achievement.
D- Descent - achieved by deploying parachute which again reduces the speed of the space craft. Once the speed is 125 mph, the heat shield is jettisoned and for the first time the Phoneix is exposed to Martian atmosphere.
L - Landing: The Phoneix should deploy its legs now and start calculating how far it is from surface. Based on which it decides when to leave the parachute. After which it is a free fall from space. Once close to the surface it starts its thrust engine and lands safely on the surface.
Few unknown facts about Phoneix:
Fact 1-Has survived more than the actual duration and worked greatly. Phoneix's last message to Earth was "Triumph" which it sent in binary code to MRO after which it went to sleep mode (dead).
Fact 2-The signal to Phoneix happened via MRO. The order is Phoneix ->MRO->Earth and vice versa. MRO is a satellite launched some time earlier to study the surface of Mars. All communications to Phoenix from Earth happened via MRO. It makes 2 complete rotations on one Martian sols (1 sols = one solar day of Mars). Hence, Phoneix can get the signal from Earth twice a day. They used the first one to send data to Phoneix (via MRO from Earth) and the second one to receive data from Phoneix (via MRO to Earth).
Fact 3-All instructions for the whole day have been sent in the first attempt. The results are received on the second attempt.
Fact 4-Still scientists are trying to establish communication after its dead message due to no light because of Mars winter. There is one more attempt to be made in April 2010 to see if there is a signal of hope from Phoneix.
Fact 5-There was a landing camera installed on the bottom of the space craft to capture the landing of the space craft. At last minute during the body built of Phoneix it was found that turning on the landing camera would disrupt the Phoneix memory. So it was decided not to switch on the camera as it was too late and the date for launching was already near. Phoneix was too late to repair at that stage. (If everything went ok – we would have seen now how exactly Phoneix has landed in his last minutes of descent)
Fact 6-There was also a sound recorder on board to record Martian sound but this was never turned on. Phoneix life time was used to do most of the soil analysis and slowly Phoneix started losing its power because of blooming Martian Winter. At last stage a decision was taken to turn on this mic but it was again too late as Phoneix was into dead mode the next day. So this message could not be delivered to Phoneix. (Again – if this went ok, then we would be playing first sound from Mars in Youtube).
Tuesday, March 23, 2010
Friday, March 12, 2010
Tuesday, March 09, 2010
- Most of the roads are cement paved and they are bit broader
- Food in Infosys Mangala campus was too good though there were not much choices to chose from
- Few beaches are clean and decent and you will love to play
- Wonderful ice creams shops like pabbas
Sunday, March 07, 2010
Friday, March 05, 2010
Tuesday, October 02, 2007
Recently I came to know about a new browser called CRAZY browser. I am used to Firefox mostly but few good features of this browser makes me to write this post. Once you are used to it, can never leave it.
First of all, this is a freeware and installs immediately (the download file size is small). It has got all things more than a normal browser reqiure. It downloads the pages faster. It doesn’t require you to install Java framework in your machine. It has got inbuilt popup blocker to block the pages and good cool features which I will be talking about in a few moment.
Cool features of Crazy
The domain completion for .com, .net, .org. Most of the browsers complete the URL of .com if you key in Ctrl + Enter. But this browser also completes .net and .org by keying in different combination. This can be configured in the OPTIONS section to our needs.
Also the tabbed browsing and the new mouse interface. You can close a page just by simply moving the move to some direction.

This action on mouse by holding the right click and releasing will close the current page. Similarly there are other cool movements to handle the pages.
This browser also allows closing the page in 3 different options.
- Close the current page
- Close all but locked pages
You can lock a page and prevent it from accidental closing. The other nice feature in this browser is grouping. You can group related pages into a single group – for example all news related sites into one group. Next time, just click the group name and it opens all the pages in one go.
I am yet to explore much into this browser but I am impressed by different feature it provides as of now. It is still in beta version and you can try it out for free from this location http://www.crazybrowser.com/
Friday, September 07, 2007
This time I bounced to read about watches. I am not going to tell anything new about watches but want to discuss on special watches that is available from ’83 – the G-SHOCK series from CASIO. The G stands for Gravity.
I use to wonder why G-SHOCK watches are thicker with very thick boarder and a small display when compared to entire dial dia of watches. The features a GSHOCK should suffice as per CASIO are the following.
- Bear the shock if falls from 10 mts
- Should be 20bar water resistant ( 200 mts)
- Should work in limited light
- Should work in low and high temperatures ( min – 20C)
- Standard time keeping functions with date, day and month
- Standard features in digital watches like stop watch, timer etc
- No battery replacement – or the life of battery should be more (some goes for 10 years)
- Other additional features – depending on type of watch - like tide graph for surfers, waveceptors – for atomic time keeping

Other interesting features:
To save power, the watch display goes off if kept in total darkness for some time in some models. Additionally tough solar concept helps in recharging the battery so you won’t require replacing it. When the battery charge goes down, the watch gradually reduces its features one by one – (for example the auto EL light will be off) till it gets recharged. You just need to keep it in a location where light is present. Even a candle light will do to charge it.
The watch when fully charged can work in total darkness for 9 months… wow. The watch is now a favourite wear in armies, surfers, astronauts.
So wanna interested in buying G-SHOCK. Try it out today. And one last news, other than SWATCH watches, G SHOCK is also one of the collectors item for peoples. Number of limited editions have come in G SHOCK and still comes. FROGMAN is one of specific G SHOCK watch which is a most popular collection items. For more info go check it out here : casiowatches and gshockhome.
Saturday, August 04, 2007
Friday, August 03, 2007
This could be big blog writing but yet it is interesting to read and I hope you will enjoy it.
My recent reading was related to UFO (Unidentified Flying Objects). I had some knowledge about it when I was little and had seen some movies related to that. But after this recent reading, I go with the conclusion that there is life present somewhere in the Universe for sure.
From the readings I could derive the following:
The aliens are
- Are more powerful than man
- Not willing to interact with humans
- Studying earth and the living and non living things on the earth
- Also experimenting on other objects in the universe - like our famous moon, Mars
- Using some improvised technology which is not known so far, to make objects dispappear or invisible to human eyes
- A different technology that helps flying other than using jet of air or a combination since people could not hear sounds
Almost all the UFO look similar in structure - few of them vary very little but all of them with no wings to fly. They look like disc or hat, which helps us to say that they also come from an atmosphere like or some fluid medium based object similar to earth. Reason being, since the UFO are designed in an aerodynamic way - this structure is required only when we travel through a fluid to reduce the friction between the object and the fluid.
To say more, the lunar space module which landed on the moon need not be aerodynamic since there is no atmosphere in moon and hence the friction is very minimal whereas for the objects to survive in atmosphere it should be aerodynamically designed to reduce the friction caused by the atmosphere - that is the reason why most of the planets are in sphere shape. If you can see how the landing over Mars been done you can understand more.
One more question also arises here - is the reason for the aerodynamic structure is because of their plan to travel to earth where atmosphere is present? A question to be answered.
Ok let me come to other points - on the UFO
- Some UFO grabbed a speed of 200 - 300 km in 2-4 seconds with out making any noise
- The radio communications failed when UFO appeared near the range
- Car engines stopped functioning when near to UFO
- Animals can locate the space ships - for dogs suddenly barking at the sky happened when UFO was sighted.
- Most of the UFO ships are not visible to human
- When approached nearby they moved in a random direction and flew at a very high speed disappearing in seconds
- Few UFO were visible to naked eye whereas most of them appeared only in the photographs taken - they were not visible when they were taken so there is evey possibility that no. of UFOs might come to earth every year and go unnoticed. I think this happens even today
- People or animal not harmed by them although there are stories where people being abducted but not
- UFO sighted to explore the sea water and animals - i remember seeing a snap wherein a UFO comes out of sea water
I too remember some past experiences- suddenly some light glows in the night in the sky - moves for a distance and disappears. I thought these could be some debris in the sky like asteroids or meteors. But I now speculate why it can't be UFO. Good no. of videos are present in You tube and you would also be interested to know about AREA 51. Browse the net .
For more information, check in Google (type UFO). Remember the next time you snap a picture of sky check it for UFO in the back ground. But be sure that YOU ARE BEING WATCHED
Sunday, June 17, 2007
I did a round of analysis on this. This seems to be a good concept for childrens. After some thinking i classified this to costly and uncostly puppetting. It is always good to do uncostly pupetting since it is safe and no harm to any one.
Uncostly puppeting is the one which I mentioned initially. But the costly one will be opening the tap and cleaning our hands with napkins without using the water. Here we are pupetting the tap but the bad thing is here : wasting the water.
This will be a nice game where we can ask kids to do uncostly puppetting by showing an object. For example: How you will puppet a book? Open the book and sleep well without even seeing a page. I remember i took a book from library some months before and lying at my desk without even a page opened. Do you think I am pupetting it.. No it is a costly puppetting since i am puppetting myself by not gaining any knowledge from it... This is just a thought.
Saturday, May 26, 2007
Again to another phone now. Moved to Nokia for the first time. Here are the comments about my new Nokia N72
Good ones:
Stylish look - i got gold plated one - this came very recently to market
Quick hints on current status - if you had received some new messages or any missed calls - it get displayed in the screen saver timer
File transfer - The NOKIA pc suite is good to transfer files from here and there. There is one another feature wherein you can send SMS from ur PC thro the phone instantly
Sound quality - Good
Light sensor - Automatically detects the light based on which it lights the keypad
Bad ones:
Less talk time - around 3 hours and 30 mins ( i am not sure about this)
Slow menu response - this was not happening in my old sony ericsson
No auto key pad lock - u need to lock the entire phone using some code
Audio format - not much supported audio and video format. I copied one AVI file but it was showing "Un recognised format"
Camera cover - poor design - often it opens by hand slippage ( if you keep this in pant pockets) and the worst part is it will unlock the phone - so if you keep it in ur pocket - ur loosing power
Overall suggestion: Good one to buy since it has almost all the features of current technologies.
Friday, May 18, 2007
I could see the paintings are framed and hung in the wall.
Posting here few of her paintings -- Kudos to you ma'm - keep up the good work. ( you c I am also good at drawings and won few prizes too during school days....)


Since there is no much water ( may b the time when i went ) there is nothing to really enjoy over there. People come there to take bath ( the water is so bad there). I dont know how to describe this place - you can just spend some 5 mins to see the place and quit back to ur place immediately to save the image of balmuri - otherwise you will curse this place.
I dont know why they are collecting some entry fee ( for vehicles) to this place - i think its kinda warning to people to say not to come here.....
Few snaps which I took there...



Friday, May 04, 2007
Took this snap - gues what is in the foreground - it is just a chair.














