


Only load what you need! How to load JS & CSS files on specific pages in Drupal 7
Need to load certain JS & CSS files for specific pages? Here's a couple of ways to do it from a using a custom module to a template preprocess.

Remove ‘type’ attribute in Drupal 7 – Say goodbye style, script & link!
Here's a quick tip to remove the 'type' attribute in Drupal 7 so your site it more HTML5 compliant. Get rid of it for the style, script and link tags.

PHP Stock Market API: Easily retrieve current stock market data
PHP Stock Market API: Retrieve up to 20 current data points from the stock market from a stock's trading price to it's dividend yield and more!

Drupal Behaviors: A Quick Introduction & How-to
Ever hear of Drupal Behaviors? Well if not and your coding JS in Drupal you're probably doing it wrong… or at least not the 'Drupal way'.

GitHub Tips: Delete a Branch – Locally & Remote
Tired of those useless branches in your GitHub repo? Delete a GitHub branch both locally & remotely. You can also recover deleted branches!
