Skip to main content

How to create a blog for free

Blogs are great way to share your ideas and writing skills with others. Blogs can earn you reasonable amount of money using ads. you might not want to spend money in start on hosting and custom website. There are many sites that offer to create free blogs. These websites have very easy interface to write blog posts. Most popular ones are
Blogger
WordPress
Tumbler

Comments

  1. Blogger,word press and Tumbler are the great platforms for posting blogs for online promotion. Online shopping has become the very interesting and time consuming part of everyone today, thus giving rise to the need of ecommerce website development

    ReplyDelete
  2. Nice post. By reading your blog, i get inspired and this provides some useful information. Thank you for posting this exclusive post for our vision. 
    Selenium training in Chennai

    Selenium training in Bangalore

    ReplyDelete
  3. Great post. Really interested to keep in touch with this kind of valuable information. web development

    ReplyDelete
  4. Thank you for sharing this informative post... Keep posting! Anyone interested in mobile app development for business. Contact us.

    It is the right time to develop mobile app for your business because nowadays mobile app marketing is growing skyrocket height. Learn more!

    ReplyDelete
  5. This is a fantastic guide for creating a blog for free! For those planning a trip, I highly recommend exploring the wonders of Thailand. We offer a variety of Thailand tour packages from Delhi tailored to fit every traveler's needs. Check out our website ASAP Holidays for more details. Thailand's rich culture, stunning beaches, and vibrant nightlife await you! Happy blogging and happy traveling!

    ReplyDelete

Post a Comment

Popular posts from this blog

How to add JCalendar/ date chooser to WindowBuilder, for Swing GUI in Java?

WindowBuilder is most popular eclipse plugin for drag and drop GUI design. It supports SWT and Swing. Swing does not have a date chooser component of its own. But there are many components available that you can use. My personal favourite is JCalendar . You can add JCalendar components to your WindowBuilder  palette  by following these instructions. Download and extract JCalendar.  Right-click on the palette   in WindowBuilder Select jar file of Jcalendar select all componetnts Restart Eclipse. Now you will see JCalendar components in your  palette . For more information about  visit this page.  

Why use shopify?

Are you looking to setup an online store? You can setup your store and you can start selling in a week. There are many platforms available to use but Shopify is easiest, reliable and SEO friendly.   Not familiar with Shopify ? It is a great way to sell tour products, without worrying about managing a server, payment gateways, etc. as for a small monthly fee everything is included.  Click here to create a free trial store and start exploring. 

Loading data in MySQL Table from a Text File

There are many situation when we need to load some text data into a table. In this post I will tell you some simple steps to load Data into a MySQL table from a text File . First of all data should be in proper format Fields/ Columns should be separated by some character like space, tab or comma etc. Rows /Records/ Lines should be separated by some character like "\r\n" if there is one record per line. If data is Enclosed using some character it should be same for all columns. Create a Table in MySQL to hold data. Use LOAD DATA command to load data into the Table. Example: I have following data saved in a file c:\sample.txt "http://dbpedia.org/resource/AfghanistanHistory" "http://www.w3.org/2000/01/rdf-schema#label" "AfghanistanHistory" "http://dbpedia.org/resource/AfghanistanGeography" "http://www.w3.org/2000/01/rdf-schema#label" "AfghanistanGeography" "http://dbpedia.org/resource/Access...