Skip to main content

Posts

Showing posts from February, 2017

How to use Blogger and Google drive combination to build Download sites

Blogger and Google drive both are offered by Google. One is for blogging and other for cloud storage. Both are used by millions of people. Blogger gives way to share anything you have and Google drive gives the power of securely save any file and share them with others. So if we take the combination of these two we can create any type of download site.Today you learn, how to build download sites by using these two services of Google. Before Start-: Before creating a download site, first you need to choose one purpose of your site. In other words,which users will come to your site.You need to Choose the content type and collect the required data. e.g.if you want to offer free music you need to collect the music files you want to share via your blog. Let start by creating your blogger blog.As we all know you need a Google account to use all products of google. First, create a google account if you not have one.If you already have a Google account, follow this guide to create a b

How to earn money with Shorte.st

Money Money Money!!!!! Everyone wants money. Everybody run after the money. We also want Money to complete our needs and dreams. Now we discuss a way with which you can earn online. Yes you earn dollars with just clicks. I am not kidding, you can earn real money within a month or a week with Shorte. st What is Shorte.st? Hey, Do you know about Adf.ly? if yes,you can easily understand what shorte.st does. It is an alternative of adf.ly. Actually shorte.st is a url shortner which pays you for shorten your url. How it works? It working is simple. Let us say that we have a link we shortened it using shorte.st. Now when anyone click on the shortened url they see a 5 second ad and then they can skip the ad and go to the destination page. Why Shorte.st Why you should use shorte.st? This is the question everyone want to  know. What is special in shorte.st? Let explain it: There are many url shortner which pays You for shorten the url but shorte.st is different from them because: Hi

How to add list of posts to blogger page

Blogger as we all know a very famous and useful blogging platform. It gives a chance to all to create reputation in internet world. Unlike other platform blogger is more reliable and easy to handle. We can create custom widget/gadgets for blogger by using simple html,css and javascript. Also its api requests is easy to learn. Today i discuss how to add list of posts to a blogger page by using simple javascript. Add Coding To do this simply follow these steps: Go to Blogger Dashboard In the pages tab,Click on new page button. Give a name to the page. Add the following code to it. <div><ul id="postList12"></ul></div> <script type="text/javascript"> var startIndex = 1; var maxResults = 100; function sendQuery12() { var scpt = document.createElement("script"); scpt.src = "/feeds/posts/summary?alt=json&callback=processPostList12&start-index=" + startIndex + "&max-results=" + maxResult