Syndicate content

D5

23Jan2009
psynaptic's picture

Hide Drupal Help Messages Using jQuery

The help text of Drupal usually appears in the top part of the content area on admin pages and provides help for administrative users who may need guidance on how to use the functions available on that particular page. Once you become more experienced with Drupal you rarely need to see this information and it can get in the way of developing and administering a Drupal site.

23Jan2009
psynaptic's picture

Adding a JavaScript File to a Drupal Theme

Author: psynaptic

Drupal comes with the excellent and very powerful jQuery JavaScript library. jQuery really reduces the learning curve when it comes to adding fancy JavaScript effects to a Drupal site.

In this mini-tutorial I will show you how you can add a theme-based JavaScript file to your site so you can start to leverage the power of jQuery in your projects.

21Jun2008
psynaptic's picture

Drupal Clean Theme Released

Author: psynaptic

A few days ago I got thinking that I've been using CSS frameworks such as Blueprint quite a lot and that they carry some bloat that makes them less than ideal for smaller projects. It didn't take long until I was creating a new theme, one that was clean and as bloat-free as possible. That theme is Clean theme.

2Jun2008
psynaptic's picture

Shadowbox Module Backported to Drupal 5

A lot of people have been eager for a Drupal 5 version of Shadowbox so I thought I'd spread the word that there is now a Shadowbox 5.x-1.x-dev version available! You can download it from the Shadowbox project page.

There were originally problems getting Shadowbox to work with earlier version of jquery_update but those issues have now been solved thanks to the jquery_update maintainers.