On the desktop version, it's hard to find save places for Google Maps; however, it's saved with Google Bookmarks:
https://www.google.com/bookmarks/lookup?sort=

Technical notes, and other ideas.
On the desktop version, it's hard to find save places for Google Maps; however, it's saved with Google Bookmarks:
https://www.google.com/bookmarks/lookup?sort=
The issue with recoding Snagit sessions, is it puts the audio on two tracks and when uploading it to YouTube, the audio disappears. Use VLC to see how the audio would play. Using QuickTime to convert the video. iMove does the same thing too, but it takes lots of resources as it imports media into it's library.
Steps to Process with QuickTime 7

Steps to Process with iMovie
Easier way to format JSON instead of JSONLINT
With Python 2.6+ you can just do:
echo '{"foo": "lorem", "bar": "ipsum"}' | python -mjson.tool
Find you map in https://bookmarks.google.com and then rename it there.
Fixing/stabilize your cell phone/camera shaky videos using new feature of YouTube video editor.
Making videos while holding camera or cell phone in our hand always gives us some shaky results no matter how still our hands were. This is what we call shaky camera syndrome and this effect can easily be observed while watching that video.
In Plain English… You can make your shaky videos stable by using this feature with only a few clicks.
Here are the steps:
Go to YouTube video editor.
Today's tip is almost a necessity because I've seen so many of you looking and asking and complaining about having no cursor keys in Swype (us EVO 4G users absolutely need them - the phone has no trackball!).
So I am here to tell you that Swype actually does have cursor keys but they're hidden away in a secret menu behind a super-secret swipe. Well, not too secret but if you haven't looked through the manual, you are probably unaware of it.
How To Get Cursor/Arrow Keys On Swype
To get to the special menu, just swipe from the lower left button (the one with the letter 'i' and a squiggly) towards the button with 'SYM' on it.
Check it out - BAM, what's that? A hidden menu.
To go back to the regular mode, press the 'ABC' button.
If you don’t already have a quick launch icon or a hotkey set to open a command prompt, there’s really quick trick that you can do on any Windows 7 or Vista computer to open up a command prompt without having to navigate the menu.
Hold down the Shift key while right-clicking on the icon, and then try the Send To menu it now has all sorts of extra options!
If you want any of those to show up normally without holding down the Shift key, you can create shortcuts in the Send To folder. Just type the following into the location bar:
shell:sendto
Trailing white space:
[ \t]+$
Leading white space:
^[ \t]+
Both leading and trailing:
^[ \t]+|[ \t]+$
Also use the following if you want to trim line breaks too:
[ \t\r\n]
Use the diff command with the -q switch for simple output, such as:
diff -q folder1 folder2 | sort > compare.txt