13
votes
13answers
1k views
Is Drupal ready for the enterprise?
Is anyone out there using Drupal for large scale, business critical enterprise applications?
Does Drupal's lack of database transaction support dissuade potential users?
Are there any other …
11
votes
19answers
2k views
Joomla, drupal or dotnetnuke?
I'm in the process of starting my own podcasting website. I'm trying to find a good cms to use. At work I'm a .net developer and we are starting to use DNN for some small projects around the office. …
9
votes
11answers
1k views
What are some of Drupal’s shortcomings?
Drupal is very much a "Do Everything" CMS. There are modules that allow you to add almost any functionality, which is great. However, it feels like a lot of the features (v5 and v6) seem scattered …
9
votes
10answers
612 views
Good drupal books/resources for programmers/developers?
I am starting the website development process for a local charity organization and am looking to house the website within a Drupal infrastructure. I am familiar with how to theme things for these kind …
8
votes
8answers
619 views
How Drupal works?
I have yet to see a comprehensive overview about how Drupal really works. Most of the tutorials are about lame things, like adding a module or configuring a site. Where is a flowchart about how the …
8
votes
5answers
15k views
Drupal 6: How to quickly theme a view ?
I've defined a view with the cck and view2 modules. I would like to quickly define a template specific to this view. Any tutorial or information on this ? What are the files I need to modify ?
Here …
7
votes
8answers
618 views
website creation - for non web programmers?
I thought I would find decent questions and answers for this, but none really caught my eye...
I am a C++ developer and I own a few domains. I'd like to start off with simple web sites for each with …
7
votes
5answers
868 views
Drupal Source Control Strategy?
In standard php or source code based projects we easily keep all of the code in SVN and each developer can checkout their own copy and collaborate on the same code.
When developing a Drupal site …
6
votes
3answers
150 views
A metaphor for Drupal module’s inner workings
What is the best application workflow metaphor for Drupal module?
In PHP frameworks we think MVC-style. How do we think inside Drupal?
Asumming I am writing some user-oriented module like Shop, …
6
votes
3answers
407 views
Scaling Drupal
I am working on a Drupal based site and notice there are a lot of seperate CSS and js files. Wading though some of the code I can also see quite a few cases where many queries are used too.
What …
6
votes
5answers
3k views
Include CSS or Javascript file for specific node in Drupal 6
What is the best method for including a CSS or Javascript file for a specific node in Drupal 6.
I want to create a page on my site that has a little javascript application running, so the CSS and …
5
votes
4answers
939 views
What’s best Drupal deployment strategy?
I am working on my first Drupal project on XAMPP in my MacBook. It's a prototype and receives positive feedback from my client.
I am going to deploy the project on a Linux VPS two weeks later. Is …
5
votes
2answers
942 views
mySQL Query to list number of comments my site received each day?
I run an online magazine and would like a dead-simple way to track 3 metrics:
How many comments are left each day.
How many links my users submit.
How many new members I get each day.
This …
4
votes
5answers
76 views
Drupal Content Type (Restaurant) Design
I have one content type Restaurant. For each restaurant, I would like to record their menu.
The sample data would look like this:
Beverages
Coke …
4
votes
2answers
59 views
Can I develop a Mobile website using Drupal?
I want to develop a website using Drupal that can be accessed on mobiles. Can I do that?
