How to Install WordPress Widgets in Sidebar

Posted on February 13th, 2010 in Free Web Template

We write this tutorial to learn your new wordpress, or for those of you who until now I still not understand about your wordpress blog. Maybe for some people consider this tutorial trivial, but for people who are newbie and just knew wordpress would seem difficult to understand. The principle we would love to guide you in difficulty in this case how to add widgets in the sidebar of wordpress.

For that please refer to the following guidelines:

>> Login to your wordpress dashboard pages

>> Look at the left of the Appearance menu>> select Widget

>> On the new display see Avaliable Widgets, you can view a list of widgets such as (Pages, Calendar, Archive, Links, Meta, Search, Recents Post, Tag Clouds, Categories, Recent Comments and Text).

META Tag change in Joomla

Posted on February 4th, 2010 in SEO

As we all know that the META tag is one element that can optimize our website in the Search Engine. Attribute of the META tag associated with the Search Engine is the KEYWORD and DESCRIPTION. With appropriate KEYWORD and DESCRIPTION will help ease the Search Engine indexes all or recognize our site.

The following article will discuss about how to change the META KEYWORD and META DESCRIPTION on a website using joomla. First step is to login as an administrator, then select Global Configuration menu.

Padding To View Exclusive

Posted on February 1st, 2010 in Website Design

Padding or empty space big enough influence to a web design layout. Empty space capable of providing exposure to the content in these empty spaces. In the study of visual communication, the term space, called whitespace is a space where readers can rest my visual senses a moment or “breathe” and view content in a more concentrated whitespace.

An analogy that most resembles is that when we are in a room crowded with the goods. We’re going to feel trapped, cramped, and uncomfortable. It will be very different if the goods – the goods are arranged neatly, not too crowded, and if – if we still can breathe with relief in it.

Web Templates Without Table – PHP, JavaScript, and CSS (Part 2)

Posted on February 1st, 2010 in Web Programming

As already mentioned in the previous article, that the website layout without tables, will allow search engines find your website content. Now let’s try to make the website layout without tables that result is the same with the previous website layout using tables.
Here is a sample html code for the layout of the website without tables:

HTML:
<div>

<div>#WEBSITE_TILTLE#</div>

<div>HOME | FAQ | CONTACT | SITEMAP</div>

<div>

<div>#BLOCK_LEFT#</div>

<div>#CONTENT#</div>

<div>#BLOCK_RIGHT#</div>

</div>

<div>© 2006 Web Programmer. All Rights Reserved.</div>

</div>