cms

Versatile ASP.NET CMS in C#

We are making a public website on ASP.NET and we are looking for a really versatile CMS that will give us enough freedom and allow us to create not only standard content pages (a feature which all CMS offer), but also pages with custom ASP.NET programming. Imagine the following case: our site will contain several custom ASP.NET pages pr...

Framework or CMS?

I am learning web development and I'm very serious about trying to find a career in it. That being said, I have consistently been told that "doing" is the best way to learn and now I have a vision for a site that I would like to create. I have spent some time with learning frameworks to find a preference, such as Rails, Django, and .NE...

Which PHP framework would you suggest for this case?

I want to create an platform for a local old-timer club, which has: built in forum (not so over sized like phpbb & others. lightweight and highly integrated.) member profile with 20 fields members can create a garage members add car pictures to their garages others can vote and comment the pictures members can message each other and ...

Ektron user change password?

I have a Ektron client with Ektron installed. They would like to add the functionality to change a password to something they want. Do I need to be concerned with the ektron part or just go ahead and make my edit? Is there an easy way to do that? Any links to information would be greatly appreciated. ...

asp.net cms systems

I'm most a LAMP developer but need to recommend a asp.net CMS solution to a client? What are the leading CMS solutions in the .net environment? ...

Are there any good e-commerce extensions/plugins for Umbraco?

I'm working on a project that will use Umbraco for CMS capability, but also has a fairly simple ecommerce requirement. I'm aware of Commerce4Umbraco, are there others? Or, should I look elsewhere for simple e-commerce functionality. Would be nice to use the same platform for CMS and e-commerce... stuck with Umbraco though. ...

Java or PHP for homegrown CMS?

My boss has an idea for a web app he would like to build. Long story short it will need a lot of CMS features and a lot of social networking features, and some other unique things as well. We looked into just leveraging different CMS platforms like drupal and joomla etc, but they really don't meet our needs. We have decided to build o...

Can I use Code Igniter with Concrete5?

I am building a site that will (obvisouly) have a front end public portion that I want to drive with Concrete5, but then it will also have a members section that I would like to build with Code Igniter. Does anyone have any idea how I could do that? I guess I could just throw the Code Igniter code into a sub directory, but would I run ...

ICEFaces + CMS + Netbeans + Tutorial

Do you know any good tutorial, for making a really simple journal(blog) like web app with ICEFaces, using Netbeans (6.5.1) as an IDE? Thanks! ...

A CMS have multiple modules with same functional, as manage comments and categories. What should I do to avoid duplicate code?

I am developing a CMS based on Zend Framework which have many modules, for example News and Gallery. Each module has some part with same function as manage categories and comments (Categories and comments for News, Photos, Albums - cames from News and Gallery modules - are separate). Can somebody give me the advise to avoid making duplic...

looking for opensource CMS for team project/task managerment

Hi, I am looking for a CMS system which can help the team(15people) to manager tasks/projects of everyone. And we also like to have different views of the tasks, for example, Person view, Project view and Customer view, etc. Any suggestion? An opensource CMS system which can be customized is fine. Otherwise, I am also thinking of bu...

What are helper classes and scripts?

In a lot of frameworks/AMS/CMS I see folders of "helper" scripts and classes. What exactly do helper scripts and classes do? What is their specific purpose. Is that defined by the developer or is their a standard for their function? ...

GWT with a Content Management System

After seeing some of the benefits of GWT, my partner and I decided that it would be a good front end for the web app we hope to build. A main part of this web app will be content management. We were hoping to use a CMS framework and put GWT on the front end, but all the open source CMS systems we find seem to be very tied to their fron...

Good .NET based CMS?

For many projects we had to choose a CMS platform. I came across a few CMS platforms based on .NET. I want to know your experience. Community Server (cannot be called a true CMS) DotNetNuke (DNN) Umbraco Kentico Sitefinity Can you please touch upon the following points: UI customization. Feature extension. Third party extensions S...

Playing video on a dynamic website

Hi I am currently designing a website for a client - the site will be written in asp.net with a cms built in. My client has come back saying he wants to play mp4s on the site - plus being able to embed some other videos from youtube, vimeo etc.... in his blog - I have managed to convice my client that playing .flv would be better for obv...

how to get tinymce (in-browser "rich editor") to preserve indentation

PROBLEM: I use Drupal with a rich-editor, and the rich editor likes to clobber my text by stripping out the indentation and formatting. This would be unacceptable in a desktop editor, but people seem to tolerate this with in-browser wyswigs. QUESTION: How do I turn this off. I've searched around and I have yet to discover the best pract...

HTML Tidy, Web Editors WYSIWYGs and html fragments

BACKGROUND: WYSIWYG HTML editors tend to be both "intuitive" and "smart". Intuitive means someone can reasonably edit HTML without knowing the inner guts of how HTML tags actually work. Smart means that the user does not have to worry about adding the HTML or HEAD or TITLE tags, because the editor does that for them. PROBLEM: These days...

Content Managemnt System for Flash?

I'm looking to develop some CMS-able 100% Flash based websites. I have only worked with creating static based Flash websites in the past. What is the best way the approach this? ...

How to agnostically link any object/Model from another Django Model?

I'm writing a simple CMS based on Django. Most content management systems rely on having a fixed page, on a fixed URL, using a template that has one or many editable regions. To have an editable region, you require a Page. For the system to work out which page, you require the URL. The problem comes when you're no longer dealing with "p...

Simplest CMS allowing content hiding for not-logged-in

I'm looking for the simplest CMS that supports the ability to show different content depending on whether you are or are not logged in. Simplest because the school users are not the most sophisticated or tech-savvy users. The CMS is for a school site, which is not permitted to show some content (because of copyright etc.) to any users ...