cms

Can You Switch PHP Sessions In a Session?

I have two apps that I'm trying to unify. One was written by me and another is a CMS I am using. My authentication happens in the one I coded and I'd like my CMS to know that information. The problem is that the CMS uses one session name, and my app uses another. I don't want to make them use the same one due to possible namespace confli...

How do I provide easy editing of ASP .NET master pages for designers?

Scenario: I have a pretty standard master page for all my pages. It includes the usual login forms and other dynamic lists to be extracted on each page. Webdesigners can already modify the central content place holder of each page. But still, the design and layout for the master page is still in my project and any modification to the des...

Are there any CMS editors out there which users can populate locked down HTML templates with content and submit, but in a very, very stripped down way?

Hi there, We work in email marketing, creating HTML/TEXT emails for clients. In essence we design HTML email templates for our clients. Clients then post us content (via a form) to populate these templates before we send them out. Right now we do this manually, basically cutting and pasting the content from their submitted form into t...

Is there a CMS that you don't have to code?

I was trying to build a pretty simple website recently, and I thought I'd use one of the many CMS's out there to do it. I started using Drupal, it was ok - but as soon as I wanted to do something pretty simple like change the color scheme to something other than the defaults available, it all turned hairy, and before I knew it I was sign...

What is the "best" free CMS for my needs?

I have the task to build a web-site for a smaller non-profit organization. I have a bit experience with ASP.NET but because ASP.NET hosting is rather expensive here in germany (we will also need a lot of webspace and traffic) and aslo because there are quite a hughe list of features I think I should go with a PHP/MySQL based CMS (correct...

PHP Newbie question - CMS / Templating

We're planning on setting up a website for student group - most of the content is fairly static but certain portions such as events and members would turn up from the database. I've never worked with PHP much, and was wondering would a CMS system like Drupal or PHP Nuke be appropriate for this kinda work? Is there anything else that wo...

What should I consider when building a Content Management System (CMS)?

I'm going to create a web-based content management system for work. Before I start, what should I consider when designing and implementing my own CMS website? ...

Is there any open source java CMS running compatible in IBM WebSphere Portal

Hi All, What is the java Open Source Content Management System that can running compatible in IBM WebSphere Portal? I currently testing on Apache Lenya. I want the CMS running on portlet. ...

Best CMS for professional website development company

This is going to be a bit of an essay. Here’s the background. We design content managed web sites for graphic designers as you can see at http://www.yart.com.au/Our-Work.aspx We code these sites from provided artwork, we don't graphically design them. For the last 7 years we have used our own ASP/ASP.NET hybrid CMS and it seems to be ...

CMS for a personal website - ASP.NET/C#

I plan to create a community website aimed at publishing ASP.NET articles, blogs, forums and video tutorials. I am considering DNN and MojoPortal. Some of my requirements are: An editor that lets me post code with ease Open source preferably written in C# Easy to export content if there is a need to switch CMS Some way of easily posti...

How do I format and convert C# code to HTML

I am using a CMS that has FCK editor. It doesn't have an option to enter a Code sample like the way Stack Overflow's has. I think the easiest way to do it would be to use an external editor, convert into HTML and use the HTML in the CMS to edit content. Any suggestions? EDIT: @IAN - It doesnt seem to be working for me. I tried using t...

When adding CSS to a CMS dynamically should I write it to the DB or to file

I a working on a CMS and I want to be able to add CSS via the administrative control panel. When I add css should I just append it to the bottom of the stylesheet I have or is it best to add the data to a DB and then get it using a handler. The way I see it they both seem to have advantages. writing to file: It is simple and requires ...

problem with new content type created via module

I trying to write a drupal module. I'm following book "Learning Drupal 6 Module Development ". I have created a new content type (mybio)in module. I'm able create new node and edit node for new content type , it works fine but I'm not able to see new fields for mybio content type when viewing node. I have placed mybio_info.tpl.php file ...

Is There a Good CMS to Use with ASP.Net MVC

I have a small site I developed for a friend that uses ASP.Net MVC and was wondering if I could hook it up to dotnetnuke or another CMS. Or is doing an admin site using dynamic data? ...

Building a CMS in ASP.NET MVC

I'm curious to know if any basic CMS code has been written for ASP.NET MVC. The reason I ask is, I'm making a data-driven website for a client, and I've already spent a significant amount of time building it from the ground-up in MVC, but now the client wants content management facilities. Basically they want to be able to add/edit/rem...

Drupal, or Joomla Form Builder

Hello there. I am evaluating Drupal and Joomla, and one of the requirements I have is how well supported it is when comes to Form Building, storing the information in the database, and the showing of those information upon query. I don't know which one is better in this regard, Drupal or Joomla? Is there any third party extension I hav...

What's the best way for my client to add pictures to website

I am working with an artist to make her personal website. She would like to sell her artwork from the website. The issue is, she would like to be able to add, remove and price the artwork herself. She would also like to use paypal as the payment method. Obviously design and coding is easy for me, that's all static. I am not sure however...

How do I add a custom share option in iMovie?

The Mac's OS X iMovie has built-in share options (like YouTube, iTunes, MobileMe, etc.). I currently develop a video-oriented content management system, and I would like to add "share" functionality to iMovie for my CMS, even if the installation is painful or 'hacky'. There does not seem to be an API, but maybe there is? Or maybe the ...

Trying to develop a Facebook/Tumblr style news feed CMS in asp.net

I like the simplicity of the facebook status/notes/news feed CMS. Obviously short posts and long notes are not hard but I'm running into difficulty trying to come up with a way to mimic their "Attach a Link" feature. Does anyone know of a way (or a library) to use asp.net to take/build/create a screen capture of a remote site? I've tr...

What is the best free open source CMS (content management system) solution?

I want to convert a website to use a Content Management System for updating a large number of content pages for a website. The current website is mostly ASP.NET, but I am considering converting to PHP if it means I will have better integration with the "CMS of choice" in the market. I have heard of Joomla! and other CMS' but I would li...