5 GB Google Drive! Almost Time to Leave Dropbox?
Posted by
Diana Maria 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 →
Tagged: Cloud Computing, cloud computing storage, Dropbox, Dropbox Killer, Free Online Storage, Google, Google Drive
Share Link/ Url Of Facebook, Twitter, Google Plus, Stumbleupon, Reddit, Digg and Tumblr
Posted by
Hoan Huynh 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 →
Tagged: Digg, Facebook, get_permalink, Google, Reddit, Social Bookmarking, StumbleUpon, Tumblr, Twitter, Wordpress, wp_get_shortlink
Display User Current Location On Google Map
Posted by
Hoan Huynh 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 →
Tagged: geolocation, getCurrentPosition, getElementById, Google, Google Map, GPS, ip address, LatLng, marker, navigator
iPhone 4s Cannot Get Mail imap.gmail.com
Posted by
Hoan Huynh 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 →
Tagged: Gmail, Google, Imap, iPhone, iphone 4s, Microsoft Exchange
Export Google Analytics Report To PDF In New Version
Posted by
Hoan Huynh 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 →
Tagged: Google, Google Analytics, PDF
All Google Service APIs
Posted by
Hoan Huynh 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 →
Tagged: API, Google, Google Analytics, Google Map, Google Places, Google URL Shortener API
Monitor Real Time Visitors, Viewing Pages And Traffic Sources In Google Analytics
Posted by
Hoan Huynh 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 →
Tagged: Google, Google Analytics, Real-Time
When we need to implement CAPTCHA
Posted by
Hoan Huynh 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 →
Tagged: CAPTCHA, Google, reCAPTCHA
Implement Google Captcha (reCAPTCHA) With PHP
Posted by
Hoan Huynh 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 →
Tagged: CAPTCHA, Google, reCAPTCHA, recaptcha_challenge_field, recaptcha_check_answer, recaptcha_response_field
Implement Google Captcha (reCAPTCHA) With ASP.NET
Posted by
Hoan Huynh 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 →
Tagged: AppSettings, CAPTCHA, ConfigurationManager, Google, reCAPTCHA