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

Wednesday, December 23, 2015

SpeakEmoji translates your speech into emoji :)

SpeakEmoji translates your speech into emoji


Use this new SpeakEmoji app,
       Your speech is converted into Emoji and you can share the result directly in a text message, on Facebook, Twitter, Messenger and via Email.It doing a pretty good job of translating everything we say, but it is not sure that it will understand all of the sentences if we sent.


It launches today and available on iOS, Android and web, Speak Emoji will translate spoken words such as “Brussels Sprouts” into a Belgian flag and a tiny, sprouting plant. The app intends to “help adults engage with their festive little ‘digital natives’… and make Christmas the meaningful family time it’s supposed to be.”
SpeakEmoji was designed by SapientNitro, who on witnessing “the birth of a new, universal language” created the app to translate voice to emoji and “ensure it’s not just teenagers having all the fun.
Now, download this app on Google PlayStore as well as in  Apple Store, leave your comment and rate the App.
Check This Video Of SpeakEmoji https://youtu.be/TIhxCNNG50E
Read More

Google Testing Password-Free Logins

 Google Testing Password-Free Logins


Google announced this morning,
      A new way to sign into your Google account without having to type in a password.The idea is similar to Yahoo’s recently launched “Account Key,” which also offers a password-free means of signing in involving a push notification sent to your phone that then opens an app where you approve the log-in.


 

Passwords are often the weakest parts when it comes to securing users’ accounts. This new password-free login option is about speeding up logins by offering a different way of signing in altogether.

You only have to enter your email address when you’re signing into your Google account. Afterward, a notification will appear on your phone asking you if you’re trying to sign in from another device. Approve the login by tapping “yes,” and you’re in.

The test was first reported by a Reddit user Rohit Paul, which was then spotted by the blog Android Police. According to Paul, he was sent an email invitation to join a test group being given access to try the new technology on their own devices.The group is called “Sign-In Experiments at Google,” and is found here on Google Groups. While the link to the group is public, you can’t view or participate without a direct invitation.

After accepting the invite and joining the group, the email explains that you’re then able to sign in without entering a password but you can continue to use your typed password if you choose.

A Google spokesperson confirmed:
“We’ve invited a small group of users to help test a new way to sign-in to their Google accounts, no password required. ‘Pizza’, ‘password’ and ‘123456’—your days are numbered.”

In addition, Google says it may choose to ask for your password as an additional security measure if it notices anything unusual about your current login attempt. (And it’s helpful to be able to use your password in case your phone is dead, or goes missing.)

Google tells testers they are able to turn off this new means of signing in at any time.Only a small number of users are being invited to test this new feature for the time being. Google did not comment on when it plans on expanding access to more testers or the broader public. The password-free sign in process works on both iOS and Android at present.
Read More

Monday, December 14, 2015

AI powered Cortana Now on Android and iOS devices

 AI powered Cortana Now on Android and iOS devices


Now Microsoft's voice-assistant Cortana has been rolled out for iPhone and Android devices and cyanogen devices.



December 9, 2015 7:00 am, Microsoft (blogpost),

   Cortana is now available in US and China for iPhones (iOS8) and Android 4.1.2.Earlier it has been launched for Windows 10 for PC. This app will help Windows PC users to connect Android or iOS devices easily to PC.

From Google Play or Apple App Store you can download the app and set reminders, alarms, to tracking flights on both phone and PC.Cortana will do the same function like it does on Windows. And the changes whatever done by user on Cortana's Notebook will show across all device.

However the functionality same on Android and ios devices, Cortana will not offer the features like toggling settings, or opening apps and invoke cortana hands-free by saying "Hey Cortana".


According to the company, Cortana app will be unveiled for other Cyanogen OS powered devices by early nexy year. Cortana will be available for users of OnePlus One in US with Cyanogen OS with 12.1.1 over-the-air update later in the month. - See more at: http://indianexpress.com/article/technology/tech-news-technology/microsofts-cortana-rolled-out-for-select-android-and-ios-devices/#sthash.EjtHXUdM.dpuf
 Also said by Microsoft, Cortana app will be unveiled for other Cyanogen OS powered by early next year.

 In May, Microsoft announced that Cortana would be the first personal digital assistant to help you complete tasks across your devices, from PC to phone and vice versa regardless of your device of choice. A big step in delivered on that promise,bringing even more ways to save you time and effort anywhere you need it.
Read More

Expand your OneDrive Storage to 15 GB for free within Jan31st 2016 .

Expand your OneDrive storage from 5 to 15 GB within Jan31st 2016

Microsoft has decided to give legacy customers their full 15 GB back. You just have to go to Microsoft’s dedicated page and request your free 15 GB before January 31st 2016.



 Recently, a blog post was announced detailing that you would be reducing our free and paid storage. Only 1TB for Office 365 customers, and only 5 GB for free customers, and eliminate the 15GB camera roll bonus completely. 

This caused a massive backlash from customers,Over 72000 of them voted on the OneDrive UserVoice page, Asking Microsoft to bring back their free storage amounts.

A Quiet Post of Douglas Pearce, (Microsoft's Group Program Manager for OneDrive)


 " For customers of our free service who have over 5 GB of Content and who are directly impacted by the storage change, we will offer one free year of Office 365 Personal, Which includes 1 TB of storage. 

These customers will receive an email with redemption information early next year ".

On this issue Users will have a option that they go to the Microsoft web page and sign up and keep their current OneDrive storage amounts. Again, this option will only up to Jan 31 2016.

He also made a apology note stating :
" We are all genuinely sorry for the frustration this decision has caused and for the way it was communicated "

Read More

" One of your friend is commenting on your post" get notified : Facebook New Update

Get Notified If Someone is writing a comment on your post 


Facebook testing a new features day to day and time to time and now, Some users have noticed that a new feature has popped, it tells them when one of their friends is writing a comment on one of their posts.
 


 This is not really a new feature sine  instant messaging apps ( whatsapp, gtalk..) have notified the same when user's other end texting a message.Facebook is only testing this feature as of now and there is no Official note on releasing it for all users.

Reaction to this feature, some says  that this is a really Creepy feature and others believe that drama posts just got better.

Facebook's Statement on this Update:
" News Feed is a place to stay up to date with your friends and family. We have heard from people that they want their experience on Facebook to reflect the real time conversations they have. So we are testing adding a line above the comment box of a post that indicates when a friend is typing. This is to help people have real-time conversations with friends and family. "

It's an interesting test for Facebook, If i saw someone else was in the process of commenting, i will hold on my comment until i saw theirs comment.
Read More

Sunday, November 15, 2015

Facebook is going to introduce a new 'disappearing messages' feature

Facebook is going to introduce a new 'disappearing messages' feature 



Nov 13,
Facebook in a statement, 
"We’re conducting a small test in France of a feature that allows people to send messages that disappear an hour after they’re sent. 

 
"We’re excited to announce the latest in an engaging line of optional product features geared towards making Messenger the best way to communicate with the people that matter most." 
 
New feature, which allows users to send 'self destructing' messages that disappear after one hour.
The feature is available on iOS and Android, but is currently only present in France. It is not known when, or if, the feature will be rolled out to other regions.

 Users will be able to send the self-destructing messages by tapping a small hourglass icon on the top right of the Messenger screen. Anyone in the conversation can turn the feature on or off within each thread.


Disappearing messages gives people another fun option to choose from when they communicate on Messenger. We look forward to hearing people’s feedback as they give it a try." 





Read More

Monday, November 2, 2015

Top and best selected free responsive blogger templates

New Collection Of Free and premium look free blogger templates .

You all guys now that today blogger is so much popular CMS so now their are now many developers who offer many free beautiful templates so here today I am sharing some of the best freemium responsive ,free,travel,music,portfolio,travel,magazine,landing, blogger templates for your blog.

Vikka Fast and Responsive Blogger Template

Vikka is a fast loading, minimal and clean blogger theme. It comes with 1 right sidebar, drop down menu, ads ready header and a beautiful homepage post style.
Demo Download


post-feature-image


Red XCode Responsive Blogger Template

A fully modern and unique style template with all new features. it comes with slider, 3 column post content and many more design trends.
Demo Download
Red XCode Responsive Blogger Template

Square Modern Magazine

Square is a modern looking responsive blog with carousel slider, menu, featured posts section and many more features just for free.
Demo Download

Square Modern Magazine

Gamer – creative gaming theme

Gamer is designed for gaming blog. Lots of bloggers have the passion of gaming and they want to share the newly games on their blogs. So, it’s easy now with gamer.
Demo Download
Gamer – creative gaming theme

Vanice – Magazine style blogger template

Vanice is a clean modern theme designed with grid. there is a cool slideshow, featured content and a grid based beautifully designed post area.
Demo Download
Vanice – Magazine style blogger template

Vienna Lite 2 Responsive Blogger Template

This is another design by Arlina and a modern looking ads ready blog.
Demo Download
Vienna Lite 2 Responsive Blogger Template

Elegant

Elegant as it’s name suggest is elegantly designed template that you can use for verity of blogs such as daily blog tips, business and creative purposes.
Demo Download
Elegant

Gridz

Gridz is a portfolio blogger template that make use of the masonry layout plugin. It is customizable and fully professional looking blog I think website. So, take a look at the demo for more features.
Demo Download
Gridz

BlogStar – Multi-purpose Personal Blog

Blogstar is a masonry based blogger template with 3 columns that contains 2 columns of post content area and 1 right sidebar So, it’s perfect for your portfolio design.
Demo Download
BlogStar – Multi-purpose Personal Blog

Vienna Lite Responsive Blogger Template

This is best template for blog with full focus on the content area on homepage and post pages.
Demo Download
Vienna Lite Responsive Blogger Template

BrassyLife Blogger Template

The new cool and modern looking magazine for your blog.
Demo Download
BrassyLife Blogger Template

Mini Magazine Template

Demo Download
Mini Magazine Template

Timeline

Demo Download
Timeline

SwiftPress Blogger Template

Swiftpress is designed for blog wher you can share daily tips, tricks and a magazine.
Demo Download
SwiftPress Blogger Template

Vienna Mag Responsive Magazine Template

If you are looking for a magazine template then this is the best for you. It comes with multiple content column, sidebar and footer. There is featured section to put all time best content of your blog.
Demo Download
Vienna Mag Responsive Magazine Template

Revoltify Responsive Blogger Template

Demo Download
Revoltify Responsive Blogger Template

Simple Grid Responsive Blogger Template

If you love with grid based design then this is one for you.
Demo Download
Simple Grid Responsive Blogger Template

Dribble Blog Theme

Dribble comes with 2 columns, featured slider, search box and 1 sidebar. If you are a creative person then you may use for your creativity. It can also be used for blog and portfolios.
Demo Download
Dribble Blog Theme

Wagazine Responsive Blogger Template

Wagzine is a new magazine blog with wordpress adapted look.
Demo Download
Wagazine Responsive Blogger Template

Klarity Personal blog

Demo Download
Klarity Personal blog

BlogMag

Blogmag is another simple but beautiful blogger template. There are many people who loves the simplicity and I think this is simple but functional and elegant layout.
Demo Download
BlogMag

Phantom Free Responsive Blogger Template

The simple elegant and modern looking style with 1 sidebar and multi-tabbed widget section.
Demo Download
Phantom Free Responsive Blogger Template

Loveria Fashion Blog Theme

Loveria is a 3 column blog with 2 column post content grids and a 1 rigt sidebar. It is clean, modern and well looking . You can tke a look for more features.
Demo Download
Loveria Fashion Blog Theme

BigVines Blogger Template

Bigvines is a magazine template wit 3 columns and 1 right sidebar.
Demo Download
BigVines Blogger Template

Pebbles Portfolio Blogger Template

If you want to show your portfolio and creative work then this is best for you. Here, it comes with 4 different demos and a masonry style.
Demo Download
Pebbles Portfolio Blogger Template

Addiction Minimal blogger Template

Addiction is a beautiful clean blogger template with many features. It comes with 2 columns including 1 right sidebar and a one content column. It’s super clean and perfect for blog.
Demo Download
Addiction Minimal blogger Template

PortCard Responsive vCard Blogger Template

If you are a creative person with a portfolio on the web then you may think to show your bio and portfolio at a single place. So, this is best template for creative peoples.
Demo Download
PortCard Blogger Template

Sora Article

Demo Download
Sora Article

Ripple Pro Responsive Blogger Template

Ripple is a beautiful magazine with carousel slider and many more features.
Demo Download
Ripple Pro Responsive Blogger Template

Sora Craft Blogging Theme

Demo Download
Sora Craft Blogging Theme

Indonesia Magazine Blogger Template

Indonasia is adapted from wordpress and it comes with 4 columns with left and right sidebar. It is professional looking and offers high quality look for the readers.
Demo Download
Indonesia Magazine Blogger Template

Perk Misty Magazine/News Theme

Demo Download
Perk Misty Magazine/News Theme

Confit

Confit is designed for those guys who loves the left sidebar. This template lets you to make a blog that looks elegnat and professional from all side.
Demo Download
Confit

Charity Mag Responsive Blogger Template

If you are looking for a agency blog template for charity then this is best and suitable solution for you. It comes with slider, drop down menu, social icons and search box.
Demo Download
Charity Mag Blogger Template

View Responsive Grid Blogger Template

View is a grid based masonry style blog with a featured header and image section.
Demo Download
View Responsive Grid Blogger Template

Gagism

Demo Download
Gagism

Sorbet

Demo Download
Sorbet

Charm Personal Blogger Template

Charm is also adapted from wordpress and it is clean modern and a lightweight blogger template.
Demo Download
Charm Personal Blogger Template

Moments Blogger Template

Demo Download
Moments Blogger Template

ShotMag – Minimalist Photoblog Blogger Template

Demo Download
ShotMag – Minimalist Photoblog Blogger Template

Magazine Easy News

Demo Download
 Magazine Easy News

Flat Mag Responsive Blogger Template

Demo Download
Flat Mag Responsive Blogger Template

Jobs

Jobs is designed for those guys who want to run a job blog. This template lets you to make a job blog with unlimited styles and features. This is free and available for further customization.
Demo Download
Jobs

Fabric

Fabric is designed with nice minimal texture. You can use this template for your blog to make it looking natural and elegnat smart.
Demo Download
Fabric

Vibe Personal Blogger Template

Vibe is a personal blogger template with minimal design and safe readings.
Demo Download
Vibe Personal Blogger Template

Style Magazine Blogger Template

Style is a magazine with all new look, features and design ideas.
Demo Download
Style Magazine Blogger Template

Free Chalkboard template

Demo Download
Free Chalkboard template

Plazify Responsive Blogger Template

Demo Download
Plazify Responsive Blogger Template

Sentify Responsive Blogger Template

Demo Download
Sentify Responsive Blogger Template

RoadRunner Blogger Template

Demo Download
RoadRunner Blogger Template

Galauness Grid Blogger Template

Demo Download
Galauness Grid Blogger Template

Compact - One Page Responsive Blogger Template

The onepage design is trending for business and corporate. Now, by using blogger, you can also make a one page website easily with all the features.
Demo Download
Compact Blogger Template

EntryMag Responsive Magazine Blogger Template

Entrymag is a fully functional magazine. It comes with many content section and different styles of post in a a magazine. It offers everything such as search box, drop down menu, slider and a multiple post content styles.
Demo Download
EntryMag Blogger Template

Catalog e-commerce Grid template

Catalogspot is an Ecommerce blogger template that is absolutely free. If you are going to open a store for your products then I think it’s best choice for you.  You can even more customize its look by just changing the CSS.
Demo Download
Catalog e-commerce Grid template

Minute Grid Template

Demo Download
Minute Grid Template

K-44 White

K-44 white is a modern and clean template for business, creative and corporate. You can also use for your blog with many features that you will not see in many free blogger templates.
Demo Download
K-44 White

True Pixel

Demo Download
True Pixel

Movie Blogger Template

Demo Download
Movie Blogger Template

Escalate Responsive Blogger Template

It is masonry based layout design with four columns. It is fully flexible and modern look with great hover effect.
Demo Download
Escalate Responsive Blogger Template

 Kont Magazine Blogger Template

Kont is a magazine style layout that comes with three columns, featured widget section, social media icons, sidebar, footer and a beautiful magazine layout.
Demo Download
 Kont Magazine Blogger Template

Couponism 

Are you looking for a blogger template for coupons and discounts listing then this is the best and free solution for you. You can customize its look and feel easily.
Demo Download
Couponism

Metro Blogger Template

Demo Download
Metro Blogger Template

Magation Responsive Magazine Blogger Template

Magation is a nice magazine that comes with many features.
Demo Download
Magation Blogger Template

Montric Magazine Blogger Template

Demo Download
Montric Magazine Blogger Template

HeradinoMag Free Blogger Template

Demo Download
HeradinoMag Free Blogger Template

Reflexa Free Blogger Template

Demo Download
Reflexa Free Blogger Template

NewsBox Free Blogger Template

Demo Download
NewsBox Free Blogger Template

CreativePro Free Blogger Template

CreativePro is a dark style blogger template that comes with many features. It offers the high quality slideshow, featured ad section and a nice looking post content section. It’s made up with Jquery, Javascript,HTML and CSS.
Demo Download
CreativePro Free Blogger Template

Game Shift Free Blogger Template

Demo Download
Game Shift Free Blogger Template

1800 OUTFIT OF THE DAY BLOGGER TEMPLATE

The clean and modern looking 2 column design with a classical mode.
Demo Download
1800 BLOGGER TEMPLATE

Daily Free Blogger Template

Daily as it’s name shows is a news template that you guys can use for daily news and updates to your readers. It is one column elegantly designed and perfect looking style.
Demo Download
Daily Free Blogger Template

Tandingan Free Responsive Blogger Template

Demo Download
Tandingan Free Responsive Blogger Template

Digbug Free Blogger Template

Digbug is a gaming blogger template that offers the high quality thumbnails and a featured slider. There is cool dropdown menu, social media bar and  a custom layout.
Demo Download
Digbug Free Blogger Template

iGame Free Blogger Template

Igame is another gaming template. It comes with nice drop down menu effect, slider, portfolio section and a cool post content gridz. It is free and offers many features.
Demo Download
iGame Free Blogger Template

Best Magazine Responsive Free Blogger Template

Demo Download
Best Magazine Responsive Free Blogger Template

INSPIRO MULTIPURPOSE BLOGGER TEMPLATE

Inspiro is a magazine blogger template. It comes with clean and modern web design. The featured area contains the masonry styles blog posts.
Demo Download
INSPIRO BLOGGER TEMPLATE

Babylog Free Blogger Template

Babylog is a minimal template with pink color. It is customizable and easy to use in blogger. It’s perfect for female blog and can also be used for any purpose.
Demo Download
Babylog Free Blogger Template

Storemag online shop Blogger template

Storemag is designed for eCommerce purpose. Now, you can sell products on Blogspot. So, it's very handy for those bloggers who want to sell their products on the web.
Demo Download
Storemag online shop Blogger template

Read More