Skip to content

JSON Multi-Dimensional Array

This page shows an example JSON multi-dimensional array. {    “customer_name”: “Dave Schneider”,    “address1”: “2205 W Oakwood”,    “address2”: “”,    “city”: “Oxford”,    “state”: “MI”,    “zip”: “48361”,    “email”:… Read More »JSON Multi-Dimensional Array

Eclipse Workspace

An Eclipse workspace is a folder which is used to store a project. Procedure to create a workspace in Eclipse: While in the workspace “/var/www”… Read More »Eclipse Workspace

Drupal Permissions

A basic rule for Drupal files and directories: directories :  root root   drwxr-xr-x (755) files :  root root  rw-r–r– (644) EXCEPTIONS: sites/default/settings.php  root root -r–r–r–    … Read More »Drupal Permissions

My Weather Indicator

The ubuntu add-on called “my-weather-indicator” displays the current temperature as an applet.  Clicking on the applet shows the current weather conditions and has options to… Read More »My Weather Indicator