cms

Server-side JavaScript --> Simple Dynamic Site

Note: This is not about the merits/demerits of SSJS I am only asking if you think it is possible to create a simple dynamic site strictly using some form of SSJS. I am in no position to do any arguing (0 programming experience) -- I can only give you the benefit of some of the most interesting tutorials and information I ran across yest...

Movable Type: Strange caching (I am super MT noob)

Hi all So, I have been asked to remove a menu item on a website running Movable Type. "No problem", I thought. So I log in, and try to figure out WHERE those damn templates can be edited. I finally find something that looks real, edit it, update the page and NOTHING HAPPENED. I then log in to the FTP and discovers, that ALL pages exam...

A question about duplicating Drupal installation on another server

Hello, I have hired a programmer overseas to develop a Drupal website for me and he has done a very good job (the site is installed at his server). I payed him and he sent me the Drupal files and the database .sql file. Here is what I have done so far: 1- I have created a database on my server named something different from the databa...

In a git-based CMS, how to uniquely identify files in git repository?

I'm working on a simple CMS (based on Django, not that it matters) similar to Jekyll and Hyde, but dynamic instead of static. The idea is that the server has a copy of the repository, I can push stuff into that, and the CMS will automatically pick up the new content. Let's say that Markdown-formatted blog posts in my repository follow t...

Java Content Repository implementation: single-threaded, in-memory, read-only?

Does a Java Content Repository (JCR, specified in JSR-283) implementation with the following features exist? Single-threaded (does not create threads for background processing). In-memory (does not rely on external storage such as a database system or a filesystem). Possibly read-only (no need to support write operations — all content ...

Any flexible CMS perfect for restaurant website’s back-end?

I’m building a website for a restaurant which consists of several static pages like ‘About us’ and editable menu. I need a CMS flexible enough to be able to add items individually (by individually, I mean adding items doesn’t equal pasting a HTML list of n products into another static page). Each item should contain its name, descripti...

WordPress vs ExpressionEngine: is EE worth the price?

Hello, I'm very new to coding (having only taken Web Development 101 at university aka 'OMG CSS u guise'), and I'm just beginning to realize that knowing HTML/CSS alone isn't good enough. I've decided that it would be best for me to learn the hell out of one CMS, because I'm not keen on learning a full programming language. Mainly I jus...

Javascript UI Library - CMS Rebuild

I am about to start rebuilding my company's CMS from the ground up, the DB structure and a lot of the functionality will remain the same concentrating on the UI. I was going to build it using JQuery UI as that is what we use on most of the sites, but I thought before I stated that it might be worth an ask around to if something like Moch...

Rolling my own CMS with the WCF, what should my contract be?

I'm looking to create a solution for a asp.net mvc app that displays unstructured course descriptions that have been scraped from around the web. The web server will be on a web hosting company while the description db will be on a private network, so I'd like to pass the description to the mvc app through a WCF service. For the body of...

OpenCMIS Download

It looks like OpenCMIS is the best java lib for CMIS integration (according to this forum!). I can't download the source (stuck behind a firewall)- is there a (client) JAR bundle available for download, anywhere??? Thanks, Gavin ...

Easiest CMS to Theme?

I'm trying to create a theme for a CMS, but it's proving nearly impossible, as I have no understanding of PHP or ASP.NET. I can put a site together via CSS and HTML, but I want clients to be able to add and edit content themselves. I'm about ready to give up on designing one altogether and just use an existing theme. I've had a go at tr...

WCMS in PHP or Java (for java developers) ?

Hi everyone, In my company, we're a java developer team. For a project, we need to choose a web content management system (wcms) first. Can we choose a php one ? will we then have to learn php because our customer has some particular demands so we're likely to have to plug our own features... or can we add our plugins in java and find...

What are the most popular .Net based CMS?

I am looking for a flexible .Net based CMS that gives me most of the common CMS features as well as flexibility to build custom pages. In CMS I am looking for following features. Support various content types Social network integration (Share on Twitter, Facebook, etc., Display Tweets from account ) Ability promote content, feature co...

which is the best CMS solution for PHP mysql

which is the best CMS solution for PHP mysql ...

Add Signing Time to PKCS7 Signed CMS?

I'm trying to add the signing time attribute to a file that I am signing using SignedCMS. private byte[] signFile(byte[] fileContent, X509Certificate2 verificationCert) { ContentInfo contentInfo = new ContentInfo(fileContent); SignedCms signedCMS = new SignedCms(contentInfo); CmsSigner cmsSigner = new CmsSigner(SubjectIdentif...

Joomla: How to show a different image on every page

I'm new to Joomla, but I figured out how to set it up and create my first joomla template which only includes the content area and a top menu. Now I want to display a different images on every page. I do not know how to do it in Joomla, because as far as I know I can only write articles (with images in them, which is not what I want) an...

Django CMS which is the best?

I read Djangos cms comparison page and it seems http://www.django-cms.org/ may be what I was looking for. Any experience with that? Recommendation? Especially on how to install it. I cant find any installation info for it. Apart from: "Make sure that cms, mptt and publisher folders are on your pythonpath. They all should come wit...

how to save images on cms?

i have an old cms (classic asp) where for every image that the editor is upload i save 3 images (small,big and original). the size of the images are pre defined in the db (for each modul difrent size). now in the new CMS (asp.net) that i build i think to save just the original and create images on demand with the right size? did it's...

Creating child CMS pages in Magento

I would like to create a subordinate set of CMS pages in Magento so that the breadcrumb navigation at the top of the page looks like this: Home > Parent CMS Page > Child CMS Page Even though I can specify a hierarchical relationship with the URL key field, it seems to be that all CMS pages in Magento are listed in the root director...

Best flexible, extensible CMS for large site?

We have a large site (2000 static pages and a lot of .Net-based dynamic pages), all hosted in IIS7. Currently we are using Dreamweaver templates (and server-side includes for repeated content). It works ok, and allows our designers a lot of flexibility on a page-by-page basis. However, we struggle with workflow, site organisation, depl...