drupal

This discussion is closed: you can't post new comments.

Is Microsoft threatened by Drupal?

I came across this article in on http://news.rapidwatersdev.com today which has a filter to pull Drupal items out of Digg.com - I'm found it interesting, though maybe hype, but was interested to see if the community found any merit here...

http://mridul.co.in/Aviyalism/Microsoft-thinks-Drupal-is-a-greater-threa...

The Listology.com link that is referenced in the article above, but fails to actually link to is:
http://listology.com/jwalling/list/1000-drupal-web-sites-case-studies

[Edit]
Interesting - related:

Rapid Waters Development

A new chapter in my life has begun. The corporate life is behind me for now and I've started out on my own with my best friend and co-founder of our new company, Rapid Waters Development.

The old days

CKEditor 3.0 and WYSIWYG API 2.0

Before I sat down to write this article, not only did a drink a little Southern Comfort, but I installed the WYSIWYG API version 2.0 from drupal.org, CKEditor version 3.0 from ckeditor.com and applied this patch (for CKEditor support in WYSIWYG API) as well as this small one line change, and this other small one line change. This recipe has given me what I haven't had in quite some time; hope that there was a quick solution to the problem with WYSIWYG editors in Drupal. But enough link porn, here is the real eye-candy!

Drupal.org Redesign sprint in SF

I got the chance to help out with the Drupal.org redesign sprint Friday and Saturday afternoon at the Chapter 3 offices in San Francisco. I mainly helped out with the Dashboard project, creating the functionality of being able to move dashboard gadgets from one page to another by dragging them onto the various tabs across the top.

Exporting users with Views Bulk Operations

Have you ever needed to export users into a csv file from Drupal? Working in corporate environments, I've had to do this many a time, and it's usually a PITA. However, the new Views Bulk Operations (or VBO) just made that job much, much easier.

VBO is an awesome style plugin for Views 2 that can turn pretty much any view into an administrative interface for bulk operations by allowing you to apply system actions and hook_[user/node/comment]_operations() to whatever your view displays. You can read more about it on the project page; I'm just here to tell you about how I used it to make a common task a lot easier.

Activity BoF notes

Yesterday I hosted a BoF session on Activity. We went over what is currently available in the D6.x-1-1 release as well as the different approaches taken between the 6.x-1.x and 6.x-2.x branches. The 2.x branch is a refocus on core integration, extendability through more hooks, and efficiency of recording and displaying messages.

1.x vs 2.x

  • Recording
    1.x - uses it's own functions
    2.x - uses an extendable*, configurable action

Activity logs in Drupal

In Dries' keynote speech this year, one of the things he talked about was having some sort of Activity log for Drupal. I've worked for a while on a module called just that, Activity, and I think it's conception was originally based around what Dries was referring to; logs of activity of what users are doing on a Drupal site. The original methods implemented by Activity module were pretty terrible and over time became somewhat bloated and hard to maintain. The overall architecture was not well thought out (it was my first module) and there has since been a good bit of duplication in this area. When I failed to maintain this growing Frankenstein, jaydub stepped in and championed the maintenance and feature requests of the module. He maintained the 5.x branches as well as the porting to 6.x and many subsequent feature requests.

Popups addiction

First off, when I talk about popups, I'm NOT talking about popup ads, or popup browser windows, but rather modal windows within the canvas. Techniques like lightbox, greybox, and jQuery UI's Dialog. These give us 'application-like' modal windows within the browser, completely provided by javascript, in order to give our users elegant views of content, sometimes through Ajax.

New "buddy" on the block!

There's a new system for creating buddy lists on your site. It's light weight and dependent upon Flag module. It's called Flag Friend.

While there are already a couple of modules out there that provide a user relationship or buddy list functionality, I was tasked to come up with a bare minimum system that utilized our current setup without adding a lot of overhead. I had already replaced Views Bookmark and Flag Content with Flag module on our platform and there had already been mention of the concept of reciprocity for flags to come up with a way to create an authorized relationship system using Flag module's API, so I dove in.

Keeping track of Drupal commits via Twitter

Have you ever found yourself following development releases of Drupal modules much more closely, but never able to quite keep up with all of the modules you're following? Have you ever wished that you could get notified when something changed; a patch committed, a new feature committed, and email just isn't fast enough for you? ... do you twitter? Then I've got the solution for you!

Syndicate content