Google Forms is a very common way to collect user data nowadays. After you have created the form, you could insert it to your web site and present it with your own style.
Other than that, we could integrate Google Forms with the backend job since we could submit the form through command line. Let’s take a look on the following example.
1. Create a new form on your Google drive. The edit page url should be in the following format.
- https://docs.google.com/forms/d/<form-id>/edit
Continue reading Submit Google Forms by curl command →
If your website is marked as “This site may harm your computer” by Google, most likely your site is hacked. In that case, log in to Google Webmaster Tools and it will shows you which URLs are “infected”. This should help a lot to clean the malware.
So make sure you have configured Google Webmaster Tools for your live websites. Continue reading Google – How to fix “This site may harm your computer” →
Sometimes, when u search in Google, you may notice that some websites are marked as “This site may harm your computer”. This indicates that that specific websites contains malware either intentionally or hacked. Google provides an service to check if your website contains malware. Continue reading Google Safe Browsing diagnostic page →
The GMap module is a great tool to display Google map in Drupal. But when i try to render the GMap in Quicktabs, it is always distorted. Continue reading Drupal – Distorted GMap in Quick Tabs →
If you don’t want your site to be indexed by search engine like Google, create a file called robots.txt with the following 2 lines and put it in your webroot directory.
User-agent: *
Disallow: /
Open http://<your_domain>/robots.txt in browser to check if the above file is shown.
Done =)
Reference: Webmaster Tools Help – Removing your entire website using a robots.txt file
Dream BIG and go for it =)