30 posts tagged “google”
The latest GoogleMail feature is :
Embarrassment reducing new message notifications "Ever replied to a message only to find out that someone sent a better, smarter reply right before you? Now, if someone sends a reply while you're in the middle of reading a conversation (or replying to it), you'll get a notification that a new message has arrived. Click "update conversation" to see what you’ve missed."
You see there are benefits in letting a third party such as Google have access to all your emails !
There are multiple editions of Google Apps and Google Sites to meet the needs of different organizations.
So whether you're a small business, a Fortune
500 company, a non-profit or a school, Google can power up your
organization with the right services and support.
- New! IMAP for Gmail
- New! Google App Engine Development Platform Preview
To get a Control Panel with "Next Generation" features a little earlier than with the "Current Version" make sure you choose "English (US)" as the "Default language for users on your domain"
Learn more
And here's how to Add a Google App Engine to your Google App
http://vizzr.info/2008/04/10/amazon-ec2-vs-google-app-engine/
PS Sorry that this is a link to a link to a link but it does mean I'm not repeating myself too much !
Learn about the Web Services standards REST and JSON by using Google Panoramio and just your web browser !
Using the Google Panoramio API you can display the photos from Panoramio on your
own web site. Geolocated photos from Panoramio are great to enrich your
maps or illustrate information where location is a important factor
(real estate sites, hotels and vacation sites, routes & trails...).
Here's how you'd get some photos of London (X=~0,Y=~51)
http://www.panoramio.com/photo/8075745
http://www.panoramio.com/map/get_panoramas.php ? from=1 & to=16 & minx=-1 & miny=50 & maxx=1 & maxy=52 & size=small (just remove the spaces on either side of each "?" and "&" )
This REST call returns a JSON result set that you can view in your browser and cut and paste photo URLs from :
{"count": 42259,
"photos":
[
{ "photo_id": 4337937, "photo_title": "Sir Tatton Sykes Monument", "photo_url": "http://www.panoramio.com/photo/4337937", "photo_file_url": "http://mw2.google.com/mw- panoramio/photos/medium/4337937.jpg", "longitude": -0.537515, "latitude": 54.042054, "width": 270, "height": 500, "upload_date": "31 August 2007", "owner_id": 278681, "owner_name": "G3ZZP", "owner_url": "http://www.panoramio.com/user/278681" }
,
{ "photo_id": 51502, "photo_title": "eclipse", "photo_url": "http://www.panoramio.com/photo/51502", "photo_file_url": "http://mw2.google.com/mw-panoramio/photos/medium/51502.jpg", "longitude": -0.121665, "latitude": 51.500969, "width": 500, "height": 375, "upload_date": "24 September 2006", "owner_id": 6645, "owner_name": "JesusVillalba", "owner_url": "http://www.panoramio.com/user/6645" }
]
}
For more help see http://www.panoramio.com/help/
Google Analytics have released a NEW version of their tracking javascript code (ga.js) so create the following two javascript files:
googanala.js
var gaJsHost = ( ("https:" == document.location.protocol) ? "https://ssl." : "http://www." ) ;
document.write(
unescape(
"%3C" +
"script type='text/javascript' " + "src='" + gaJsHost + "google-analytics.com/ga.js' " +
"%3E" +
"%3C" +
"/script" +
"%3E"
)
);
googanalb.js
var pageTracker = _gat._getTracker("UA-999999-9");
pageTracker._initData();
pageTracker._trackPageview();
and include the following two lines in your footer
script type="text/javascript" src="googanala.js" /script
script type="text/javascript" src="googanalb.js" /script
with angle brackets added back in !
https://adwords.google.co.uk/support/bin/answer.py?answer=7725&topic=1163
In response to advertiser feedback, Google AdWords offers a powerful tool for handling multiple AdWords accounts: My Client Centre (MCC).
MCC allows support for large advertisers with multiple AdWords accounts and third-party agencies, such as search engine marketers (SEMs), search engine optimisers (SEOs), and automated bid managers (ABMs), who manage and optimise multiple AdWords accounts.
http://www.google.com/adwords/learningcenter/
If you're an AdWords advertiser, Google Advertising Professional, or just interested in learning more about AdWords, you can use our free training to sharpen your AdWords knowledge.
There are multimedia and text lessons to match your preferred learning style.
While lessons are organized to build upon previous ones, you can
skip between topics and take them in any way you like. After each
lesson, test your knowledge by taking a quiz.
http://pages.google.com/-/about.html
There's a new product that makes creating your own web pages as easy as creating a document in a word processor. Google Page Creator is a free tool that lets you create web pages right in your browser and publish them to the web with one click. There's no software to download and no web designer to hire. The pages you create are hosted on Google servers and are available at http://yoursitename.googlepages.com for the world to see.
http://networkcreators.ning.com/forum/topic/show?id=492224%3ATopic%3A42751
Here's a tip for those of you who want to filter out Google Ads from your network, either because they show competitors or undesirable sites:
- Go to your Google Adsense account and login;
- Click on Adsense Setup (second tab);
- Click on Competitive Ad Filter (last option);
- Add the domains of as many ads you want to block.
In a few hours, you will no longer see them pop up.
