Webform

The Webform module allows you to build any type of form to collect any type of data, which can be submitted to any application or system. Every single behavior and aspect of your forms and their inputs are customizable. Whether you need a multi-page form containing a multi-column input layout with conditional logic or a simple contact form that pushes data to a SalesForce/CRM, it is all possible using the Webform module for Drupal 8/9.

Pathauto

The Pathauto module automatically generates URL/path aliases for various kinds of content (nodes, taxonomy terms, users) without requiring the user to manually specify the path alias. This allows you to have URL aliases like /category/my-node-title instead of /node/123. The aliases are based upon a "pattern" system that uses tokens which the administrator can change.

Easy Breadcrumb

The Easy Breadcrumb module updates the core Breadcrumb block to include the current page title in the breadcrumb. The module also comes with additional settings that are common features needed in breadcrumbs.

Breadcrumbs use the current URL (path alias) and the current page title to build the crumbs. The module is designed to work out of the box with no adjustments, and it comes with settings to customize the crumbs.

History

Incorporated in January 1999 Zerotouch specialises in web design and search engine optimisation using the Drupal content management system and mobile-first responsive Bootstrap front-end framework.

The name Zerotouch comes from the work we did with BT regarding customer service.

Search Engine Optimisation

Search Engine Optimisation (SEO) remains by far the most powerful way to market your website online. Approximately three-quarters of the traffic to an average UK website comes in via the search engines. A high search engine position for a strong keyword phrase can drive a huge amount of traffic to a website, but achieving that position takes time, resources and experience.

Employment

Zerotouch operates in the exciting area of web design, SEO, content management and graphic design - helping organisations to significantly increase their online marketing presence through applying a mix of tried and tested solutions and new & innovative techniques.

Zerotouch is growing and needs new team members - dedicated, talented, and hard working - which are both enthusiastic and keen to enthuse others.

Drupal Services

Zerotouch provides specialist Drupal services within the United Kingdom. We are located in Maidenhead which gives us excellent access to London and the South East. We have been using Drupal since 2008 and have built a wide variety of bespoke sites to meet client requirements.

Initially in 1999 we began by designing and building custom content management systems. However, today due to the incredible power and flexibility offered by Drupal we focus solely on it to provide content management solutions.

What shell am I using on Unix?

To check the shell currently being used on a Unix system enter:

echo $0  

or

ps -p $$  

The above always returns the current shell as the above prints the current process.

What's the difference between the shell currently being used and the shell assigned to the user?

To check the shell assigned to your user account enter: