Installing drupal using vagrant
If you are running a windows system, it can be difficult to setup several pristine drupal development environments. The simple solution is to install a virtual machine, setup your drupal…
Simply Explaining Technology
If you are running a windows system, it can be difficult to setup several pristine drupal development environments. The simple solution is to install a virtual machine, setup your drupal…
Drupal can be very memory intensive CMS, especially if you have lots of menus, blocks and modules. If you exhaust the allowed memory size, you would get an error such…
A red error message displaying on your webpage, visible to every visitor is the worst thing you can do to your site. Unfortunately, drupal displays error messages on the screen…
To access remote files, you need to either SSH or FTP into a server. If you have an SSH account, you can use the server’s command line software to edit…
Setting up clean URLs Drupal URLs have the format http://www.molecularsciences.org/?q=node/11. ‘?q=’ does not look very nice in the URL. It also hinders using meaningful URLs. Search engines such as google…
This article explains how to port drupal configurations from one site to another. First we will create a custom content type and then port it over to another drupal site.…
Decode function has the same functionality as an IF-THEN-ELSE statement. It is present in Oracle 9i and above. It has the syntax For example, This is like saying the following…
A package is an encapsulated collection of related PL/SQL types, objects, procedures, and other program objects. Packages have a package specification and a package body. Package specification declares constants, variables,…
Spark a distributed computing platform that is built on top of Hadoop MapReduce. It extends the MapReduce model and make it easier to code and faster to execute. Spark provides…
Changing case To change the first letter of the word to cap, use the inicap function. Use upper to covert to uppercase and lower to convert to lower case. Examples:…