Skip to content
Writing

Author: Dipin Krishna

General Jun 7, 2012 1 min read

Asianet(ISP) now showing Interstitial ads (intad.pag2p.co) along with their javascript injection.

  Asianet had been injecting javascript code to each webpage requested, for the past three months now. Now, they have started showing interstitial ads. When you type in…

iOS May 4, 2012 1 min read

iOS: NSNotificationCenter – broadcast information within a program

An NSNotificationCenter object (or simply, notification center) provides a mechanism for broadcasting information within a program. An NSNotificationCenter object is essentially a notification…

iOS Apr 28, 2012 1 min read

iOS: Check whether internet connection is available

Here, i am just checking whether network connectivity is available to a server and its done synchronously. You can use Reachability if you need notifications when there is…

Android Apr 19, 2012 1 min read

android.os.NetworkOnMainThreadException due to StrictMode.ThreadPolicy

StrictMode.ThreadPolicy was introduced since API Level 9 and the default thread policy had been changed since API Level 11, which in short, does not allow network operation (include HttpClient and HttpUrlConnection) get executed on UI thread. if you do this, you get NetworkOnMainThreadException.

General Mar 31, 2012 1 min read

Remove ui.streamride.net ads injected by ISPs (Asianet in my case)

Read it full here : Asianet(ISP) injecting javascript code(ads) in every webpage requested by the customer Here asianet(ISP) is injecting a javascript code into a website without the…

General Mar 31, 2012 1 min read

Asianet(ISP) injecting javascript code(ads) in every webpage requested by the customer

Update: Asianet(ISP) now showing Interstitial ads (intad.pag2p.co) along with their javascript injection.   Some of you out there, using Asianet, might have noticed that an ad is shown…