JSON or XML

Had a huge search on which is better JSON or XML for data interchange format, and conclusion was to use JSON

JSON vs XML: How JSON Is Superior To XML

Simplicity, Openness, & Interoperability

Drupal 7 FAQ

Question :What is Drupal ?
Ans :

It is a CMS. An open source content and free CMS framework written in PHP. It enables you to organize, manage and publish content with variety of customizations.

Git Steps To Follow

Consider Deployment Process Related Paths
Server IP: xxx.xxx.xxx.xxx
Git Origin location: /home/git/git_origin_location_folder_name/sites
Development Server deployed Site location: /usr/share/nginx/html/development_server_deployed_site_location_folder_name/sites
To connect xxx.xxx.xxx.xxx ssh'ly through terminal: ssh git@xxx.xxx.xxx.xxx

Initial One Time Setup :

Object Oriented Programming (OOP)s Concepts

OOP Design Principles

An application that implements Object Oriented Programming (OOP) Concepts is distinguished by four design principles. The four design principles are encapsulation, abstraction, inheritance and polymorphism.

  1. Encapsulation

    Encapsulation is the mechanism that binds together code and data in manipulates, and keeps both safe from outside interference and misuse.

Basic Regular Expressions

First and foremost, let's see the two symbols, an integral part of Regular Expressions, viz., '^' and '$'.

'^' indicates the start of string whereas '$' indicates the end of string.

For instance,

Ubuntu 9.10 Server Installation Guide

This blog provides a quick overview of installing Ubuntu 9.10 Server Edition.

Project Management Interview Questions

During the project management interview you will be asked interview questions that focus on your training and experience with the successful delivery of different projects. You can also expect behavioral or competency-based questions that explore essential project manager skills such as team building and team management, planning and organizing, negotiation, problem-solving, leadership and adaptability. Let's start with the likely project management interview questions that explore your experience on project delivery.

Drupal 8 FAQ

Below are the list of questions that you might find helpful for your next ventures :
Question : On Drupal 8 the template engine for the php is changed. What is the name of the present one?
Ans : Twig
Question : In Drupal 8 which module is inserted into the core?
Ans : Views

Drush in Drupal

Its a combinations of two words : Drupal + Shell = DruSh

Drush is a shell-based application used to control, manipulate, and administer Drupal sites. On the surface, drush is an excellent tool for updating site modules, but here is a more comprehensive list of features for drush.

Below Command will install Drush on system...

$ sudo apt-get install drush

To see all the commands about Drush on system :

$ drush help [command]

Core drush commands:

CLEAN URLs issue in Drupal

Many times we face a problem, where Drupal gives a trouble in enabling the Clean Url Feature.
Hereby, I am providing two solutions which you can try and see if it works.

Solution #1

Pages

Subscribe to RSS - sandipte's blog