A Content Management System (CMS) is a platform used to build websites that are easily edited by multiple users.

learn more… | top users | synonyms (1)

0
votes
1answer
33 views

Capture ip, geo-ip location, input data into database of website. mysql?

I'm hosting a website. When a user inputs their location (as specific as city/town) clicks a button on a website, server will: Check if they have previously clicked (by checking stored ips and ...
0
votes
0answers
10 views

How to link CSS to CKeditor on same page?

Hi I know there is the ability to link css to the editor with: CKEDITOR.config.contentsCss = '/mycustom.css'; However, I allow the user to change the CSS on the same page as the content. It polls ...
0
votes
3answers
36 views

How do I enter content in a richtext editor to a database in c#?

I am trying to build a simple CMS as a project to help me learn and improve my asp.net and c# skills. I have set up my web form and am entering the content into the database using the following code: ...
0
votes
1answer
23 views

Integrate CMS with an existing ASP.NET MVC web project [closed]

We have an existing asp.net mvc solution (for eCommerce). We want to integrate CMS into this solution for content edit and news posting. Also we want to have multi language support for this site. Is ...
1
vote
2answers
22 views

comments as normal nodes in database

I am not a database expert. so I just ask it as a beginner. I am going to design a database however I'm not sure if what I am doing is right or wrong in database designing. The website should contain ...
0
votes
0answers
12 views

working with CMS API and consuming with .net

I am working on a E-commerce website which is run by CMS. I have to create additional functionality on the website. I am given the REST API of the CMS. I am on dilemma on how to consume it on visual ...
0
votes
0answers
19 views

Which WYSIWYG CMS is BEST to transport Existing Website to? [closed]

Help! I need to move a website that I created for a client into a CMS with a WYSIWYG editor. So the client can add and edit content without knowing code. Does a CMS exist that will allow me to import ...
-1
votes
0answers
13 views

Choosing between Wordpress and Umbraco for a Site Solution [closed]

I am managing the production of a web site. The plan is to create three seperate site experiences, Small Screen Tablet, Desktop. This choice is based upon performance as well as tight contol of the ...
1
vote
3answers
39 views

Sitecore with DMS vs caching server - how do you handle it?

We're planning to introduce DMS to our customer's Sitecore installation. It's a rather popular site in our country and we have to use proxy caching server (it's Nginx in this case) to make it ...
-2
votes
1answer
21 views

Editing and deleting content with my own CMS with PHP [closed]

I have created a CMS for my portfolio website. With various PHP files, I am now able to upload images through my CMS which I have linked to upload on my portfolio page as well as my tables in Mysql. ...
0
votes
0answers
11 views

file recurse change very slow in puppet

file { '/opt/graphite/storage': ensure => directory, recurse => true, owner => 'www-data', group => 'www-data', } I have about 50G files in ...
0
votes
3answers
29 views

Can I uniquely identify or pull a class or div by its title using css

I have two links and they are sharing the same style (class and div). But the problem is that, I don't know where is the html being pulled from. So I want to give different styles for each link. So I ...
-1
votes
1answer
28 views

Image crop & upload [closed]

I'm currently building a custom build Content Management system built on PHP. I want to add in an image upload feature with a cropping tool so the image uploaded fits in the space correctly. I have ...
0
votes
0answers
23 views

Page construction surface with javascript

I have been using several CMS systems that allow admin to design a web page in an interactive manner by placing columns and blocks onto a page surface. I want to implement the same design feature on ...
0
votes
0answers
18 views

Good cms for controlling only one page?

Heres my problem. I am a Hardcoder / I don't use cms's because of their limitations and over-complications in theming. The problem is I want to have a blog page on my main site, and contantly write ...
-1
votes
1answer
29 views

CMS vs. Frameworks for creating and selling websites/web applications [closed]

Me and a couple of friends are going to be developing web applications and websites for small businesses and individuals. We will be custom building/tailoring each website to each client's needs. We ...
0
votes
0answers
8 views

How to make Fancybox work in Pagelime CMS?

I´ve noticed that Fancybox cant handle Pagelime autogenerated href links... Here it works > http://miaumiauestudio.com/artistas/colmegna/ But here, after some user uploads some content and publishes ...
0
votes
0answers
8 views

cms to run on presentation cd [closed]

I'm trying to make cd presentation of my school. It has pretty about 200 or 300 hundred pages so making it by hand is out of question to me. And I thought it would be cool to use css javas to present ...
-3
votes
0answers
25 views

How to conver my wordpress site to blogspot [closed]

I have a word press blog. but now i want export to all thing in my word press site to blogger in blog spot. so i did search in internet and i have found web site to conver it ...
0
votes
0answers
52 views

Best PHP Framework with user interfaces [closed]

I am starting a back office user system that allow users to add content to a database. This project is no CMS based on website. I develop a andorid application and I need a back office to add and edit ...
0
votes
1answer
23 views

OCM or Nodes in JCR?

We are developing a CMS based on JCR/Sling/JSP/Felix/etc. What I found so far is using Nodes are very straight forward and flexible. But my concern is over time it could become too hard to maintain ...
-1
votes
0answers
6 views

Options for building a desktop cms? [closed]

A client has asked me for a way to create a database of his artworks (including media, hyperlinks etc) as a CRUD offline app for osx that he will use himself. Being a web guy, I can think of a million ...
-3
votes
1answer
18 views

I want to design an online gift shop, any suggestions? [closed]

One of our client want us to design him a simple and sleek online gift website. I don't know which to clone, any suggestion will be appreciated.
0
votes
0answers
11 views

SimpleCart CMS Implemention

I want to use this JavaScript shopping cart, its only for a small scale shop and it makes it easy to add items with just html. Link is here SimpleCartJS Basically I was wondering how I would go about ...
-1
votes
0answers
17 views

Every time I add a CMS download or Gem like refinery or Locomotive it kills my layout or ignores it… any ideas how to approach or avoid this? [closed]

I want to to add a CMS that allows me to use with twitter bootstrap. Any idead on approach? Suggestions or tips for this newbie would be greatly appreciated.
0
votes
2answers
30 views

PHP OOP Based CMS - Displaying Separate Pages

I'm building a CMS using PHP and OOP - it's a bit of a learning project, something to improve my OOP skills while giving me the motivation of having a final target in mind. I've come to actually ...
0
votes
1answer
31 views

tx_dam with TYPO3 6.1

I'm benchmarking TYPO3 6.1 and I'm trying to install and make DAM extension working on it. I'm experiencing issues after installation. I can see the media folder in the pages tree. But when I want to ...
0
votes
0answers
13 views

Installed joomla 2.5 template not working true

sorry for my english. I'm new for joomla,after i install new template on joomla 2.5 and set it for default template,when i review my site,template not working true.for example ...
1
vote
3answers
27 views

Any book to teach how to build websites? [closed]

I am a MS Computer Science student. I know programming techniques (PHP, Java), databases, & algorithms and the list goes on. But I want to start learning how to build from scratch a website that ...
0
votes
0answers
44 views

Silverstripe CMS syntax “$”

I'm working on fixing a Silverstripe CMS another developer built. I'm a MODX user, so this has been a slight learning curve. In the template for a specific page, the original developer put this on ...
2
votes
2answers
49 views

Sitecore Droplink for User Roles

I'm building a custom workflow where all users that are members of a specific role will receive email notifications depending on certain state changes. I've begun fleshing out e-mail templates via ...
-3
votes
0answers
14 views

Suggest me tools to integrate Java, JESS and XML/HTML contents

I am designing an expert system for eLearning purpose: For each topic, the Student will be presented reading materials, followed by examples and then a test. The system observes learner's interaction ...
0
votes
0answers
9 views

new/recent/fancy framework/cms for simple webpage project

i need to make a webpage for an event-location. so the main things which should be on the page are an "about" section, "upcoming events", "event archive", "news", "contact". the usual suspects ...
0
votes
0answers
7 views

Suggest any CMS with ability to play locally stored webm videos

I want to find simple (preferably lite) CMS for use on my home web/file server. The main purpose of this CMS will be to serve/stream html5 (*.webm) videos from my local PC (homeserver) in order to ...
0
votes
0answers
12 views

Disabling controls in the Wordpress theme customizer

I am trying to figure out how to disable setting controls in the Wordpress theme customizer page. An example is: A section in the theme customizer contains a checkbox that is used to hide or show ...
-1
votes
0answers
23 views

Real time bidding ad system integration [closed]

I want to integrate real time bidding ad system in my website, somewhat similar to google Adwords, which allows sellers on my website to select target market location, demographics keywords, and ...
0
votes
1answer
25 views

Can Joomla make auto currency to displayed after typing specific format?

I have seen websites that if the user wrote some specific format like this in the back-end for example : Polo Shirt , 500 V-Neck Shirt , 500 Pijamas , 500 Polo Shirt , 750 Jeans , 750 Then in the ...
0
votes
3answers
55 views

Programmatically Identify CMS by URL

Is it possible to detect CMS of a URL in my php programming ? AS we can detect in http://whatcms.org . does any one knows api that detects the CMS from the url ? Is there any other way to detect ...
0
votes
1answer
41 views

Convert static bootstrap site to CMS? [closed]

I have designed and created a site (using bootstrap). It's all static HTML/CSS, and about 4 pages with another 9~ pages for a portfolio. I would like to use a CMS, so the content is easier to edit. ...
0
votes
0answers
17 views

Have a landing page on heroku supported by CMS and web app for the rest

I have a webapp on heroku. I would like to make it so that when a person goes to mywebapp.com they go to a CMS system like WordPress. But then I would like the rest of the web app to function as ...
1
vote
1answer
12 views

gpEasy CMS javascript hide/show text

I'm currently working with the gpEasy CMS and I would need to reproduce the hide/show effect that is on this website: http://frontiers.epfl.ch/index.php/Program (links in the program). I went to the ...
0
votes
1answer
21 views

Call the next and previous records in a MySQL query

How do I call the next and previous MySQL records, without referring to the ID? In my table, I have the following records: IDNO (Auto-increment, primary key) Title Slug (unique key) Data DateTime ...
0
votes
2answers
43 views

Perl, Template-Toolkit and SEO [closed]

I'm not sure how to deploy best practice for SEO in a new project. I'm building a CMS that will be used by a group of writers to post news articles to a website. I'm developing the site using Perl ...
-1
votes
2answers
49 views

best cms to add to a website built in html without having to rebuild site [closed]

I build sites in html, css, and jQuery. I seem to be getting mixed advice recently, being suggested by one person to forget this and just use word press and others to keep doing it in pure code. I ...
0
votes
1answer
16 views

cms with reusable code plugin [closed]

I already googled and couldn't find a CMS written in php and javascript that has an option for reusable code. I want a button when editing a text field that when clicked opens a form that the user can ...
0
votes
0answers
17 views

Jomsocial facebook not logging in

I'm working on a joomla site with jomsocial. The facebook login, as I've heard tends to happen, is not working correctly. The main issue I've found is that the facebook javascript library is imported ...
0
votes
2answers
54 views

How i develope cms such as Sitefinity or DotNetNuke style?

I want to create a content management system as Sitefinity or DotNetNuke style.Is correct to below approach?What's to reason Sitefinity or DotNetNuke?The both CMS runs modul-based as far as i ...
4
votes
3answers
94 views

How do you put custom markup in a sitecore sc field?

I need to add some custom markup for the sc:Image field to enchance SEO. This markup is not a property of the field, so from codebehind, I tried something like this: ...
-1
votes
1answer
26 views

Get content author of a component - iparsys [closed]

I have a header component,and I have logo component hard coded in the header component. Now I dragged the header component in the iparsys component. I'm able to content author the header component, ...
0
votes
2answers
87 views

Disabling a button for page editor for a field based on a certain condition

I have a set of custom buttons for a field for the page editor, and I want to disable some of them based on a condition when they load. Is there a way to do this? This button was set using the ...

1 2 3 4 5 83