a bit of self-promo…
November 15, 2008
The last weeks, I spent a lot of time re-working my Shanti CMSes SEO-ability.
And the efforts are starting to bare fruit. Or so it seems anyways…
- I polished the function generating and submitting the sitemap.xml function (the webmaster-tools now fully approve it). The sitemap is submitted to Google, Yahoo!, Ask.com, MSN (Live.com) and Moreover.com.
- added a robots.txt specifying the content we want indexed.
- the addresses are now SEO friendly, resulting in better ranking in search engines.
- Also modified some of the PHP generating the navigational structure allowing the site administrator more liberty as to the appearance of the content, as well as more SEO friendly code.
The results, 15% more visitors coming via search engines, a 15% drop in bounce rate, 4.8 page depth per visit (as opposed to 2.3 before).
And to top it all off, Olivier, the master acupuncturist called me today, he got two new clients because of his site today. The new features have been in place for a little more then one week.
SEO time well spent…

Shanti CMS by Valentin Backofen is licensed under a Creative Commons Attribution 3.0 Unported License.
Based on a work at www.codeigniter.com.
Download Source Code
code ignited cms V
September 29, 2008

Two core elements have been keeping me busy on my Shanti CMS.
SEO and Remoting.
For SEO optimization I added implemented the Google Sitemap code found over on the CI Wiki. So now when adding content is modified via the CMS, the sitemap xml is automatically updated and Google is pinged to notify the surf monster that the content has been updated. Other engines robots also use the sitemap to quickly index a site.
I also revised the menu structure. Or the URLS rather. As opposed to targeting section/getSection/[id] I am now calling section/getSection/[title]. All this to make google happy. Ah well.
Finally I have been dabbling on integrating AMFPHP with Shanti. Sending the content to a Flash interface as well as a HTML one has something I wanted from the get-go. Several solutions are on offer on CI forums and Wiki. But after a lot of trial and error (more of the latter really), I am going for the Wiki entry on ‘Calling CI models from outside script ‘. So far integration has been a breeze. The AMFPHP service simply makes a call to the CI model wraps the data into a Flash friendly Array of Objects and shoots them back to the Flash requesting the data.

Shanti CMS by Valentin Backofen is licensed under a Creative Commons Attribution 3.0 Unported License.
Based on a work at www.codeigniter.com.
Download Source Code
code ignited cms IV
September 7, 2008
Well it has been a while since I talked about this little pet of mine hasn’t it. I know that it is the one driving the most traffic to my blog so I thought it to be the time for a little update. I still work on it, and it keeps on rolling.
A little breakdown. The system remains, very simple. Essentially it breaks down into three classes. Sections, Pages and Media. The styling and visual layout is completely up to YOU!
Sections are the titles(building the upper level menu on below the logo). Attached to each section, you can add Pages, an unlimited amount as such. A page can be moved from section to section at will via the administrative interface (www.yourdomain.com/index.php/cms). The media section allows you to upload any kind of files to the system (filetypes can be added via the CMS)
Once a file is uploaded to the system (or a link has been added to it) these media’s can be linked to any page of the site. Each media type has an icon assigned to, again, modifiable via the CMS.
The CMS can be accessed by using the default user/pass administrator/administrator.
Note that before accessing the page YOU MUST add a published and default section and page, via the CMS. Otherwise your site will be returning you an unfriendly CodeIgniter Error.
Again, this system is really just something I am dabbling with on my own free time, but I am using it more and more frequently, extending and playing around with it. It needs a lot of work still, and for the download should be by developers only. I am more then willing to answer any questions that you might have for you to hit the ground running, and please please please let me know for any changes you might make to it.
The way I am developing it is, I deploy it to small websites and let the administrators play and give me feedback as to any kind of feature requests that they might have, and then I implement them.
a few changes I made as of late:
- move pages between sections
- set sort-key and -order of pages in sections
- billingual content
I am having fun with this one, based on my own experience and those that use it, Shanti grows. If you want to grow your own Shanti…let me know

Shanti CMS by Valentin Backofen is licensed under a Creative Commons Attribution 3.0 Unported License.
Based on a work at www.codeigniter.com.
Download Source Code
code ignited cms III
January 4, 2008

My CMS, originally created for the Clinique Shanti in Montreal, is going places, I just published the second site with it. This new site is very simplistic, as there was no design part of the order, so I simply implemented a new instance of it, and of it went. After a 20 minute session with the client he was ready to take over the site on his own. Oh and a third one is on it’s way, I am currently transferring the site of ASFs Venner to the Shanti CMS as well…
any questions you might have regarding the CMS, I will gladly answer, also, do you code-ignite? I will gladly pass you my code…just contact me and I’ll get back to you as soon as I can…

Shanti CMS by Valentin Backofen is licensed under a Creative Commons Attribution 3.0 Unported License.
Based on a work at www.codeigniter.com.
Download Source Code
code ignited cms II
October 27, 2007

Well the CMS is definetly taking shape. As a matter fact the most of the items that I listed in my previous post are completed. All but the multiple admin levels. That item I will be waiting with.
I am currently working on a function that instead of setting background and font colors, lets the administrator select from a set of themes for his section. I built the section template quite cleanly so I think this should not be too problematic. Just needs some preset designs though. But they will come. For now I keeping it all very clean and slick, but once the system itself is set I think that a bit of play with the CSS can make this look quite funky. I am quite exited. The client has been working with the administrative interface for about a week now and has been pointing faults out for me that I never saw….more to follow.

Shanti CMS by Valentin Backofen is licensed under a Creative Commons Attribution 3.0 Unported License.
Based on a work at www.codeigniter.com.
Download Source Code



