Skip to main content

Blogsite Overview


From the expression "web log," a blog is a personal or informational kind of website where the content, usually called "post," is ordered newest to oldest. It is packed with easy features and is one of the best way for one to have a voice among the online crowd.


In this article, we will try to discuss the step by step procedures to create your own blog site, in accordance to the own experience of the author.



Blog/Domain Name


Before anything else, you need a name for your website. Whether you will use a free platform (example: yourwebsite.blogspot.com, yourwebsite.wordpress.com, yourwebsite.tumbr.com) or you will buy your own domain name (example: www.yourwebsite.com), you must decide what you would call your website. For example, the name of this website is Everteal.



Blogging Platforms


A blogging platform simpy refers to the software which is used to create the blog. The most popular are Tumblr, Wordpress and Blogger.


Tumblr - considered as the coolest blogging platforms, Tumblr combines blogging and social media, a great reason for Yahoo to buy it for $1.1 billion. Much like Twitter or Facebook, Tumblr has a strong community of users, which makes it popular particularly to the younger generation. Having said that, Tumblr users tend to curate posts that they like rather than create their own content. More of a social media than a blog that's why many create a Tumblr account separately to their main website.


Wordpress - simply the King of Customization. Huge set of options can be complicated for less-experienced users. Wordpress is one of the best options for companies that want a sophisticated website.


Blogger - an easy-to-use and free platform that requires only a Gmail/Google account to get started. Ideal for beginners. (This website is using Blogger.)  Blogger is owned by Google so it is an advantage for your blog to be highly searchable in Google searches.



Web Hosting


The web host is the online shelter of your web files, videos, images, and others including an email address. In choosing a web host, the number one factor to consider is the cost.


For this site, the author uses Blogger's free web host. Aside from online interface for creating and maintaining your blogs, Blogger also provide you with web hosting. Their free blog hosting service provides a subdomain name like yourwebsitename.blogspot.com, and places advertisements on your blog.


You can choose from easy to use templates with flexible layouts and hundreds of background images, or edit your blog’s CSS and HTML to create entirely unique designs.



Designing Your Web Pages

Even if you don't have a background in programming, designing your own website is not as hard as it sounds. Web Themes or Templates makes it easier for you to design your desired website. This is how your blog will look when you publish it. All you have to do is choose a design template that you like, edit some texts and your website is ready to go live. Eventually, your eagerness will push yourself to learn more tweaks for your own design.


Now, are you ready to create your own blogsite?





Comments

Popular posts from this blog

Why Choose Google AdSense?

Even though there are a lot of alternatives, many bloggers still dream of being able to monetize their blogs with Google Adsense. Why Google AdSense? Aside from its simplicity, bloggers dream to use Google AdSense for monetization because of its reputation globally and it has proven to have paid thousands of blogs/websites owners worldwide. AdSense is provided to you by Google which not only makes it very reliable, trustworthy and reputable.  In the technical aspect, Google Adsense is contexual, meaning the ads that are shown to your blogs are relevant to the content of your blog or website. With this offering, your visitors and readers views the ads within the consistency of the content of your website. If your blog is about technology and gadgets, the Google ads will likely be showing new brands of smartphones and other techie gadgets. If your blog is about new trend in fashion, the Google ads will 99% show online sales of trendy clothes and style. ...

Adding a Smooth Scrolling Back to Top Button

The back-to-top button is a helpful feature in a website especially when the blog posts are long. It is even more likable if the button does a nice scrolling animation when the page goes up. Here's the instruction of how to add a smooth scrolling back-to-top button on your blog. 1. Go to your blogger dashboard >> Template >> Edit HTML. 2. Press CTRL + F and find the following piece of code: ]]></b:skin> 3. Copy the following code below and paste it directly in the line above/before ]]></b:skin> #backtotop{ padding:5px; position:fixed; bottom: 5px; right: 5px; cursor:pointer;} 4. Find the </head> tag and paste the following code directly in the above/before the closing </head> tag. &lt;script src='http://ajax.googleapis.com/ajax/libs/jquery/1.10.0/jquery.min.js' type='text/javascript'&gt;&lt;/script&gt; &lt;script language=&quot;javascript&quot;&gt; $(window).ready...

Build Web Traffic

Your website traffic or web traffic simply means the number of visitors to your website and the web pages they click on. SEO and Social Media are the two major source of web traffic. SEO or Search Engine Optimization is the best way to build traffic to blog or website. Search engines (i.e. Google, Yahoo, Bing) find great content from the web using their own algorithm and show the content as search results. Search engine generates lots of traffic. In order to increase traffic from search engines, you have to write unique and great content that your readers will love. Social Media is the second best source of web traffic. Who doesn't have Facebook, Twitter, Google+ or Tumblr these days? Even dogs do have. These social networking sites connect people from different parts of the world through the internet. With social networks you can meet people throughout the globe with ideals or hobbies the same as yours; not to mention your family, friends and peers. It’s really a gr...