Welcome to Idea R | Branding - Web Agency - Digital Strategies
Switch to the mobile layout

      Idea R - Do others know who you are? Design your corporate identity

Blog

Take a software geek from the 80s, add a new generation graphic designer and dilute with a longtime marketing strategist. Shake vigorously and you'll get the Idea R's blog.

Change language... italiano

jQuery

Tutorials, tips and tricks on jQuery.
Get the most out of the framework built on JavaScript for web development on the client side.

Published on 3/28/2013
Categories: Social Media
How to dramatically increase social media LIKEs to your web site

In this article we're going to talk about content lockers, I'll give you the know-how to create one yourself and at the end you'll have the chance to download the JavaScript/jQuery sources and implement it rapidly.

Content lockers were born as an annoying tool for web marketing affiliations: in a nutshell, if you have a blog followed by a large audience, a franchisor might pay you to partially block contents until the reader performs an action, for example compiling a survey or subscribing to a business newsletter. It 'a hateful practice, but generates discete income for many bloggers.

What I propose you is a soft social media content locker, to use with caution and wisdom.

...read all the article.

Published on 10/28/2012
Last update 3/28/2013
Categories: Web Analytics
Tracking Facebook likes with Google Analytics, the real solution!

Social interaction of your customers are very important to analyze their impact on your conversions.
Reading the official Google Analytics developers guide, the solution seems easy but unfortunately the code doesn't work if you are correctly loading the Facebook SDK asynchronously, that's because may be the the SDK is still loading when you subscribe to the event.

...read all the article.

Published on 11/22/2012
Categories: Web Design
jQuery: how to throw and handle custom events

We've already seen in a previous article how to manage JavaScript events.
jQuery simplifies but most of all uniforms the JavaScript events engine with 2 simple methods: bind() for events subscription and trigger() to fire them.

Events are not only a prerogative of standard DOM (Document Object Model) objects, your custom objects can throw events too, event if they aren't DOM objects.

...read all the article.

Scroll to top