I've been building a joomla-based website for the past couple of months and the time has come to migrate the site from my personal development server to the production one. My initial thought was to dump the database and recreate it on the production server, but I'm wondering if there is a better way. Unfortunately there is some conten...
Is there a CMS that can manage content on a site without having to implement a template?
I've already designed a site with XHTML and CSS, so don't need a template, but do need active content management in static places, such as articles on the homepage and on a couple of other pages.
Preferably open-source all the way, and tableless la...
I work at a non profit and we are looking for a web solution to do the following:
External facing web site
Internal posting board for news, updates, pictures
Entitlements around user content
One of the folks at the non profit is a mac person and suggests using iweb and mobileme for this functionality. i have no expereince with these...
Are there any standard formats for importing or exporting a Content Management System (CMS)?
...
Hello,
I am starting up a new website that will need to meet the following requirements :
Performance and Scalability : I am aiming to have some high traffic with high number of concurrent connections during few minutes. No heavy contents (like Flash or Videos) will be present in the first version
Mobile Site : The first version will ...
When I need to develop a solution using a CMS I recommend to my clients to use MODx, flexible to me as developer and easy to user for content managers. This time my client has introduce a requirement: the solution should be using ASP.NET. The problem is that in my research I couldn't find an equivalent ASP.NET CMS to MODx (http://modxcm...
Upon completion of a custom payment form I add two user roles, a badge, and two friends. All of those changes work well and populate to the User object and corresponding database tables. When I use the below code (copied and altered from Kentico CMS install) I get IsSubscribed == true, but the user nevers appears to be subscribed. Any...
I work for a large local government organisation who are about to embark on using SharePoint to replace our ageing intranet with an all-singing all-dancing collaborative site. The focus for the intranet will be replacing random files, content pages and documents that are spread across the organisation with a SharePoint installation which...
Okay, since none of you guys like my question, let me rephrase it.
User logs into an HTML form. With JavaScript, their password is hashed locally (salted too). The server knows what the password + salt should be, user is already registered, blahblahblah. Now the user requests a page. The server sends a random ID to the user. When t...
Umbraco is taking:
<img alt="Your Title - for example Mr., Mrs., Ms."
src="../media/21283/q16x16.gif" width="16" height="15"/>
And turning it into
<img alt="" src="/media/21283/q16x16.gif" width="16" height="15" rel="16,15"/>
If I alter the alt tag after this processing then the alt tag is saved.
...
I have a template with ~ 50 existing instances. I now need to add an
element to a container within those pages, so I've referenced the
content on a container within the template. However, the existing
pages have not picked that reference up - how do I 'apply' this
reference to existing instances?
...
Hi,
I'm in the process of planning out a site for a friend, they need to be able to modify site content, have a products section and shopping/ check-out area. All the products need to be able to be updatable too (descriptions, photos, cost - including delivery, etc).
As I'm a bit of an ASP.NET MVC fanboy currently, I was going to build...
Is it at all practical to try to use Joomla or Drupal to design anything but brochure-ware or a blogging website? Are the modules/extensions frameworks really flexible enough for designing web applications that have a lot of data entry and reporting capabilities, or would you just be better designing it using a MVC framework, ASP.NET or ...
I know that being open source does not necessarily makes a program more/less secure than closed source (let's assume this neutrality, to keep flames out of this post). Fact is: since the source code is open, everybody knows your defaults urls, default administrator logins, etc.
I'm using Wordpress and Joomla in some projects of my clien...
We have a client whose site is hosted on a server (I don't want to disclose hosting company name) which does not provide DB functionality.
We have developed a very simple CMS based site but out implementation uses MySQL.
I read somewhere that there are DB like functionality built-in in PHP. I have never used them.
What are these and ...
I'm developing a site for a local business and I've finished the design and layout in Photoshop and now I'm getting ready to start creating the HTML and CSS. I'm trying to decide which technology to use on the server-side to achieve the following basic dynamic behavior:
Include the site header and footer on all pages without having to...
I work at a more traditional ad agency and I am the sole web guy here. Recently a designer here redesigned our website based on the popular blog style seen about on the internets at the moment. Design is similar to this blog: http://effektiveblog.com/
I put forward that this would be a Wordpress job, due to the designed features (tag cl...
I'm building a site for a friend for free, and am trying to work out a good way for her to be able to easily make updates. I haven't used any CMSs before. I was browsing the web today looking at some, and they all seem way too complicated for what I'm after.
Basically, all I want is a really simple CMS that pulls together HTML snippets ...
I'm going to start work on a site for a client and I'm struggling with how to go about doing it. They want (in order of priority)
A site that looks pretty and is functional in that it will present the information they want in a way that makes sense.
A site that is easy to update and add to. The guy who will be doing the updates is a sm...
I've written some simple software which helps me manage and disseminate engineering data on a company intranet. It's pretty flexible about adapting to new content and I wonder if it justifies the description 'Content Management System.
A previous question: how to define content management did a pretty good job of defining a CMS, but I'v...