| Member You |
Hubs | Hubbers | Topics | Request |
| #1 in Business | Subscribe Email Print |
|
You are here: Home > Computers and Technology > Computers and Technology > Google Talk |
|
Member You - Google Talk
Don't Let the Global Village Prevent You from Sharing Your Family History with Future Generations never releases the mutex, until the Google Talk is terminated (at that point Windows deletes the mutex). However, if the mutex creation fails, then Google Talk knows that another instance is already running and it just stops, so only one instance of GT can be used at a given moment.There was once a time when grandparents sat amidst a group of wide-eyed grandchildren telling stories of days gone by. As the global village shrinks and families spread out across the nation and the world, the tradition of sharing family stories orally is in decline.Oral tradition – passing stories by word of mouth – has been the primary means of sharing family histories until the very recent past. As families spread out across the globe, it is far less likely that multigenerational families will spend extended time together; however, just because the method of communication is changing, does not mean that the global village will be the death of family history.Despite the fact that extended families are more separated than ever, modern technology narrows the communication gap caused by distance. As such, families do not have to be distant even though they live far apart.The same holds true for sharing family histories. While family histories may not be shared at the dinner table as they once were, it does not mean that they can’t be shared. The same modern technology that allows families to stay close also allows them to communicate To avoid that, you need to stop that mutex from being created in the first place. Here is how you can do that. Press the Start button on your Windows Taskbar and click Run. In the Open field enter: "c:Program FilesGoogleGoogle Talkgoogletalk.exe" /nomutex Now you are free to open as many Google Talk instances as you want, and login with your different Gmail accounts at the same time. 6. GTalk’s command line parameters: Besides the /nomutex parameter, there are some other ones you can use as well. To use any of the parameters listed bellow, just replace it with ‘nomutex’ as in the example given bellow. So the general string should look like: "c:Program FilesGoogleGoogle Talkgoogletalk.exe" /PARAMETER Replace PARAMETER with one of the params given bellow: • autostart – it will set GTalk to start automatically with Windows, as long as the “Start automatically with Windows" option in the WinRegistry is chec Don't Be Shy - Who Loves Money? 1. Foreword, getting familiar with the Google Talk service:I’m going to go ahead and apologize now because I’m sure someone will be offended by what I’m about to say. So, I am sorry! Okay?Now with that out of the way, here goes - I recently came across a verse in the Bible that goes something like this (paraphrased of course): “Whoever loves money will never be satisfied with money. Whoever loves wealth will never be satisfied with more income”. Uh, sorry but I have to say…..malarkey!You see, I love money. I love the color of it, I love the smell of it, I love to spend it, and I want as much of it as I can get my grubby little hands on. Let’s see a show of hands out there – WHO LOVES MONEY!?!?But money was not always easy to come by. I grew up on a small farm in the southeast. We had two chicken houses, some pigs, and a few horses. My dad worked for the local chicken distributor and mom was a homemaker. I don’t think dad ever made more than $25,000 dollars a year and he supported a wife and five sons. Needless to say, I did not learn how to live abundantly (financially speaking) in my early years. But I was still a person who loved money. I just didn’t have a lot of it!It The Google Talk client is a software application that enables its users (people with Google accounts) to instantly communicate with each other via voice calls and instant messages. A very interesting feature, something like an innovation from Google, is that the Google Talk service supports the different industry standards. In other words, you can connect to the GT service using the official client, or you can use other Instant Messaging programs developed by third parties, or you can even set it up on your BlackBerry. The available clients besides Google's are Adium, Gaim, iChat, Kopete, Miranda, Psi and Trillian Pro. Google Talk has been the long awaited entry of this truly global company into the IM and Voice Over IP communications market, where names like MSN, AOL, Yahoo and Skype have already been dictating the game and competing for user's choice. Considering how intense this market is, Google's entry will make it even more competitive which is a foundation for developing better products for the end user. 2. Getting started. Download. Install. The Interface: You can download the Google Talk client from the official web page at http://www.google.com/talk/index.html. An alternative website providing fast and secure downloads is http://talk.freesecuredownloads.com. The installation is absolutely straight forward and the setup file itself is less than 2MB. As mentioned, GT offers Instant Messaging capabilities, combined with high-quality and easy to use Voice-Over-IP calls. The software is totally integrated with Gmail, so all you need in order to login is just your Gmail username (the string before @) and password. Once you have the client installed, you will be asked for your Google username and password to login. Login and automatically, all your Google buddies will appear in the buddy list. Of course, there is an Add Friend button, a "Search all contacts" field which searches both your Google Talk and Gmail contacts, and a drop-down under your name that lets you set your available/unavailable status and messages. There's also an Inbox button which takes you to Gmail, plus Help and Settings. 3. The technology behind Google Talk: The developers of Google Talk have employed the open source XMPP protocol for the instant messaging feature, while the VoIP functionality is based on another protocol known as Jingle. Those are the publicly known facts, but Google hasn't disclosed any information on the technology behind their server network. XMPP stands for Extensible Messaging and Presence Protocol, open source protocol based on XML, designed for real-time instant messaging. The exact definition of XMPP as given in RFC3921 is "a protocol for streaming XML [XML] elements in order to exchange messages and presence information in close to real time." The implementation of the XMPP protocol has allowed users of Google Talk to chat with users of other chat services as long they are based on XMPP. For example, Gizmo Project users (refer to gizmoproject.com) can IM Google Talk users using the Gizmo application. All you have to do in that case is click on Add Contact, and find the given person by his Google ID. The opposite (GT to Gizmo) is also possible, by clickin 'Add Friend' and then entering the Gizmo User Name. Jingle extends the features of Jabber and XMPP and it's responsible for the transfer of multimedia content such as voice or video. Jingle is a new protocol created by Google and the XMPP Standards Foundation. 4. Google Talk keyboard shortcuts: There are some neat Keyboard shortcuts that will definitely help you work better with the program. Here they are: CTRL + MOUSEWHEEL UP/DOWN: changes the size of the current font If you want to write your text in bold font, enter it in between *your text*. To make it italic, type in _your message_. 5. Running multiple instances of Google Talk: This feature is really useful if you have several Gmail accounts, for different purposes (personal, work, etc), but you don’t want to keep logging on and off of them. Switching from one account to another all the time and not being able to communicate with all of your buddies can be really frustrating. This problem is solved using the ‘nomutex’ option. Mutexes are used by programmers to orchestrate exclusive access to a resource. Simply put, creating a mutex guarantees that another program (or instance of the same program) can't access the same system resource (memory). By default, when Google Talk is started, it first attempts to create a mutex, and if does so successfully, then it continues and never releases the mutex, until the Google Talk is terminated (at that point Windows deletes the mutex). However, if the mutex creation fails, then Google Talk knows that another instance is already running and it just stops, so only one instance of GT can be used at a given moment. To avoid that, you need to stop that mutex from being created in the first place. Here is how you can do that. Press the Start button on your Windows Taskbar and click Run. In the Open field enter: "c:Program FilesGoogleGoogle Talkgoogletalk.exe" /nomutex Now you are free to open as many Google Talk instances as you want, and login with your different Gmail accounts at the same time. 6. GTalk’s command line parameters: Besides the /nomutex parameter, there are some other ones you can use as well. To use any of the parameters listed bellow, just replace it with ‘nomutex’ as in the example given bellow. So the general string should look like: "c:Program FilesGoogleGoogle Talkgoogletalk.exe" /PARAMETER Replace PARAMETER with one of the params given bellow: • autostart – it will set GTalk to start automatically with Windows, as long as the “Start automatically with Windows" option in the WinRegistry is check 8 Proven Ways to Get Referrals le.com/talk/index.html. An alternative website providing fast and secure downloads is http://talk.freesecuredownloads.com. The installation is absolutely straight forward and the setup file itself is less than 2MB.Do you find it hard to ask for referrals? I know I do! Your heart starts racing, you stumble for words, and sometimes you break out in a sweat just thinking of asking for a referral. But the secret to getting referrals without having to ask is to develop a system that does the asking for you.8 Strategies to Get Referrals Get referrals #1 Think in reverse. Instead of asking for one, earn one. If you're not getting referrals, maybe you're not providing the service your customers want and you are not as good as YOU think. Ask your customers what you can do to better to serve THEIR needs. When your customers are satisfied, it'll be easy to get referrals.Get referrals #2Give a referral. If you change your way of thinking from How do I get a referral to 'how can I give a referral', the rewards will be surprising. Think of someone you can refer to your clients. This is the giver's gain philosophyGet referrals #3Make a list of people or businesses that sell products that are complimentary to yours. If you sell health insurance, your list might include health clubs, runnin As mentioned, GT offers Instant Messaging capabilities, combined with high-quality and easy to use Voice-Over-IP calls. The software is totally integrated with Gmail, so all you need in order to login is just your Gmail username (the string before @) and password. Once you have the client installed, you will be asked for your Google username and password to login. Login and automatically, all your Google buddies will appear in the buddy list. Of course, there is an Add Friend button, a "Search all contacts" field which searches both your Google Talk and Gmail contacts, and a drop-down under your name that lets you set your available/unavailable status and messages. There's also an Inbox button which takes you to Gmail, plus Help and Settings. 3. The technology behind Google Talk: The developers of Google Talk have employed the open source XMPP protocol for the instant messaging feature, while the VoIP functionality is based on another protocol known as Jingle. Those are the publicly known facts, but Google hasn't disclosed any information on the technology behind their server network. XMPP stands for Extensible Messaging and Presence Protocol, open source protocol based on XML, designed for real-time instant messaging. The exact definition of XMPP as given in RFC3921 is "a protocol for streaming XML [XML] elements in order to exchange messages and presence information in close to real time." The implementation of the XMPP protocol has allowed users of Google Talk to chat with users of other chat services as long they are based on XMPP. For example, Gizmo Project users (refer to gizmoproject.com) can IM Google Talk users using the Gizmo application. All you have to do in that case is click on Add Contact, and find the given person by his Google ID. The opposite (GT to Gizmo) is also possible, by clickin 'Add Friend' and then entering the Gizmo User Name. Jingle extends the features of Jabber and XMPP and it's responsible for the transfer of multimedia content such as voice or video. Jingle is a new protocol created by Google and the XMPP Standards Foundation. 4. Google Talk keyboard shortcuts: There are some neat Keyboard shortcuts that will definitely help you work better with the program. Here they are: CTRL + MOUSEWHEEL UP/DOWN: changes the size of the current font If you want to write your text in bold font, enter it in between *your text*. To make it italic, type in _your message_. 5. Running multiple instances of Google Talk: This feature is really useful if you have several Gmail accounts, for different purposes (personal, work, etc), but you don’t want to keep logging on and off of them. Switching from one account to another all the time and not being able to communicate with all of your buddies can be really frustrating. This problem is solved using the ‘nomutex’ option. Mutexes are used by programmers to orchestrate exclusive access to a resource. Simply put, creating a mutex guarantees that another program (or instance of the same program) can't access the same system resource (memory). By default, when Google Talk is started, it first attempts to create a mutex, and if does so successfully, then it continues and never releases the mutex, until the Google Talk is terminated (at that point Windows deletes the mutex). However, if the mutex creation fails, then Google Talk knows that another instance is already running and it just stops, so only one instance of GT can be used at a given moment. To avoid that, you need to stop that mutex from being created in the first place. Here is how you can do that. Press the Start button on your Windows Taskbar and click Run. In the Open field enter: "c:Program FilesGoogleGoogle Talkgoogletalk.exe" /nomutex Now you are free to open as many Google Talk instances as you want, and login with your different Gmail accounts at the same time. 6. GTalk’s command line parameters: Besides the /nomutex parameter, there are some other ones you can use as well. To use any of the parameters listed bellow, just replace it with ‘nomutex’ as in the example given bellow. So the general string should look like: "c:Program FilesGoogleGoogle Talkgoogletalk.exe" /PARAMETER Replace PARAMETER with one of the params given bellow: • autostart – it will set GTalk to start automatically with Windows, as long as the “Start automatically with Windows" option in the WinRegistry is chec Tucson Land for Sale - Investing in the Future ut Google hasn't disclosed any information on the technology behind their server network.Nearly everywhere you look on the outskirts of the metropolitan area, you will find Tucson land for sale. Whether you are considering building a home or a business, you will probably find a piece that is to your liking. There are commercially zoned lots, residential lots, manufactured home lots, and even horse properties. When looking for Tucson land for sale there are some things that you need to be aware of before you buy, so that you won’t end up making a costly mistake.Driving around the metro area you will find all different types of neighborhoods and developments with Tucson land for sale . There are luxury home communities in the mountains and foothills of the Catalinas, and Tucson Mountain Park, and family oriented communities like those in South Tucson and Oro Valley, and even some adult communities in the outer areas of the city. Manufactured homes are also becoming extremely popular as a way to use Tucson land for sale. Not only do these areas have land for sale for home builders, but for the shopping, entertainment, and recreation needs as well.Newcomers to the area looking for Tucson land for sale for a home or a busine XMPP stands for Extensible Messaging and Presence Protocol, open source protocol based on XML, designed for real-time instant messaging. The exact definition of XMPP as given in RFC3921 is "a protocol for streaming XML [XML] elements in order to exchange messages and presence information in close to real time." The implementation of the XMPP protocol has allowed users of Google Talk to chat with users of other chat services as long they are based on XMPP. For example, Gizmo Project users (refer to gizmoproject.com) can IM Google Talk users using the Gizmo application. All you have to do in that case is click on Add Contact, and find the given person by his Google ID. The opposite (GT to Gizmo) is also possible, by clickin 'Add Friend' and then entering the Gizmo User Name. Jingle extends the features of Jabber and XMPP and it's responsible for the transfer of multimedia content such as voice or video. Jingle is a new protocol created by Google and the XMPP Standards Foundation. 4. Google Talk keyboard shortcuts: There are some neat Keyboard shortcuts that will definitely help you work better with the program. Here they are: CTRL + MOUSEWHEEL UP/DOWN: changes the size of the current font If you want to write your text in bold font, enter it in between *your text*. To make it italic, type in _your message_. 5. Running multiple instances of Google Talk: This feature is really useful if you have several Gmail accounts, for different purposes (personal, work, etc), but you don’t want to keep logging on and off of them. Switching from one account to another all the time and not being able to communicate with all of your buddies can be really frustrating. This problem is solved using the ‘nomutex’ option. Mutexes are used by programmers to orchestrate exclusive access to a resource. Simply put, creating a mutex guarantees that another program (or instance of the same program) can't access the same system resource (memory). By default, when Google Talk is started, it first attempts to create a mutex, and if does so successfully, then it continues and never releases the mutex, until the Google Talk is terminated (at that point Windows deletes the mutex). However, if the mutex creation fails, then Google Talk knows that another instance is already running and it just stops, so only one instance of GT can be used at a given moment. To avoid that, you need to stop that mutex from being created in the first place. Here is how you can do that. Press the Start button on your Windows Taskbar and click Run. In the Open field enter: "c:Program FilesGoogleGoogle Talkgoogletalk.exe" /nomutex Now you are free to open as many Google Talk instances as you want, and login with your different Gmail accounts at the same time. 6. GTalk’s command line parameters: Besides the /nomutex parameter, there are some other ones you can use as well. To use any of the parameters listed bellow, just replace it with ‘nomutex’ as in the example given bellow. So the general string should look like: "c:Program FilesGoogleGoogle Talkgoogletalk.exe" /PARAMETER Replace PARAMETER with one of the params given bellow: • autostart – it will set GTalk to start automatically with Windows, as long as the “Start automatically with Windows" option in the WinRegistry is chec Sales Training Tip # 26; Cold Call or Sales Call Interruptions they are:The sales training professionals need to insure that their sales force can handle interrupted phone calls without losing their train of thought and without being upset or irritated at the prospect. If you are a salesperson obviously you will be interrupted and the sales manager needs to explain this to the salesperson that it is nothing personal.After all the salesperson on a cold call is calling “out of the blue” and perhaps during business hours or directly after business hours or right before work starts. In this case the prospect may have 100 things on their minds and the phone call comes in.You can see how easily things can become disarrayed and the salesman is put on hold while the prospect or potential customer is dealing with another important issue or handling a crisis management problem on their end. The sales training professional needs to help the salesperson understand that this will happen from time to time and could very well happen many times per day and the salesman will just have to deal with it.Occasionally we have watched salespeople apologize to the prospect or potential customer for making the cold call in the CTRL + MOUSEWHEEL UP/DOWN: changes the size of the current font If you want to write your text in bold font, enter it in between *your text*. To make it italic, type in _your message_. 5. Running multiple instances of Google Talk: This feature is really useful if you have several Gmail accounts, for different purposes (personal, work, etc), but you don’t want to keep logging on and off of them. Switching from one account to another all the time and not being able to communicate with all of your buddies can be really frustrating. This problem is solved using the ‘nomutex’ option. Mutexes are used by programmers to orchestrate exclusive access to a resource. Simply put, creating a mutex guarantees that another program (or instance of the same program) can't access the same system resource (memory). By default, when Google Talk is started, it first attempts to create a mutex, and if does so successfully, then it continues and never releases the mutex, until the Google Talk is terminated (at that point Windows deletes the mutex). However, if the mutex creation fails, then Google Talk knows that another instance is already running and it just stops, so only one instance of GT can be used at a given moment. To avoid that, you need to stop that mutex from being created in the first place. Here is how you can do that. Press the Start button on your Windows Taskbar and click Run. In the Open field enter: "c:Program FilesGoogleGoogle Talkgoogletalk.exe" /nomutex Now you are free to open as many Google Talk instances as you want, and login with your different Gmail accounts at the same time. 6. GTalk’s command line parameters: Besides the /nomutex parameter, there are some other ones you can use as well. To use any of the parameters listed bellow, just replace it with ‘nomutex’ as in the example given bellow. So the general string should look like: "c:Program FilesGoogleGoogle Talkgoogletalk.exe" /PARAMETER Replace PARAMETER with one of the params given bellow: • autostart – it will set GTalk to start automatically with Windows, as long as the “Start automatically with Windows" option in the WinRegistry is chec Internet Marketing & Affiliate Programs: Can't Have One Without The Other never releases the mutex, until the Google Talk is terminated (at that point Windows deletes the mutex). However, if the mutex creation fails, then Google Talk knows that another instance is already running and it just stops, so only one instance of GT can be used at a given moment.Internet MarketingInternet marketing is a way of using the Internet to sell products and services online. Internet Marketing strategies will often include pay per click (PPC) advertising, banner advertising, e-mail marketing, search engine marketing (SEM), search engine optimization (SEO), blog marketing, and article marketing.Affiliate ProgramsAffiliate Programs are the online equivalent of the commissioned sales person. Like the average sales person, the internet marketer or website who helps generate the sale will be paid a commission. Merchants will implement affiliate programs in order to increase online sales. Usually the merchant will experience a gigantic increase in transactions due to the recent popularity of affiliate programs and growing number of internet marketers.Internet Marketing & Affiliate Programs - Joined At The HipTypically, an affiliate program is open to anyone who wishes to join. The merchant will provide links, which include a tracking unique code, to the members of the affiliate program. The members will then place their links all over the in To avoid that, you need to stop that mutex from being created in the first place. Here is how you can do that. Press the Start button on your Windows Taskbar and click Run. In the Open field enter: "c:Program FilesGoogleGoogle Talkgoogletalk.exe" /nomutex Now you are free to open as many Google Talk instances as you want, and login with your different Gmail accounts at the same time. 6. GTalk’s command line parameters: Besides the /nomutex parameter, there are some other ones you can use as well. To use any of the parameters listed bellow, just replace it with ‘nomutex’ as in the example given bellow. So the general string should look like: "c:Program FilesGoogleGoogle Talkgoogletalk.exe" /PARAMETER Replace PARAMETER with one of the params given bellow: • autostart – it will set GTalk to start automatically with Windows, as long as the “Start automatically with Windows" option in the WinRegistry is checked 7. Google Talk’s Windows Registry records: To edit the settings of GTalk stored inside the Windows Registry, open the Start menu -> Run, and enter 'regedit', once the Registry Editor is open, navigate yourself down to HKEY_CURRENT_USERSoftwareGoogleGoogle Talk. You will notice the following sub-keys, that store different option values: • Accounts: holds the usernames and passwords, plus some connection options for the different accounts used on the client. The password is encrypted in a key called 'pw' • Autouspdate: the information in this sub-key is used when performing Update on GTalk. Then the software will compare the value in the InstalledVersion key with the Google's response for that value. If it turns out that, there is a newer version available, Google Talk will start to download it automatically. On 27 of April, 2007, the latest version is 1.0.0.104, hence, that is the value you should for the Installed Version and Available Version keys • Options: additional settings • Process: this key stores the process ID of GTalk 8. A look at the future: Google Talk’s Click-to-Call service: Click-to-Call is a new service by Google and eBay, that’s currently in test mode, available at http://www.google.com/help/faq_clicktocall.html. The idea is to allow users to directly call a given merchant on eBay, just by clicking at a link on his page at eBay.com. In that way, both you and the seller can verify the deal, confirm the details and keep in touch while it’s being processed. This will really expand this business even further, making it more secure and reliable. This whole idea that will have a very positive impact on the online business, is a combination between three of the most succesfull Internet companies - eBay, Skype and Google. In this project, every company offers what it makes best: eBay provides the marketplace, Skype brings the Voice Over IP communication technology, while Google comes with its leadership in search and advertising. At the moment, the Click-to-call function works only for Google Maps. Here is how it goes. Search for a given business on Google Maps, once you find a store that you want to get in touch with, click on the 'call' link that is placed next to the phone number of that store. Once you do that, you will asked for your own phone number, enter it and press 'Connect for free', Google will call you almost instantly and connects you to the given store. Currently, this feature works only for business inside the US. Google doesn't share your number, but you will have the phone number of the business you selected will appear on your caller ID when Google connects you. There are no charges for both local and long-distance calls, unless you have entered your mobile phone (in that case, your provider will charge you whatever his fees are).
HTTP = HTML link (for blogs, profiles,phorums):
Related Articles:The Advantages Of Renting Out A Property With An Option To Buy The Home Business Journey: The Preparation
|