Showing posts with label Your. Show all posts
Showing posts with label Your. Show all posts

Wednesday, 22 June 2011

Your Mom...On Twitter



When you’re hanging with your mom this Mother’s Day, try teaching her a thing or two about Twitter. As you see in the above video, moms on Twitter are like moms in real life: fun, funny, caring, adorable and engaging. It’ll bring you closer and provide some laughs as well.

Here are some things to prepare for...

She says, “But, I don’t have anything to say.”

You say, “Ok, but I know you don’t like it when I don’t call you back. Sometimes I get busy and if you’re curious what I’m up to, Twitter is an easy way to find out. You can get a lot out of Twitter without ever tweeting. Once you get comfortable with it, you can reply to me and I’ll see it just like I’d see a message from a friend.”

She says, “I don’t care about celebrities.”

You say, “But you care about me! There are tons of interesting accounts that you would like, too. Did you know that Martha Stewart (@marthastewart), Margaret Atwood (@MargaretAtwood) and Jamie Oliver (@jamieoliver) are all on Twitter? And, I know you like [gardening/art/travel/skydiving]. There are all sorts of accounts to keep you connected to your interests.”

Voilá!

This Mother’s Day, connect with your mom in a new way. Use the hashtag #MyMomTweets to honor her new account.

Generated by BlogIt

BlogIt - Auto Blogging Software for YOU!

BlogIt - autoblogging software for YOU

BlogIt - autoblogging software for YOU

A better app for your mobile browser

We want you to be able to access Twitter no matter where you are; regardless of what device you use; or, whether you prefer to access Twitter through a mobile application or the browser. Today, we’re starting to roll out a new version of twitter.com for mobile devices. This web app allows us to immediately provide a high-quality and consistent Twitter experience on any device – whether or not an official Twitter application is available. It was built from the ground up for high-end touchscreen devices, such as smartphones and tablets, which have more advanced browsers that support the latest web technologies, including HTML5.

The app is fast – you can quickly scroll through your timeline, move between tabs and compose Tweets. It’s rich – it takes advantage of capabilities that high-end device browsers offer, such as touch gestures and a large screen. And it’s simple – it’s easy-to-use and has the features you’d expect from a Twitter application, including your timeline, @mentions, messages that you can read in conversation view, search, trending topics, lists, and more.


We are releasing this application today to a small percentage of users on iPhone, iPod Touch, and Android smartphones, and we’ll be rolling it out to additional folks with those devices in the coming weeks. You can use Twitter on your phone’s browser by going to twitter.com. If you don’t yet have access to the new web app, you’ll still be able to use the existing version of twitter.com for mobile browsers.

Generated by BlogIt

BlogIt - Auto Blogging Software for YOU!

BlogIt - autoblogging software for YOU

BlogIt - autoblogging software for YOU

Sunday, 19 June 2011

Mash your way to a better world



Our friends up at NetSquared recently opened a mashup challenge to engage developers in helping nonprofits realize some of their web ideas. The concept is pretty simple. First, nonprofits post ideas on data they have and what they'd like to be able do do with it on the web. Then, product managers and developers peruse projects and sign up to help produce specs and bring them to life over the course of the next month. Nonprofits with the coolest mashup at the end are eligible for grants totaling $100k at this year's NetSquared conference in May.

This year there's extra emphasis on openness, from standards and data to software and ideas. If your mashup can itself be mashed up, all the better. Mix and match APIs from different sources as you see fit - the only goal is to meet a need that a nonprofit has expressed.

We like this idea a lot, and we want to help it - and potential volunteers like you - succeed. On March 7, we'll be hosting a hackathon at the Googleplex in Mountain View, California, for participants, where you'll be able to talk shop with API experts from Google. We'll also be inviting gurus from other API providers in the area to join us so you get all the help you need. If you sign up to work on a project you'll hear more from NetSquared about this event and others like it.

Go check out some of the projects, think about how you might be able to apply your design skills and API wizardry to help these groups out, sign up, and mash away!



Generated by BlogIt

BlogIt - Auto Blogging Software for YOU!

BlogIt - autoblogging software for YOU

BlogIt - autoblogging software for YOU

Put down your language learning books, we've got transliterated tiles in the API!



Due to the usage of non-latin characters in languages like Russian, and our decision to label countries and cities in their native tongue, I've always found browsing foreign countries in Google Maps to be quite the educational experience. How else would I have discovered that other languages have such pretty swirly letters? Unfortunately, it's also quite a frustrating experience when you're actually trying to find some place in those countries ("Tokyo! SHOW ME TOKYO!! aRrrgghghH!"). Well, thankfully the Google Maps team has now made it easier to have both an educational and satisfying experience with the recent introduction of transliterated tiles for Russia, Greece, Japan, and Thailand.



For users with a browser setting for the native languages of those countries, they'll continue seeing the tiles with just the labels in that language. But for everyone else, they'll see tiles with both the labels in the native character set and in the latin character set below it. You can trust the language setting to get that effect in the Maps API, or if you'd like, you can force a particular output in both the Javascript and Static Maps API by appending the"hl" parameter to the script src or image src with the desired language value. Experiment with the various language/country combinations in the example below to see this in action in both the Static and Javascript APIs:





Generated by BlogIt

BlogIt - Auto Blogging Software for YOU!

BlogIt - autoblogging software for YOU

BlogIt - autoblogging software for YOU

MapIconMaker 1.0: The Easy Way to Make Your Markers Meaningful



In the talk I gave last fall about Maps Mashups Usability, I mentioned that one way to make your map more informative at first glance is to use the color and size of a marker to indicate categorical or density information. Previously, that would mean using an image editing program or server-side image generation script to create all the various marker icons needed. Now, with the introduction of MapIconMaker v1.0 into the open-source utility library, all that's needed is a Javascript include and a bit of code. For example, the simple demo shows how the following line of code creates a GIcon that's 64 by 64 pixels and has a green fill.



var newIcon = MapIconMaker.createMarkerIcon({width: 64, height: 64, primaryColor: "#00ff00"});



Behind the scenes, that line of code constructs the URLs for the various GIcon properties by using a special output of the Chart API to generate marker icon images. But don't worry about that - just use our nifty MarkerIconOptions wizard to preview various settings, and then copy the generated code into your own mashup.



We loved the dynamic icons so much that we couldn't wait to start using them - so some of you might have already seen them in use for Google's Decision 2008 mapplet/map (screenshot below). At the zoomed out view, the map contains dynamically sized and colored markers for each state. The color represents the candidate that got the most votes, and the size represents the relative number of votes that candidate received. When you zoom into the state, the map then contains markers for each voting precinct representing the same data. It's a great way to quickly understand the population density and voting habits of a region.



We hope you enjoy MapIconMaker as much as we do. Please look through the reference and examples, and let us know if you have any questions in the forum.






Generated by BlogIt

BlogIt - Auto Blogging Software for YOU!

BlogIt - autoblogging software for YOU

BlogIt - autoblogging software for YOU

Love My Maps? Use its Line and Shape Editing in your API Apps!



When we launched the map editing tools in Google Maps, the reaction of developers was "This is cool, but how can I use it on my own site?" As someone who was originally drawn to Google in part because of the Maps API and the great developer community around it, I committed to making the My Maps tools useful for developers on their own sites.



Today, I'm pleased to announce that our user interface functionality for editable polylines and polygons is now part of the Maps API.



Say, for example, that you have a GPolygon you want users to be able to edit. Simply call GPolygon.enableEditing() and the poly will have draggable edit control vertices when the user mouses over it. To later make it non-editable, call GPolygon.disableEditing().



We've also exposed additional events for GPolygon and GPolyline so that you can easily mimic the MyMaps behavior (in mashups or Mapplets) by calling enableEditing on "mouseover" and disableEditing on "mouseout". To find out when the user makes an edit, listen for the "lineupdated" event. And if you want users to be able to draw a new GPolyline completely from scratch, just use enableDrawing as shown below:




var polyline = new GPolyline([]);
map.addOverlay(polyline);
polyline.enableDrawing();



Every click on the map will add a new vertex to the polyline until the user double-clicks or clicks again on the last vertex. You can also call enableDrawing to lets users append vertices to either end of an existing polyline. And just because everyone likes pretty colors, we exposed methods to let you change the style of a polyline or polygon: setStrokeStyle and setFillStyle. Have fun, and let us know what you think in the forum.




View example in its own window.




Generated by BlogIt

BlogIt - Auto Blogging Software for YOU!

BlogIt - autoblogging software for YOU

BlogIt - autoblogging software for YOU

See your location history dashboard and more with Google Maps 5.3 for Android

Today, we’re happy to announce Google Maps 5.3 for Android, which lets you see your Google Location History dashboard, check in at “home,” and add your own aspects for places when rating them.

Location History dashboard
If you’ve enabled Location History for Google Latitude, you’ve been able to visualize interesting trends in your location history with a personal dashboard at google.com/latitude on your computer. Now, you can also see your dashboard on your phone by tapping View location history from your Latitude profile. You’ll be able to see right on your phone how far you’ve travelled as well as an estimate of how much time you’ve spent at home, at work, or out.

If you haven’t yet, you can enable Location History from your computer or from Latitude’s Settings menu on your phone. Location History is 100% opt-in and is private to you and nobody else. You can always delete any of your location history from the Manage History tab or correct the estimated work and home locations from the dashboard on your computer.

View your location history dashboard from your Latitude profile on your phone and see estimates of where you’ve spent your time.

Check in at home
Now that you can see how much time you spend at “home”, you might want to let friends know when you’re there. Checking in at places using Latitude is another way to keep a history of places you’ve been and also lets you share when you’re there. I love letting friends and family know when I’m at a cafe or park, but sometimes I want them to know that I’m relaxing at home or made it back safely from a road trip. So now, I can start checking in at “home” in Latitude:
  1. Check in from Latitude and tap “Home - Tap to set your location” at the bottom of the nearby places list if you don’t have one yet.
  2. Use the estimated current address or enter in your home address yourself.
  3. Once you’ve checked in at home once, “Home” will appear at the top of the list when you’re checking in near there.

Like Latitude and other check-ins, checking in at home is entirely opt-in. Your set “home” location is not searchable and only you can check in there. Just like any other check-in, you can choose with whom to share your home check-ins (along with your name and address info).

Add your own aspects for places
When you’re rating places on the go in Maps using Google Places with Hotpot, you could always quickly leave feedback on a specific aspect or characteristic of a place, such as the food or ambiance. Before, we’d automatically include aspects about places that were commonly mentioned in reviews. Now, you can add your own aspects for each place. So if you think a place has a beautiful view or great music, you can add it yourself and quickly share it with the world.

When rating places, you can add your own aspects like “music” for places and leave quick feedback.

To get started, update Google Maps from Android Market on devices with Android OS 1.6+ anywhere Google Maps and Latitude are already available.




Generated by BlogIt

BlogIt - Auto Blogging Software for YOU!

BlogIt - autoblogging software for YOU

BlogIt - autoblogging software for YOU

Undo certain Gmail actions in your mobile browser

Sometimes when I’m using Gmail on my phone, I delete a message by mistake or label it incorrectly. Sure I can fish the message out of my Trash or remove the label and apply the correct one, but that takes several steps. Even just a few seconds is usually enough time to catch those annoying mistakes.



Now when you use the Gmail mobile web app, you’ll have a small window of opportunity to undo four key actions: archive, delete, add or remove a label, or move a message/conversation.



When you take one of these actions, Gmail displays a yellow bar that recaps what you just did and allows you to undo it:









This bar stays in position even if you move to another screen (e.g. moving to ‘Menu’ from ‘Inbox’). If you don’t happen to catch your mistake in time, not to worry: all four actions can still be undone through other means (e.g. you can move a message from Trash back into your Inbox).



Try it out at gmail.com in the browser of your Android or iOS device.



Update: 9:09am Pacific time 4/19/11 - This update is available for phones running Android or iOS, but not tablet devices with the two-pane Gmail UI. It is also now available for BlackBerry OS 6.0 phones.






Generated by BlogIt

BlogIt - Auto Blogging Software for YOU!

BlogIt - autoblogging software for YOU

BlogIt - autoblogging software for YOU

Video Chat on Your Android Phone

Sometimes, the expressions on a person's face can mean much more than what they say. To help you stay in touch with your friends and family, we’re launching Google Talk with video and voice chat for Android phones.



You can now video or voice chat with your friends, family and colleagues right from your Android phone, whether they’re on their compatible Android tablet or phone, or using Gmail with Google Talk on their computer. You can make calls over a 3G or 4G data network (if your carrier supports it) or over Wi-Fi.





  


















































In your Google Talk friends list, a video or voice chat button will appear next to your contacts and you can simply touch the button to connect with them. Any text chats from the person you’re talking with will be overlaid on your phone’s screen so you can read them without having to leave the video. And, if you need to check something else, the video pauses automatically so you can go back to your phone’s home screen or another app. The audio will keep going even though the video has paused. Check out how this works:









Google Talk with video and voice chat will gradually roll out to Nexus S devices in the next few weeks as part of the Android 2.3.4 over-the-air update and will launch on other Android 2.3+ devices in the future. To learn more about using video and voice chat, check out our Help Center.





Post content



Generated by BlogIt

BlogIt - Auto Blogging Software for YOU!

BlogIt - autoblogging software for YOU

BlogIt - autoblogging software for YOU