Thursday 20 March 2014

how to do marketing for startup



Couple of strategies in online PR are:
a) Getting bloggers/news portals to review the portal
b) Issuing of the press release in case of a new product launch/service.
c) Scheduling one on one interview of the brand spokesperson with journalist/bloggers to share industry trends or future plans of the company


Email Marketing: It has one of the highest conversions in online marketing. Email marketing helps a firm to get repeatvisitors on its website on a regular basis. An online marketer should regularly look at employing various strategies to build his/her mailing database. Offering freebies or discount coupons could be one such strategy.

Affiliate Marketing: It can be defined as the type of marketing in which a brand rewards a website owner/blogger for every sale which happens when a visitor directed from them makes a purchase on the brand’s website. Affiliate Marketing has also one of the lowest cost of acquisition compared to other online advertising channels. For an e-commerce venture, affiliate marketing becomes all the more important since they can contribute to as much as 15% to the company’s revenue. Affiliate marketing has become all the more easier with the launch of firms like cuelinks.com etc which connects merchants(brands) and publishers(bloggers, website owners) on a single platform. Amazon earns around 30% of its revenue from Affiliate Marketing of which 55%-60% comes from bloggers and the remaining from deal sites, coupon sites and price comparison sites.


Content Marketing: If planned and executed systematically, content marketing can significantly help an online portal to get backlinks from high authority websites.


List the business website in online directories. Find the category your business fits into in online directories and list your business name, a short description of the products or services your business offers and the website address for your business site.
Find and join online communities your target customers use. When you are a member of an online community, you can list your business name, business description and contact information such as a website address and email address. Be active in the online discussions and post questions relating to your industry in the online forums so that other community members get to know about you and your business offering. Some online forums allow you to promote your business, while others prohibit direct advertising. Either way, by being involved in the community, you're indirectly promoting your business
                            
Estimating a Conversion Rate
The next step is to assign conversion rates and values. Consider newsletter signups, for example. 100 new newsletter signups per month could be incredible growth if your conversion rate is 20%. That is, if 20% of your newsletter subscribers become paying customers. If your conversion rate is closer to 1%, those 100 newsletter signups might be insignificant.
Estimate (based on historical data) your lead conversion rate. Now do the same to estimate the lifetime value of a customer. If you know how many of your leads convert and how much those conversions generate for your startup, you can assign values to goal completions like newsletter signups. $2,500 per month from your newsletter is a lot more indicative of success than 100 new newsletter signups.


Wednesday 19 March 2014

20 Tips for More Efficient Google Searches


    1. Either/or
      Google normally searches for pages that contain all the words you type in the search box, but if you want pages that have one term or another (or both), use the OR operator -- or use the "|" symbol (pipe symbol) to save you a keystroke. dumb | little | man
    2. Quotes
      If you want to search for an exact phrase, use quotes. "dumb little man" will only find that exact phrase.  dumb "little man" will find pages that contain the word dumb and the exact phrase "little man".
    3. Not
      If you don't want a term or phrase, use the "-" symbol. -dumb little man will return pages that contain "little" and "man" but that don't contain "dumb".
    4. Similar terms
      Use the "~" symbol to return similar terms. ~dumb little man -dumb will get you pages that contain "funny little man" and "stupid little man" but not "dumb little man".
    5. Wildcard
      The "*" symbol is a wildcard. This is useful if you're trying to find the lyrics to a song, but can't remember the exact lyrics. can't * me love lyrics will return the Beatles song you're looking for. It's also useful for finding stuff only in certain domains, such as educational information: cats *.edu
    6. Advanced search
      If you can't remember any of these operators, you can always use Google's Advanced Search.
    7. Definitions
      Use the "define:" operator to get a quick definition. define:dumb will give you a whole host of definitions from different sources, with links.
    8. Calculator
      One of the handiest uses of Google, type in a quick calculation in the search box and get an answer. It's faster than calling up your computer's calculator in most cases. Use the +, -, *, / symbols and parentheses to do a simple equation. (3 4/5 + 2 1/8)-(1 1/12)*2
    9. Numrange
      This little-known feature searches for a range of numbers. For example, best books 2002..2007 will return lists of best books for each of the years from 2002 to 2007 (note the two periods between the two numbers).
    10. Site-specific
      Use the "site:" operator to search only within a certain website. site:dumblittleman.com leo will search for the term "leo" only within this blog.
    11. Backlinks
      The "link:" operator will find pages that link to a specific URL. You can use this not only for a main URL but even to a specific page. Not all links to an URL are listed, however. link:dumblittleman.com
    12. Vertical search
      Instead of searching for a term across all pages on the web, search within a specialized field. Google has a number of specific searches, allowing you to search within blogs, news, books, and much more:
    13. Local Search
      Search for anything in your city. Examples movies 94705, Italian food 02138
    14. Weather
      To see the weather for many U.S. and worldwide cities, type “weather” followed by the city and state, U.S. zip code, or city and country. weather San Francisco, CA
    15. Unit converter
      Use Google for a quick conversion, from yards to meters for example, or different currency: 12 meters in yards
    16. Types of numbers
      Google algorithms can recognize patterns in numbers you enter, so you can search for:
      • Telephone area codes
      • Vehicle ID number (US only)
      • Federal Communications Commission (FCC) equipment numbers (US only)
      • UPC codes
      • Federal Aviation Administration (FAA) airplane registration number (US only)
      • Patent numbers (US only). Example Patent 5123123
      • Even stock quotes (using the stock symbol) or a weather forecast regarding the next five days
      • Package Tracking (UPS, Fedex, or USPS). Example: 1Z9999W99999999999
    17. File types
      If you just want to search for .PDF files, or Word documents, or Excel spreadsheets, for example, use the "filetype:" operator. cats filetype:pdf
    18. Location of term
      By default, Google searches for your term throughout a web page. But if you just want it to search certain locations, you can use operators such as "inurl:", "intitle:", "intext:", and "inanchor:". Those search for a term only within the URL, the title, the body text, and the anchor text (the text used to describe a link). inurl:funny
    19. Related search
      To search for web pages that have similar content to a given site, type “related:” followed by the website address into the Google search box. related:www.cnn.com
    20. answer to life the universe and everything
      Search for that phrase, in lower case, and Google will give you the answer!


Sources


Saturday 15 March 2014

sql injection with example explained

What is SQL Injection?

SQL Injection is a type of web application security vulnerability in which an attacker is able to submit a database SQL command which is executed by a web application, exposing the back-end database. A SQL Injection attack can occur when a web application utilizes user-supplied data without proper validation or encoding as part of a command or query. The specially crafted user data tricks the application into executing unintended commands or changing data. SQL Injection allows an attacker to create, read, update, alter, or delete data stored in the back-end database.
SQL injection is a code injection technique, used to attack data driven applications, in which malicious SQL statements are inserted into an entry field for execution.

Sql Injection example
Step 1
Find login.asp page in search engin
step 2
username:    1'or'1'='1
password:      1'or'1'='1




 
sql injection example in asp.net
STEP 1:
  
 Step 2:


Bypassing Login Screens
SQL Injection Login tricks
  admin' --
    admin' #
    admin'/*
    ' or 1=1--
    ' or 1=1#
    ' or 1=1/*
    ') or '1'='1--
    ') or ('1'='1--

Thursday 13 March 2014

java connectivity with mysql projects

java connectivity with mysql example


Create Database

To create a database you have to supply CREATE DATABASE command followed by the database name and then semicolon.

mysql> CREATE DATABASE EXPDB;
Query OK, 1 row affected (0.08 sec)

mysql>

 Use Database

Once you have created the database then you have to select it for use to perform operations on it. Command USE <DATABASE-NAME> begins a mysql (The MySQL Command-line Tool) session and lets you perform database operations. Note that, you need to create database only once but have to use it each time you start a mysql session.

mysql> USE EXPDB;
Database changed

mysql>

 Create a table

The EXPTABLE, example table to demonstrate JDBC (Java database connectivity) is created by issuing CREATE TABLE command as shown below:

mysql> CREATE TABLE EXPTABLE (
    -> ID INT NOT NULL AUTO_INCREMENT PRIMARY KEY,
    -> NAME VARCHAR (50)
    -> );
Query OK, 0 rows affected (0.20 sec)

mysql>

 Insert Records

Just for illustration, two records into EXPTABLE are being inserted, you can insert more if you like. Later we will perform select and edit operations on these records using JDBC (Java database connectivity).
   
mysql> INSERT INTO EXPTABLE (NAME) VALUES ("ANUSHKA K");
Query OK, 1 row affected (0.09 sec)

mysql> INSERT INTO EXPTABLE (NAME) VALUES ("GARVITA K");
Query OK, 1 row affected (0.00 sec)

mysql> SELECT * FROM EXPTABLE;
+----+-----------+
| ID | NAME      |
+----+-----------+
|  1 | ANUSHKA K |
|  2 | GARVITA K |
+----+-----------+
2 rows in set (0.03 sec) 
 
---------------------------------------------------------------------- 
java database connectivity code with mysql example 
 
/* JDBC_Connection_Demo.java */
 
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
 
public class JDBC_Connection_Demo
{
  /* static block is executed when a class is loaded into memory 
   * this block loads MySQL's JDBC driver
   */
  static
  {
    try
    {
      // loads com.mysql.jdbc.Driver into memory
      Class.forName("com.mysql.jdbc.Driver");
    } 
    catch (ClassNotFoundException cnf) 
    {
      System.out.println("Driver could not be loaded: " + cnf);
    }
  }
 
  public static void main(String[] args)
  {
    String connectionUrl = "jdbc:mysql://localhost:3306/EXPDB";
    String dbUser = "root";
    String dbPwd = "TYPE YOUR PASSWORD";
    Connection conn;
    ResultSet rs;
    String queryString = "SELECT ID, NAME FROM EXPTABLE";
 
    try
    {
      conn = DriverManager.getConnection(connectionUrl, dbUser, dbPwd);
      Statement stmt = conn.createStatement();
 
      // INSERT A RECORD
      stmt.executeUpdate("INSERT INTO EXPTABLE (NAME) VALUES (\"TINU K\")");
 
      // SELECT ALL RECORDS FROM EXPTABLE
      rs = stmt.executeQuery(queryString);
 
      System.out.println("ID \tNAME");
      System.out.println("============");
      while(rs.next())
      {
        System.out.print(rs.getInt("id") + ".\t" + rs.getString("name"));
        System.out.println();
      }
      if (conn != null)
      {
        conn.close();
        conn = null;
      }
    }
    catch (SQLException sqle) 
    {
      System.out.println("SQL Exception thrown: " + sqle);
    }
  }
} //JDBC_Connection_Demo ends here
  
---------------------------------------------------------------------------
TO RUN IT ON CMD
 
E:\java mysql code driver>javac JDBC_Connection_Demo.java

E:\java mysql code driver>java -cp . JDBC_Connection_Demo
ID      NAME
============
1.      ANUSHKA K
2.      GARVITA K
3.      TINU K

java database connectivity code with mysql example

 Create database in mysql as:- aavikme.

   import java.sql.*;
    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.SQLException;
    import java.util.Properties;
    
    public class MySQLConnectExample {
    static
      {
        try
        {
          // loads com.mysql.jdbc.Driver into memory
          Class.forName("com.mysql.jdbc.Driver");
        }
        catch (ClassNotFoundException cnf)
        {
          System.out.println("Driver could not be loaded: " + cnf);
        }
      }
    
        public static void main(String[] args) {
    
            // creates three different Connection objects
            Connection conn1 = null;
            Connection conn2 = null;
            Connection conn3 = null;
     try {
               Class.forName("com.mysql.jdbc.Driver");
   
                // connect way #1
                String url1 = "jdbc:mysql://localhost:3306/aavikme";
                String user = "root";
                String password = "your password";
   
                conn1 = DriverManager.getConnection(url1, user, password);
                if (conn1 != null) {
                    System.out.println("Connected to the database test1");
                }
   
                // connect way #2
                String url2 = "jdbc:mysql://localhost:3306/aavikme?user=root&password=your password";
                conn2 = DriverManager.getConnection(url2);
                if (conn2 != null) {
                    System.out.println("Connected to the database test2");
                }
   
                // connect way #3
                String url3 = "jdbc:mysql://localhost:3306/aavikme";
                Properties info = new Properties();
                info.put("user", "root");
                info.put("password", "your password");
   
                conn3 = DriverManager.getConnection(url3, info);
                if (conn3 != null) {
                    System.out.println("Connected to the database test3");
                }
       } catch (SQLException ex) {
                System.out.println("An error occurred. Maybe user/password is invalid");
                ex.printStackTrace();
       } catch (ClassNotFoundException e) {
        // TODO Auto-generated catch block
        e.printStackTrace();
       }
      }
     }     







    
save it as MySQLConnectExample.java
DONE IT

Run it in cmd

E:\java mysql code driver>javac MySQLConnectExample .java

E:\java mysql code driver>java -cp . MySQLConnectExample

SAVE ALL FILE AS SHOWN IN PIC.


Tuesday 11 March 2014

how it's made shoes,bread,petroleum,Chips ,cold drinks,coffee,currency,sugar and many more

How to Make Petrol or Gas from Crude Oil.

The video shows how crude oil is mined and how petrol, gas, jet fuel, etc., are 'refined' from it. 


How its made: Bread 

  

How Its Made, Sugar.


How  Chips Are Made 


How Coca Cola Is Made

 

Shoes factory

 
how to make currency



How Jeans Are Made 

 

Monday 10 March 2014

get crowdfunding by wishberry easily

how to get crowdfunding for my business? many new entrepreneur think this question twice a day.
 


Wishberry.in site  provides services that allow customers to create a gift registry or fundraising page by filling out a simple online form on Wishberry.in, or by giving them a call. Customers can easily fill out an online form, create the page and email it back to them. Once the page is created, users can share it with their friends and family, as well as through social media and email. Friends and guests can then visit the online link and contribute any amount online, using their credit or debit card. Wishberry takes care of all the backend logistics with the NGO.


WHAT'S CROWDFUNDING?

Getting funded from the crowd. Asking a large number of people to chip-in small amounts to a project
Tell your story & pitch your project through a fun video
Reach out to family, friends & fans through social media
Funders chip-in any amount they can afford (Rs. 50 or 50,000)
Reward funders with recognition, merchandize, and experiences

WHY CROWDFUNDING?

Test your ideas with risk-free money from people who believe in you or your project
Validate your idea & increase your chances to get investor/bank funding
Sell your product before it’s ready & get free branding in the process
No need to part with ownership in your project or make interest payments
Follow your dream with full creative control
 
how to get crowdfunding for my business
 
wish_berryWishberry.in provides services that allow customers to create a gift registry or fundraising page by filling out a simple online form on Wishberry.in, or by giving them a call. Customers can easily fill out an online form, create the page and email it back to them. Once the page is created, users can share it with their friends and family, as well as through social media and email. Friends and guests can then visit the online link and contribute any amount online, using their credit or debit card. Wishberry takes care of all the backend logistics with the NGOs. ... read more on yourstory.com
Wishberry.in provides services that allow customers to create a gift registry or fundraising page by filling out a simple online form on Wishberry.in, or by giving them a call. Customers can easily fill out an online form, create the page and email it back to them. Once the page is created, users can share it with their friends and family, as well as through social media and email. Friends and guests can then visit the online link and contribute any amount online, using their credit or debit card. Wishberry takes care of all the backend logistics with the NGOs. ... read more on yourstory.com
Wishberry.in provides services that allow customers to create a gift registry or fundraising page by filling out a simple online form on Wishberry.in, or by giving them a call. Customers can easily fill out an online form, create the page and email it back to them. Once the page is created, users can share it with their friends and family, as well as through social media and email. Friends and guests can then visit the online link and contribute any amount online, using their credit or debit card. Wishberry takes care of all the backend logistics with the NGOs. ... read more on yourstory.com
Wishberry.in provides services that allow customers to create a gift registry or fundraising page by filling out a simple online form on Wishberry.in, or by giving them a call. Customers can easily fill out an online form, create the page and email it back to them. Once the page is created, users can share it with their friends and family, as well as through social media and email. Friends and guests can then visit the onli ... read more on yourstory.com

java database connectivity code with mysql

jdbc connectivity with mysql  

For MySQL 5.1
For Windows users only

Pre-Requisites:
  1. jdk1.6.0_11(Works with previous versions of JDK) can be downloaded from here
  2. MySQL Server 5.1
  3. mysql-connector-java-3.0.11-stable-bin.jar or Download mysql Connector/J


java connectivity with mysql projects,

Environment Variables:
Enter Variable name and Variable value which is mentioned below.
Variable name:
JAVA_HOME
Variable value:
C:\Program Files\Java\jdk1.6.0_11

Variable name:
PATH
Variable value:
C:\Program Files\Java\jdk1.6.0_11\bin

Variable name:
CLASSPATH
Variable value:
.;C:\MysqlDriver\lib\mysql-connector-java-3.0.11-stable-bin.jar

Simple java program to connect Mysql with java using JDBC

java connectivity with mysql example,

java database connectivity code with mysql example


Connect Java with MS SQL Server Tutorial For MS SQL Server 2005

 

Connect Java with Oracle 10g Tutorial

 

Saturday 22 February 2014

eclipse j2me plugin installation

Procedure
  1. Download the EclipseME J2ME 0.7.0 plugin. Do not unzip this file.
    For example: c:\temp\eclipseme.feature_0.7.0_site.zip
  2. Create a new workspace directory, for example: c:\workspace_j2me
  3. Start Eclipse and switch workspace, select menu: File | Switch Workspace
  4. Press the "Browse" button to select the created workspace c:\workspace_j2me

    Workspace launcher
  5. Eclipse will be restared and the workspace setup.
  6. Select menu: Help | Software Updates | Find and Install

    Eclipse install plugin step 1

for next step read from here

 

Thursday 20 February 2014

java mysql connection example easily

Connect to MySQL with JDBC driver



Here’s an example to show you how to connect to MySQL database via a JDBC driver. First, get a MySQL JDBC driver from here -MySQL JDBC Driver Download Here.

MySQL JDBC Driver  should be in same folder where you save your project.

1. Java JDBC connection example

Code snippets to use a JDBC driver to connect a MySQL database.
Class.forName("com.mysql.jdbc.Driver");
Connection conn = null;
conn = DriverManager.getConnection("jdbc:mysql://hostname:port/dbname","username", "password");
conn.close();

---------------------------------------------------------------------------------------------------------

Java & MySQL - Basic connection and insert values (NetBeans)  

 

Wednesday 19 February 2014

how to create a health care system


A better healthcare system requires active participation by patients

information technology to Create a Health Care System

 

 http://onlineheartrate.com/
This website will help you measure your heart rate online, in beats per minute (BPM), without using an actual heart rate monitoring device. Based on your age and maximum heart rate (HRmax), it will also determine your heart rate training zone.
How to use?

To begin measuring your heart rate, follow these easy steps:

    Enter your age.
    With one hand, feel your pulse by placing your index and middle fingers on your lower neck, on either side of the windpipe. Press lightly until you feel a pulse.
    With the other hand, click the heart icon each time you feel a beat. You can also tap the spacebar.

Your average beats per minute (BPM) will be displayed and the indicator will show your current training zone.
What is heart rate?

Heart rate (or pulse) is the number of times your heart beats in a minute, typically expressed in beats per minute (BPM). Your heart rate increases or decreases based on your body's need to absorb oxygen. Your heart rate when sleeping is typically lower than when walking or running.
 Emotional changes can also increase your heart rate.

The heart rate is used by medical professionals to help in the diagnosis of medical conditions. It is also used by individuals who want to gain maximum efficiency from their training and monitor their fitness level.
How can I check my pulse?
Checking the pulse at the wrist Checking the pulse at the neck

You can feel the pulse by pressing lightly on a blood vessel close to the skin's surface. Always use your index and middle fingers, as your thumb's pulse might give incorrect readings. The two most common points for checking the pulse are the neck and the wrist.

To check the pulse at the neck, place your index and middle fingers on your lower neck, on either side of the windpipe. Press lightly until you feel a pulse.

To check the pulse at your wrist, turn the palm side of your hand facing up. Place your index and middle fingers of your opposite hand on your wrist, approximately one inch below the base of your hand. Press down until you feel the pulse.
What is the maximum heart rate (HRmax)?

The maximum heart rate (HRmax) is the maximum number of times your heart can beat in a minute, and it depends on your age. HRmax is important for determining your heart rate training zone.

The most common method to calculate the maximum heart rate is: HRmax = 220 - age
What is the resting heart rate (HRrest)?

The resting heart rate (HRrest) is the heart rate when you are resting. In adults, the resting heart rate is typically between 60 and 100 BPM.
Athletes may have a resting heart rate below 60 BPM. To measure your resting heart rate, you must have been resting for at least 10 minutes before taking your pulse.


-------------------------------------------------

BMI:-
Body mass index (BMI) is measure of body fat based on height and weight that applies to both adult men and women.

BMI Categories:

    Normal weight = 18.5-24.9
    Overweight = 25-29.9
    Obesity = BMI of 30 or greater
example

For My Body Mass Index

The Height you entered is 5 feet, 7 inches. The Weight you entered is 119.05 pounds.


Your Calculated BMI is: 18.6
--------------------------------------------------------------------------------------------
we can make this small easy and small healthcare system

 

How to open a web page by using java code?


  java code to open a web page in program



 import java.io.*;
public class mani {
public static void main(String args[])throws IOException{
    try
{
Process p=Runtime.getRuntime().exec("cmd /c start http://gossipbollywoodreviews.blogspot.in/");
}
catch(IOException e1) {System.out.println(e1);}
}
}

WHAT IS JAVA,J2EE AND J2SE

Java can be divided into 3 categories
1.core java
2.advanced java
3.J2EE

core java and advanced java are the standard editions of java where as J2EE is the enterprise edition
witout completing core and advanced java u will not be able to understand J2EE

"Java" refers to both a language and a platform. The runtime and libraries that comprise the platform are based on the Java language and come in 3 flavors:

Java SE (Standard Edition): Formerly J2SE but renamed to Java Standard Edition when the Java 2 convention was dropped with the release of Java 5 (formerly J2SE 1.5). It contains a good all-around mix of general purpose libraries including JDBC (Java Database Connectivity), JNDI (Java Naming Directory Interface), RMI (Remove Method Invocation), AWT, and Swing.

Java EE (Enterprise Edition): Formerly J2EE (see above). It includes Java Standard Edition plus most of the other Java technologies including JavaMail, Activation, JAXB (Java API for XML Binding), Servlets, JSF (Java Server Faces), JMS (Java Messaging Service), EJB (Enterprise Java Beans), and others. Most of the APIs are very component-oriented and are intended to provide pluggable interfaces for business components to form robust, distributed internet applications.

Java ME (Micro Edition): Formerly J2ME. It includes most of Java SE and some additional APIs for handheld devices.

Java Enterprise Edition is based on Java, but includes a larger set of libraries than Java Standard Edition, which to most people is synonymous with the word "Java." Note that many of the technologies featured in Java Enterprise Edition are available separately and can be added to the Java Standard Edition platform as needed.

where does mysql store databases on windows 7


Windows

1) Locate the my.ini, which store in the MySQL installation folder.

For Example,

C:\Program Files\MySQL\MySQL Server 5.1\my.ini

2) Open the “my.ini” with our favor text editor.

#Path to installation directory. All paths are usually resolved relative to this.
basedir="C:/Program Files/MySQL/MySQL Server 5.1/"

#Path to the database root
datadir="C:\ProgramData\MySQL\MySQL Server 5.1\data"

Find the “datadir”, this is the where does MySQL stored the data in Windows



now check
 C:\ProgramData\MySQL\MySQL Server 5.1\data 

This is Hidden file so go to view >> show hidden folder.

Take Emulator Screen Shots In Eclipse And Speech To Text Using API For Android

Android: Take Emulator Screen Shots in Eclipse

 

1.In eclipse, Open Windows > Show View > Others… (Shortcut Alt + Shift + Q, Q)

2.From the Show View dialog, open Android and select Devices.

 3.

This will open a new Devices view in your eclipse. Select the Emulator that is running currently and that you want to capture screen of and click Camera icon on right side.
android-eclipse-capture-screen-shot
This will open Device Screen Capture dialog. Press Refresh button to capture current screen and press Save to save it in PNG format on disk.

Android: Speech To Text using API

Step 1: Create Basic Android Project in Eclipse


Step 2: Change the Layout

Step 3: Android Java Code to trigger Speech to Text API

 learn full code here

  android-speech-to-text-conversion   




Saturday 15 February 2014

digital publications from any document




  • Create a powerful digital publication from any document
  • Customize look and feel for a consistent brand image
  • Choose from a wide range of features for your publication
  • Impress everyone with a professional look!

Mobile-Ready | HTML5 support

We fall asleep with smartphones in our hands. We spend hours upon hours a week glued to our tablets.
FlippingBook publications support HTML5 and work on Apple and Android devices flawlessly. Your readers can check your digital catalog or scan a couple of online magazine articles while at lunch, on vacation or at a really dull meeting.

How it Works



convert blog to book easily and free

To convert blog to book easily use www.blogbooker.com.

What is this?

"BlogBooker: From your Blog to a Book."

BlogBooker produces a high-quality PDF Blog Book from all your blog's entries and comments.
Archives can be generated from any blog running on WordPress, LiveJournal (and derivatives) or Blogger.

The whole process takes about 3-4 minutes, depending on the size of your blog.

Blogbooker is a FREE service offered thanks to donations.


How does it work?
You submit an export file provided by your blog system to BlogBooker.
Your file is verified and all linked images are fetched.
Entries, Comments and Images are assembled into a high-quality PDF.
PDF is provided without any restriction and thus can be submitted for printing to third-parties.


How to export your blog?
Exporting your WordPress blog.
Exporting your Blogger blog.
LiveJournal export/backup is automatically handled.


Why?
You can print your BlogBook and make it real, read it more comfortably or share it with friends, publish it ...
The main purpose is to let you have an archive of your blog/journal. The PDF embeds all images and is consistent over time.


Examples :
Find out some public BlogBooks on the web.

list of popular chinese websites by category

Top Web Sites in China by category

 



Search Engines

    Baidu: www.baidu.com
    Google China: www.google.com.hk
    Sogou: www.sogou.com
    Tencent Soso: www.soso.com
    Yahoo China: www.yahoo.cn
    Youdao: www.youdao.com
    Bing: cn.bing.com

Web Portals

    Sina: www.sina.com.cn
    QQ: www.qq.com
    Sohu: www.sohu.com
    NetEase/163: www.163.com
    Yahoo China: cn.yahoo.com
    MSN China: cn.msn.com
    Tianya: www.tianya.cn

Weibo / Microblogging Sites

    Sina Weibo: www.weibo.com
    Tencent Weibo: t.qq.com
    Sohu Weibo: t.sohu.com
    163 Weibo: t.163.com
    Follow5: www.follow5.com
    Fanfou: www.fanfou.com
    Digu: www.digu.com
    139: shequ.10086.cn
    Baidu Microblog: t.baidu.com

Social Network Sites (SNS)

    RenRen/Xiaonei: www.renren.com
    Kaixin001: www.kaixin001.com
    51.com: www.51.com
    Pengyou: www.pengyou.com
    Ushi: www.ushi.cn

Social Review Sites

    Douban: www.douban.com
    Dianping: www.dianping.com
    Koubei: www.koubei.com

Community Sites

    Tianya: www.tianya.cn
    Mop: www.mop.com
    19lou: hangzhou.19lou.com

Blogging Platforms/Services

    Qzone: qzone.qq.com
    Sina Blog: blog.sina.com.cn
    Blogbus: www.blogbus.com
    Blogcn: www.blogcn.com
    Bokee: vip.bokee.com
    163 Blog: blog.163.com
    Baidu Hi: hi.baidu.com

Business-to-consumer eCommerce / B2C Sites

    360Buy: www.360buy.com
    DangDang: www.dangdang.com
    Taobao Tmall: www.tmall.com
    Vancl: www.vancl.com
    Joyo Amazon: www.amazon.cn
    Paipai: www.paipai.com
    Newegg: www.newegg.cn
    Mbaobao: www.mbaobao.com
    Letao: www.letao.com
    M18: www.m18.com
    Rakuten: www.rakuten.com.cn
    Moonbasa: www.moonbasa.com
    Gap: www.gap.cn
    Zbird: www.zbird.com
    Redbaby: www.redbaby.com.cn

Consumer-to-consumer eCommerce / C2C Sites

    Taobao: www.taobao.com

Business-to-business eCommerce / B2B Sites

    Alibaba China: china.alibaba.com
    HC360: www.hc360.com
    Txooowww.txooo.com

Supermarkets

    Yihaodian: www.yihaodian.com
    Dahuozhan: www.dahuozhan.com
    Womai: www.womai.com

Group Buy Sites

    Lashou: www.lashou.com
    Meituan: www.meituan.com
    24quan : www.24quan.com
    Gaopeng: www.gaopeng.com

Bookmarking / Sharing Services

    QQ Bookmark: shuqian.qq.com
    Baidu Cang: cang.baidu.com

Video Sites

    Youku: www.youku.com
    Tudou: www.tudou.com
    Ku6: www.ku6.com
    56.com: www.56.com
    Xunlei: www.xunlei.com
    Letv: www.letv.com
    Joy: www.joy.cn

Wiki Sites

    Wikipedia: zh.wikipedia.org
    Baidu Baike: baike.baidu.com
    Hudong: www.hudong.com

Q&A Sites

    Baidu Zhidao: zhidao.baidu.com
    Soso Wenwen: wenwen.soso.com
    Zhihu: www.zhihu.com

Classifieds Sites

    58.com: www.58.com
    Baixing: www.baixing.com
    Ganji: www.ganji.com

Travel Sites

    Ctrip: www.ctrip.com
    eLong: www.elong.com
    Qunar: www.qunar.com
    Kuxun: www.kuxun.cn
    17U: www.17u.cn
    Daodao: www.daodao.com
    Lvping: www.lvping.com
    Tuniu: www.tuniu.com
    Uzai: www.uzai.com
    Lotour: www.lotour.com

Maps

    Google Maps: ditu.google.com
    Baidu Map: map.baidu.com
    eDushi: www.edushi.com
    Mapbar: www.mapbar.com
    ddmap: www.ddmap.com
    Sogou Map: map.sogou.com

Navigational Start Pages

    Hao123: www.hao123.com
    265.com: www.265.com

Webmaster Communities/Sites

    Chinaz: www.chinaz.com
    CNZZ: www.cnzz.cn
    Admin5: www.admin5.com
    CN Webmasters: www.cnwebmasters.com

Gaming Sites

    4399.com: www.4399.com
    17173.com: www.17173.com
    7k7k.com: www.7k7k.com
    3839.com: www.3839.com

Jobs Sites

    51Job: www.51job.com
    ChinaHR: www.chinahr.com
    Zhaopin: www.zhaopin.com

News Sites

    iFeng: www.ifeng.com
    Xinhuanet: www.xinhuanet.com
    People: www.people.com.cn
    163 News: news.163.com
    Sina News: news.sina.com.cn

Financial News Sites

    EastMoney: www.eastmoney.com
    Hexun: www.hexun.com
    JRJ: www.jrj.com.cn
    Stockstar: www.stockstar.com
    Wall Street Journal: cn.wsj.com

Properties Sites

    Soufun: www.soufun.com
    Anjuke: www.anjuke.com


Web Mail Services

    163.com Mail: mail.163.com
    126.com Mail: mail.126.com
    263.net Mail: www.263.net
    QQ Mail: mail.qq.com
    Yahoo Mail: mail.cn.yahoo.com
    Sina Mail: mail.sina.com.cn
    Sohu Mail: mail.sohu.com
    Sogou Mail: mail.sogou.com
    TOM Mail: mail.tom.com

Network Security / Anti-virus Software

    360: www.360.cn
    Rising: www.rising.com.cn
    Kaspersky: www.kaspersky.com.cn
    Duba: www.duba. 


Top internet user

country              Internet users        Rank       Penetration               Rank
                                      

 China       568,192,066             1              42.3%                   102
 United States 254,295,536 2 81.0%                       28
 India 151,598,994 3 12.6%                     164
 Japan 100,684,474 4 79.1%                     33
 Brazil 99,357,737 5 49.8%                     86

 

What are Mutual Funds?

What are Mutual Funds?

Mutual funds are one of the most convenient way to invest! Mutual funds allow you to invest your money like an expert without being an expert!

Basically, mutual funds are a way for you to outsource the whole “investing” headache to people who are experts at investing. Simply put, you give the money you want to invest to people who are experts at investing. They will invest your money and make it grow & for this service they charge you a small fee!

Why invest in mutual funds?

Good investing generally requires a good knowledge about the market, economics, world politics and a lot of experience etc. Most people who want to invest their money, do not have the time to follow and learn all these things. For them “Mutual Funds” are the best option. You do not have to worry about anything when investing in Mutual Funds. You just have take out the money for investing. The Mutual Fund managers are people who will do all the work for you and make your money grow!

 Get all your "How To" answer HERE