• Reset your password
Home
OO PHP, Drupal, Symfony Developer and Architect
Tim Rabbetts

Main navigation

  • Home
  • Blog
  • Log in

Blog

Breadcrumb

  • Home
  • blog
  • Blog

Ubuntu – Enable remote desktop from the terminal, via ssh

Written by Tim Rabbetts on Thu, 02/04/2020
Code
So I had remote desktop working at home and then decided to take my windows machine off line and build a new linux machine.  However, while building the linux machine I messed up the port…
ssh

Run docker without sudo

Written by Tim Rabbetts on Thu, 02/04/2020
container, container ship, port
The docker daemon always runs as the root user, and since Docker version 0.5.2, the docker daemon binds to a Unix socket instead of a TCP port. By default that Unix socket is owned by the user root,…
docker

Organizing your theme files in Drupal 7

Written by Tim Rabbetts on Thu, 02/04/2020
work, typing, computer
When working on a large Drupal site, your theme can become quite complicated with dozens of templates or template overrides, images, css files, javascript files and even a massively large template.…
drupal

Multiple SSH keys for different accounts

Written by Tim Rabbetts on Thu, 02/04/2020
Code
Problem is, Bitbucket doesn’t allow you to use the same SSH key with more than one Bitbucket account. As GitHub explains you can generate an SSH key like so: cd ~/.ssh ssh-keygen -t rsa -C "…
ssh

A Beginner's Guide to Caching Data in Drupal 7

Written by Tim Rabbetts on Thu, 02/04/2020
office, business, colleagues
Building complicated, dynamic content in Drupal is easy, but it can come at a price. A lot of the stuff that makes a site engaging can spell 'performance nightmare' under heavy load, thrashing the…
drupal

Install or Upgrade Drush for Drupal 7

Written by Tim Rabbetts on Thu, 02/04/2020
code, coding, programming
# Download latest stable release. php -r "readfile('https://s3.amazonaws.com/files.drush.org/drush.phar');" > drush # Test your install. php drush core-status # Make `drush` executable as a…
drushdrupal

How to programmatically create nodes and taxonomies in Drupal 7

Written by Tim Rabbetts on Thu, 02/04/2020
student, typing, keyboard
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 of articles / pages, different categories and user…
drupal

Google calendar v3 add event via php google api

Written by Tim Rabbetts on Thu, 02/04/2020
bar, ipad, mockup
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.  Web application is so you can add events via your…
phpgoogle

Get drupal node form via ajax and embed in page or block

Written by Tim Rabbetts on Thu, 02/04/2020
technology, computer, black
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 principle is simple you have a php function on server with some…
javascript

Example code for creating an admin page for Drupal 7 module

Written by Tim Rabbetts on Thu, 02/04/2020
abstract, geometric, world
function pivotal_menu() { $items = array(); $items['admin/config/development/pivotal'] = array( 'title' => 'Pivotal settings', 'description' => 'Pivotal access keys and config…
drupal

Entity metadata wrappers to the rescue - Drupal 7

Written by Tim Rabbetts on Thu, 02/04/2020
computer, computer code, programming
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 required by some other modules). How to use the API //…
php

Convert a date using php

Written by Tim Rabbetts on Thu, 02/04/2020
coding, programming, css
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 any English textual datetime description into a Unix timestamp…
php
Pagination
  • First page « First
  • Previous page ‹‹
  • …
  • Page 6
  • Page 7
  • Page 8
  • Page 9
  • Page 10
  • Page 11
  • Page 12
  • Current page 13
  • Page 14
  • Next page ››
  • Last page Last »