Archive for the ‘Content Management System’ Category

What is Zope?

Tuesday, January 5th, 2010
Zope

Zope

What is Zope?

Zope is a free, open source, object oriented web server. To understand what zope is, one can imagine zope as a programming language just like Java, C, C++, python. Zope is written in Python Programming Language, so the environment in programming zope program will be python like. Zope is a very complex frame work, zope combine python, DTML, HTML, SQL, javascript, CSS. So that one must skilled on those languages in order to be a zope programmer.

What Zope can be used for?

Since Zope combine the advantages of many frameworks, Zope can be used for almost all kinds of individual and company needs, such as

  • Enterprise Resource Planning (Management System)
  • Virtual Hosting
  • Forum
  • Cash Register
  • Community Website
  • Blogging
  • And much more.

What is the Technical Features of Zope?

  • Zope is composed of objects in Database as opposed to files, is as usual with other web server.
  • Zope maps URL to object using containment hierarchy of such objects.
  • Files are treated the same as Python Functions.
  • Function in Zope can also be called using URL, just like accessing files in web server.
  • Zope provide DTML (Dynamic HTML) that combine both HTML and Python, so the content of HTML files will various depending on what python function return.

What It Takes to be Zope Programmer?

Actually to be a Zope Programmer, we don’t have to master every framework that zope implement, we just have to know what every part of zope be used for. Most of programming in Zope will be in Python Language, but most of the library will be provided by zope.

Installing wordpress.

Tuesday, December 15th, 2009

Wordpress

WordPress has been the most well known system for blogging. It provide a lot of blogging environment, including visitor tracking, article management. WordPress also well known for it’s “five-minutes” installation which makes wordpress installation become so simple. Many web hosting service now has been offering service that will install wordpress automatically for you, so that you just need to do a few clicks without dealing with the installation procedure.

In some cases which the web hosting service provide Fantastico De Luxe for you, the steps you have to do to install wordpress are

  1. Click Fantastico De Luxe Icon
  2. Check on WordPress option
  3. Fill some user information

And your website has been “blogging-ready”.

In many circumstances, the web hosting service hasn’t provided Fantastico De Luxe yet, so you have to install wordpress manually, here are the steps

  1. Download wordpress from http://wordpress.org/latest.zip

  2. (echo "create database wp") | mysql -u [your_mysql_username] -p

  3. Extract the latest.zip file and copy it to your htdocs directory*
  4. Rename wp-config-sample.php to wp-config.php
  5. Edit wp-config.php , fill your database Username, password, and database name which is “wp”
  6. go to link http://yoursite.com/wp-admin/install.php

… Done!

So after all, installing wordpress is so easy regardless of the web hosting’s service. Now let me tell you, if you want to start your own blog, wordpress will be your best choice.