Managing and Administering the Weblog

Managing and Administering the Weblog

Locally Installed 
WordPress is designed to be installed on your own web server, or shared hosting account, which gives you complete control over the weblog. Unlike third-party hosted services, you can be sure of being able to access and modify everything related to your weblog, in case you need to. This also means that you can install WordPress on your desktop or home computer, or even on an Intranet.
Portable Core 
You can choose to have the tree of wordpress related files, which form the back-end of your publicly displayed weblog, be in the same directory as the weblog or in a different directory. For example, if you want your weblog at http://example.com (public_html - the public “root” of your webserver or hosting account) and you want to store the wordpress related files and directory tree in http://example.com/wordpress (public_html/wordpress), you can!
UTC friendly 
WordPress allows you to define your time as an offset from Universal Coordinated Time (UTC), so that all the time-related elements stored in the database are stored as GMT values, which is a universal standard. Among other things, this helps you display the correct time on your weblog, even if your host server is located in a different time zone.
gzip enabled 
You can save some bandwidth by turning on the gzip option in your WordPress install. WordPress gzips content when the readers’ browser supports it. This requires the mod_gzip module to be enabled in your Apache server installation.
User management 
WordPress uses user-levels to control user-access to different features, so you can restrict the ability of individual users to create or modify content in your weblog, by changing their user-level.
User profiles 
Each user on your weblog can define a profile, with details such as their email address, instant messaging aliases etc, if they want to. Users can also control the way in which their details are displayed on the weblog.
Easy installation and upgrade 
WordPress’ famous 5 minute install can’t be beaten for simplicity and ease of use. Upgrading your weblog to the latest version of WordPress is easy, too, and it should take less time than the installation!
Dynamic page generation 
No rebuilding of all your pages each time you update your weblog, or any aspect of it. All pages are generated using the database and the templates each time a page from your weblog is requested by a viewer. This means that updating your weblog, or its design is as fast as possible, and required server storage space usage is minimal.
Internationalization and Localization 
You can now create a weblog that is localized to your choice, and delivered in a language of your choice. The gettext method is used to translate and localize WordPress to the fullest extent.

Leave a Reply