Tag Archives: Google

5 GB Google Drive! Almost Time to Leave Dropbox? Posted by in Internet | Leave a comment

It is, indeed, ironical; it took the Internet Giant almost five years to extend its services to a space that so far has been dominated only by startups like Dropbox and Box. What appears to be a very late attempt, Google has finally forayed into the online storage wars that basically run on a concept called as Cloud Computing, allowing users to store all kinds of digital data onto a centralized data server that could be used to access the data from practically anywhere through PCs, Tablets or even Smartphones. Continue reading

Share Link/ Url Of Facebook, Twitter, Google Plus, Stumbleupon, Reddit, Digg and Tumblr Posted by in Internet | 1 Comment

This article just provides share link/url of Facebook, Twitter, Google Plus, Stumbleupon, Reddit, Digg and Tumblr and instruct How to add share link/url of the most popular social media websites in WordPress detail post. Continue reading

Display User Current Location On Google Map Posted by in Google API | Leave a comment

This article provides a simple HTML example which automatically detects the current location of the user based on the latitude/longitude then display a marker on the Google Map that is tied to latitude/longitude coordinates. Continue reading

iPhone 4s Cannot Get Mail imap.gmail.com Posted by in Problem Issue Error | 2 Comments

I had a problem with setting up Google Mail (Gmail account) in my iPhone, it works in few days then stop working. It works again then stop working all the time. And I get the error message: Cannot Get Mail. The mail server ‘imap.gmail.com’ is not responding. Verify that you have entered the correct account info in Mail settings. Continue reading

Export Google Analytics Report To PDF In New Version Posted by in Tips And Tricks | Leave a comment

A short note that now we can export or email your Google Analytics report data to PDF verion. You may already know that we can easily Export Google Analytics Report To PDF in old version but this feature was not available with new version last few months. Continue reading

All Google Service APIs Posted by in Google API | Leave a comment

Below is just the list of all Google Service APIs that you may need to know How to integrate with or just to get inspired for future projects. Some of them you’re already familiar with such as Google Map API, Place API, Analytics API, Adsense Host/Management API, Google Cloud SQL/Storage, URL Shortener API, Calendar API, etc. Continue reading

Monitor Real Time Visitors, Viewing Pages And Traffic Sources In Google Analytics Posted by in Internet | Leave a comment

Google Analytics has published a new version and Real-Time is a new and great feature in there which you can access by clicking Home on the top menu then click on Real-Time on the left menu. Continue reading

When we need to implement CAPTCHA Posted by in Tips And Tricks | Leave a comment

In order to prevent spam, cheating, bot and automated submition script attacks; a CAPTCHA must be presented to the user every time a particular form is performed and the user must successfully pass the CAPTCHA each time they fill out the form. Continue reading

Implement Google Captcha (reCAPTCHA) With PHP Posted by in PHP | Leave a comment

Before displaying Google Captcha (reCAPTCHA), you need to Create a reCAPTCHA key by providing a domain name via http://www.google.com/recaptcha/whyrecaptcha then save the Public Key and Private Key somewhere to configure your application. Continue reading

Implement Google Captcha (reCAPTCHA) With ASP.NET Posted by in CSharp | 1 Comment

Before using Google Captcha (reCAPTCHA), you need to Create a reCAPTCHA key by providing a domain name via http://www.google.com/recaptcha/whyrecaptcha. Let’s store the Public Key and Private Key in the appSettings section of the web.config then we will read these appSetting … Continue reading