May 2012
6 posts
4 tags
WYSIHTML5 - A Better Approach to Rich Text Editing →
Wysihtml5 is an open source rich text editor based on HTML5 technology and the progressive-enhancement approach. It uses a sophisticated security concept and aims to generate fully valid HTML5 markup by preventing unmaintainable tag soups and inline styles.
3 tags
Connecting Facebook with Drupal, the easy way
Part One
Part Two
5 tags
CiviCRM Customization - Techniques and Caveats
Custom data, overriding templates, and custom modules…
4 tags
Drupal site launch checklist →
3 tags
How to conditionally use data from one field (or... →
There is a situation where one field of a Drupal View needs to pull its content from two fields (aka cck fields) of a node. In my case, they were default author field and a custom field called contributor. This example uses Drupal 7 and Views 3.
If optional the contributor field was not empty, it would display the contributor and skip the author field. If there was no contributor, then the...
3 tags
Scalable Navigation Patterns in Responsive Web... →
Here are some of the lessons we’ve learned working on a recent real-life, large-scale [responsive web design] project. Specifically, this post focuses on how we chose to deal with deep navigation in the landscape of a templated environment.