Friday, April 8, 2016

[Tutorial] How to Add Lightweight Breaking News Widget in Blogger . With Code .

How to Add Breaking News Feed Blogs Widget in blogger






There were no updates from a long time sorry guys, but today we are here with a new post which might be useful to my blogger friends . Most of my blogger friends were getting problem in installing a beautiful and good looking Breaking News widget in blog . So to help them and of course you I have created a  small tutorial to help you guys out . So what are you waiting for just follow the steps below and at the end you will have a great working widget in your own blog and don't forget to share it with your friends, sharing is caring you know ..

 How to Install Widget Thumbnail Breaking News Blog.


How to Install Widget Breaking News Blog

This widget is created very much short and optimized so that you do not have to worry about the loading speed of a blog because the widget is light enough to be mounted on a blog.


So what's the function of it ?

The function of this widget is to display a link from a recent article with thumbnail with smooth sliding effect.


So now we will start the steps :

1. As usual must first log into Blogger, select a blog > click Template, Edit HTML > Add the code below right before  ]]></b:skin> atau </style>

 /* CSS News Ticker */
.ticker-wrap{display:block;text-align:center;margin:0 20px 20px 20px;padding:2px;background:#fefefe;border:1px solid rgba(0,0,0,0.1);border-left:5px solid #3cc091}
.ticker-wrap>span{display:inline-block;background:#fefefe;padding:0;font:700 13px 'roboto',sans-serif}
.ticker-wrap>span>a{color:#222;text-decoration:none}
#ticker{height:45px;overflow:hidden;background:#fefefe;text-align:left}
#ticker ul{padding:0;margin:0;list-style:none}
#ticker ul li{height:45px;white-space:nowrap}
#ticker ul li img{float:left;width:35px;height:35px;margin:5px 7px 5px 5px}
#ticker ul li h3{margin:0;font:700 16px 'roboto',sans-serif}
#ticker ul li h3 a{color:#333;text-decoration:none;line-height:25px!important}
#ticker ul li .tickermeta{font:400 13px 'roboto',sans-serif;line-height:20px!important;color:#999}

Edit back font, color, and other on your blog

2. Then add the following code before the closing tag </body>

<script type='text/javascript'>
//<![CDATA[
// Breaking News ticker by http://www.arlinadzgn.com
function getauthor(t){for(var e=0;e<t.length;e++)var i=t[e].name.$t;return i}function getmeta(t){var e=[];e[1]="Jan",e[2]="Feb",e[3]="Mar",e[4]="Apr",e[5]="May",e[6]="Jun",e[7]="Jul",e[8]="Aug",e[9]="Sep",e[10]="Oct",e[11]="Nov",e[12]="Dec";var i=t.substring(0,4),a=t.substring(5,7),n=t.substring(8,10),r=e[parseInt(a,10)]+" "+n+" "+i;return r}function arlinadesignTicker(t){var e=document.querySelector("#ticker"),i=t.feed.entry,a="<ul id='ticket-wrapper-inner'>";if(i){for(var n=0;n<i.length;n++){for(var r=i[n],s=0;s<r.link.length;s++)if("alternate"==r.link[s].rel){var l=r.link[s].href;break}try{var o='<img src="'+r.media$thumbnail.url+'"/>'}catch(t){var o=""}var u=r.title.$t,c=getauthor(r.author),d=getmeta(r.published.$t);a+="<li>"+o+'<h3><a href="'+l+'">'+u+'</a></h3><div class="tickermeta"><span>'+c+"</span> - <span>"+d+"</span></div></li>"}a+="</ul>",e.innerHTML=a}$("#ticker").vTicker()}!function(t){var e={speed:700,pause:4e3,showItems:1,mousePause:!0,height:0,animate:!0,margin:0,padding:0,startPaused:!1},i={moveUp:function(t,e){i.animate(t,e,"up")},moveDown:function(t,e){i.animate(t,e,"down")},animate:function(e,i,a){var n=e.itemHeight,r=e.options,s=e.element,l=s.children("ul"),o="up"===a?"li:first":"li:last";s.trigger("vticker.beforeTick");var u=l.children(o).clone(!0);if(0<r.height&&(n=l.children("li:first").height()),n+=r.margin+2*r.padding,"down"===a&&l.css("top","-"+n+"px").prepend(u),i&&i.animate){if(e.animating)return;e.animating=!0,l.animate("up"===a?{top:"-="+n+"px"}:{top:0},r.speed,function(){t(l).children(o).remove(),t(l).css("top","0px"),e.animating=!1,s.trigger("vticker.afterTick")})}else l.children(o).remove(),l.css("top","0px"),s.trigger("vticker.afterTick");"up"===a&&u.appendTo(l)},nextUsePause:function(){var e=t(this).data("state"),i=e.options;e.isPaused||2>e.itemCount||a.next.call(this,{animate:i.animate})},startInterval:function(){var e=t(this).data("state"),a=this;e.intervalId=setInterval(function(){i.nextUsePause.call(a)},e.options.pause)},stopInterval:function(){var e=t(this).data("state");e&&(e.intervalId&&clearInterval(e.intervalId),e.intervalId=void 0)},restartInterval:function(){i.stopInterval.call(this),i.startInterval.call(this)}},a={init:function(n){a.stop.call(this);var r=jQuery.extend({},e);n=t.extend(r,n);var r=t(this),s={itemCount:r.children("ul").children("li").length,itemHeight:0,itemMargin:0,element:r,animating:!1,options:n,isPaused:n.startPaused?!0:!1,pausedByCode:!1};t(this).data("state",s),r.css({overflow:"hidden",position:"relative"}).children("ul").css({position:"absolute",margin:0,padding:0}).children("li").css({margin:n.margin,padding:n.padding}),isNaN(n.height)||0===n.height?(r.children("ul").children("li").each(function(){var e=t(this);e.height()>s.itemHeight&&(s.itemHeight=e.height())}),r.children("ul").children("li").each(function(){t(this).height(s.itemHeight)}),r.height((s.itemHeight+(n.margin+2*n.padding))*n.showItems+n.margin)):r.height(n.height);var l=this;n.startPaused||i.startInterval.call(l),n.mousePause&&r.bind("mouseenter",function(){!0!==s.isPaused&&(s.pausedByCode=!0,i.stopInterval.call(l),a.pause.call(l,!0))}).bind("mouseleave",function(){(!0!==s.isPaused||s.pausedByCode)&&(s.pausedByCode=!1,a.pause.call(l,!1),i.startInterval.call(l))})},pause:function(e){var i=t(this).data("state");if(i){if(2>i.itemCount)return!1;i.isPaused=e,i=i.element,e?(t(this).addClass("paused"),i.trigger("vticker.pause")):(t(this).removeClass("paused"),i.trigger("vticker.resume"))}},next:function(e){var a=t(this).data("state");if(a){if(a.animating||2>a.itemCount)return!1;i.restartInterval.call(this),i.moveUp(a,e)}},prev:function(e){var a=t(this).data("state");if(a){if(a.animating||2>a.itemCount)return!1;i.restartInterval.call(this),i.moveDown(a,e)}},stop:function(){t(this).data("state")&&i.stopInterval.call(this)},remove:function(){var e=t(this).data("state");e&&(i.stopInterval.call(this),e=e.element,e.unbind(),e.remove())}};t.fn.vTicker=function(e){return a[e]?a[e].apply(this,Array.prototype.slice.call(arguments,1)):"object"!=typeof e&&e?void t.error("Method "+e+" does not exist on jQuery.vTicker"):a.init.apply(this,arguments)}}(jQuery),$(function(){var t=document.createElement("script");t.src="http://"+$(".ticker-wrap").data("domain")+"/feeds/posts/summary?alt=json&callback=arlinadesignTicker",t.type="text/javascript",document.getElementsByTagName("body")[0].appendChild(t)});
//]]>
</script>

3. Next add the following markup between the opening tag from <body> and the closing tag</body>

<div class='ticker-wrap' data-domain='blackclawtech.blogspot.com'>
<div id='ticker'>
</div>
</div>

Replace the code that is marked with the address of your blog.


Thus tutorial How to Install Widget Breaking News Blog, may be useful for you so don't forget to share it guys sharing is caring .

Read More

Wednesday, March 2, 2016

Rothas an AI (Artificial Intelligence) Powered Windows Application By ESIS Inc.

ROTHAS (AI Powered Windows Application) Features....

ROTAHS AI
Customizable commands for you .Rothas windows application commands screen
Above photos are the Screenshot Of the windows application you all can watch the demo video on YouTube .

by this link below :


ROTHAS A I System Demo Video 

ROTHAS AI POWERED WINDOWS APPLICATION FEATURES:-


Fully Customizable

According to the User Needs and comes subsequent to a list of Default Commands which you will see at Default Commands.txt after you install the App.Customizing Options it will carry are :-"Shell Commands","Web Sites","Social" and "User Info"..Now a bit description of all those Options.

Shell Commands

It helps you in tally the folders you hurting to Access via your Voice rather than going to your drives etc etc..You can in addition to Play a look or Open a Wallpaper or any added software/application you have favorably by your Voice and it will have a right of right of entry share where you can put what you nonexistence to hear from the computer's side behind you proclaim it to log on all and what it says even though foundation it.

Web Sites

As the name known tells you admission the websites directly via voice just after customizing it in the app and putting the appreciation in the entry substitute that you throb as soon as it opens your site.As the name says..its just a easy speak surrounded by you and your computer and it won't have emotional impact an court argument anything except telling off your commands..hence put what you hurting to hear from your computer here in the back you say something or comment.

User Info

Not contains much but only the name which you want your computer to call yourself and also an important feature of accessing your mails at Gmail lightening fast as once you have put your Gmail ID and Password here you just have to Say "Check for New Emails" and if you have a new email then it will tell you and you can say "read the Email" to read it for you and once done say "Clear email list to clear the mail list..Cool Isn't it??

Default Functions

You can set Alarm,You can do most functions of your PC just via Voice.You can update your music libraries and just say Play Music from my Library to play songs or Even Videos too..It has a clear Voice Recognition System so you won't have to shout at your Mic to make your PC hear It..Just Speak normally as you do..You will be getting a default list of Commands of the Software which we have already put for you and that will get you started with the App.


Hope you all like this post and don't forget to comment...... you can get the details of application by the official site of  ESiS Inc. ......

And Stay Tuned For The Updates Of the application . Everything will Come First here . ;)


search tags:
rothas ai
rothas ESiS Inc.
rothas ai demo
next gen ai app
artificial intelligence powered windows application.
Read More

Saturday, January 30, 2016

[Tutorial] How to Stop Blogger from Redirecting Blogspot to Country Specific URLs

How to Stop Blogger from Redirecting Blogspot to Country Specific URLs


Let's say you're from France and have set up - just for examples sake - a blog called frenchlitgeek.blogspot.com where you share your thoughts and insights on French literature. Now, with Google's country specific redirection in Blogger, you might be redirected to frenchlitgeek.blogspot.fr when you try to access your site. The thing is, you perfectly liked the .com and didn't sign up for the .fr but you find yourself being directed there. Sure, your blog works and all but you also wonder why.
blogspot country redirection

Why Did Google Do This?

Google has always supported the expression of views, and they stated as much on their official blog. In the post Free expression and controversial content on the web, which was published in 2007, it said "Our world would be a very boring place if we all agreed all the time. So, while people may strongly disagree with what someone says, or think that a particular newspaper is total nonsense, we recognize that each of us have the right to an opinion."

The post continued, "We also know that letting people express their views freely has real practical benefits. Allowing individuals to voice unpopular, inconvenient or controversial opinions is important. Not only might they be right (think Galileo) but debating difficult issues in the open often helps people come to better decisions".


blogger country specific redirection
While the company is clearly on the side of people freely expressing their opinions, they also believe that a line has to be drawn somewhere. Then again, for a company providing services in over 100 countries around the world and each with their own national laws and cultural norms, it's surely difficult for a company like Google to decide where to draw boundaries.

However, there are cases like child pornography which is illegal in just about any country where decisions are clear cut.

For a company whose products are "specifically designed to help people create and communicate, to find and share information and opinions across the world", how does Google deal with this challenge?

One of the most challenging areas where Google deals with issues regarding free expression is in Blogger, their content generation platform. Since Google can't check what you've written before you publish, they rely on active vocal users who are diligent in alerting the proper if a post borders on offensive. Then again, that in itself is a tricky issue as well because what one person may view as offensive, another might not.

In other words, it's always a work in progress with Google.

Fast forward to January 9, 2012 when Google announced it was making changes to the Blogger platform with regards to censorship. That said change would make use of a country specific domain to the Blogger platform. Doing this would allow Google to censor and remove content specific to a certain country.

In their announcement, Google said: "Migrating to localized domains will allow us to continue promoting free expression and responsible publishing while providing greater flexibility in complying with valid removal requests pursuant to local law. By utilizing ccTLDs, content removals can be managed on a per country basis, which will limit their impact to the smallest number of readers."

The move by Google come after pressure from countries like India that are working on hunting down content on social media sites which are considered inappropriate. Also, the move followed closely on the heels of Twitter's new censorship policies.

Since Google aims to "help people create and communicate, to find and share information and opinions across the world", it would be strange to take down a post that was just banned in a certain area. In essence, with country specific redirection, a piece of content can still be accessible by the world save for the country where it was blocked.

How Would Country Specific Redirection Affect Your Site?

Of course, not all site owners greeted the country specific URL change with open arms. A few of the issues brought up in regard to the change include:

1. A reduction in social stats. These are your Facebook Likes, Google +1s and so on from your blog posts. They might be reduced because the URLs from one blog post will be different depending on where your readers are from.

2. A problem with external commenting platforms. If you use Disqus - for example - for your comments section, then you might run into trouble because blog URLs will be different even if essentially the page being accessed is just the same.

3. A slight problem with AdSense earnings. Some users have complained about seeing a dip in their earnings when their pages are served through country specific domains.

4. An issue with link juice. You want external sites to link to you and not your country specific URL. But the issue here is that you can't control how others link to your page. They might use the top level domain or they might use the country code top-level domain.

Stop Blogger from Redirecting to Country-Specific Domains

If country specific redirection affects important factors such as traffic and link juice, and you need those in order to rank well, what can you possibly do? Well, thankfully, Google has provided a way to get around this. All you have to do is add an ncr/ to the end of the URL - ncr here stands for No Country Redirect. So basically, it goes frenchlitgeek.blogspot.com/ncr/.

That solution is great but do you want your users to always have to do that every time they visit your blog? To eliminate that hassle, and for the good of your site statistics, a simple redirection script will do the trick. Here's how:

1. Log in to your Blogger account.

2. Click on Template → Edit HTML.

3. Find the <head> tag in the HTML editor by opening the search box using Ctrl + F.

blogger country redirection

4. Copy the redirection code seen below after the <head> tag.
<script type="text/javascript">
var blog = document.location.href.toLowerCase();
if (!blog.match(/\.blogspot\.com/)) {
blog = blog.replace(/\.blogspot\..*?\//, ".blogspot.com/ncr/");
window.location.replace(blog);
}
// Source www.thefalcontech.com
</script>

5. Click on "Save Template".


And that's it! Whenever someone accesses your Blogger, they'll be taken to the top level domain rather than the country specific one.
Read More

Thursday, December 31, 2015

Best Facebook Autolikers To Use For 2016

Saw a friend getting a thousand likes out of the blue? Well, how does that person manage to get so many likes, when in fact, his total friends are less than his post likes? Well, to be honest you have strayed behind in the trend of likes on Facebook. Because autolikers are, my dear friend, the master key to get lots of free activity on your Facebook account.
Curious as to know what an autoliker is? An autoliker is a website by which people get fake likes or likes by people who use autolikers. An autoliker is only for those who don’t have so many likes on their profile photos , album photos or their statuses and they want likes on their photos or statuses. After all, who doesn’t want likes? Facebook is all about likes, in the end of the day, believe it or not.
There are many autolikers working this time and day by day, the competition is getting worse. By worse I mean there are many a fraudulent autolikers coming up that result in your spamming your friends’ timelines, or worse.
Like - ''Hey Akash, get 500 likes on www. blahblah . com.
 You must have noticed it on your friends' walls. Quite embarrassing, isn’t it?
So I have decided to bring to your notice the best autoliker sites for the coming year. Those with little annoyance.
Let's have a list of it, shall we?
Please note that the following autolikers do not in any way spam your Facebook account.

Here are a few but working autoliker tools for 2016!


1. Best Autoliker 2016 – FBLikeAddicts


Launched in the December of 2015, FBLikeAddicts leads the race by a mile ahead of all other autolikers for it comes with best user interface for easy experience, thus ranking as the best facebook autoliker for 2016.
Some salient FBlikeAddicts features –
  • Facebook Autolikes
  • Facebook Auto-comments 
  • Facebook Fan Page Likes
  • Facebook Autoposter to Facebook Groups
  • Facebook Wall-posts on Friends' Timelines

Pros – FBLikeAddicts offers little in the name of advertisements. There is nothing to irritate you while you use it.
As the name suggests, this autoliker is for Facebook Like Addicts. Those who are addicted, get high again.

2. MostLiker.in – Facebook Autoliker For Most Likes

MostLiker.In Login Area
Mostliker.in has around for a long time now, with crests and troughs that are inevitable. There is, though, the consistency with which it provides likes.
The only disadvantage is that the site is hosted on a free hosting server. When afflicted with lots of traffic, the site may get down.

I have gone through some autolikers and made a list of them. Let me name them for you.
3. Facebook-Autoliker.com - This one comes with an app that you can install on Google Playstore. So, for android users, this autoliker is just the thing!
4. Mg-likers.com - This is almost a brand. Many users have been using it for a time, and they have made it a point to use it again and again. The name MG liker is a famous one among autolikers.
5. www.fb-autolikers.com - This autoliker has a seperate static mobile site, which means mobile users can use it with a responsive theme that doesn't slow their mobile speed. For desktop users, there is a different user interface.

Want more suggestions? Check out this  Best Facebook Autolikers List now!

There is a rumour around that autolikers are harmful for your Facebook account. Bullshit. If it was, why didn't a genius such as Facebook turn it down already? Why are they still around?
The truth is this - Facebook thrives on likes. And ads. The more likes, the more people. The more people the more marketing giants advertising on Facebook. And that means more bucks to bank for Facebook. It is a win-win situation, isn't it? Think on it.
Please comment your queries and state which autoliker you use! Happy new year and happy facebooking!
Read More

Sunday, December 27, 2015

Google's Amazing Search Algorithm Is Really Fascinating ~Techygang!

Google's Amazing Search Algorithm Is Really Fascinating ~Techygang!

Google obviously is one the best search engine on Internet. And no doubt no one can beat Google’s Search Algorithms. So here is a post dedicated to Google’s Amazing Search Engine Technology. Hope you notice how marvelous it is.
Google’s machine learning abilities are so amazing, it really impressed me (Hope will impress you too  ). Lets say, if you are search for XYZ on Google search, then next time you hit the search key and hit the any alphabet, it will show you terms associated with XYZ to predict what you are going to search next. It’s just like an amazingly intelligent artificial intelligence . It learns from you and then shows you prediction which might be the best for you.
Let me demonstrate in pictures!
So the other day I was searching for Vibranium.
Google Amazing Fact 2016

Nothing unusual here.
But look at what follows.
When I hit the A key:
Nothing unusual here.   But look at what follows.   When I hit the A key:

​Received suggestions for Adamantium (another fictional metal, Wolverine’s claws) and Avengers.
When I hit the C key:
Google Amazing Fact 2016
​Surprising to see all three suggestions were related to Captain America. Chris Evans is Captain America in the ongoing series.
When I hit S:
Google Amazing Algorithm 2016
​Showed suggestions for strongest metal, Scarlet Witch (the newest addition to Avengers Assemble) and shield. Again all 3 related suggestions.
When I hit the M key:
Google is amazing 2016
​Thor’s hammer drops in (Mjolnir)!
When I hit W:
Google Is Amazing 2016
​Wolverine, Wakanda (the fictional place where either Adamantium or Vibranium is found, I am not sure) and Winter Soldier (Captain America’s arch nemesis).
Google Search has improved so much. Here’s a little fact about it, it knows you better than your friends know you.

Read More