Hi folks,
One of my clients asked me to integrate an open source CMS in her website.The challenge I have right now is that she wants the website to be bilingual. is there any cms that implements this feature? The content on each page should be displayed either in english or french and no automation translation(like google's or babel fish...
I try to make a website about real estate for my uncle's company . I want to make it myself to save money . I have experience in C++ programming .
What I wonder here is , should we build a new and clean page or we should use CMS like Joomla . His company is small.
Thanks .
...
I need an opinion and advise from experienced ASP.NET people, what way to go.
Assuming that a developer has some practical background with HTML/JavaScript/PHP on one side and some .NET/C#/WPF experience on the other side. No previous hands on experience with ASP.NET - only theory and some read books on the topic.
The task is to build A...
I am building a simple cms in which roles are set dynamically in the admin panel. therefore the existing way of authorizing a controller method - [[Authorize(Roles=”admin”)] for example, is no longer sufficient. The role - action relationship must be stored in the database, so that end users could could easily give/take permissions to ot...
The company I work for has a document management and retrieval system. We are noticing employees use more their smartphones than their laptops, but they cannot access the document management system. So, we are thinking about a CMS, with persistent storage, perhaps developed in Java.
I just started looking into Jease and dotCMS, and also...
I'm writing my own blog/CMS engine (using WebApp and Google App Engine), and I'm looking for a light-weight XML format to use for content storage.
Is there some already existing format that could be used for this purposes?
Maybe some subset of the DocBook or ePub format?
I had a look at those and they seem to be a little of overkill fo...
Is there any CMS such as expression engine or wordpress that allows a user to click a button and convert all the text to another language (it would have to be human generated otherwise it has too many mistakes probably).
I'd like to know if there are any good solutions out there that work for real world use, in like business company web...
I have a typo3 site with Indexed Search Engine extension...
The problem is that not all the content is indexed (with debug option activated in conf content not all the page is present but the page size is corect), only the firts part of the page (witch is the head/title and the begining of the menu...).
So for every page the words are on...
I want that cms\framework to create me tables like "Users" "Cameras" and so on and declare classes and simple default methods for them (like paged sql relults and so on).
I mean I say to it: I want Users to have ID, SpecialNumber and Name Flilds.
and I want to get from it class for table generation (to call it once) and class containing...
Hi ...., I've observe some webiste tutorial in the internet. I found, while some article post, there is a thumbnail in the article list.
I wanna build, CMS like that. So I need suggestion how to implement adding thumbnail while we want to post our.
In my mind, In the post form, I put file input. and after the post action, I create page...
can any one suggest me a very very simple java cms.I have seen cms like opencms but they are very dificult to understand.
I want a light weighted cms with very minimum features
...
Hi.
No flame wars please!!
Researching/Looking for a CMS/DMS that I can use that will be suitable to modify. I'd prefer a php/lamp based approach if possible. I've looked at quite a few CMS/DMS apps, and can't find one that meest my needs, but a bunch that are all about the same. So i'm going to have to modify whatever I choose.
I'm ...
I've got a very simple site -- a few content pages and an image gallery. The design for the gallery calls for multiple albums, with thumbnails on the image page. We want an extremely simple, clean design. Usability of the back-end is a priority.
My first instinct is drupal, because that's how I've been building my sites lately, but maki...
Intro
I am in the process of trying to convert my first HTML/CSS design into a theme for Drupal. I have used ModX for quite a few designs and appreciate the ability to create different page templates and custom variables to be assigned to those templates. However I seem to be having some issues making the transition.
The site I am work...
We have the rails app, content served from the database. Now we need to translate that to multiple languages. What is the best way to the internalization of the ruby on rails application?
...
I am looking for an open source Java CMS (Web CMS, actually) to run on Google App Engine. I have looked at related older questions on this topic (What CMS runs on Google AppEngine?, CMS over Google App Engine, with SEO etc.) but the problem is that they all largely list Python-based CMSes. Plus these questions are pretty old, and since G...
Hi,
We are developing a Online Ordering Website and we are planning to be completely flexible in the sense Layout can be changed, Color, Font , and in a page a component(div) can be added.
In this case whether we need to store all our View Code
for example
<div id="MenuContent">
<div>
<h4>
Your Order</h4>
...
Hello,
In my Drupal Site, i will be having two categories of users,say Category A and Category B. When a person wants to create an account on the site, i want to ask them which category they belong to and based on that show the fields on the User Account Form.
The fields shown depend on the category selected. The Drupal user account fo...
Ive recently started using CodeIgniter as I was searching for a very lightweight framework and it seemed to come up as a top choice.
I am new to the whole MVC thing, enjoying it but am stuck with something which seems very simple.
I am coding a CMS and need a way to filter, sort and paginate the results. I am used to doing it with quer...
I am working on an ASP.NET MVC based CMS that presents a rather extreme case. The system must allow the user to add custom content types based on different fields, and for every field, one can add options and validations. The thing is that everything is stored in a complex DB and extracted at runtime using LINQ.
I am pretty fresh with A...