Googland |
- [G] New Google Analytics: Improvements in Map Overlay reports
- [G] Summer time and the learning's easy!
- [G] Who’s New in Google Summer of Code: Part 3
- [G] Pseudolocalization to Catch i18n Errors Early
- [G] Who’s New in Google Summer of Code: Part 2
- [G] YouTube and Creative Commons: raising the bar on user creativity
- [G] Who’s New in Google Summer of Code: Part 1
- [G] Google at CVPR 2011
- [G] Give Dad a ring with free calling from Gmail in the U.S.
- [G] Give Dad a ring with free calling from Gmail in the U.S.
- [G] Give Dad a ring with free calling from Gmail in the U.S.
- [G] Give Dad a ring with free calling from Gmail in the U.S.
[G] New Google Analytics: Improvements in Map Overlay reports Posted: 19 Jun 2011 11:38 PM PDT Google Analytics Blog: New Google Analytics: Improvements in Map Overlay reportsThis is part of our series of posts highlighting the new Google Analytics. The new version of Google Analytics is currently available in beta to all Analytics users. And follow Google Analytics on Twitter for the latest updates. This week, a few engineers from our team are sharing improvements they've made to Map Overlay reports. In GA, we're always looking for ways to improve existing reports. For example, we noticed that you can only see state (i.e. province/region) breakdowns if you're looking at the United States. Surely, this information ought to be available for other parts of the world?! It seemed like something that could be done in a short amount of time and yield a big win for our users. So, we're glad to announce that as of this week's release, you can now see region level maps of over 170 countries! To try it out, simply go to the Location report (under Visitors > Demographics) and click a country. We'll try France: Voila! We can see at a glance that Ile-de-France sends the most visits to our site. To see cities, just click City in the Viewing: list immediately below the map. Once you're on the cities view, you can try out another feature we rolled out recently -- a magnifying glass that appears when cities are clustered closely together. Enjoy the new features in your maps. We hope they speed you on your way to gaining actionable insights and metrics. Happy analyzing! P.S. Did you know you get map overlay in more places than just the Visitors > Demographics > Location report? Take a look at the tab on the Visitors > Technology > Mobile report Posted by Eyal, Jerry, Yinnon, and Brian, Google Analytics Frontend Team URL: http://feedproxy.google.com/~r/blogspot/tRaA/~3/049vBMkUPJM/new-google-analytics-improvements-in.html | ||||||||||||
[G] Summer time and the learning's easy! Posted: 19 Jun 2011 11:38 PM PDT Google Analytics Blog: Summer time and the learning's easy!Our Google Analytics Certified Partners (GACPs) are busy over the summer making sure Google Analytics and Website Optimizer users have plenty of opportunities to learn the basics, deep-dive the data, master the technical stuff and tune for conversions! So if you're in need of some fast-track training, why not join them? Here's the June schedule for US and Europe:
This is what you'll learn by attending a seminar with one of our GACPs: Whether you're just getting started or have been involved with Google Analytics for a while, if you're looking for a thorough training in all of the reports Google Analytics provides, this is the course for you. First, you'll get a detailed background in the web analytics industry. Then you'll go through a detailed examination of all of the reports Google Analytics has to offer, with real-world examples of how they can help you. You'll also learn how to segment your site's users, spot key trends, and of course, how to take your web analytics data and use it to your advantage. If you're already familiar with the basics of Google Analytics and are looking to become more sophisticated in your analysis, this course will show you how to do just that. Whether your business goals are user engagement, lead generation, or e-commerce, you'll benefit from learning how to use the most advanced analysis features of Google Analytics, like Intelligence and Advanced Segmentation. For those who are comfortable with Google Analytics but want to dive deeper into the technical side of GA, this advanced technical implementation course is for you. This training is tailored a bit more toward the tech-savvy, but is extremely valuable to anyone who wants to learn what Google Analytics can do when taken beyond the "plain vanilla" implementation. You'll go "under the hood" of Google Analytics and learn about filter configuration and setup, opportunities for advanced, custom implementations, as well as the newest beta features that are rolling out. Once you've nailed down your Google Analytics implementation, you're ready to start taking action on your data by testing your website. This interactive training in Google Website Optimizer teaches you how to test your site to improve your users' experience and your business's bottom line. Attendees will receive a strong background in landing page testing and testing best practices, many real-world case studies, and an optional, hands-on lab experience in starting both A/B and Multivariate tests. If you've been wanting to increase your knowledge on Google Analytics, Seminars are one of the best ways. Seminars are going on across the United States and Europe. If these days don't work for you check out the full seminar schedule. Posted by Trevor Claiborne, Google Analytics Team URL: http://feedproxy.google.com/~r/blogspot/tRaA/~3/lFkKFsONe_Y/summer-time-and-learnings-easy.html | ||||||||||||
[G] Who’s New in Google Summer of Code: Part 3 Posted: 19 Jun 2011 05:27 PM PDT Google Open Source Blog: Who's New in Google Summer of Code: Part 3This is the third in our series of posts this summer featuring some of the organizations participating in their first Google Summer of Code. The organizations explain their project and the tasks the students will be working on this summer. Atomic.Blue is all about gaming, roleplaying and building complex engines. One thing that we learned is that building a mmorpg with open source and free resources is nearly impossible, but we are visionary or blind enough to work on it anyway! A virtual world like PlaneShift has all the elements of a massive entertainment production, including music, sound, settings, artificial intelligence, 3D programming, shaders, server side and client side programming, networking, drawings and 3D models, history, data mining and more. These are just a few of the 50 new organizations participating in Google Summer of Code this year. Please check back next Friday when we highlight 3 more new organizations. For a complete list of the 175 organizations participating in the Google Summer of Code please visit our program site. By Stephanie Taylor, Open Source Programs URL: http://feedproxy.google.com/~r/GoogleOpenSourceBlog/~3/fsJKhelf9Dc/whos-new-in-google-summer-of-code-part_17.html | ||||||||||||
[G] Pseudolocalization to Catch i18n Errors Early Posted: 19 Jun 2011 05:27 PM PDT Google Open Source Blog: Pseudolocalization to Catch i18n Errors EarlyInternationalization (often abbreviated i18n) is the process of making an application localizable for users in different locales, while localization (often abbreviated L10n) is the process of actually localizing an application for a particular locale. In today's globally connected world, it is rare that an application does not need to support users in many different locales. Pseudolocalization is the automated generation of fake translations of a program's localizable messages. Using the program in a pseudolocale generated in this manner facilitates finding bugs and weaknesses in the program's internationalization. Google has been using this technique internally for some time, and has now released an open-source Java library to provide this functionality at http://code.google.com/p/pseudolocalization-tool/. Take a look at the following screenshot and see if you can spot the internationalization problems: Some common problems in localizing applications are:
Note how some of the punctuation is misplaced and not mirrored, the radio buttons are a mess, and the order of the menu items isn't mirrored. None of these happen to be real problems -- they will disappear when the English strings are replaced with real translations.We find the most useful combinations of pseudolocalization methods to be accents/expander/brackets for finding general internationalization problems, and fakebidi for finding RTL-related problems. We use BCP47 variant subtags to identify locale names that get pseudolocalized translations: psaccent (as in en-psaccent) gets the accents/expander/brackets pseudolocalization, and psbidi (as in ar-psbidi) gets fakebidi. Note that for psbidi, using a real RTL language subtag is recommended since that will trigger RTL handling in most libraries/frameworks without any modifications. We hope to get these variant tags accepted as standard. We have taken the sample application from above and run its translatable text through psaccent and psbidi pseudolocalization. Now take a look and see how much more easily internationalization problems can be identified: Note that three problems have been revealed by the use of psaccent:
Notice this doesn't introduce problems that aren't there like the earlier example, but it does show that the Help menu item does not float to the left side of the window as it should. Initially, this is just a library for use with other tools. We plan to write a command-line tool for taking message sources and producing fake translations of them. In addition, we are in the process of integrating this library with GWT, so GWT users can take advantage of it just by inheriting one module. In summary, pseudolocalization is useful for finding internationalization problems early in the development process and enabling the developer to fix them before wasting money on translations that may have to be changed to fix the problems anyway. We hope you will use this library to help make your application usable by more people, and we welcome contributions and discussions at https://groups.google.com/forum/#!forum/pseudolocalization-tool. By John A. Tamplin, Software Engineer URL: http://feedproxy.google.com/~r/GoogleOpenSourceBlog/~3/mV0kkZaE5GY/pseudolocalization-to-catch-i18n-errors.html | ||||||||||||
[G] Who’s New in Google Summer of Code: Part 2 Posted: 19 Jun 2011 05:25 PM PDT Google Open Source Blog: Who's New in Google Summer of Code: Part 2This is the second in our series of posts this summer highlighting a few of the organizations participating in their first Google Summer of Code. The organizations give a brief description of their project and the tasks the students will be working on this summer. LanguageTool is one of the very few open source style and grammar checkers. It tries to find errors in a text that a spell checker cannot find. This works by matching the text against pattern rules. If there's a rule for the error, it can be found, if there is no such rule, then it can not be found. There's also the risk that a pattern rule matches text which is actually correct, so the user would get a false alarm. This is where our two student projects come in: one project will be adding more rules by reusing rules from other open source grammar checkers, the second student will develop a way for us to test rules that are still in development against a large amount of text. This way we can fix the false alarms before a release. These are just a few of the new organizations participating in the Google Summer of Code this year. Please check back next Friday when we showcase additional new organizations. For a complete list of the 175 organizations participating in the Google Summer of Code please visit our program site. By Stephanie Taylor, Open Source Programs URL: http://feedproxy.google.com/~r/GoogleOpenSourceBlog/~3/gDSa_x8VSCg/whos-new-in-google-summer-of-code-part_10.html | ||||||||||||
[G] YouTube and Creative Commons: raising the bar on user creativity Posted: 19 Jun 2011 05:25 PM PDT Google Open Source Blog: YouTube and Creative Commons: raising the bar on user creativityHave you ever been in the process of creating a video and just needed that one perfect clip to make it pop? Maybe you were creating your own music video and needed an aerial video of Los Angeles at night to spice it up. Unless you had a helicopter, a pretty powerful camera and some fierce editing skills, this would have been a big challenge. Now, look no further than the Creative Commons library accessible through YouTube Video Editor to make this happen. Creative Commons provides a simple way to license and use creative works.You can now access an ever-expanding library of Creative Commons videos to edit and incorporate into your own projects. To find a video, just search in the YouTube search bar or from within the YouTube Video Editor. We're working with organizations like C-SPAN, Public.Resource.org, Voice of America, Al Jazeera and others, so that over 10,000 Creative Commons videos are available for your creative use. To get started, visit youtube.com/editor and select the CC tab: Any video you create using Creative Commons content will automatically show the source videos' titles underneath the video player: As part of the launch of Creative Commons licensing on YouTube, you'll also be able to mark any or all of your videos with the Creative Commons CC-BY license that lets others share and remix your work, so long as they give you credit. To mark your video with the Creative Commons license, select 'Creative Commons Attribution license' on the upload page or on the Video Description page: You can learn more about Creative Commons on YouTube at our help center, and remember that all content must still follow the rules in our Copyright Center. We're excited to see what you come up with! Stace Peterson, Software Engineer (This is a cross post from the Official YouTube Blog) URL: http://feedproxy.google.com/~r/GoogleOpenSourceBlog/~3/9-kA0CSNB3I/youtube-and-creative-commons-raising.html | ||||||||||||
[G] Who’s New in Google Summer of Code: Part 1 Posted: 19 Jun 2011 05:25 PM PDT Google Open Source Blog: Who's New in Google Summer of Code: Part 1This year we are excited to have 50 organizations participating in their first Google Summer of Code. We asked each of these new organizations to contribute a short description of their project for a series of posts we'll be running this summer, beginning today. HelenOS These are just a few of the new organizations participating in the Google Summer of Code this year. We will highlight more organizations next Friday, stay tuned! You can see a complete list of the 175 organizations participating in the Google Summer of Code on our program site. By Stephanie Taylor, Open Source Programs URL: http://feedproxy.google.com/~r/GoogleOpenSourceBlog/~3/t8mKY4_dblg/whos-new-in-google-summer-of-code-part.html | ||||||||||||
Posted: 19 Jun 2011 02:25 PM PDT Google Research Blog: Google at CVPR 2011Posted by Mei Han and Sergey Ioffe, Research TeamThe computer vision community will get together in Colorado Springs the week of June 20th for the IEEE International Conference on Computer Vision and Pattern Recognition (CVPR 2011). This year will see a record number of people attending the conference and 27 co-located workshops and tutorials. The registration was closed at 1500 attendees even before the conference started. Computer Vision is at the core of many Google products, such as Image Search, YouTube, Street View, Picasa, and Goggles, and as always, Google is involved in several ways with CVPR. Andrew Senior is serving as an area chair of CVPR 2011 and many Googlers are reviewers. Googlers also co-authored these papers:
If you are attending the conference, stop by Google's exhibition booth. In addition to talking with Google researchers, you will get to see examples of exciting computer vision research that has made it into Google products including, among others, the following:
6/17/2011 UPDATE: "Posted by" was changed to include Sergey Ioffe. URL: http://feedproxy.google.com/~r/blogspot/gJZg/~3/diP0-ZhJnIA/google-at-cvpr-2011.html | ||||||||||||
[G] Give Dad a ring with free calling from Gmail in the U.S. Posted: 19 Jun 2011 11:32 AM PDT Official Google Blog: Give Dad a ring with free calling from Gmail in the U.S.Today is Father's Day in many countries around the world, so whether your dad lives across the street, across the country or across the ocean, it's a good day to let him know you're thinking about him. Of course, email is a simple, quick way to check in with your old man, but it's just as easy—and maybe even more meaningful—to call him right from Gmail.If you're in the U.S., you can use Gmail to make free domestic calls and calls to Canada. If your dad lives abroad, we have some of the best rates around, like two cents per minute to Australia, Argentina, France and many other parts of the world (unfortunately, those of you outside the U.S. will have to phone Dad the old-fashioned way). And in case you don't read this post in time, we've added a small note in the Gmail chat roster, right under the "Call phone" link, to remind you to give him a ring. Happy Father's Day from Gmail! Posted by Michael Bolognino, Product Marketing Manager URL: http://googleblog.blogspot.com/2011/06/give-dad-ring-with-free-calling-from.html | ||||||||||||
[G] Give Dad a ring with free calling from Gmail in the U.S. Posted: 19 Jun 2011 09:45 AM PDT The Google Apps Blog: Give Dad a ring with free calling from Gmail in the U.S.Posted by Michael Bolognino, Product Marketing ManagerToday is Father's Day in many countries around the world, so whether your dad lives across the street, across the country or across the ocean, it's a good day to let him know you're thinking about him. Of course, email is a simple, quick way to check in with your old man, but it's just as easy — and maybe even more meaningful — to call him right from Gmail. If you're in the U.S., you can use Gmail to make free domestic calls and calls to Canada. If your dad lives abroad, we have some of the best rates around, like two cents per minute to Australia, Argentina, France and many other parts of the world. (Unfortunately, those of you outside the U.S. will still have to phone Dad the old-fashioned way.) And in case you don't read this post in time, we've added a small note in the Gmail chat roster, right under the "Call phone" link, to remind you to give him a ring. Happy Father's Day from Gmail! URL: http://feedproxy.google.com/~r/GoogleAppsBlog/~3/8mBzoX-oStA/give-dad-ring-with-free-calling-from.html | ||||||||||||
[G] Give Dad a ring with free calling from Gmail in the U.S. Posted: 19 Jun 2011 07:52 AM PDT Google Voice Blog: Give Dad a ring with free calling from Gmail in the U.S.(Cross posted from the Gmail blog)Today is Father's Day in many countries around the world, so whether your dad lives across the street, across the country or across the ocean, it's a good day to let him know you're thinking about him. Of course, email is a simple, quick way to check in with your old man, but it's just as easy—and maybe even more meaningful—to call him right from Gmail. If you're in the U.S., you can use Gmail to make free domestic calls and calls to Canada. If your dad lives abroad, we have some of the best rates around, like two cents per minute to Australia, Argentina, France and many other parts of the world. (Unfortunately, those of you outside the U.S. will have to phone Dad the old-fashioned way.) And in case you don't read this post in time, we've added a small note in the Gmail chat roster, right under the "Call phone" link, to remind you to give him a ring. Happy Father's Day from Gmail! Posted by Michael Bolognino, Product Marketing Manager URL: http://googlevoiceblog.blogspot.com/2011/06/give-dad-ring-with-free-calling-from.html | ||||||||||||
[G] Give Dad a ring with free calling from Gmail in the U.S. Posted: 19 Jun 2011 07:00 AM PDT Official Gmail Blog: Give Dad a ring with free calling from Gmail in the U.S.Posted by Michael Bolognino, Product Marketing ManagerToday is Father's Day in many countries around the world, so whether your dad lives across the street, across the country or across the ocean, it's a good day to let him know you're thinking about him. Of course, email is a simple, quick way to check in with your old man, but it's just as easy — and maybe even more meaningful — to call him right from Gmail. If you're in the U.S., you can use Gmail to make free domestic calls and calls to Canada. If your dad lives abroad, we have some of the best rates around, like two cents per minute to Australia, Argentina, France and many other parts of the world. (Unfortunately, those of you outside the U.S. will still have to phone Dad the old-fashioned way.) And in case you don't read this post in time, we've added a small note in the Gmail chat roster, right under the "Call phone" link, to remind you to give him a ring. Happy Father's Day from Gmail! URL: http://gmailblog.blogspot.com/2011/06/give-dad-ring-with-free-calling-from.html |
You are subscribed to email updates from Googland To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |
No comments:
Post a Comment