Recently I explained you, how to Show Visitor Location in Real Time in Google Maps. Few techsirius readers asked me to create a tutorial on Geo Maps so here I am. In this tutorial I will show you how to create simple Geo Map and fill value data in them. I am using here Highmaps.
Friday 1 August 2014
Saturday 12 July 2014
Few days ago I wrote a tutorial Simple Visitor Geo Tracking System and thank you guys for your response. Today I am going to explain you, how to display visitor’s geo location in real time in Google Map. I am using here Simple Visitor Geo Tracking System, Google Geocoding API, Google Maps Javascript V3 API. Right now version 3 is latest version for Google Maps Javascript API and I am using it here.
Posted by Atul
READ FULL POST
Friday 11 July 2014
This tutorial is sequel of Copy to Clipboard Using Javascript Day 1. Till now I have shown you how to create basic setup for copy to clipboard, which is less than 5 lines of javascript code. In this tutorial I will explain, how to customise Zeroclipboard for your project and apply them to multiple targets.
Posted by Atul
READ FULL POST
Today I am going to show you how to copy simple text or HTML data to clipboard using javascript step by step. It is very fancy feature, copy data with just one click and paste wherever you want. I am using here Zeroclipboard library. It uses flash SWF file. Most of the time Zeroclipboard's newer version do not support previous version so I highly recommend you to stick with a version of zeroclipboard and use it regularly. I am using here v2.1.1 which is latest right now.
Posted by Atul
READ FULL POST
Friday 2 May 2014
Today I am going to show you, how to create a simple visitor geo tracker or geo location system. This is one of the most basic and important tool that every website owner uses to analyze how website is going, in which country website is popular, showing ads by country, redirect user to country specific page and much more. Let's create it in a simple and effective way.
Posted by Atul
READ FULL POST
Wednesday 9 April 2014
Many times it happen when you open a webpage in your browser whole page loads just fine but not facebook like button, facebook page feed, twitter share button, linkedin share button, google plus one button etc.
It is because of browser addons/plugins, like avast online security, Adblock plus etc., block them.
Well it is no problem for visitors but webmaster do not like it much. Here are few solutions that find out if social plugins like Facebook, Twitter, Linkedin have been blocked by browser 's add-on/plugin.
It is because of browser addons/plugins, like avast online security, Adblock plus etc., block them.
Well it is no problem for visitors but webmaster do not like it much. Here are few solutions that find out if social plugins like Facebook, Twitter, Linkedin have been blocked by browser 's add-on/plugin.
Suppose If facebook SDK did not load then replace blank spots(where facebook buttons/content suppose to display) with some useful content or you can do other cool stuff, so let's get start it.
Posted by Atul
READ FULL POST