Making CSS
For CSS, you will need Mozilla Firefox.Now move your index.html file that you made yourself into the new tab in your Mozilla Firefox browser.For creating index.html look previous post about coding...
View ArticleCoding html
First of all you need to download notepad++.Ok, now set in the first line DOCTYPE, so the browser nows whats the content about..After this part you should open html tag <html> and close it...
View ArticleMeta tags in html
Meta tags are always set between <head> and </head> tags. Every HTML document starts with following coding line:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...
View ArticleColor in html
Background color Background color or just bgcolor as attribute is used for changing of color for background of whole HTML page or separate parts like tables. Bgcolor could be set on differ places in...
View ArticleTables in html
Tables could often cause problem to newbies and it could be very hard to understand and learn them.To create a table we use tag <table>. In that tag there are tags <tr> (row) and <td>...
View ArticleLists
There are 3 different types of lists. <ol>, <ul> and<dl>. <ul> - unordered list with dots<ol> - ordered list with numbers or letters<dl> - definition list with...
View ArticleImages in html
ImagesYou can add images to your page by adding a following HTML code:<img src="image address" />Address of image from previous code can be defined in a few different ways:src="rabbit.png" - if...
View ArticleComments, formating, links
CommentsComments are used for the text that helps you to write codes. For example, it is very easy to modify your html code, once you wrote it, if at the end of every opening tag, you wrote comment...
View ArticleElements & Attributes
Elements in htmlThere are three elements every html consists of:Opening tagElementClosing tagExample:<head><title>my page</title></head><body>my...
View ArticleHTML basics
First of all, we have to know what is a htmlHTML stands for HyperText Markup LanguageIt is a labguage which describes a web page. You can set the parameters for documents, images position, text height,...
View ArticleWordpress installation (step by step)
Note that this step will describe how to manually install WP on the server, although there are some applications that can automatically do this for you, if web hosting companies over which you have...
View ArticleHow to create Wordpress website/blog - PART 1
1. Basics/IntroWe decided to write this article about Wordpress because we could not find anywhere on web kind of short tutorial or clear instructions how to create Wordpress site from beginning, at...
View ArticleNew Wordpress users
If there are few users/admins of your Wordpress website, there is possibly need to setup priviliges for all of them. In this short tutorial, you will be able to create a new users for same WP page and...
View ArticleHow to protect your computer from viruses, worms, Trojan horses?
It has become every day routine now. I receive email from a friend, classical spam message inviting me to visit some website or signup for specific contest or award competition. Many of my...
View ArticleHow to make your blog more visible and add traffic to it - PART 1
During last 10 years or so, people are advised that SEO (Search Engine Optimization) for web browsers should be their main focus in order to get visitors for their website/blog. Although SEO...
View ArticleHow to make your blog more visible and add traffic to it - PART 2
6. Create e-mail listEmail listings are best source for repeated visits to your blog. If you don't have email list, you need to create one and adjust it for your needs. Instead of someone visits your...
View ArticleIs blog a real thing for you?
Why do I need a good blog? Before you start a blog, ask yourself is blogging real thing for you. Make sure to ask yourself and give answers to these questions.1. Do you have fun while online?Successful...
View ArticleWhat is RSS?
If you often use Internet, I'm sure that you added certain website or blog to the list of your favorite websites. You did this by using command "Add to Favorites" or "Bookmark This Page", depending on...
View ArticleHow to make your Wordpress website work faster?
You probably already noticed that, after you add all plugins, set themes, articles and other stuff, Wordpress website starts slowing down, especially when number of visitors goes high. In this post, I...
View ArticleFacebook Like Box is history!
With the release of Graph API v2.3, the Like Box plugin is deprecated and will stop working on June 23rd 2015. Use the new Page Plugin instead. The Page Plugin allows you to embed a simple feed of...
View ArticleWhat is domain?
Every website on Internet has its numerical address - IP address (for example 122.101.1.2) but this waz to find desired website is not common to people. Therefore, people thought of easier way to mark...
View ArticleDomain flipping
Intro:There are many voices saying that domain flipping is easiest way to make money but I couldn't agree with that and hope you'll share my opinion after reading this post. I chose to write on this...
View ArticleKeyword Research - How to find adequate keyword/term
When I started this blog, I didn't know I'd like this so much. Something that started as a hobby is turning to be a serious and often blogging. I'm very happy about it. Therefore, we should move focus...
View ArticleKeyword Research - Competition
Let's get back to main keyword process. Let's say we gathered 50 keywords related to website content. Personally, I prefer a "one page full of content optimized for one keyword". Now we should check...
View ArticleKeyword Research - Tools and Tips for search
Advanced searchAfter you search for a term on Google.com, above number of results you will find "Show Options" button and sub-menu with a lot of options. Among the options you will find option for...
View Article