Computer programming in two minutes – Web (Create a web site)

|

A website is a set of web pages sent from a remote server to your browser. A web page is an HTML document consisting of a head and a body (<html> <head> </ head> <body> </ body> </ html>). The … Read More

XML editors

|

A XML editor is a markup language editor with added functionality to help XML editing. This can be done in plain text with a text editor like Kate, and visible code. Specific XML editors, however, offer facilities such as word … Read More

Develop online stores in WordPress with WooCommerce plugin

|

WooCommerce is a free eCommerce plugin that allows you to sell anything, beautifully. Built to integrate seamlessly with WordPress, WooCommerce is the world’s favorite eCommerce solution that gives both store owners and developers complete control. With endless flexibility and access … Read More

Less known options for WordPress pages and posts – Screen Options

|

You can customize WordPress pages and posts through the administration interface using the Screen Options button at the top right of almost every page of the WordPress back office. By default, the management interface of WordPress pages and articles is … Read More

Moving WordPress to a new location

|

Moving your WordPress site is certainly not something that you are do it everyday, but it is better to know how this is done. Save your data If you really care about your WordPress site, I hope that this step … Read More

How to install a WordPress theme

|

You have finished installing WordPress, and playing with its settings? Now you want to install a WordPress theme for your web site has the desired look. Good idea! Because it must be said, the theme provides by default by WordPress … Read More

Manual update of WordPress

|

During these steps, we assume that the address of your blog is http://example.com/wordpress/. Replace WordPress files Download the .zip file of the latest version. Unzip this archive to your computer. Disable your extensions. On the hosting server, delete the folders … Read More

Automatic update of WordPress

|

Since version 2.7, WordPress has an internal tool for automatic updating. You can start the update by clicking on the link in the toolbar (if it is present) or by visiting the Tools > Update (pre-3.0 versions) or the Dashboard … Read More

Installing WordPress: Configuring wp-config.php

|

The file wp-config.php can be created manually, or automatically during the installation. Also, it can be edited when one or more data (especially database) are changed. Looking ahead, the code you want to change is the following: [html] define(‘DB_NAME’, ‘database_name_here’); … Read More

Before Updating WordPress

|

From time to time, you will eventually want to update your WordPress installation to the latest version from the official site. You may want to do it because you have seen a message on top of your dashboard telling you … Read More

Installing WordPress Plugins

|

WordPress offers a simple and easy way to add plugins to your blog. Access Dashboard, click Plugins link, Add New, and search for the plugin or upload it from Upload Plugin. Next, activate it from the Plugins page and sit … Read More

WordPress installation – Database

|

Step 1: Download and extract Download and unzip the WordPress archive. If you intend to upload WordPress on a remote web server, download the WordPress archive on your computer with your favorite web browser and unzip it. If you have … Read More

1 2 3 4 5 6 12