Drupal 7 button creation instead of input='submit'

Drupal 7 doesn't allow us to override the theme_button(&$variables) function even if you use hook_theme_registry_alter(). A kinda ugly method was found but doesn't fall to far from standards.

Read more

Ubuntu 16.04 PHP7 Xdebug

Ubuntu 16.04 terminal commands

sudo apt-get update && sudo apt-get install php-xdebug && php -m && service apache2 restart

Note: Using && executes multiple commands one after another.

Next

To turn on Xdebug and add addtional features, run

Read more

Shopify - Allow your Customers to Uploads Files

Read more
  •  
  • 1 of 4