Browsing articles tagged with " Programming"
Mar
14

theKolonee CMS

By Luc  //  Php, Programming  //  No Comments

I’m still working on my own personal CMS project theKolonee. Since it’s a part time hobby, the development does not goes always as fast I want it to go.
To make sure it’s not missing any feature, I created another site with it: VirtualShowCar. By doing that, I can measure the power and weaknesses of the CMS in real time as I build the site.
When a feature is not working, I know right away.

Go check the site for more information.

* supports the latest PHP version 5.3.2

Aug
11

woxcore project created on googlecode

By Luc  //  Php, Programming  //  3 Comments

I create a new source code repository on GoogleCode.  WoxCore is the framework I created to build my new CMS named theKolonee. I will commit soon. Feel free to comment and contribute.

Features

  • Multi lingual
  • MVC
  • Static content can be separated and delivered over a CDN (content delivery network)
  • bulk import of files
  • support APC and MemCache?
  • very lightweight and fast (one single file, so no recursive includes)
  • Uses PHP 5.3 new features
Aug
11

Working on a new cms!

By Luc  //  Php, Programming  //  2 Comments

If you ever tried to do a multi-lingual site, you know that this is a painful task!   read more