Showing posts with label Google. Show all posts
Showing posts with label Google. Show all posts

Sunday, December 15, 2013

Bring back New Tab page in Google Chrome browser

No comments:
Goto:
1. chrome://flags/
2. Search for: Enable Instant Extended API Mac, Windows, Chrome OS
3. Select Disable from the drop-down below.
4. Click the Relaunch now button below

Saturday, January 19, 2013

How to set filters in Gmail to move Facebook and other automated emails away from your inbox

2 comments:

Go to Gmail Settings by clicking the gear ion on the top left
  • Take Filters tab
  • On the page bottom click Create new filter
  • In the From filter type facebookmail.com
  • Click Create filter with this search » and in the next screen check skip the inbox and Apply the label and create a label by typing a label name like Facebook mails and click the Create button
  • Select the Checkbox Also apply filter to # matching conversations and click the Create filter button.

Repeat the above step with m.facebook.com

You can do these steps for: foursquare.com, dropbox.com, twitter.com, linkedin.com, soundcloudmail.com

Monday, August 13, 2012

Remove Blog Title from Blog Posts

No comments:
Take Edit Html from Blog Setting..

Find: 
<title><data:blog.pageTitle/></title>

And replace it with: 
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>

Wednesday, May 23, 2012

Open Google Chrome browser in incognito mode by default

2 comments:
Step:

1. Create a shortcut of Google Chrome browser
2. Right click the shortcut and click Properties
3. Add  --incognito to the end of the Target



That's all !!!

Sunday, May 20, 2012

Google Maps JavaScript API v3 Example in asp.net

No comments:


<head runat="server">
    <title>Google Maps JavaScript API v3 Example in asp.net</title>
    <script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?sensor=true"></script>
    <script type="text/javascript">

        google.maps.event.addDomListener(window, 'load', initialize); //run when after page load
        var map;
        var markercode;
        var markermyLatlng;
        var markermyLatlngCount=0;

        function initialize() {
            var Lat=<%= dbLat %>;
            var Lon=<%= dbLon %>;
            var myOptions = {
                center: new google.maps.LatLng(Lat, Lon),
                zoom: 10,
                mapTypeId: google.maps.MapTypeId.ROADMAP
            };
            map = new google.maps.Map(document.getElementById("map_canvas"), myOptions);


            markercode = new google.maps.Marker({
                draggable:false,
                animation: google.maps.Animation.DROP,
                map:map,
                position: new google.maps.LatLng(Lat, Lon),
                title:"mattanchery - from code page!"
            });

            google.maps.event.addListener(markercode, 'click', toggleBounce);
        }

        function toggleBounce() {
            if (markercode.getAnimation() != null) {
                markercode.setAnimation(null);
            } else {
                markercode.setAnimation(google.maps.Animation.BOUNCE);
            }
        }

        function BtnLocateMe_onclick() {
            var myLatlng;
            if (navigator.geolocation) {
                navigator.geolocation.getCurrentPosition(function (position) {
                    myLatlng = new google.maps.LatLng(position.coords.latitude, position.coords.longitude);

                    if(markermyLatlngCount==0){
                        markermyLatlng = new google.maps.Marker({
                            draggable:true,
                            animation: google.maps.Animation.DROP,
                            map:map,
                            position: myLatlng,
                            title:"I am here!"
                        });
                        markermyLatlngCount=markermyLatlngCount+1;
                    }
                    else
                    {
                        map.setCenter(myLatlng);              
                    }
                },
                function () {
                    handleNoGeolocation(true);
                });
            } else {
                handleNoGeolocation(false);
            }
        }

        function handleNoGeolocation(errorFlag) {
            if (errorFlag) {
                var content = 'Error: The Geolocation service failed or blocked.';
            } else {
                var content = 'Error: Your browser doesn\'t support geolocation.';
            }
            alert(content);
         }

    </script>
    <style type="text/css">
        #map_canvas
        {
            height: 543px;
            width: 754px;
        }
    </style>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <input id="BtnLocateMe" type="button" value="Locate Me" onclick="BtnLocateMe_onclick()" />
    <div id="map_canvas"></div>
    </div>
    </form>
</body>

CODE:


    public string dbLat = "9.964455";
    public string dbLon = "76.253099";
    protected void Page_Load(object sender, EventArgs e)
    {


    }

Sunday, July 17, 2011

windows in Ubuntu 11 as Virtual OS

No comments:

Running windows in Ubuntu 11 as Virtual OS.
Running Visual Studio 2010 Express and SQL Server Express Edition 2008 R2 in virtual OS
Google Chrome, FileZilla, and Virtual Box in Ubuntu.

Monday, July 26, 2010

WISE DOCTOR:::::::::::

2 comments:
A Wise Doctor

What an interesting way to put it!

A worried woman went to her gynecologist and said:
'Doctor, I have a serious problem and desperately need your help!
My baby is not even 1 yr. old and I'm pregnant again.
I don't want kids so close together.'

So the doctor said: 'Ok, and what do you want me to do?'

She said: 'I want you to end my pregnancy, and I'm counting on your help with this.'

The doctor thought for a little, and after some silence he said to the lady:
'I think I have a better solution for your problem. It's less dangerous for you, too.'

She smiled, thinking that the doctor was going to accept her request.
Then he continued:
'You see, in order for you not to have to take care of 2 babies at the same time, let's kill the one in your arms. This way, you could rest some before the other one is born. If we're going to kill one of them, it doesn't matter which one it is. There would be no risk for your body if you chose the one in your arms.

The lady was horrified and said: 'No doctor! How terrible! It's a crime to kill a child! 'I agree', the doctor replied. 'But you seemed to be ok with it, so I thought maybe that was the best solution. The doctor smiled, realizing that he had made his point. He convinced the mom that there is no difference in killing a child that's already been born and one that's still in the womb.

The crime is the same!

Tuesday, April 27, 2010

Using blogger via Windows Live Writer.

No comments:

hi friends, downloaded windows live writer.. This software can be used as a desktop interface for blogging. This is very cool, easy software with many features… c you latter, Bye

Friday, April 9, 2010

Post your blogger updates to facebook automatically

1 comment:
Now let your friends know about your latest blog posts in facebook.. Follow the three steps...
1. go to http://www.blogger.com/home .
2. click settings --> Email & Mobile.
3. Add your personal facebook email id(get it from http://www.facebook.com/mobile/) in  Email posts to .

Monday, April 5, 2010

Kerala Google Technology User Group Launch

No comments:
Saturday, April 10, 2010 from 9:30 AM - 4:00 PM (GMT+0530)
Trivandrum, India
http://www.kerala-gtug.org/30/launch-event/

Sunday, April 4, 2010

Post in Blogger via email

No comments:
Go to Email & Mobile Settings and add your  Posting using email. Eg:
username.mysecretword@blogger.com
Click the save button...
Now you can post by sending email to the the posting secret address.
The subject of the email will be the title of the post and email body
will be the post. To add an image attach an image to the email.

Sunday, February 14, 2010

Google Buzz for mobile

No comments:
Google Buzz for mobile allows you to see what's going on around you, post messages tagged with your location, and keep up with your friends on the go. Visit buzz.google.com from your phone's mobile...