Drupal

Which Base Theme We Use (and Why)

Posted by JD Collier on December 16, 2014

There are so many website themes, frameworks and opinions out there ... how do you decide which is the best foundation for your next project?

READ MORE

4 Challenges With a Webforms Project, Part IV

Posted by Travis Flatt on December 03, 2014

Welcome to the fourth and final part of my in-depth look at customizing some default behavior in Webforms, and in this installment, Drupal’s Bootstrap theme. Today we’ll look specifically at repurposing bootstrap alerts and some more general minor DOM manipulation.

READ MORE

4 Challenges with a Webform Project, Part I

Posted by Travis Flatt on September 23, 2014

I like Javascript. There, I said it. It’s all out there floating across the internet, and no doubt my kids will mock me for it twenty years from now when they’re busily developing code via direct brain-link. For now, though, I find it to be a remarkably versatile problem solver for things that just aren’t quite handled by the default behavior of your favorite framework or CMS.

READ MORE

A module I've been wanting for a long time — insert a block in WYSIWYG

Posted by JD Collier on July 01, 2014

Sometimes what you are looking for is right in front of you. I have been searching for a module to allow me to insert a block into a WYSIWYG field. I tried looking for a Drupal implementation like Wordpress Shortcodes, perhaps the SimpleAd module would do what I'm wanting, maybe there is a Ckeditor plugin written for this? I came up short.

READ MORE
Crawling vs. indexing: robots.txt and sitemap.xml

Crawling vs. Indexing: Robots.txt and sitemap.xml

Posted by JD Collier on April 15, 2014

Sometimes you need to prevent a site, page or everything at a particular path from showing up in Google search. I've heard people say to just disallow the page in robots.txt file. This is actually incorrect.

READ MORE

Why I Love Pantheon for Drupal Hosting

Posted by JD Collier on February 25, 2014

We have been using Pantheon for several months now and I am ready to declare it a strong winner for us. If you haven't experienced it, Pantheon is a hosting platform that is optimized for Drupal.

READ MORE

Pairing Static Websites with CMS

Posted by Mark Figart on January 16, 2014

I’m going out on a limb by saying we may be on the cusp of a revolution as it relates to how we build, deploy and manage websites. That’s a strong claim, but witness the new Reese’s candy of web technologies: Static files combined with the content management system.

READ MORE

Scripts of a Drupal Newbie – A Love Letter to Views

Posted by Oliver Yin on September 25, 2013

Drupal is definitely not something you can master or even comprehend in a few weeks, or even a few months. All the little details start to take their toll after a while. But my personal savior and motivator as a Drupal newbie came in an immensely useful package that most Drupal developers might recognize.

READ MORE
Subscribe to Drupal