cms

are there easy to customize/extend forum web apps?

let's say I want to make a forum that has pretty much all the functionality of a typical high end forum, like phpBB2, but I also want to add a few more features here and there. Maybe I want to add user reputation (kind of like what we have here on StackOverflow) and a button to sort threads or posts based on that in some pages. Needless...

Is there a lightweight CMS/data-sets management library for PHP?

Currently I am adding on to an existing PHP application, and have to add new type of data entities and relationships. I am wondering if there are any lightweight CMS library for PHP - not full fledged framework such as WordPress, Drupal, ExpressionEngine or even framework such as CodeIgniter or Kohana, but just something which Manages ...

Flash , PHP CMS

Hi , Does any one know of an article's on the element's / structure needed to create a flash , php , MySQL cms ? I failed to mention flash would be the GUI for the CMS ...

Advice needed: the most fitting web development solution for me

Hello, Recently I've been asked to develop a small web site/application. The site should have some code behind it as in any web application, and the client also needs CMS editing capabilities. He is familiar with Joomla, so he wants the same experience. I have vast experience in writing ASP.NET (C#), and almost no experience in PHP. ...

DotNetNuke 5.2 Source - How to: Setup IIS 7 to Compile Source & Test the Site

The answer to this may be a link to a good tutorial, but I've been unable to find one and it's getting rather frustrating. I'd like to dive into the source code of DotNetNuke 5.2 which I have downloaded to a folder. I've opened up the solution that ships with it and it opens & compiles just fine. What are the recommended steps for: S...

CMS - Save pictures in database, What is the proper structure?

I currently build a CMS system that need to save a lot of pictures per article. I have a lot of questions :-) I need to show the pictures in a few sizes, with or without watermark. In addition I need to have the original picture too, for archive and admin purpose. What that I think to do right now is to save the pictures in the database...

PHP CMS in one file?

Is there any CMS in PHP in just 1 file? EDIT Thank you for all your suggestion. I can choose only 1 so I'd choose the one by Chacha102, which I could not find when Googling. You all earned my vote. ...

If Statement not working with And (&&) Operator

Hi all! I'm having a hard time writing up what seems should be a simple if statement! I need it to say if mod does not equal a, b, or c - then do this. Here is what I was trying but have been unsuccessful: var mod = CURRENT_MODULE_ID; if (mod != "5827289" && mod != "5195103" && mod != "5181422") { doSomething(); } When I type this ...

Help to choose Alfresco or Nuxeo for DMS

Hi! I have requirement to develop DMS(Document Managemen System) with some initial requirements: If possible DMS should be open source Initially DMS should support up to 500 users System should be scalable in sence od users or content Docuemtns/Content should be stored on a file system Document should be able to be marked for later ...

ASP.NET MVC View information stored in a data-store...

Hi, I'm looking for some advice on storing views in a data-store (database, file, other) and display them based on routing data, all using ASP.NET MVC 2 and ASP.NET Routing. For example, I'd like to be able to display different views based on the following route data: /{country}/ /{country}/{area} But in the same vein I'd like to di...

CMS or framework that offers reseller hosting

just doing some preliminary research on a project. do any frameworks like django or ruby on rails offer a way of creating a web app which allows you to sell web hosting to clients and sell domain names? i have looked at sites like hostgator but want to make some more customized. my clients wouldnt need all the bells and whistles of a n...

Is there a standard site structure format?

Is there a standard site structure format? The use of this would be for export and import into a CMS or framework to define the urls, content, metadata for a website. Something tool agnostic would be the goal. JSON, YAML, XML, whatever. Maybe something like: { 'baseurl': 'http://example.com', 'site': [ {'slug': '/', 'title': 'E...

How can I leverage a CMS to create dynamic websites?

I know HTML, CSS and .NET pretty well, but I've only ever built static sites. A lot of my clients are small businesses whose sites are made up of 5-10 pages. Even though the sites are small, the business owners want to be able to edit the content themselves. Question: should I code up the pages myself and pull the content from a CMS lik...

Need to know CMS with java

Hi folks, I need to know what is the best CMS tool for Java. In PHP we can see Joomla and Drupal are two of the famous. I need to know what we got in Java, and how we should go about it? Thank you. ...

What is the best CMS for a technology user group?

We're starting a user group and want our own website for it where people can post, register for meetings, etc. What is the best CMS to use? The server we plan to use is Win 2003 Web Server with IIS 6 and SQL 2008, but also has PHP and MySQL installed. ...

is there a CMS / web-app / API that allows building of searchable forms without coding, like with a template?

suppose a web application requires some people to create a page with info they fill in as a form and other people to search for such pages using keywords or enumerated values for various form fields. Well, for instance it could be like Craigslist sales postings only structured as a single form - you specify the town, the category, the pr...

Drupal image upload issues

When uploading images in Drupal I have continuously encounter an issue with the physical size of the image - not the size of the file. Let me explain further. An image could be a small file size (under the restrictions) but be larger than average on the screen. These images fail to upload in Drupal across all sites that I have built usi...

Open source alternative to DITA Open Toolkit

I'm working on a web app that will need to process DITA documents from persistent storage (likely a JCR). The DITA Open Toolkit is the only DITA implementation I'm aware of, but it requires all of your documents to exist on the filesystem. Ideally, I'd like something that works like the DITA OT, but allows you to provide a resolver (much...

ASP.NET restarts when a folder is created, renamed or deleted.

UPDATE -- process to replicate issue: 1) Create a website project at c:\projects\restart-demo 2) Add default web.config and a dummy aspx page test.aspx 3) Map IIS to point to the root folder c:\projects\restart-demo 4) Monitor application restarts using perfmon, health monitoring, tracking in global.asax Application_End, etc. 5) Req...

What PHP framework to choose for a Senior Project

I am working on my senior project, and the topic that we agreed on was a CMS that similarly to Drupal would make things easier by providing robust administration capabilities Some of them include: Content type and data field creation (CCK) Views Creation complex user management (tasks and roles) the ability to add third party modules lat...