Welcome, Dallas Drupalers! The Lone Star State has a lot of area to cover, so this group, the Dallas Texas Drupal Community, is for those in North Texas. This includes the greater Dallas/Fort Worth area and surroundings. We need to meet each other and find out who, where, and how Drupal is being used in the area.

Visit our Meetup page as well about upcoming meetings. You can also follow us on Twitter: @dallasdrupal

A very important element in building a website is color. Naturally, people connect certain colors with different emotions and feelings. People of the world see color differently. This is because tradition, religion, and symbolism affects how people feel about color. In order to create a good user experience it is very important that your palette is reflected to your audience.

First, let’s look at a few dominant colors and how they can evoke different emotions.

read more

2010-03-15 19:00
America/Chicago

From the Drupal master who brought us Views, Panels and dozens of other Drupal enhancements, comes Chaos Tools (or CTools), "primarily a set of APIs and tools to improve the developer experience." drupal.org/projects/ctools

Randall Knutson of allplayers.com will show you how to take Drupal's UI to the next level with CTool's awesome AJAX interface. Find out how do Javascript updates from the server without writing any Javascript code.

We we also be featuring an Introduction to Drupal session for those new to Drupal.

2010-02-15 19:00
America/Chicago

Please join us at the February Dallas Drupal meeting for a discussion of increasing the Performance of Drupal sites.

Experts from both the front-end and server sides will discuss how to use CSS Sprites, caching, and other methods to make your Drupal site fly.

Dallas DrupalAt last night's Dallas Drupal meeting, Dustin Currie of LevelTen Interactive and Mark Sonnabaum of allplayers.com each gave excellent presentations on improving performance of Drupal websites.  I thought I'd briefly recap some of their points here. Most of these tips only apply to production websites, not development.

General Performance Tips

  1. Simply turn on page cache, page compression, and block cache. Block cache isn't available if modules defining content access restrictions are enabled. Look for these settings in admin/settings/performance (D6).
  2. If using Apache, enable mod_deflate and you can see an 80% reduction in the size of output from Apache. You'll also need to add some output filters. There are lots of options as well as caveats, but it is worth exploring and learning.
  3. Aggregate CSS & Javascript. This greatly reduces the number of individual requests made to the webserver. It won't work if you are using Drupal's private files system.  admin/settings/performance (D6).
  4. Use mod_expires and Drupal will send out expires HTTP headers, causing the browser to cache all static files. The setting in the default .htaccess file that installs with Drupal is set for two weeks.
  5. Use a PHP accelerator, such as eAccelerator, APC, or Zend.  Compiled PHP runs much faster. Also of interest is Facebook's accelerator, HipHop.
  6. Use a CDN (Content Delivery Network) to parallelize HTTP requests.  Coming soon- a CDN module for Drupal will make that easier.
  7. Up-and-coming - use Data URIs, which encodes content inline, removing some HTTP requests.  Not well supported yet- esp in IE6 and IE7 (with limits in IE8).

Useful Tools

  1. Yahoo's YSlow ", a Firefox add-on that "analyzes web pages and suggests ways to improve their performance based on a set of rules for high performance web pages".
  2. Firebug's Net tab can show you a timeline of file loads.

There was a brief discussion of other performance enhancers, like Varnish and Memcache, Project Mercury and Pressflow.  The investigation of these is left as an exercise for the reader.  A new book from Packt Publishing just came out entitled "Drupal 6 Performance Tips" that might be useful as well.

 

Syndicate content

User login

Upcoming event

Who's online

There is currently 1 user and 1 guest online.

Online users

  • SloanInnovations

Who's new

  • Bob Robinson
  • upsepild
  • George Lawniczak
  • SloanInnovations
  • Tom McCracken

Dallas Drupal Members Tweets