<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0">

<channel>
	<title>Modern Street</title>
	
	<link>http://www.modernstreet.com</link>
	<description>A Blog on and about the Web</description>
	<lastBuildDate>Wed, 25 Aug 2010 13:50:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/ModernStreet" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="modernstreet" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>8 steps to learning your first computer programming language</title>
		<link>http://www.modernstreet.com/general/8-steps-to-learning-your-first-computer-programming-language/</link>
		<comments>http://www.modernstreet.com/general/8-steps-to-learning-your-first-computer-programming-language/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 13:50:26 +0000</pubDate>
		<dc:creator>DarrinW</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[beginning computer programming]]></category>
		<category><![CDATA[computer programming]]></category>
		<category><![CDATA[computer programming basics]]></category>
		<category><![CDATA[computer programming languages]]></category>
		<category><![CDATA[learning computer programming]]></category>

		<guid isPermaLink="false">http://www.modernstreet.com/?p=1064</guid>
		<description><![CDATA[Have you ever considered learning some basic computer programming? Everyone who owns a computer should learn at least a little programming at some point, if not now. Just like everyone who owns a kitchen should at least know how to cook a little. Simple programming skills will make your computer experience a thousand times better. [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever considered <span style="text-decoration: underline;">learning some basic computer programming</span>? Everyone who owns a computer should learn at least a little programming at some point, if not now. Just like everyone who owns a kitchen should at least know how to cook a little. Simple programming skills will make your computer experience a thousand times better. You can fix your own problems, make your own custom gizmos that work the way you want them to, and even develop a deeper understanding of other people&#8217;s programs.</p>
<p>Microsoft even understood this, and included a copy of their BASIC programming language interpreter on Windows versions up to 98. But, you can still start for free and it&#8217;s easier than you think!<span id="more-1064"></span></p>
<p>1. <strong>Pick a language</strong>.</p>
<p><img class="alignnone size-full wp-image-1067" style="float: right; margin: 5px; border: 1px solid black;" title="python-programming" src="http://www.modernstreet.com/wp-content/uploads/2010/08/python-programming.jpg" alt="Python programming" width="300" height="134" />While we won&#8217;t start an argument over the best language, some ok suggestions are:</p>
<ul>
<li>Shell &#8211; on Windows this is Windows PowerShell. On Mac and Linux, this is Bash (the born-again shell). Programs in shell languages are known as &#8216;shell scripts.&#8217;</li>
<li>Python &#8211; open source and free for every platform. It&#8217;s easy, fun, and used in some of the highest-level applications, like Blender 3D and bitTorrent clients.</li>
<li>Javascript. It runs in your web browser. It&#8217;s everywhere on the web.</li>
<li>Basic &#8211; still found in places like Microsoft Word, Excel, Powerpoint, Frontpage, and Visio. It&#8217;s easy to learn; that’s why they named it “Basic.”</li>
</ul>
<p><img class="alignnone size-full wp-image-1070" style="float: right; margin: 5px; border: 1px solid black;" title="dummies-javascript" src="http://www.modernstreet.com/wp-content/uploads/2010/08/dummies-javascript.jpg" alt="Javascript for dummies" width="150" height="189" />2. <strong>Gather some documentation</strong>. One of the most famous is the “Dummies” series which I’m sure some of you have seen before. There is a &#8220;For Dummies&#8221; book for probably every programming language out there. Search Google for name-of-language plus &#8216;tutorial&#8217;. A common name for your first program in any language is &#8220;Hello World!&#8221; which prints output to the screen. Search for that to find beginner&#8217;s level programs.</p>
<p>3. <strong>Be a quiet, self-starting learner</strong>. If you go into a programmer&#8217;s chat room hangout and interrupt their discussion of high-level computer science stuff to ask something like &#8220;How do I print?&#8221; the only answer they&#8217;ll give you is what you were told in step #2. Beginner&#8217;s level manuals are very easy to follow. Have some confidence in yourself!</p>
<p>4. <strong>Take your time</strong>. The best pace for the beginner is a few pages of the book per day. Don&#8217;t jump around in the book &#8211; it&#8217;s written with the easiest concepts presented first, with later concepts building on previous ones. One step at a time.</p>
<p>5. <strong>Take a read through a forum or message board devoted to your language</strong>. Simply typing the name of your language plus &#8216;forum&#8217; into Google should produce tons of links. Look though some of the questions people ask and the answers given &#8211; almost every question a beginner can have has been answered dozens of times.</p>
<p>6. <strong>Don&#8217;t give up!</strong> It’s like learning a real language, except this is a computing language. It&#8217;s OK to put it aside if you get too busy, but try to pick it up again later. The more you keep your hand in, the better you&#8217;ll memorize it.</p>
<p><img class="alignnone size-full wp-image-1071" style="float: right; margin: 5px; border: 1px solid black;" title="computer-programming-tips" src="http://www.modernstreet.com/wp-content/uploads/2010/08/computer-programming-tips.jpg" alt="Easy computer programming" width="220" height="136" />7. <strong>Have fun and don’t get too serious</strong>. Remember that this is a hobby, so it&#8217;s supposed to be fun. Any silly little thing you want to do, go ahead and do it. Much of what you&#8217;ll start out doing will be command-line things like inputting data to get output. Don&#8217;t let that stop you from making your own tic-tac-toe game or just a program that prints random characters on the screen really fast like a screensaver. Everybody needs to start somewhere.</p>
<p>8. <strong>Now you can join forums and chats and ask questions</strong>. And be sure to answer as many as you ask! By the time you&#8217;re out of the intermediate levels, you&#8217;re likely to become a valuable member of the programming community. There are plenty of websites out there devoted to hobbyist programmers &#8211; you don&#8217;t have to be the next Bill Gates or Linus Torvalds to enjoy programming as a hobby.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.modernstreet.com/general/8-steps-to-learning-your-first-computer-programming-language/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Looking forward to Universal Translator</title>
		<link>http://www.modernstreet.com/google/looking-forward-to-universal-translator/</link>
		<comments>http://www.modernstreet.com/google/looking-forward-to-universal-translator/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 11:27:10 +0000</pubDate>
		<dc:creator>DarrinW</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[universal translator]]></category>
		<category><![CDATA[voice recognition]]></category>

		<guid isPermaLink="false">http://www.modernstreet.com/?p=1058</guid>
		<description><![CDATA[So, Google decided to retire Google Wave before I even got a chance to get invited (lol), but let’s talk about another Google project that may have bigger potential usage than Wave – Google Universal Translator. The idea to actually call a foreigner and casually talk to them without understanding their language seems rather miraculous [...]]]></description>
			<content:encoded><![CDATA[<p>So, <a href="http://googleblog.blogspot.com/2010/08/update-on-google-wave.html">Google decided to retire Google Wave</a> before I even got a chance to get invited (lol), but let’s talk about another Google project that may have bigger potential usage than Wave – <strong>Google Universal Translator</strong>. The idea to actually call a foreigner and casually talk to them without understanding their language seems rather miraculous even by today’s standards.<span id="more-1058"></span></p>
<p><strong>Motivation &amp; Functionality of the tool</strong></p>
<p>Universal Translator, Google’s impracticable technology is aimed at converting spoken words into a different language. At present one can convert text in 52 languages using “<a href="http://translate.google.com/">Google Translate</a>”. However, Universal Translator is a speech-to-speech automated translator that will translate speech in <span style="text-decoration: underline;">real-time</span>. Universal Translator will be embedded in the Android phones.<strong></strong></p>
<p>The idea inspiring the development of this pioneering tool is to enable Android users to easily communicate with people speaking in other languages with their smartphones.</p>
<p>The working of Universal Translator is straightforward. The tool will &#8220;listen&#8221; to the speaker (sender) at one-end and wait for them to complete until it comprehends the full meaning of the words (or phrases). It will then send this interpreted data to Google&#8217;s servers for translation. The person on the other end (receiver) will be able to listen to a computerized voice translation of the phrases spoken by the speaker. The communication will proceed similarly, both ways.</p>
<p><img class="alignnone size-full wp-image-1059" title="universal-translator" src="http://www.modernstreet.com/wp-content/uploads/2010/08/universal-translator.jpg" alt="Universal translator" width="480" height="248" /></p>
<p><strong>Overview of the technology:</strong></p>
<p>Universal Translator is essentially a combination of two existing technologies by Google.</p>
<ol>
<li><strong>Google Translate</strong>: Online universal translator service.</li>
<li><strong>Voice recognition system</strong>: Technology to recognize human voice. This technology is embedded in the Nexus One phone by Google and is used to bring about users spoken commands.</li>
</ol>
<p>As Universal Translator combines voice recognition with Google Translate, it is very important for voice reorganization to be on the ball. However voice recognition is still not very capable in current smartphones, causing users to repeat commands often. Combining these technologies will present problems for the engineers working on this project.</p>
<p>Another prime challenge the team of programmers will face is the problems associated to various accents used for the same language. We know that languages are spoken with different dialects across different locations. Recognizing and translating these accents in real-time will be challenging, and it’s one of the main kinks that need to be ironed out; but I think we all look forward to when such technology becomes reality. And I’m sure this one is going to get used a lot.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.modernstreet.com/google/looking-forward-to-universal-translator/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How to Search Commands in Office 2007</title>
		<link>http://www.modernstreet.com/general/how-to-search-commands-in-office-2007/</link>
		<comments>http://www.modernstreet.com/general/how-to-search-commands-in-office-2007/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 14:33:09 +0000</pubDate>
		<dc:creator>DarrinW</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[excel 2007]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[office 2007]]></category>
		<category><![CDATA[powerpoint 2007]]></category>
		<category><![CDATA[search commands]]></category>
		<category><![CDATA[word 2007]]></category>

		<guid isPermaLink="false">http://www.modernstreet.com/?p=1041</guid>
		<description><![CDATA[Although Office 2007 is designed to be quite user friendly, you may find yourselves lost when you switch to it from Office 2003. One of the main problems that you may come across is searching for commands on the Office 2007 Ribbon. Search Commands is an Office 2007 add-in that enables you to quickly search [...]]]></description>
			<content:encoded><![CDATA[<p>Although Office 2007 is designed to be quite user friendly, you may find yourselves lost when you switch to it from Office 2003. One of the main problems that you may come across is searching for commands on the Office 2007 Ribbon.</p>
<p>Search Commands is an Office 2007 add-in that enables you to quickly search for those commands. Let’s see how to add and use this feature in Office 2007.<span id="more-1041"></span></p>
<p>One way to install Search Commands add-on is to join the Office Labs Analytics program when you install Office 2007. When you do this a new command called “Search Commands” is added to the Ribbon.</p>
<p>You can also choose to install the add-on later. For this, you first need to download <a href="http://www.officelabs.com/projects/searchcommands/Pages/default.aspx?OI_CL=2176">Search Commands Add-on</a> from OfficeLabs website and then install it on your computer.</p>
<p><img class="alignnone size-full wp-image-1043" title="01-install-search-commands" src="http://www.modernstreet.com/wp-content/uploads/2010/07/01-install-search-commands.jpg" alt="Install Search Commands in Word 2007" width="400" height="309" /></p>
<p>After the installation is complete, you will see that a new tab with the name “Search Commands” added to your Office 2007 applications.</p>
<p><img class="alignnone size-full wp-image-1044" title="02-search-commands-tab" src="http://www.modernstreet.com/wp-content/uploads/2010/07/02-search-commands-tab.jpg" alt="Search Commands tab" width="480" height="78" /></p>
<p>Now that the Search Command is added to the Office 2007 Ribbon, let’s see a few examples to work with it.</p>
<p><strong>Example 1: Want to add lists in your Word 2007 document.</strong></p>
<p>Type “list” in the “Search” box and all commands related to it will be displayed on the search bar.</p>
<p><img class="alignnone size-full wp-image-1045" title="03-add-list" src="http://www.modernstreet.com/wp-content/uploads/2010/07/03-add-list.jpg" alt="Add list in Search Commands" width="480" height="57" /></p>
<p>Browse through and select the command you are looking for.</p>
<p><strong>Example 2: Can Word 2007 really save documents as PDF file.</strong></p>
<p>Yes, it can. Just type “save as pdf” in the Search box, and the command that will enable you to do it will be displayed for you.</p>
<p><img class="alignnone size-full wp-image-1046" title="04-saveas-pdf" src="http://www.modernstreet.com/wp-content/uploads/2010/07/04-saveas-pdf.jpg" alt="Save document as pdf in Word 2007" width="400" height="109" /><strong> </strong></p>
<p><strong>Example 3: List the commands related to creating a master slide in PowerPoint 2007.</strong></p>
<p>Type “master” and have all commands related to working with master slides displayed on the Ribbon.</p>
<p><img class="alignnone size-full wp-image-1047" title="05-add-master-ppt" src="http://www.modernstreet.com/wp-content/uploads/2010/07/05-add-master-ppt.jpg" alt="Create master slide in Power Point 2007" width="480" height="59" /></p>
<p><strong>Example 4: Don’t know how to go about working with slides in PowerPoint 2007.</strong></p>
<p>Just type “slide” in the Search box on the Search Command tab and gain easy access to all 60 commands related to slides.</p>
<p><img class="alignnone size-full wp-image-1048" title="06-add-slide-ppt" src="http://www.modernstreet.com/wp-content/uploads/2010/07/06-add-slide-ppt.jpg" alt="Display all commands for slides in Search Command" width="480" height="60" /></p>
<p><strong>Example 5: Easily access commands related to using Formulas in Excel worksheets.</strong></p>
<p><strong><img class="alignnone size-full wp-image-1049" title="07-use-formula-excel" src="http://www.modernstreet.com/wp-content/uploads/2010/07/07-use-formula-excel.jpg" alt="Access all commands in Excel 2007" width="480" height="46" /><br />
</strong></p>
<p>You can see that more 350 commands have been detected. You can use the &#8220;Previous and Next&#8221; buttons on the Search bar to scroll through all these commands and access the command that you want to use.</p>
<p><img class="alignnone size-full wp-image-1050" title="08-additional-tasks" src="http://www.modernstreet.com/wp-content/uploads/2010/07/08-additional-tasks.jpg" alt="Scroll all commands in Search Commands" width="367" height="107" /></p>
<p>Search Commands is a nice Office 2007 add-on that significantly simplifies the task of using Office 2007 Ribbon. With this add-on in place, you don’t have to waste your time looking for commands anymore.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.modernstreet.com/general/how-to-search-commands-in-office-2007/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Integrate Google Calender with Windows Calender</title>
		<link>http://www.modernstreet.com/google/integrate-google-calender-with-windows-calender/</link>
		<comments>http://www.modernstreet.com/google/integrate-google-calender-with-windows-calender/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 16:42:30 +0000</pubDate>
		<dc:creator>DarrinW</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Calender]]></category>
		<category><![CDATA[Windows Calender]]></category>
		<category><![CDATA[windows vista]]></category>

		<guid isPermaLink="false">http://www.modernstreet.com/?p=1031</guid>
		<description><![CDATA[If you use Windows Vista, you must know that it comes with a built-in Windows Calendar that is quite sleek and easy to use. To access this calendar, click “Start” and type calendar in the “Start Search” box. Next, select “Windows Calendar” from the options listed in the “Programs” list. The Windows Calendar window will [...]]]></description>
			<content:encoded><![CDATA[<p>If you use Windows Vista, you must know that it comes with a built-in Windows Calendar that is quite sleek and easy to use. To access this calendar, click “Start” and type calendar in the “Start Search” box. Next, select “Windows Calendar” from the options listed in the “Programs” list.<span id="more-1031"></span></p>
<p>The Windows Calendar window will be displayed.</p>
<p><img class="alignnone size-full wp-image-1032" title="01windows-calendar" src="http://www.modernstreet.com/wp-content/uploads/2010/07/01windows-calendar.jpg" alt="Windows Calender" width="480" height="286" /></p>
<p>You can easily use this calendar to manage your appointments and other day-to-day activities. However, if you prefer to stick to your Google Calendar, you can easily integrate it to the Windows Calendar and access it right from your desktop.</p>
<p>Here’s how to do this.</p>
<ul>
<li>First open your Google Calendar and click the “Settings” link given at the top of the web page.</li>
</ul>
<p><img class="alignnone size-full wp-image-1033" title="02google-calendar-setting" src="http://www.modernstreet.com/wp-content/uploads/2010/07/02google-calendar-setting.jpg" alt="Google Calender settings" width="255" height="83" /></p>
<ul>
<li>On the Calendar Settings page, click the “Calendar” tab</li>
</ul>
<p><img class="alignnone size-full wp-image-1034" title="03select-google-calendar" src="http://www.modernstreet.com/wp-content/uploads/2010/07/03select-google-calendar.jpg" alt="Google Calender settings tab" width="480" height="113" /></p>
<ul>
<li>Select your calendar and then on the Calendar Details page that is displayed, scroll down to the “Private Address” section.</li>
</ul>
<p><img class="alignnone size-full wp-image-1035" title="04google-calendar-private-address" src="http://www.modernstreet.com/wp-content/uploads/2010/07/04google-calendar-private-address.jpg" alt="Google Calender Private Address" width="480" height="37" /></p>
<ul>
<li>Here, right-click on the “ICAL” link, and the select the “Copy Shortcut” option. This will copy the link to your clipboard.</li>
<li>Next, go back to your Windows Calendar and click the “Subscribe” button located on the toolbar.</li>
</ul>
<p><img class="alignnone size-full wp-image-1036" title="05windows-calendar-subscribe" src="http://www.modernstreet.com/wp-content/uploads/2010/07/05windows-calendar-subscribe.jpg" alt="Windows Calender subscribe" width="332" height="77" /></p>
<ul>
<li>Paste the URL you copied in the “Calendar to subscribe to:” box and click “Next”.</li>
</ul>
<p><img class="alignnone size-full wp-image-1037" title="07windows-subscribe-to-google-calender" src="http://www.modernstreet.com/wp-content/uploads/2010/07/07windows-subscribe-to-google-calender.jpg" alt="Subscribe to Google Calender in Windows Calender" width="350" height="246" /></p>
<ul>
<li>Windows Calendar will take some time to subscribe to your Google calendar and after some time, the Calendar subscription settings dialog box will be displayed.</li>
<li>Here, enter a friendly name for your Google Calendar and choose the interval at which you want the calendar to update. Also, choose whether or not you want to include reminders and tasks.</li>
<li>After you are done, hit the “Finish” button.</li>
</ul>
<p>That’s all there is to it. Once your Google Calendar is synced with your Windows Calendar, you will be able to view your Google entries in the Windows Calendar. In the screenshot given below, entries in blue are from the Google Calendar.</p>
<p><img class="alignnone size-full wp-image-1038" title="08windows-google-calendar-dates" src="http://www.modernstreet.com/wp-content/uploads/2010/07/08windows-google-calendar-dates.jpg" alt="Google Calender integrated with Windows Calender" width="480" height="321" /></p>
<p>The Google entries displayed here are read-only and you cannot make any changes to them. If you don’t to wait for the calendar to update on its own, on the Share menu in Windows Calendar, click the “Sync All” command.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.modernstreet.com/google/integrate-google-calender-with-windows-calender/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Doteasy hosting</title>
		<link>http://www.modernstreet.com/web-hosting/doteasy-hosting/</link>
		<comments>http://www.modernstreet.com/web-hosting/doteasy-hosting/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 05:37:01 +0000</pubDate>
		<dc:creator>DarrinW</dc:creator>
				<category><![CDATA[Web hosting]]></category>
		<category><![CDATA[Doteasy]]></category>

		<guid isPermaLink="false">http://www.modernstreet.com/?p=1022</guid>
		<description><![CDATA[Choosing a web host is not that easy, since basically we all want a decent web host that offers the best value for our money, while there’s so many to choose from these days. But what about free web hosts? Normally, I wouldn’t go for free web hosts, but there’s an instance when free could [...]]]></description>
			<content:encoded><![CDATA[<p>Choosing a web host is not that easy, since basically we all want a decent web host that offers the best value for our money, while there’s so many to choose from these days. But what about free web hosts? Normally, I wouldn’t go for free web hosts, but there’s an instance when free could be considered – If you’re testing the waters and running on a shoestring budget. One such free web host is Doteasy.<span id="more-1022"></span></p>
<p>Doteasy is a semi free web host that has been in business since 2000, and I think that’s because of their business model, of which <a href="http://www.doteasy.com/">domain name registration</a> seems to be a main part. Register any com/org/net domain with them for $7.95 and you get a whole year’s worth of free web hosting on their servers. I’ve heard of Doteasy all this while, and it’s true they’ve been running as a free web host for a decade. Well, semi free that is.</p>
<p><img class="alignnone size-full wp-image-1023" title="doteasy" src="http://www.modernstreet.com/wp-content/uploads/2010/06/doteasy.jpg" alt="doteasy" width="480" height="308" /></p>
<p>While this means that the specifications won’t be that large for the free option; it still sounds ok, with 1 GB bandwidth and 100 MB storage space. You can have 10 email accounts and host 10 add-on domain names too. Here is the coupon code: <strong>1003BPM</strong>.</p>
<p>Of course, there are also the paid plans.</p>
<p>The paid plans come in two types, the Ultra plan, and the Unlimited plan. Price-wise, there is so little difference between them that I figure most people would prefer the Unlimited plan at $9.95 a month. The paid plans all come with PHP and MySQL support, while you also get a unique IP of your own.</p>
<p>Here’s the <span style="text-decoration: underline;">caveat</span> though, the free plans don’t support MYSQL and PHP, which means if you want to run <a href="http://www.doteasy.com/Services/WebHosting/Unlimited/">WordPress hosting</a>, you need the paid plans. However, both the free and paid web hosting plans come with standard <a href="http://www.doteasy.com/EasyBox/">free web tools</a> which include online photo gallery, webform application, website creator, blog application, and forum application. Also, all the plans come with Cpanel powered backend administration.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.modernstreet.com/web-hosting/doteasy-hosting/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Google Buzz for Mobile</title>
		<link>http://www.modernstreet.com/google/google-buzz-for-mobile/</link>
		<comments>http://www.modernstreet.com/google/google-buzz-for-mobile/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 08:27:48 +0000</pubDate>
		<dc:creator>DarrinW</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Buzz]]></category>
		<category><![CDATA[Google Buzz for mobile]]></category>

		<guid isPermaLink="false">http://www.modernstreet.com/?p=1016</guid>
		<description><![CDATA[Guest post by Ayesha Ahmad Google Buzz is another social media application released on February this year. The application built in the Gmail window allows users to follow their favorite contacts and share links, videos, photos etc. in a hassle free way, collaborate with friends, and keep updated. Being integrated with Gmail, the friends list [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="font-size: x-small;">Guest post by Ayesha Ahmad</span></strong></p>
<p>Google Buzz is another social media application released on February this year. The application built in the Gmail window allows users to follow their favorite contacts and share links, videos, photos etc. in a hassle free way, collaborate with friends, and keep updated. Being integrated with Gmail, the friends list is automatically created and you do not have to make one from scratch. However at the same time, Buzz is not intrusive for Gmail users. In this post, we will pinpoint some exciting features of Google Buzz.<span id="more-1016"></span></p>
<p>Buzz can be visualized as an amalgam of social networks like Facebook, Twitter and Friend Feed. There is also Google Buzz for Mobile, on mobile devices like Android and Iphone.</p>
<p>Getting started with Buzz on your mobile phone is easy:</p>
<ul>
<li>Log onto <a href="http://www.google.com/mobile/buzz/">http://www.google.com/mobile/buzz/</a></li>
<li>Send Buzz to your phone from the Send to Phone button</li>
<li>Once you successfully open the page, you are able to view Buzz (updates) from your friends, essentially the same way as on your computer.</li>
<li>In order to enter your status, you must post a Buzz. You can also tag your location via Google Maps. You can also post comments on the status of your friends.</li>
</ul>
<p>Google Buzz for mobile has some distinguished features that make sharing via mobile a convenient experience. Here are the core features, elaborated briefly.</p>
<ul>
<li><strong>Tagging Locations:<br />
</strong>Google Buzz, like Google Latitude is a location-Aware social Network. Many features of Latitude are enhanced in Buzz. When posting a Buzz from your phone you can also tag your location. To tag location from your phone, select your suggestions or search your locations. The location you select will be displayed on your Buzz which makes sharing more interactive. This location-implementation is based on an AGPS system.</li>
<li><strong>Integration of Buzz with Google Maps:<br />
</strong>The &#8216;Buzz Layer&#8217; on Google Maps for mobile enables you to find out the happenings in the vicinity of your current location. The numbers of Buzz messages coming from a location indicate how eventful it is.  With Buzz Layer in Google Maps you can mark these action-packed places that can possibly be a newly opened restaurant, any social meeting or art exhibition. Similarly, you can view the affairs of any location you are interested in.</li>
<li><strong>Views in Buzz:<br />
</strong>There are 2 major views for your Buzz messages &#8211; <span style="text-decoration: underline;">Following View</span>: The Following View will show Buzz messages from the people you follow. It is similar to Google Buzz in your Gmail. <span style="text-decoration: underline;">Nearby View</span>: The Nearby View will display public Buzz updates tagged in your near-by location. You can also select location for which you need to span the associated Buzz messages.</li>
<li><strong>Using Buzz with Google Phone Voice Shortcut:<br />
</strong>As all the text fields in the Google phone are voice enabled and capable of transcribing voice into text, posting buzz is more unproblematic with Google Phone. You can effortlessly touch “Post buzz” and speak the content you want to publish about yourself.</li>
<li><strong>Simple shortcut to post Buzz:<br />
</strong>To post your buzz message conveniently, the shortcut for the posting box is placed on the navigation bar.</li>
</ul>
<p><img class="alignnone size-full wp-image-1018" style="float: right; margin: 5px;" title="buzz-near-by-view" src="http://www.modernstreet.com/wp-content/uploads/2010/06/buzz-near-by-view.jpg" alt="Google Buzz Nearby View" width="230" height="384" />Comparisons between Facebook, and Google Buzz are obvious. While many assume that Google is too late to venture in this field due to Facebook’s dominance, Google doesn’t seem to think so, and it could turn out that Buzz and Facebook can co-exist.</p>
<p>As Buzz comes with Gmail it becomes convenient to stay informed with emails. However, this can be bothersome in some cases, like for people who use Gmail for professional emails.</p>
<p>Another consequence is through Buzz you might find yourself following people or cooperates you have mailed years ago. People have complained that Buzz tends to expose their contact list. This incorporation of Gmail and Buzz is stirring confusion among some Gmail users.</p>
<p>There have been other complaints concerning security issues, due to which Buzz has been revised for at least three times. However despite trivial complaints Google Buzz for Mobile continues to gain Android and Iphone users as fans, being a location-based social-interacting communication pad. I recommend to try-out Buzz for an interesting experience!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.modernstreet.com/google/google-buzz-for-mobile/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
