You will find here Latest updates in Crypto world , cyber security in Blockchain, Web 3.0 technologies.
Total Pageviews
September 01, 2012
Cloud Storage Race – Dropbox, Google Drive, Box
Dropbox Vs. Google Drive vs Box cloud storage:
Read more: http://www.callingallgeeks.org/48609/cloud-storage-race-dropbox-google-drive-box/#ixzz25BaSZnCS
Under Creative Commons License: Attribution No Derivatives
Podcast and Internet Radio FAQs - Telegraph
A very useful information for online Radio listeners.
I thought you'd like this:
Read more
Podcast and Internet Radio FAQs - Telegraph
How to hear Pete Naughton's weekly downloadable podcasts and live Internet radio station picks.
This email is a direct message from a friend who wants to share an item of interest with you.
This email message is powered by Gigya's sharing technology. If you no longer wish to receive messages that are sent via Gigya's service, please click here to remove your email address.
Gigya Inc., 2513 E. Charleston Rd Suite 200, Mountain View, CA 94043.
August 24, 2012
August 21, 2012
Facebook Users Watch 500 years of YouTube Video Every Day!
Sent to you by rak77 via Google Reader:
Do you know that "500 years of YouTube video" are watched on Facebook every single day?
Google has released new statistics around YouTube usage across the world and the world's favorite video website continues to set new records. Here are some highlights:
- In 2011, YouTube had more than 1 trillion views* (video playbacks).
- 60 hours of video are uploaded to YouTube every minute. This number was only "48 hours" a couple of months ago.
- Over 4 billion YouTube videos are viewed a day up from 3 billion so the new channel based layout seem to be doing well for YouTube.
- Over 3 billion hours of video are watched each month on YouTube.
The one figure that has however stayed constant for YouTube in the past few months is the number of unique visitors. YouTube, according to the press page, gets around 800 million uniques every month so they still another 50 million to beat Facebook.
[*] Facebook gets around a trillion pageviews every month according to Google's own data.The YouTube statistics page also says that 700 YouTube videos are shared on Twitter each minute. Surprisingly, there's still no mention of Google Plus on that page.
This story, Facebook Users Watch 500 years of YouTube Video Every Day!, was originally published at Digital Inspiration on 01/03/2012 under YouTube, Internet.
Related posts:
Things you can do from here:
- Subscribe to Digital Inspiration Technology Blog using Google Reader
- Get started using Google Reader to easily keep up with all your favorite sites
How to Turn Twitter into a Gmail Notifier
Sent to you by rak77 via Google Reader:
I am ready to share a little project around Gmail that I have been working on this weekend. The idea is that you can turn your Twitter Timeline into a Gmail Notifier and get notified (via tweets) as soon as new email messages arrive in your mailbox.
And since you can link Twitter to your phone number, you can even get SMS text alerts for new Gmail messages on your mobile phone with the help of Twitter. There's no programming required and you can be up and running in 5 minutes.
Tutorial: Get Gmail notifications as Tweets or SMS AlertsThis story, How to Turn Twitter into a Gmail Notifier, was originally published at Digital Inspiration on 12/03/2012 under GMail, Sms, Twitter, Internet.
Related posts:
Things you can do from here:
- Subscribe to Digital Inspiration Technology Blog using Google Reader
- Get started using Google Reader to easily keep up with all your favorite sites
Use Google Analytics to Track When People Print your Web Pages
Sent to you by rak77 via Google Reader:
Say you have a website that is printer-friendly but you are not too sure if people are actually printing your web pages. And if they are, you are interested to know how often they print pages and what is the kind of content that users are most likely to print on your site.
There are basically three ways to print any standard web page (see above screenshot):
- Experienced users may press the Ctrl + P keyboard shortcut (or Command-P on a Mac) to send the current web page to the printer.
- Some web pages have a dedicated PRINT button on the page itself.
- Other users may prefer to print web pages from the File Menu that is standard across all browsers.
Because there are multiple ways to print the same web page, it is difficult to use JavaScript based event tracking in Google Analytics to track print usage.
A simple workaround is that you add an invisible tracking image (like the ones used for read receipts in email) only in the printed version of a web page. Thus when a user prints a web page, through any route, that tracking image will download on his / her computer and you can easily track the print (and print preview) action.
Track Print Usage with Google Analytics
That was the boring theory but you can safely skip the technical details and get right into implementing the actual tracking code.
All you have to do is copy-paste the following code above the closing </body> tag in your website template. If you are on WordPress, you can simple paste it in your footer.php file.
Please remember to replace REPLACE_ME in the code with your actual Google Analytics Profile ID which looks something like this – UA-12345-89.
<script type="text/javascript"> var ga = "REPLACE_ME"; var css = document.createElement('style'); if (css && ga != "REPLACE_ME") { var gimg = "http://ctrlq.org/urchin/?"; gimg += "id=" + ga; gimg += "&d=" + document.location.hostname; gimg += "&i=" + document.location.pathname; var cstr = "@media print {body:after"; cstr += "{content:url(" + gimg + ")}}"; var node = document.createTextNode(cstr); if (css.styleSheet) { css.styleSheet.cssText = node.nodeValue; } else { css.appendChild(node); } var head = document.getElementsByTagName('head')[0]; if (head) { head.appendChild(css); } } </script> Once the tracking code is live, wait for a day or two as as Google Analytics may take time to process usage data. Then log in to your Google Analytics dashboard, go to Content –> Site Content –> Pages and set /print/ as the search filter.
You'll get a complete list of web pages that have been printed in this duration while the Pageview column will reflect the the number of times a particular page has been printed . Set the Secondary Dimension in the report as Browser or Operating System or Country and you'll get additional details about the users who are using the Print function on your web site.
Here's a sample print usage report generated with Google Analytics.
How Print Tracking Works?
Should you be interested in the technical details, here they are. The JavaScript code adds the following CSS rule to your HTML webpage while it is rendering in the browser.
<style type="text/css"> @media print { body:after { content:url("GOOGLE_ANALYTICS_TRACKING_IMAGE") } } </style>This is simple print only rule that will add an invisible tracking image to the printer-friendly version of your page (body:after). When a user prints the page, the tracking image downloads on the user's computer and this is registered as a page view in Google Analytics as shown in the above report.
The above CSS rule is only activated when the users invokes the print or print preview command. Some PDF writing programs also use the Print stylesheet when saving web pages to PDFs and thus, the same tracking code will work in those cases as well.
PS: If you have a PHP enabled web server, you can simple copy this PHP file on to your own server as index.php and replace ctrlq.org/urchin in the above JavaScript code with your own web server's address.
This story, Use Google Analytics to Track When People Print your Web Pages, was originally published at Digital Inspiration on 26/03/2012 under Code, Google Analytics, Print, Internet.
Related posts:
Things you can do from here:
- Subscribe to Digital Inspiration Technology Blog using Google Reader
- Get started using Google Reader to easily keep up with all your favorite sites
-
Sent to you by rak77 via Google Reader: How to Hide the Data on your Computer via Digital Inspiration Technology Blog b...
-
Lawmakers in the U.K. voted in favor of recognizing crypto assets as regulated financial instruments and products in the country on Tuesda...
-
There has been greater awareness on Biodiesel in india in the recent times due to shortage of Petrodiesel and soaring prices. Significant ac...