Showcase your site built with CouchCMS here. Feel free to post in your site's screenshots (width not more than 640px please), links and your experience with Couch.
4 posts Page 1 of 1
I would like to showcase a full product portfolio site I just completed with the awesome CouchCMS. Please take a look.
The website design is completely customized as per the client's requirements, But the admin is super powerful CouchCMS :P . Please check it below.

Website URL: http://dorchesterenterprise.com/
dorch_screen.jpg
Website Screenshot
dorch_screen.jpg (80.95 KiB) Viewed 3793 times
Nice!
However, there is a bad way to deal with things like this:
Code: Select all
var jsondata = $.parseJSON(data.replace( "<!-- Page generated by CouchCMS - Simple Open-Source Content Management -->", "" ));


If ajax url is a template which never gets accessed via browser, then use json content type to produce clean output (search forum for this couch tag).
If otherwise you are calling user-accessible template, then use following tip viewtopic.php?f=4&t=10609&p=26568#p26568

Best of luck
Nice Page! On MAC, Firefox the Menu and the Search Icon are not shown. Looks like the icon Font isn't loaded.
Thank you!
Could you please explain this more...

trendoman wrote: Nice!
However, there is a bad way to deal with things like this:
Code: Select all
var jsondata = $.parseJSON(data.replace( "<!-- Page generated by CouchCMS - Simple Open-Source Content Management -->", "" ));


If ajax url is a template which never gets accessed via browser, then use json content type to produce clean output (search forum for this couch tag).
If otherwise you are calling user-accessible template, then use following tip viewtopic.php?f=4&t=10609&p=26568#p26568

Best of luck
4 posts Page 1 of 1
cron