Blog Archives

2 Steps to find and download ebooks


When I find some very interesting books on amazon,  i will find if there exists any ebooks about thme, at this time i will search it at google, but now i use stepor ebooks(http://ebooks.stepor.com).

In stepor ebooks website, we will find some ebooks on pdf, epub, mobi, chm, doc and ppt, all of books download links is collected by search engine.

stepor ebook

If you want to download some ebooks by it, you can do like this:

Step 1: open stepor ebook(http://ebook.stepor.com) and find what you plan to download.

to find ebook you plan to download is very easy, you can brow this website to get, you also can search to find by book title.

Step 2: Click to download this book by download links indexed by this website.

Stepor ebook has indexed some download links of books, you can choose one to download.

Category: Internet

TAG

1 Step to make table center in div by css


When i am designing a website, you may need a table be center in div, It may like this:

table is center in div

To realize this effect is simple, we can do like these steps:

Step 1: Use css to control table to show

Look at code below, to make a table be center in div, we should make table margin-left and margin-right style is auto.


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>table is center in div</title>
</head>
<style type="text/css">
#wrap{border:#333333 solid 1px; padding:20px 0px;}
#wrap table{margin-left:auto; margin-right:auto; border:#ff6600 solid 1px;}
</style>
<body>
<div id="wrap">
 <table><tr><td> Table is center in div </td></tr></table>
</div>
</body>
</html>

Then open this page by your browser, you will get result like above.

2 Steps to get more backlinks for your website


Many friends ask me about question: how to get backlinks for our websites, after more backlinks, more website traffic. but as to me this question is simple,meanwhile it is hard,if you do nothing about your website backlinks, you will find this question is very hard to you, but if you do as follows, you will find this question is very easy.

Step 1:Write content for your website

Once you have a website, meanwhile you add several articles to your website then you can add your article url at others’ website and get backlinks from them. So if you want get or add more backlinks, first thing you have to do is add content to your website.

Step 2:Visit some related blog on your article by google

After you have added an article to your website, then you will get a article url, which you can paste it to others’ website and we can find these website by google.

Fox example, if you have written an article “2 steps to get more backlinks for your website“, then you can copy this title to google search input form then search it.

Then you will get some search results on “2 steps to get more backlinks for your website“, these article links in search result is related your article and you can visit them and leave your comments and article url. When you do it for several days, you will find you will get more backlinks for your website.

Tips and Warnings:

(1)When you are making comments at others’ website, you should be responsible and careful so that those webmaster or blogger do not think you are a spammer.

Category: Internet


If you are a blogger like me, you may be very interested in how may blog pages are indexed by google, so if you want to know answer of this question, you can follow me.

Step 1: Search your website by using Site:your website domain name

To know how many pages of your blog or website have been indexed by google, you can search your website by google, for example, if you have a blog website as me, and domain name is http://www.stepor.com,  to know how many pages have been indexed, you can search your website like this: site:www.stepor.com.

Then you will get a search result like below:

stepor indexed by google 1

From picture i know about 131 pages have been indexed by google. then you can do like this to get number of your website.

Step 2:  Get effective number of your pages indexed by google

As to me, when i see eighth page of google search result, i found the indexed number of my blog website indexed by google changed, it change to 128 from 131, look at picture below:

stepor indexed by google 2

You may say why? from my perspective, there are 3 (131-128) pages of my blog website indexed by google just now or a few days, they are not put into google index database, so you can know 131 in first page in google search result, but 128 in other pages.

Tips and Warnings:

(1) To get more accurate number of your pages indexed by google, you can use webmaster tool of google.

Category: Internet

TAG

3 Steps to delete all comments in wordpress


Recent days, my wordpress blog have received many spam comments, i think most of them are sent by some softwares automatically, which brings me a lot of inconvenience, so i plan to delete all comments in my wordpress blog, how to do it ? We can do like this:

Step 1: Use Plugin Delete All Comments

We can use plugin Delete All Comments to help us to delete all comments in wordpress, this plugin is very small and easy to use. you can down it at Delete All Comments In WordPress.

Step 2: Install Delete All Comments plugin and active it

After you have downloaded this plugin, you can install it, to question:How to install it, you can read article: 2 Steps to install wordpress plugin.
After you have installed, you should activate it to make it work.

Step 3: Delete All Comments

After you have activated it you may find it on your Tools:

Delete All Comments

Then click Delete All Comments item, you will see a page like this:

Delete All Comments Action

Then click Delete All, all comments in your wordpress will be deleted.


To know difference between 302 Moved Temporarily and 302 Found is easy, both of them respect “The requested resource resides temporarily under a different URI”, and difference of them are because different of http protocol.

Step 1: 302 response code HTTP 1.0

In http 1.0,302 response code will displayed as 302 Moved Temporarily, you can get more detail information in HTTP 1.0 302 Code.

Step 2: 302 response code HTTP 1.1

In http 1.1, 302 response code will displayed as 302 Found, and you can get more detail information in HTTP 1.1 302 Code.


In article 2 Steps to know whether vistors use mobile to visit your website in PHP, we introduce a way by check the device type of visitors are using to display different scale page to visitors, however, we can check the width and height of  visitors’ browser to realize too, and this article will give some useful information to you.

Step 1: To get width and height of browser by JavaScript

To get width and height by javascript is not hard, we can use code below to realize it.


<script>
var w=window.innerWidth
|| document.documentElement.clientWidth
|| document.body.clientWidth;

var h=window.innerHeight
|| document.documentElement.clientHeight
|| document.body.clientHeight;

alert("w="+w+ " h="+h);
</script>

Then we will run this code to know width and height.

Step 2: Analysis the result

Run code above we will get a result like below:

get browser width and height

From this picture, we will know we get the width of height of displaying content, not the width and height of the whole browser.

2 Steps to know install.rdf file in firefox


You have read article:3 Steps to create XPI file for FireFox by ZIP, you may find a special file:install.rdf, and do you know what it is and what effect of it? I think this article will help you.

create a xpi file for firefox

Step 1: What is install.rdf

install.rdf  file exists in process of creating a firefox extension, its  effect is provide some useful information on an extension, for example:

(1)The author’s name and home page

(2)The extension’s name and decription

(3)The extension’s version and about page etc.

3 Steps to create XPI file for FireFox by ZIP


To create a XPI file for firefox is very simple, you can read article 2 Steps to create XPI File for Firefox to get more detail informaiton.

However, if you want to know more detail, you can read this article, here i will give you a example.

Step 1: You should have a firefox extension source code

Before you plan to create a xpi file, you should have to have some source code for firefox extension, these source may like this:

create a xpi file for firefox

Step 2: Use zip application  you have installed on computer to zip these file

As above, you can zip .js, .json, .rdf file to a zip file.

Step 3: Rename zip file to xpi file

You can rename your created zip file into a xpi file, like showed above, it is called a Short URL Submit.xpi,then you can install and use it in firefox.

Category: Internet

TAG


As a website master, you must know a term: Doorway pages from google webmaster help, and we can not place your google adsense on this pages, however, do you know what is doorway pages and do you know how to create a doorway page?  This article will give you some good information.

Step 1: Know what is doorway pages

From google,we can know some basic information on Doorway pages, we can summarize to one sentence: doorway page is a kind of page that can cheat search engine and redirect visitors to other website.

Step 2: Create a test doorway page to know detail of it

To create a doorway page is very simple, before we create one, you should prepare some information.

(1)If you have a website, which introduce some football games, its domain name is http://www.stepor.com

(2)The traffic of my website is very small, i want to increase it

(3)I find people are interested in make money

(4)I plan to build a website which contains many pages on how to make money (These pages onley contains some words or sentence on how to make money), and search engine will index them.Fox example, this site domain name is http://www.makemoney.com

(5)When people search my makemoney.com and click to view it, my page will redirect to my site:http://www.stepor.com

For above i will find pages on site:http://www.makemoeny.com are doorway pages, because every page only contains some words or sentences on how to make money, but can not provide some useful information to visitors.

We can create a test doorway page:

<html>
<head>
<meta name="description" content="How to make 1000 dollars per day">
<meta name="keywords" content="make money">
<title>How to make 1000 dollars per day </title>
<meta http-equiv="refresh" content="0" url="http://www.stepor.com">
</head>
<body>
</body>
</html>

This is a doorway page, it can be indexed by google, however, when you click search result of google,you want to know some information on make money, but this page will open my football game site:http://www.stepor.com

Tips and Warnings:

(1)Do not create doorway pages because they are unworthiness.

Category: Internet

TAG

2 Steps to create XPI File for Firefox


If you have created a firefox extension, you should create a “.xpi” file in order to it can be installed, how to create it you may ask, you can do like these steps:

Step 1: Zip all your code and rename it into xpi file

In post Build an extension for firefox, we can get answer of create a xpi file for firefox, what you should do is zip your files and rename it into xpi file, however, you may get a fail result by this way, if you say yes, you can do like step two.

Step 2: Use Java jar.exe to create a xpi file

You also can use java jar.exe to create your xpi file, before you start, you should make sure you have installed a java jdk.

Then you can create a bat file to create, code like below:


set EXTENSION_NAME=content_blocker
set EXTENSION_HOME=C:/myextension/firefox
set EXTENSION_PATH=%EXTENSION_HOME%/%EXTENSION_NAME%
set JAVA_HOME=C:/ARCS/Dev/jre1.5
%JAVA_HOME%/bin/jar.exe cvfM %EXTENSION_PATH%.xpi -C %EXTENSION_PATH% .
pause

Then only thing what you do is run this bat file.

Category: Internet

TAG

3 Steps to make a successful website


Every website master really want to build a successful website, however, most of them can not realize their dream. Do you know why? if you want to build a successful website too, this post may help you.

Step 1:  What service you can provide for your visitors

Think of this question: Why people visit your website?

Your website can provide a good news to them? or your website can provide a solution for their problems or your website can save their money when they plan to buy something?

Usually, visitors like to visit some websites only for they can get some help or valuable information from them, so if you wan to build a successful website, you must think what you can give for others.

Only you have solve this problem, you can start to build a website.

Tips and Warnings:

(1) Do not focus on the things that how to make money from my website, you should focus on your content and service you can provide for visitors.

(2)Do not ask yourself this question: what kind of website i should build continuously, you should ask yourself how can i provide better content and service to my visitors.