cms

Is it correct to say that virtually all CMS' have database abstraction

As a php learner, I have been experimenting with some of the smaller PHP CMS'. All CMS' that I have used employ a database abstraction layer. Am I correct in assuming that this would be a characteristic of just about all PHP CMS'? Thanks! ...

Document-level forking and version controlled wikis (theoretical/design)

This is a problem I've come across for a couple different projects I'm working on. Since the projects are still under stealth development, and the problem itself is of potentially broader interest and agnostic to them, I'm going to anonymize it - but FWIW, I work primarily with Ruby/Rails and MySQL. Scenario I want to have a system f...

Connect to AVAYA CMS database (Informix) using ODBC

I'm trying to use .net to connect to an AVAYA CMS Informix database. I'm using Microsoft Visual Studio 2005 and connecting via a DNS I've created. I can see the tables no problem, but when I try to show the data on an .aspx page, I get the following error: "Parser Error Message: Unrecognized configuration section 'connectionStrings'" and...

CMS[CONTENT MANAGEMENT SYSTEM]

how many days it will take to create new content management system . my boss is asking me to develop a own new content management system[CMS] with in one month. i am the only PHP developer i a company . what are the programs to develop new cms. is their any possivle ways to develop a cms in a month. ...

Use php to save text box content to a page.

Im trying to build a extremely basic content management system. I want to do it all with php and was hoping it would be as simple as echoing content that was submitted in a text form. The problem is I need to save the echoed content to the page somehow (preferably without a database) and then have it replaced with new echoed content if ...

Integratiing Zend Framework and Geeklog

Hey, We have a geeklog managed site running at http://bhaa.ie We recently setup a zend application on a subdomain that manages this page http://bhaa.ie/members/public/index.php/event/list We're hoping to better integrate the two domain, so that we can call this url http://bhaa.ie/event/list and have zend handle the request, while ...

inline markup / templating engine for customer facing CMS

There are many hosted CMS applications that provide you with some sort of inline markup/ templating engine that lets you output things into a page. for example, a hosted cms application lets you edit your templates to custome html/css, but they also let you do some basic inline code on the page to do this like inject the article title, ...

OpenSource CMS on Symfony framework?

I'm looking for CMS built in symfony framework. Any examples? ...

Should I use a CMS or custom built site?

Hello, I am new to web development but I want to make a site that is similar in functionality to digg.com where users can submit content and can vote up or down certain content. Based on this up/down vote, I would publish the popular content on the home page and throw away bad content. My question is, will a CMS (like Umbraco) be a goo...

For a review website, which language?

I am thinking of building a review website and i was thinking about using php. What language would be good for a website like ratemyprofessor? would ruby be better? ...

Content management systems and S3

Hi - I wish to build a file sharing site and store the files in S3. I also wish to have different users upload their different files and be able to see them, have access to them (open, share etc.) and manage them (delete, edit etc.). I wish to set ownership for each file uploaded and access permissions for the users. So I am thinking of...

What are some strategies to facilitate relatively heavy modification of vendor's code while preserving upgradability?

I am the lead developer on a project whose continuing mission is the implementation, expansion, and maintenance of our highly trafficked site's content management system. The CMS is neither an in-house solution nor an open-source project - it is an expensive product purchased from a vendor. Unfortunately, it's a very... shall we say......

Free RichTextEditor for ASP.NET Web Application

I want to use a Rich Text Editor in my ASP.NET web application project for my company's product.What are the best free options available. I went thru ASP.NET Ajax HTML Editor .But it does not support inserting an image inside the content.Can any one suggest me some solutions for this. Appreciate your support I had a look at tinymce,FC...

what is difference between a CMS and a blogging engine?

Hi folks, I'm not sure if the following 3 are synonyms or if there is any difference between them or of they have any hierarchical relationship. But could you please clarify me on how are they different/related? 1) CMS 2) Blogging-Engine 3) Forum Software like PHPbb Thanks ...

A "CMS" for a one-page site?

I'm going to build a site for a client that consists of only one page. The page has only one div with editable content; the rest can be hard-coded in a template file. The client wants CMS-like behavior: logging in on the site and editing that single piece of text (preferably inline). I usually build larger sites with Drupal, but that wo...

CMS for User-Generated Content?

I'm developing a user-generated content site. Note it's not a blogging system, forum, wiki or any of those shrink wrapped things. It'll have it's own specific forms and content niche, so I'd like the power to tweak everything basically. The method of authenicating users will likely be 3rd-party ie open id, facebook, twitter, etc. So ...

What is the best today php framework to build my own CMS?

My scope of knowledge on php Frameworks is limited to 4, CakePHP, Symphony, Zend and CodeIgniter (sort by preference) I want to know which one I could choose to build my personal CMS (which suits best for that purpose) .. Best, ...

What software license to use?

I'm finishing a CMS (Control Management System) written in PHP5 and that uses Zend Framework an CKEditor (www.ckeditor.com). I have plans to make it commercial but I don't know what kind of license to use in the software. The code will be open (I won't compile or encrypt PHP code with any things like Zend Guard). People can: Create p...

Trouble with Galleria image gallery fade and default image

Using Galleria with frogCMS, but am currentl unable to create fading effects and to display a default image on load (currently only displaying an image on clicking a thumb) $('ul.gallery').galleria( onImage(image) { image.css('display','none').fadeIn(); } // not working. ); // also not working $('ul.gallery').galleria({ history : t...

Java or Groovy CMS

Hi, I'm considering developing a school information system using the Grails web framework. Before a school can use the system, they will need to setup the following data School data Students Teachers Subjects Classes etc. I'm considering using a CMS in order to get the ability to CRUD these entities "for free". The CMS may also pro...