It’s been quite a time since we released first version of SiteCake. First version has the purpose to gather user comments and show us if there is a market for this kind of CMS. The feedback has been more than positive and more than precious for us.
.htaccess problem
.htaccess configuration was the biggest problem of all. We couldn’t offer support of configuring for each and every hosting provider configuration. So we removed this requirement. As a result you will need to rename your pages from .html to .php and add PHP line to each page of your site. This line is telling the page about the location of SiteCake and will go something like this:
<?php include $_SERVER['DOCUMENT_ROOT'] . “/sitecake/server/sitecake_entry.php”; ?>
Browser Support
This is hard battle to be won. Everybody who is doing websites knows the pain. We know it a bit more since we are using ‘cutting edge’ browsers technologies so standards are even more vague. Anyhow we support (with some bugs on which we are working right now) FireFox, Chrome and Safari browsers on both Mac and PC platforms. IE is beast of old ages and we decided not to tame it but to insert another personality in it. IE users will be prompted with Google Chrome Frame plugin download first time they enter SiteCake editor, after that moment you will never notice the difference again.
No Need For Back Link
We decided not to force users to back link to us. If they want they are welcome, but this will not be the requirement for free version. Free version will be completely free.
No Flash Requirement
Multi upload of images in last version has been done with the help of Flash. It was the only way at that time which worked in all browsers. We dropped Flash and use HTML5 for this task now. Does it mean that SiteCake will work on iPads and other iOS gadgets, yes, in the future, yes.
Works From Any Folder, Not Just Root
This problem has been solved by itself once we dropped .htaccess and introduced .php pages. It’s not big news but I am sure it is handy that you can decide where you will put what on your server.
…
And that’s it. I will talk more about new features in next posts.