Frank Febbraro Talking CDN at DC Drupal Meetup on 9/13

Tiffany:

Frank will do a brief talk about Phase2's work with CDN at the next DC Drupal Meetup. Hope to see you there: Monday, September 13th at 7 PM.

Posted 09/02/2010 - 12:15

JavaScript DOM Ready function

Josh:

Many javascript libraries, including the almost ubiquitous jQuery, provide an element.ready function. This allows for queuing functions to run when the document or element is ready to receive commands.

Posted 07/21/2010 - 11:35

The Node and the Page

Joshua:

Drupal can be used to build so many different kinds of cool things that, as developers, we sometimes forget that the users of our sites - and, more importantly, our clients - don't see their website through the same eyes that we do.

Posted 06/02/2010 - 16:51 // 2 comments

Adding effects to your Drupal jCarousel implementation

Brad :

Many sites make use of the jCarousel and viewscarousel modules for Drupal to display slideshows of content. But what you may not know is that there are many ways to add effects to your carousels beyond the standard configuration options.

Posted 05/06/2010 - 09:02

Filtering Apache Solr search results based on dynamic fields

Brad :

You may often have content in Drupal that should not appear for certain user roles. There are many ways to accomplish this in the CMS, but restricting them from search results is often overlooked. If you are using Apache Solr for your search engine, you can use the apachesolr module's hooks to determine what search results are returned.

Posted 04/27/2010 - 09:02 // 3 comments

Configuring Spring Security with Active Directory and Concurrent Session Control

Jed:

We build upon a previous post to demonstrate how to use Active Directory for authentication and prevent users from logging in more than once

Posted 03/04/2010 - 12:54

Spring Security: the Basics

Jed:

This is the first in a series of posts that will demonstrate how build a customized Spring Security solution.

Posted 02/25/2010 - 16:42

Groovy: Quick and Easy Scripting

Jed:

Groovy provides a viable (hipper? More modern?) alternative to shell scripting and/or Perl.

Posted 01/28/2010 - 15:05