Drupal devlopment
DRUPAL DEVELOPMENT
DRUPAL DESIGNING

Blog

Make Your Drupal Website More Secure

Most of the people do not think that security is something that they should be bothered with or they are not aware of.

Here are a few simple tips that you as a Drupal site owner should bear in mind.

  •  Permission for the setting.php


change user rights after instlation of drupal. Dont set 777 rights to file.

Before/After Image Formatter.

Drupal added Before/After Jquery Plugin as a module.

A new Module called Before/After image formatter. It is very useful module for the news and event site. As well as the sites that wants to present image comparision for time difference.

Yeah you can add this module for the sliming center and dentist sites as well. ;)

 

Finding through your file using Git Grep

I will explain here a very useful command for Git called “Git Grep'. This command will search through all your committed files. It will go through your files and finds information from files. It is extremely very fast to search given string through your check-in files.

Below is the list of options you can use with git grep command.

Find all lines matching with word locCarousel
$ git grep locCarousel

Find word with line number
$ git grep -n locCarousel

Git Stash

Hello everyone,

This blog is for very important functionality provided by GIT called stash. Suppose i am in middle of functionality and working on that. At that time tester gives me bug report that i have to solve.

So what to do in this case..? Throw away my current changes and Checkout new branch ..? then what about my current changes or functionality..??

In this case stash is very needful. I just have to stash my changes , fix bugs and get all changes back so i can continue with current functionality.

Pages

Request A Quote

Image CAPTCHA
Enter the characters shown in the image.