Resources and links collection of stuff that we have found interesting or helpful when developing websites, databases and workflow solutions.
Posted Wed, 10/03/2010 - 11:06am by Matt
Drupal contributed SWF Tools enables you use wrappers to display embedded flash (SWF) content on a Drupal website.
Posted Fri, 05/03/2010 - 2:15pm by admin
Do you need to create a popup window? Then consider using the Javascript popup window generator. Simply fill out form and the website will generate code to use on your site.
If you are pasting code into a Drupal content block or node remember to have input format set to "Full HTML".
Posted Fri, 05/03/2010 - 2:00pm by Matt
Handling images in Drupal can be made real easy with the ImageCache and ImageCache Actions contributed modules.
Posted Tue, 02/03/2010 - 6:23pm by Matt
Drupal contributed Boost module provides static page caching for Drupal.
Static page caching can improve performance on websites where most traffic is anonymous (not logged in).
Posted Tue, 02/03/2010 - 3:24pm by Matt
The Drupal contributed LuceneAPI enables Drupal to use Lucene.
Lucene provides more user friendly search features like faceted search.
An example of faceted search can be found at http://websiteplus.com.au/search
Lucene is worth considering if you are finding that Drupal's default SQL based search does not have required functionality.
Posted Tue, 02/03/2010 - 9:43am by Matt
Lorem ipsum (lipsum) is the Latin text you see used on sample pages. Lipsum can be used to represent content that has no meaning.
Lorem ipsum generator can be used to create lipsum.
More information about Lorem ipsum can be found by visiting http://en.wikipedia.org/wiki/Lorem_ipsum
Posted Mon, 01/03/2010 - 10:27am by Matt
The Drupal contributed module Cufon enables integration with the Cufon Javascript library. Cufon performs text replacement on web pages. Examples of use include fancy headings and special navigation effects. Visit Cufon demos to see how Cufon can be used.