Drupal News Feed
I recently worked on a project (I won't name names) where the clients systems were locked down rather severely, this coupled with an *insert appropriate word here* slow connection meant that I was presented with more than the usual challenges of a Drupal build. The biggest problem presented was that my go to WYSIWYG editor (CKeditor) was not usable.
If you ever need to save a set of columnar data as a csv file on the server, doing so using fopen() and fputcsv() is pretty simple. What you may not know, and what I didn't know until recently, was how to take that same data and return it as a downloadable csv file (not saved on the server). Turns out, accomplishing this task in Drupal is just as easy as saving a file but with one minor tweak...
Being completely enveloped in the wide world of web design has made me rather comfortable with being a critic of not only design decisions of others, but a harsh critic of what I produce.
It’s incredibly comforting to know that this dilemma is not just ours to suffer with. Stepping away from the internet and taking the time to examine just how other industries face the same issues.
As a designer I often feel out of my element whenever I have to crank open an FTP client (or even command line) into my site to perform file backups on a regular basis. It gets worse when you have to perform database backups, you usually have to use a third party tool like phpMyAdmin which leaves the uniformed user open to making tragic mistakes. No one ever wants to have the sinking feeling...
For a current Drupal 7 project that uses Ubercart and Ubercart Recurring to provide for a subscription service, I need the ability for an admin user to be able to cancel a user's ongoing recurring fee when a subscription level is changed. I accomplished this with the following php rule:
<?php
// load all recurring fees for a user
$recurring_fees = uc_recurring_get_user_fees($user_uid);
//...
For a current Drupal 7 project that uses Ubercart and Ubercart Recurring to provide for a subscription service, I need the ability for an admin user to be able to cancel a user's ongoing recurring fee when a subscription level is changed. I accomplished this with the following php rule:
<?php
// load all recurring fees for a user
$recurring_fees = uc_recurring_get_user_fees($user_uid);
//...
What exactly does the Drupal community look like?
The Drupal Face to Face project launched at Drupalcon Portland set out to answer just that question. Produced by Blink Reaction in collaboration with the Drupal Association, Drupal Face to Face is an omnichannel media project designed to increase Drupal Association membership and attract new people to the Drupal open source project and community...
I plan to run a Drupal 8 Toolbar and Admin Information Architecture research study, to inform any improvements to the current Drupal 8 admin IA.
But first, what questions do you (or people you work with) want to know about the current IA? How people are using? When they are using? From what devices? Etc etc.
Put all your questions you'd like to answered by this study in the comments below. If...
In our last community survey about webinars, over 400 people participated and many stated that they want more education on third party software that integrates with Drupal and tools (developer, project management, and design tools) that will help them build even better Drupal sites.Personal blog tags: Technology Partner Programsurvey
With the "digital nomads" breakout session at DrupalCon Portland still on my mind, I came across an intriguing blog post today by Nithin Coca about the so-called "rise and fall" of Couchsurfing.
For me, one of the big takeaways from reading the post is I learned that Couchsurfing.com went commercial last year. Nithin Coca's argument is that as a result of its commercialization, its business model...


