cms

What is the most difficult part in converting a static website to a dynamic website?

Consider I am having a website with 5 to 10 static information pages and there is no database. How difficult will it be to convert it to a dynamic website with userlogin and interaction, typically a cms? Do you have an easiest method to do the same? ...

301 redirect on IBM WCM

On IBMs Web Content Management System how can I setup a 301 redirect, I can't seem to find any information on how to do this. The version of WCM the site is running is 6.0.1.4 ...

CMS for "multilingual" site?

i am developing a site that needs to have American and UK versions with mostly identical content. the differences in language are minor so i'm not looking for translation software. ideals i'm aiming for something that has two text fields per post. one for the US text and one for the UK text. there needs to be a fairly large gallery for b...

What's the best html to implement a CMS-like system?

So that user(non-technical) can have full control of each part of final web page? Which place holders should there be? ...

CMS subsites with Django

I'm using Django to create a site that provides a separate web UI for sorts of producers and consumers. Both UIs (or "subsites") have different layouts, menus and graphics. However they access the same database and models, just from different aspects (producer vs. consumer...).It's all hosted under a single domain, the UI differentiation...

Can I improve my module-skin architecture somehow?

Hi, I'm designing a CMS for a private project that should make the editing of the website simple. It supports modularism. However, it's still in beta, and I'm now asking if you can see something I could improve or if you have some entirely different approaches to this scenario. First of all, I have "themes" that are a set of HTML, CSS ...

Crucial Drupal Modules for Dynamic Site Development

I have spent the last few days playing around with Drupal for the first time, and I really like it. Especially after building dynamic sites from scratch. Being that there are thousands of modules, I would like to know what modules SO users cant live (or develop) without. What modules do you always (or always with specific requirements)...

Using CMS to make webapps.

Hi , I want to use CMS to make a webapp on LAMP. Which one is the best Joomla or Wordpress ? The factors I am considering are Easy to make Scalability Easily maintainable. Thanks Jijoy ...

Drupal Multi-Module Combinations for Cool Effects

I am looking for a better understanding what truely can be done with Drupal modules. Specifically, module combinations that do something practical, specific to a need, and very cool. Links to sites implementing these are appreciated. +1 for creative and practical uses ...

Choosing a E-commerce CMS that does a good job at SEO and has variables the buyer chooses about the product after selecting it. See example:

I have never used a CMS before nor have I built a E-commerce site before so I have several questions regarding this and choosing one: My background: I am not a programmer: I am a designer and I am proficient with using HTML and CSS, as well as having some experience using and "tweeking" some Jquery Plugins such as sliders, picture vie...

Flex Builder and CMS?

How can I implement Joomla in Flex Builder? Or is there any other CMS for Flex Builder? ...

How to make an editable boxes in the home page , so the admin only can change the text of this boxes or my be bind this boxes to list titles of some articles or news in asp.net MVC ?

we are extending Oxite CMS we need to make the home page contain boxes and this boxes can be filled with text or filled from backend with news or articles titles and the admin can change this boxes places how I can implement something like this ? ...

Opensource CMS that allows defining editable regions

I'm looking for an opensource lightweight CMS for those situations where you would like to be able to set up a web site with some editable content regions, but don’t want to have to install a full-blown CMS or try to hack a blogging system in order to do the job. Something similar to Perch or Cushy CMS, but free and opensource ofcourse. ...

CMS based on CodeIgniter

I’m looking for a CMS based on CodeIgniter. Can you suggest what CMS I could use? I want to learn how to build a CodeIgniter application based using a CMS as a reference. ...

Showing specific categories

I'd like to show only specific wordpress categories (with their sub-categories nested), so for example: Main Category 1 Sub Category 1.1 Sub Category 1.2 Main Category 5 Sub Category 2.1 Sub Category 2.2 ... I can hardcode it inside the sidebar template, but I'd like to know if there's any existing plugin/widget that allows thi...

PHP framework and CMS

Hey everyone, What is the difference between a PHP framework and a CMS? It just unclear to me what the difference is. Thanks! ...

I am looking for something similar to the drupal CCK, but in Java (in a Java CMS)?

I have been using drupal, but I am constantly hitting its limitations. the drupal CCK (and associated modules) is a cool module in Drupal which allow you to specify new "content types" and add fields to them such as Images, text, check-boxes. Drupal then generates pages to add/edit and display these content types on the web. Obviously th...

Any one with Mysource Matrix experience

I have to build website in mysource matrix and i have no experience what that is. User has given me psd files and i have to slice and use it in mysource matrix. is it possible in mysource matrix to have custom templates. I don't know from where to start. I have installed it in VM after 1 week of full research and i only get the login...

XML Content Managment System

Hi , Just a quick question I know how I would build a cms using a database but why would you want to create a cms with xml ? What are the pros and con's using xml also if I was to build a cms with xml would I need the help of a database of does xml just remove the need of a database ? ...

List custom categories

I want to display custom categories with their sub-categories in a nested list. This seems to works: <?php wp_list_categories('hide_empty=0&depth=2&hierarchical=1&title_li='); ?> but if I include some custom categories it doesn't: <?php wp_list_categories('hide_empty=0&depth=2&hierarchical=1&title_li=&include=7,8,1,4'); ?> ...