Insight Toggle

What is A/B testing and why should marketers care?

What is A/B testing and why should marketers care?

A/B testing, in the context of email, is the idea of sending one variation of your campaign to a subset of your subscribers, and a different...

Continue Reading →
Gmail Announces Support for Embedded Styles and Media Queries (Finally)

Gmail Announces Support for Embedded Styles and Media Queries (Finally)

Gmail is about to make a major update to how their email client handles code. Read on to find out what changes will be made and how it might affect...

Continue Reading →
We launched Tap Tap Duck iOS Game

We launched Tap Tap Duck iOS Game

Tap to Control The Duck. Avoid hitting the pipes! Collect the coins. But don’t you forget to look out for enemies and obstacles! Tap Tap Duck...

Continue Reading →
JSONP to overcome XMLHttpRequest same domain policy

JSONP to overcome XMLHttpRequest same domain policy

JSONP stands for JSON with Padding. JSONP is really a simply trick to overcome XMLHttpRequest same domain policy. (As you know one can not send...

Continue Reading →

Browser Specific CSS Hacks

/***** Selector Hacks ******/ /* IE6 and below */ * html #uno { color: red } /* IE7 */ *:first-child+html #dos { color: red } /* IE7,...

Continue Reading →
WordPress Responsive Admin

WordPress Responsive Admin

As we know that, mobile devices are future of the internet technologies. With the increase of the mobile device usage, design techniques also...

Continue Reading →
SEO: 9 great tips for optimizing a non-profit site

SEO: 9 great tips for optimizing a non-profit site

Most real experts will tell you not to play this risky game, because this behavior is dangerous for ther ranking of your website — your long-term...

Continue Reading →
HTML5 vs Native App

HTML5 vs Native App

Mobile applications are the most important software nowadays. Each year, thousands of mobile applications, games are published to stores. There are...

Continue Reading →

How to Overlay entire site with a black tint, disabling all links…

Simple way to overlay entire site with a black tint, disabling all links and bringing into focus anything above it. $(function() { var...

Continue Reading →

How To Add Body Class Just For IE

<!--> <body class="ie"> <!--> <!-->--> <body> <!--<!--> Or more robust version putting class...

Continue Reading →