Tim Rabbetts | April 2, 2020
# Download latest stable release. php -r "readfile('https://s3.amazonaws.com/files.drush.org/drush.phar');" >...
I've been busy with a migration work for my client recently. There is an established website built with some proprietary CMS with a decent amount...
I need to add event via php on server for a gmail account. So I need a service account not a web application or installed application....
Finally figured out how to embed a node form via ajax the Drupal way and using the asaf module it will be ajax submitable itself. The...
function pivotal_menu() { $items = array(); $items['admin/config/development/pivotal'] = array( ...
This wrapping class is provided by the Entity API module, which I would highly recommend you run (more than likely you already are as it is...
The easiest way to convert a date in php I find is to use the php date and strtotime function. The strtotime function will parse about...
This command will chop out from start ss for t time a bit of video. Make sure you have input and out extensions same or you will see this:...
If you haven't heard of it zsh is a bash alternative and oh-my-zsh is an awesome set of customizations. Now using just agnoster with...