Google Apps for Business No Longer Free – This Cruel, Mean Outrage “Puts a Wrench” in Small Businesses

This post comes from the heart.

I recently checked my email which is currently hosted on the now-former Google Apps for Business Free account.  I received an email from a Google address with a message that I initially thought to be a prank. It read:

Hello from Google,
Here’s some important news about Google Apps—but don’t worry, there’s no need for you to take any action. We just want you to know that we’re making a change to the packages we offer.

Starting today, we’re no longer accepting new sign-ups for the free version of Google Apps (the version you’re currently using). Because you’re already a customer, this change has no impact on your service, and you can continue to use Google Apps for free.

Should you ever want to upgrade to Google Apps for Business, you’ll enjoy benefits such as 24/7 customer support, a 25 GB inbox, business controls, our 99.9% uptime guarantee, unlimited users and more for just $5 per user, per month.

You can learn more about this change in our Help Center or on the Enterprise Blog.

Thank you for using Google Apps.

Clay Bavor
Director, Google Apps”

“But don’t worry, there’s no need for you to take any action. We just want you to know that we’re making a change to the packages we offer.” Yeah, right. Nice way to put the wrench in new small businesses with practically no prior notice!

The Evolution of the Modern Computer

The evolution of the modern computer is a fascinating tale, and one that spans several centuries. The term computer used to refer to a person who worked out calculations or computations. This term was coined in 1613 and did not change its meaning from “guy who knows math really well” to “that mechanical marvel that [...]

Top Best Useful Infographics about HTML 5

Everything in this Internet world is fundamentally based on web pages. Web pages are like the bricks that constitute the vast world of Internet we see and use often. Now, web pages can be active or static. Regardless of the type of web pages, it is absolutely granted that HTML is used in extensive manner [...]

Top 5 Reasons to Become a Web Developer

Top 5 Reasons to become a Web Developer 1. Average salary: $82,000+* You’ll be rewarded handsomely for your awesome developer skills. 2. If you’ve ever dreamt of living in cities like San Francisco, New York, Chicago, Seattle, Atlanta or Philadelphia web developers are in high demand in these major hubs and well — nationwide!** 3. [...]

Infographic: Engineering the Internet

This is an infographic on how the Internet works (Thanks to http://open-site.org/):

Why You Shouldn’t Run Facebook Contests

From http://www.Facebook.com/UnMarketing Both target issues and TOS should make you think twice about running Facebook contests. IMHO this is brilliant. Gotta give this guy a backlink: www.UnMarketing.com

Lifesaver: How to modify a URL to get a Google cached version of page?

Recently somebody wrote a frantic email complaining that her website was hacked with certain content replaced. What I needed to do was find the most recent cached version to replace the hacked text with the original. This was how I found how to do it (Courtesy: http://webapps.stackexchange.com/questions/15633/how-to-modify-a-url-to-get-a-google-cached-version-of-page): “I want to look at a Google cached version [...]

The Secret To Twitter

From http://www.Facebook.com/UnMarketing The real secret to Twitter is not how much you tweet, it’s what. This is very down-to-earth. Love it. Some notes: tweetstats.com – not followers, or retweets. Rather, how many tweets are replies? User cloud. “Thanks,” “great,” “good.” Gotta give this guy a backlink: www.UnMarketing.com

What is the SRS file in Microsoft Outlook? (And where is it?)

I frequently tell people to “delete the SRS” to fix problems with send and receives, especially when Outlook crashes when they try to view the Send and Receive menu or do a send and receive. If you haven’t guessed yet, SRS is the send and receive settings file. It holds the configurations found in the [...]

Excel: How to Replace Text in a Cell

How to Replace Text in a Cell in Excel? Use the Substitute(text, old_text, new_text, [instance_num]) function. This has saved me a lot of time when formatting raw data.