Related Articles
How to Get MySql Query Result as an Email
If you are working on a big mysql query and want to get the mysql query as email when it finishes use the below trick. Go to mysql command:Set pager directive: mysql> pager mail -s “subject” emailme@domain.comPAGER set to ‘mail’ -s “subject” emailme@domain.com The trick uses pager directive to redirect the query output result to […]
Top 10 Websites Built Using These Languages
Check below the list of Top 10 Websites Built Using which programming language. 1. Google – Java (Web), C++ (indexing), Python for Appspot 2. Facebook – PHP, Backend – Mysql Top 10 Websites Built Using 3. YouTube- Flash, Python, Java 4. Yahoo– PHP and Java, Backend – Mysql 5. Microsoft Live.com – .NET 6. Baidu […]
How to Get/Create Google Analytics HeatMap Plugin on Websites or Blogs
If you have a website or blog then using Heat Map analytics you can know more details of your website like how many users visited, Page Views, Unique Pageviews, Time Spent on the website etc., and there is a free Heat Map tool from Google which you can create/implement or use on your websites. Google […]