drupal.org aggregator:
If you're heading to Drupalcon San Francisco in April, here's your chance to get in for free! I'm giving away two pairs of tickets over at DrupalModules.com.
The contest ends November 30th, so don't miss out!. (Read More)
drupal.org aggregator:
This mini-HOWTO will guide you though the integration procedure for both Drupal and Gallery2, with assistance of FCKeditor and G2Image. If you hope to insert your photo album images into Drupal without a heavily embed style, this should be your cup of tea.Why not integrate with Drupal's gallery.module?The most simple answer (Read More)
Dries Buytaert:
AT&T, the largest provider of local long distance telephone services in the United States, is using Drupal on for an add-on site called AT&T Apps Beta.The website requires you to log in so there isn't much to explore without creating an account. Either way, AT&T Apps Beta is a platform for connecting highly involved AT&T c (Read More)
drupal.org aggregator:
Everyone knows the top-tier Drupal modules, but with over 4,000 5,000 modules available for Drupal it's no surprise that many useful ones go unnoticed. As part of its mission to raise awareness of these unsung heroes, Palantir is presenting this series of articles on modules that carry more than their weight in code.In par (Read More)
drupal.org aggregator:
By default, the Drupal Lightbox2 module supports the flvPlayer flash movie player, which is not Open Source. However, Drupal has a 100% Open Source video player called Flashy. Here's a quick method of overriding Lightbox's setup to use Flashy instead of flvPlayer.Assumptions: This article assumes that you already have Light (Read More)
drupal.org aggregator:
Services is a module that makes it easy to provide web services using Drupal. What services doesn't do is to allow the definition of separate API:s. This is something we need to fix if we want to turn services into a real web-service framework.Consider the following: Today all installed services are always available on all (Read More)
drupal.org aggregator:
With drupal 7 the concept of an entity gets introduced in drupal, thus nodes, comments, users, terms - all these are drupal's entities. Most important the also new field API is able to support any entity!
So how will this affect the drupal landscape?
read more. (Read More)
drupal.org aggregator:
Checkout view being currently disabled in ViewVC is a very good opportunity to remind everyone that linking to your README.txt file in CVS does not count as documentation on your project page!Here are some things I, or anyone else, can do with a proper documentation page in what used to be called the handbooks section of dr (Read More)
drupal.org aggregator:
For a few months now, every project at work is handled in an agile way with the SCRUM principle and our development team gets a free day every two weeks to work on their own projects using the same technique. This gives us a good overview where we are and what we want to do in the future. Most projects during our free time (Read More)
drupal.org aggregator:
I'm a big fan of having an automated deployment process. It's really the web development analog to the "one step build process", as described in the Joel Test. In the past I have used various shell scripts to perform this task, but I have recently become a convert to Capistrano (or "cap" for short). With Capistrano, uplo (Read More)
drupal.org aggregator:
I was upgrading The Watcher module to Drupal 7 today and found myself having to test a lot of email sending. Looking around in vain for a fake email system to log emails to the disk instead of sending them out into the interwebs to risk getting called the dreaded meat product, I decided to write one using the new pluggabl (Read More)
drupal.org aggregator:
I'm going to be doing a talk in a couple of weeks called "10 reasons why Drupal (might) kick your CMS's a**" to a local group of web tech folks, only a couple of which use Drupal. I have some ideas, but wanted to crowdsource this a bit and see if I can get some input from the community. I have a very limited exposure to oth (Read More)
drupal.org aggregator:
As a long-time Drupalist, I have to confess a wandering heart. Over the past couple years, I've grown more and more interested in other software and bigger-picture issues, branching out from the trials and triumphs of developing sites with my favorite CMS and looking increasingly at issues of integration and platforms. Howe (Read More)
drupal.org aggregator:
When we talk about video streaming, many people still think of expensive hardware, dedicated uplink capacity and a complicated server side video encoder. However, nowadays video cameras in mobile phones and online streaming services can solve most of the problems for us if we sacrifice a bit on video quality. Drupalcamp Pra (Read More)
drupal.org aggregator:
One of the great things about Drupal is that you can run more that one site off one installation. This saves disk space and load on your server, it also saves maintenance time. With only one installation to manage and update the time spent administering your site drops greatly.So, how do you setup a multi-site? well, it’s v (Read More)