Πέμπτη 10 Φεβρουαρίου 2011

osCommerce

Today I will talk about osCommerce, an Open Source E-Commerce solution.

First of all you have to download tha latest version of osCommerce from the official website http://www.oscommerce.com/solutions/downloads. If you are familiar with php and wamp, you will have no problem.

The first problem I came up to, was the default language. I installed the greek pack from the following link http://www.oscommerce.com/community/contributions,7672/category,7/search,greek and I wanted to make it the default language of my site. I followed this link http://forums.oscommerce.com/topic/241257-problems-with-default-language/ which solved my problem. Don't forget to clear cookies, in order to see the result!

http://www.oscommerce.com/community/contributions,4342

Τρίτη 8 Φεβρουαρίου 2011

CKEditor

I will explain some useful things you should know, in order to intergrate and use CKEditor in your sites.

Installation
First of all you should download the latest version of CKEditor from the official website http://ckeditor.com/download, and then extract the downloaded archive to a directory called ckeditor in the root of your website. Of course, you are free to place ckeditor directory in any place, but I usually put it in the default one.

Integration
In order to integrate CKEditor, you need to include a single file reference in your page. If you have installed CKEditor in the ckeditor directory for the root of your website, you need to insert the following code fragment into the head section of your page:




Then, wherever you want, you place a textarea with class="ckeditor" and that's all!