Disable Adblock

22:52 Add Comment

Go to Blogger> Layout> Click Add Gadget> Click HTML / JavaScript
Copy Following Code And Paste
<style scoped='' type='text/css'>#h237{position:fixed !important;position:absolute;top:0;top:expression((t=document.documentElement.scrollTop?document.documentElement.scrollTop:document.body.scrollTop)+"px");left:0;width:102%;height:102%;background-color:#fcfcfc;opacity:.99;display:block;padding:7% 0;bottom:0;right:0;z-index:9999!important;}#h237 *{text-align:center;margin:0 auto;display:block;font:bold 14px Verdana,Arial,sans-serif;text-decoration:none}#h237 * a {padding:12px 15px!important;background-color:#f77c6a;color:#fff!important;font-weight:700;font-size:14px;font-family:'Open Sans',sans-serif;text-align:center;text-transform:uppercase;letter-spacing:0.5px;border-radius:3px;display:block;margin:15px auto;clear:both;width:20%;transition:all 0.3s ease-out;}#h237 * a:hover {opacity:.9;}#h237 ~ *{display:none}</style><div id="h237"><span>Mohon Aktifkan Javascript!<a href="http://www.enable-javascript.com/">Enable JavaScript</a></span></div><script>window.document.getElementById("h237").parentNode.removeChild(window.document.getElementById("h237"));(function(l,m){function n(a){a&&h237.nextFunction()}var h=l.document,p=["i","s","u"];n.prototype={rand:function(a){return Math.floor(Math.random()*a)},getElementBy:function(a,b){return a?h.getElementById(a):h.getElementsByTagName(b)},getStyle:function(a){var b=h.defaultView;return b&&b.getComputedStyle?b.getComputedStyle(a,null):a.currentStyle},deferExecution:function(a){setTimeout(a,250)},insert:function(a,b){var e=h.createElement("span"),d=h.body,c=d.childNodes.length,g=d.style,f=0,k=0;if("h237"==b){e.setAttribute("id",b);g.margin=g.padding=0;g.height="100%";for(c=this.rand(c);f<c;f++)1==d.childNodes[f].nodeType&&(k=Math.max(k,parseFloat(this.getStyle(d.childNodes[f]).zIndex)||0));k&&(e.style.zIndex=k+1);c++}e.innerHTML=a;d.insertBefore(e,d.childNodes[c-1])},displayMessage:function(a){var b=this;a="abisuq".charAt(b.rand(5));b.insert("<"+a+'><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEijDUu4Y2fHz7wcZjEe7g5ScDGAMUd5KRxDQ7lmvSigK2_iRHh0gFAKxr8rapuzA5Gl2D_hycukzDH5_nC8SDh29nPS4Ry4_r1xVFvPOIhFPhlqcVkgHVGKvKSU4bHVRrhaCT0TswadbVI9/s1600/Disable+Adblock.png" height="350" width="699" alt="" /> <a href="JavaScript:window.location.reload()">Reload</a>'+("</"+a+">"),"h237");h.addEventListener&&b.deferExecution(function(){b.getElementBy("h237").addEventListener("DOMNodeRemoved",function(){b.displayMessage()},!1)})},i:function(){for(var a="DivTopAd,ad-zone-1,ad_190x90,ads-sticky,iqadtile5,leftframeAD,tobsideAd,ad,ads,adsense".split(","),b=a.length,e="",d=this,c=0,g="abisuq".charAt(d.rand(5));c<b;c++)d.getElementBy(a[c])||(e+="<"+g+' id="'+a[c]+'"></'+g+">");d.insert(e);d.deferExecution(function(){for(c=0;c<b;c++)if(null==d.getElementBy(a[c]).offsetParent||"none"==d.getStyle(d.getElementBy(a[c])).display)return d.displayMessage("#"+a[c]+"("+c+")");d.nextFunction()})},s:function(){var a={'pagead2.googlesyndic':'google_ad_client','js.adscale.de/getads':'adscale_slot_id','get.mirando.de/miran':'adPlaceId'},b=this,e=b.getElementBy(0,"script"),d=e.length-1,c,g,f,k;h.write=null;for(h.writeln=null;0<=d;--d)if(c=e[d].src.substr(7,20),a[c]!==m){f=h.createElement("script");f.type="text/javascript";f.src=e[d].src;g=a[c];l[g]=m;f.onload=f.onreadystatechange=function(){k=this;l[g]!==m||k.readyState&&"loaded"!==k.readyState&&"complete"!==k.readyState||(l[g]=f.onload=f.onreadystatechange=null,e[0].parentNode.removeChild(f))};e[0].parentNode.insertBefore(f,e[0]);b.deferExecution(function(){if(l[g]===m)return b.displayMessage(f.src);b.nextFunction()});return}b.nextFunction()},u:function(){var a="ad&adv_keywords=,-page-peel/,/adchain.,/adfootright.,/adsxml/ad,/adyard300.,/impopup/ad,/loadadsparam.,/meme_ad.,_adshare.".split(","),b=this,e=b.getElementBy(0,"img"),d,c;e[0]!==m&&e[0].src!==m&&(d=new Image,d.onload=function(){c=this;c.onload=null;c.onerror=function(){p=null;b.displayMessage(c.src)};c.src=e[0].src+"#"+a.join("")},d.src=e[0].src);b.deferExecution(function(){b.nextFunction()})},nextFunction:function(){var a=p[0];a!==m&&(p.shift(),this[a]())}};l.h237=h237=new n;h.addEventListener?l.addEventListener("load",n,!1):l.attachEvent("onload",n)})(window);</script>

How to Install Facebook Comments Responsive Blogger

22:47 Add Comment

Add meta tags facebook below in the appropriate template below <head>
<meta content='code ID Facebook admin' property='fb:admins'/><meta content='code ID Aplikasi Facebook' property='fb:app_id'/>
Add the code below before  </head>
 <script type="text/javascript">//<![CDATA[$(window).bind("load resize", function(){ var url = location.protocol+'//'+location.host+location.pathname; var containercm_width = $('#container-commentfb').width(); $('#container-commentfb').html('<div class="fb-comments" ' + 'data-href="'+url+'"' + ' width="' + containercm_width + '" data-num-posts="10"></div>'); FB.XFBML.parse( ); });//]]></script>
Next add the following code just below the code <data:post.body/> on the page post
<b:if cond='data:blog.pageType == &quot;item&quot;'><div id='fb-root'/><script src='http://connect.facebook.net/en_US/all.js#xfbml=1'/><div id='container-commentfb' style='width: 100%;'><fb:comments expr:href='data:post.url' num_posts='10' width='650'/></div></b:if>
Save 


Best css scrollbar style for blogger

22:21 Add Comment
Blogger dashboard >> Template >> Customize
At there click on the advance tab at last point. At there you should see a place where you can add css coding.

::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
border-radius: 10px;
}
::-webkit-scrollbar
{
width: 10px;
background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
background-color: #3366FF;
border-radius: 10px;
background-image: -webkit-linear-gradient(0deg,
rgba(255, 255, 255, 0.5) 25%,
transparent 25%,
transparent 50%,
rgba(255, 255, 255, 0.5) 50%,
rgba(255, 255, 255, 0.5) 75%,
transparent 75%,
transparent)
}
 Share It

Get .xyz In Hostinger For Cheap Rate

22:08 1 Comment

About XyZ

.xyz is a top-level domain name. It was proposed in ICANN's New generic top-level domain (gTLD) Program, and became available to the general public on June 2, 2014. XYZ.COM and CentralNic are the registries for the domain.

In 2015, XYZ.com proposed that ICANN allow it to ban thousands of potential .xyz domain names from registration by global registrants in order to comply with censorship demanded by the People's Republic of China. XYZ.com hopes to become an officially recognised registry in China, which would allow it to directly offer domains to Chinese customers.

In November 2015, .xyz reached 1.5 million domain name registrations, possibly boosted in part by Google's decision to use abc.xyz for its corporate (Alphabet Inc.) website. However, domain name registry VeriSign and others have claimed that domain name registrar Network Solutions gave away possibly hundreds of thousands of these names by placing them into customer accounts on an opt-out basis.

HOW TO GET IT 

  • AND Sign UP Or LOGIN
  • CLICK ON DOMAINS >Click to the registration button
  • Complete Domain Registration (3 steps)
  • Pay 0.18 $ (11rs) (1 Year) Via Paypal Or Debit Card
  • Wait Domain Approvel

ADS WITH $10+ PRICE PER CLICK

02:19 Add Comment

If you're using Adsense in your blogs, aim to write on high-paying keywords to earn more on your blog. Most ads are valued at less than $0.50 per click. But some, in the list below, cost more than $20 per click.

Blogs about auto insurance have high paying keywords. Data taken in December 2009 from Google Adwords. Note that even within the "auto insurance" keywords, CPC values differ by a huge amount.

$20.87 Auto insurance quotes
$20.37 Get auto insurance quotes
$20.19 Compare auto insurance
Compare with low CPC keywords:
$1.26 Blogs
$0.95 Blogging for money
$0.82 Blog tips

$19.38 Auto insurance comparisons
$19.02 Auto insurance quote
$16.28 Instant auto insurance
$14.67 Affordable auto insurance
$13.87 Auto insurance companies
$13.52 Auto insurance rates
$12.49 Auto insurance discounts
$12.19 Auto car insurance
$10.50 Student auto insurance
$9.72 Auto insurance brokers
$9.51 General auto insurance
$7.92 American auto insurance
$5.14 Auto insurance UK
$4.77 Auto insurance claims
$2.28 Fake auto insurance
$4.56 Auto insurance complaints

(source- oUR blogger TEMPLATES)  

GoDaddy 99 rs Domain

01:52 Add Comment

GoDaddy is offering a new .COM Domain name for @ Rs.99. Visit Godaddy and book your domain name today.

MRP Price: Rs. 689

Offer Price: Rs. 99Discount: 86% OFF

Store: GODADDY.COMCoupon Code: goflin16 / goflin14


CLICK HERE TO GO GODADDY
  • Click on Buy Now button.
  • Search your Domain Name.
  • Add to your CART and Checkout the Domain.
  • Coupon code is applied to the URL.

Upcoming Cinemas in Mollywood

01:14 Add Comment


Pulimurugan

Oppam Jibu

Jacob Directorial

Manamandha (Telugu)

Benz Vasu Lal-Jr.NTR movie (Telugu)











Action Hero Biju
Jacobinte Swargarajyam

Debutant Altaf Directorial

Siddhartha Siva Directorial













Puthiya Niyamam

White Peranmbu (Tamil)

Megastar 393














Paavada

Darwinte Parinamam

James & Alice

The Beautiful Game

R.S.Vimal Directorial

Jeethu Joseph Directorial

Hariharan Directorial

Nale Ravile (Roshan Andrews Directorial)



Kali

Kalippu

Amal Neerad Directorial

Pratap Pothen Directorial & Scripted by Anjali Menon















Bangalore Naatkal Official First Look Teaser | Arya | Bobby Simha | Sri Divya | Gopi Sunder

01:06 Add Comment

Bangalore Naatkal is an upcoming Tamil comedy drama film directed by Bhaskar. The film is a remake of the 2014 Malayalam film Bangalore Days written and directed by Anjali Menon. Featuring an ensemble cast consisting of Arya, Sri Divya and Bobby Simha in the lead roles, it also has Rana Daggubati, Raai Laxmi, Parvathy and Samantha in other major roles. Produced by Prasad V Potluri under his banner PVP cinema.

Star Cast: Arya, Bobby Simha, Sri Divya, Rana Daggubati, Raai Laxmi, Parvathy and Samantha
Directed By Bhaskar
Produced by Prasad V. Potluri
Music by Gopi Sunder
Cinematography by K. V. Guhan
Banner: PVP Cinema
Audio Label: Think Music

The Conjuring 2 – Teaser Trailer

07:08 Add Comment

The Conjuring 2: The Enfield Poltergeist is an upcoming American supernatural horror film directed by James Wan. The film was written by Carey Hayes, Chad Hayes, Wan, and David Leslie Johnson. It is the sequel to the horror film The Conjuring, which was released on July 19, 2013. Patrick Wilson and Vera Farmiga reprise their roles as paranormal investigators Ed and Lorraine Warren. The Warrens travel to England to investigate paranormal activity at a council house in the London Borough of Enfield

Lenovo K4 Amazing Smart Phone ,-5 Features | ലെനോവൊ കെ4 നോട്ട് തകര്‍പ്പന്‍ ഫോണ്‍

06:44 Add Comment
Android OS, v5.1
16GBstorage,
microSDcardslot
5.5" 
1080x1920 pixels 
13MP 1080p
 3GB RAM MT6753
 3300mAh Li-Po
158g, 9.2mm thickness

THEATERE MAX

FRONT STEREO SPEAKER

3GB RAM

FINGERPRINT SCANNER 

NFC

CLICK HERE FOR GALLERY 








Other Features And Details

NETWORK Technology
GSM / HSPA / LTE
LAUNCH Announced 2016, January
Status Coming soon. Exp. release 2016, January 19
BODY Dimensions 153.6 x 76.5 x 9.2 mm (6.05 x 3.01 x 0.36 in)
Weight 158 g (5.57 oz)
SIM Dual SIM (Micro-SIM, dual stand-by)
DISPLAY Type IPS LCD capacitive touchscreen, 16M colors
Size 5.5 inches (~71.0% screen-to-body ratio)
Resolution 1080 x 1920 pixels (~401 ppi pixel density)
Multitouch Yes
Protection Corning Gorilla Glass 3
PLATFORM OS Android OS, v5.1 (Lollipop)
Chipset Mediatek MT6753
CPU Octa-core 1.3 GHz Cortex-A53
GPU Mali-T720MP3
MEMORY Card slot microSD, up to 128 GB
Internal 16 GB, 3 GB RAM - A7010 a48
8/16/32 GB, 2 GB RAM - A7010
CAMERA Primary 13 MP, f/2.2, phase detection autofocus, dual-LED (dual tone) flash
Features Geo-tagging, touch focus, face detection, HDR, panorama
Video 1080p@30fps
Secondary 5 MP
SOUND Alert types Vibration; MP3, WAV ringtones
Loudspeaker Yes, with stereo speakers
3.5mm jack Yes
  - Dolby Atmos sound
COMMS WLAN Wi-Fi 802.11 a/b/g/n/ac, Wi-Fi Direct, hotspot
Bluetooth v4.0, A2DP, LE
GPS Yes, with A-GPS
NFC NFC
Radio FM radio
USB microUSB v2.0
FEATURES Sensors Fingerprint, accelerometer, proximity, compass
Messaging SMS(threaded view), MMS, Email, Push Mail, IM
Browser HTML5
Java No
  - Active noise cancellation with dedicated mic
- MP4/H.264 player
- MP3/WAV/eAAC+/FLAC player
- Photo/video editor
- Document viewer
BATTERY   Non-removable Li-Po 3300 mAh battery
Stand-by Up to 265 h (3G)
Talk time Up to 23 h (2G) / Up to 22 h (3G)
MISC Colors Black

Price group 5/10

Mphone Is Coming Indian Product മലയാളികളുടെ മാങ്ങ ഫോണ്‍ വരുന്നു

06:37 Add Comment
3500 കോടി രൂപ മുതല്‍ മുടക്കിയാണ്  മാംഗോഫോണ്‍ ടെക്നോളജീസ് എം ഫോണ്‍ വിപണിയിലിറക്കുന്നത്. കൊറിയന്‍ സാങ്കേതിക വിദ്യയോടെ ത്രിഡി, ഫോര്‍ജി സൗകര്യങ്ങളുമായാണ് ഹാന്‍ഡ്സെറ്റുകള്‍ പുറത്തിറങ്ങുന്നത്. 23 എം ബി ക്യാമറ,
ഒരു തവണ ചാര്‍ജ്ജ് ചെയ്താല്‍ മൂന്ന് ദിവസം നില്‍ക്കുന്ന 6050 എംഎഎച്ച് ശേഷിയുള്ള ബാറ്ററിഫോണില്‍ കണ്ണട ഉപയോഗിക്കാതെ തന്നെ ത്രീഡി ചിത്രങ്ങള്‍ കാണാം  . അമിതാഭ് ബച്ചനും, സച്ചിന്‍ ടെന്‍ഡുല്‍ക്കറുമാണ് ബ്രാന്‍ഡ് അംബാസിഡര്‍മാര്‍.

5800 രൂപ മുതല്‍ 34000 രൂപവരെയാണ് എം ഫോണിന്റെ വില.29 ന് കേരളം തമിഴ്നാട് ആന്ധ്ര മഹാരാഷ്‌ട്ര, കര്‍ണ്ണാടക തുടങ്ങിയ സംസ്ഥാനങ്ങളില്‍ വിപണനം തുടങ്ങും.


microsoft surface pro 4-tablet

05:29 Add Comment
The Surface Pro 4 tablet is priced in the US at $899, but the company has not disclosed the pricing for the Indian market. It can be priced at Rs 75,000 and above, according to trade information. 

The Surface Pro 4 features a 12.3-inch screen and runs on 6th-generation Intel Core processor. To be powered by Windows 10, the device turns into a fully-powered laptop from a tablet while running all desktop software and weighs just 766 grams. 
It claims to have a 9-hour battery life with storage options starting at 64 GB and expandable up to 128 GB, 256 GB and 500 GB. 

The fourth iteration of Microsoft’s professional-grade tablet contains no surprises. It’s a refined version of the Surface Pro 3, with just enough small but meaningful improvements to earn the version number bump.
I’ve been using a Microsoft-supplied review model of the Surface Pro 4 for the past few days. Normally, that’s barely long enough to get accustomed to the layout of a new device. But in this case I felt immediately productive, thanks to more than a year’s worth of experience with its predecessor.

Moto G Turbo Edition Motorola Moto G Turbo 14.000 Rs, 13 MP Primary Camera 5 inch Touchscreen 1.5 GHz Snapdragon Octa Core Processor -Gadget And Tech

05:04 Add Comment

The Motorola Moto G Turbo Edition is powered by 1.5GHz octa-core Qualcomm Snapdragon 615 processor and it comes with 2GB of RAM. The phone packs 16GB of internal storage that can be expanded up to 32GB via a microSD card. As far as the cameras are concerned, the Motorola Moto G Turbo Edition packs a 13-megapixel primary camera on the rear and a 5-megapixel front shooter for selfies. 

Android v5.1.1 (Lollipop) OS
13 MP Primary Camera
5 MP Secondary Camera
Dual Sim (LTE + LTE)
5 inch Touchscreen
1.5 GHz Snapdragon Octa Core Processor
Wi-Fi Enabled
Expandable Storage Capacity of 32 GB

Asus Zenfone Max 5000Mah

04:59 Add Comment
Asus Zenfone Max's USP is its  5,000mAh battery at a budget price. Key features of the smartphone are: 5.5-inch HD screen, Android 5.0 (Lollipop) software, 1.2GHz quad-core Snapdragon 410 processor, 2GB RAM, 8GB & 16GB internal storage options, microSD cards up to 128GB, 5MP front camera, and 13MP rear camera with laser autofocus and dual-tone, dual-LED flash.


Charlie Kattan Kapi Song | Joju George | Dulquer Salmaan

04:27 Add Comment

Charlie Kattan Kapi Song | Joju George | Dulquer Salmaan

Charlie is a Malayalam Movie starring Dulquer Salmaan, Parvathy, Aparna Gopinath among Others… Directed by Martin Prakkat; Music composed by Gopi Sundar and Produced by Shebin Backer, Joju George and Martin Prakkat under the Banner Finding Cinema.

Song – Kattan Kapi
Singer : Joju George