As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I am building a crowd-sourced website where users can create new articles, update any existing articles in a category A. There is no ownership in all articles in category A. Because I wanna show insta
We have a content management system to allow our users to store files uploaded through a REST web service.Before storing these files in the repository, their contents are encrypted.
We have many custom built web applications (both external & internal) written in Classic ASP and ASP.NET 2.0 technologies. Internal users can upload files to these websites, which can then be view
My company is about to creat a new website to replace the current one. We hope the new website could be more attractive than current one, which means animation, flash, etc. And, in order to let non-te
I\'m coming up against a common problem with customised content management system design. I run a small web design company and I often have to make a certain area of a website editable for the custom
Using Apache Jackrabbit, I created two nodes at exactly the same path root.addNode(\"hello\"); I was fully expecting the second addition to throw an ItemExistsException as described here, but it di
We\'re at the start of a project wh开发者_C百科ere we need to migrate Vignette CM (version 7.6) content to Oracle UCM (11g).
I just starting a project, I would like to have a small content manager with version control. However I don\'t know what is the best way to model the database.
I can load a textures with: Texture2D texture = ContentManager.Load<Texture2D>(assetName); But this 开发者_开发知识库throws an exception if the file doesn\'t exist. Is there a way to determin