cms

Is there a CMS like Plone but in Grails?

I really like plone as a CMS, but its base is in Python. I would like to know if there is a CMS that has Grails as a base. ...

How do I access node information from a view in Drupal

I have written a custom view template called "views-view-unformatted--FAQ.tpl.php. How can I access the nodes? The $rows array only holds the rendered content from the node.tpl.php template. Bottom line is this - I want to organize the FAQ's into sections by taxonomy. ...

Where do I start when I want to setup an new information portal?

Its easy to find a standard CMS system - but what do you recommend to setup a web page that is 70% www.tripadvisor.com and 30% www.hostels.com ? (The page I'm working on is not going to be a competitor to any of those pages) But it is to give an Idea about what I need. It is important for me that it is going to be web 2.0 based - so the ...

Opensource Booking/reservation system?

Just shooting out the question before I start hacking my own because my google skills has failed me. Does anybody got a suggestion for a booking/reservation system? Preferably for the .Net platform or PHP? Even better if it were integrated into a CMS system of some sort.. ...

CMS for Ruby on Rails

Do you have a suggestion of a CMS writeten in Ruby on Rails. I need it for a corporate intranet. I am new to RoR, I am a PHP programmer, so it is better for me not to start from scratch. ...

What enterprise-class open source CMS has the steepest (easiest) learning curve for a programmers team?

As a company specialized in developing custom CMS, we have been asked to deploy a open source CMS in our next project. We are free to choose a system. What would you recommend for a team familiar with MVC model and OOP in PHP5? I was told that Drupal and TYPO3 are very hard at the beginning, so what are the other options? eZ Publish o...

How to generate and maintain lots of Landing Pages?

Hi! Currently I have to think of a solution for generating and maintaining lots of static landing pages for a membership-only e-commerce site (e.g. we sell products X, Y and Z but only to our members and we want to make a (SEO-friendly) landing pages for each product). Each page would be almost unique in content and the meta data but th...

What are the best practices for large scale flash production?

I am talking about several thousands of flash animations etc. Naturally there is lot of file management. How do people manage these kind of assets like DAM, CMS? Best practices for swfs, images, fonts to keep the size to minimum. Compression scheme? What about delivery? What kind of servers are needed for this scale? ...

Web based CRM and content applications for startup?

We are (barely a) startup looking for one or more open-source and web-based applications for (1) sales and CRM and (2) enterprise content management (ECM) and web sites. The idea is to have a content system/repository to manage detailed records of products, handle knowledge management, and use this data to power one or many sites or blog...

Simple CMS (php/python)

I am looking for an easy to use CMS that can be used to host a multilingual website with photo galleries and few forms. I am open to php/python excluding wordpress/joomla/drupal. ...

Should I use a 3rd party CMS or build an ASP.NET MVC site for a small website?

I'm primarily a .NET desktop developer, but I've done some static HTML/CSS websites in the past. I'm currently taking on a web project for a local restaurant and one of the most important features is the ability for the owner to edit the content (e.g., add events to a calendar, adjust the menu, post news items, update a photo gallery). ...

Make PHP code as small as possible while not reducing performance?

Hi everybody. I'm writing a Content Management System in PHP, and I want it to be the smallest one in the world. I'm planning to make it available to everyone, just like Drupal and Joomla. But to make it so ultra-tiny, I change code to smaller code. For example, I change: $info = parse_ini_file("info.scm"); /* to */ $i=parse_ini_file(...

How to design database schema for a content management system (cms) with multiple language support?

Hi everyone, I am going to build a site with multiple language support, and I need to have the ability to control the workflow of the articles, companies, products. All with multiple language support and multiple versioning. Does anyone have the solution for this already or I need to start from scratch? ...

Is there any way to get publishing queue in sitecore?

Problem is that I use a 5.2 Sitecore, and when I start to publish something, it only shows the publishing window and a "Queued" message. There is a chance that some people full published several times(that means 15000 items and 4 slaves), and the publishing queue is stuck. The restart of the webserver/app pool is not an option. Any exper...

What, technically, is a "destination management system"?

I hear a lot about these, but from what I can tell they're no more than highly customised CMS's that allow content to be fed in from third parties such as hotels etc., perhaps with an online booking mechanism. DMS just seems to be a marketing term for something a developer would be more likely to refer to as a CMS. Is this correct? ...

PHP CMS Plug ins require others

Hi! I'm writing a CMS, but I've got a problem. I have a mysql table called modules. Modules are similar to Wordpress' plug-ins, or Drupal Modules. Some modules require functions of other modules. I'm now writing the part which includes the modules. Here's my code: //Load modules $res_modules = mysql_query("SELECT * FROM ".$db_prefix."m...

Looking for a good programmable Java CMS (Content Management System)

What would be a good choice of a programmable/extensible open-source content management system for Java developers? We've tried our hand at "Liferay" with a poor result after 15 months of work mostly due to its lack of programmability. It's not a product directed towards developers. We need to reboot the project now and we're looking f...

Refactoring animations in jQuery login script

I'm using jQuery to build simple animations for a login form in my CMS. The jQuery toggles the visibility of two forms, a login form, and a reset password form. The script works perfectly fine, but I seem to figure out how to shorten it up, since most of the code is redundant. Note: The .click function is called twice in each case to ...

PHP Classes problem, class not found

I solved this question my own. The filename was wrong lolz. Hello everyone! I'm building a CMS like Drupal and Joomla. I'm working on the module feature (plugins), and I got the following error: Fatal error: Class 'settings' not found in C:\wamp\www\SYSTEM\view.php on line 22 Here is my code: start.php <?php //First of all, start ...

CMS or template system for one-person micro-ISV?

Not a programming question I'm afraid, so moderators do what you will, but it is a question specifically for self-employed programmers running their own ISV sites. If you publish your own shareware or freeware, do you use any CMS or templating system to streamline maintaining the website? Would you recommend any? Two most important fea...