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.
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.
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.
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.
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.
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.
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
Jed:
This is the first in a series of posts that will demonstrate how build a customized Spring Security solution.
Jed:
Groovy provides a viable (hipper? More modern?) alternative to shell scripting and/or Perl.