Blogs

Google provide many free services, one such useful service is google maps. google maps allow you to search location anywhere in the world. Most of the people know about google maps but google also provide the functionality to pinpoint various locations on a map pinpoint them and also to embed those maps on your site. In this post we are going to tell you how to generate a dynamic google map showing multiple locations. Here are the steps
There are times when you are organizing an event and want people to register for events. For taking registration you should have some way for people to register to the event. Today we are going to share with you about the Drupal Entity Registration module for taking registration of people for the event.
We have earlier shared with you one technique to clone a git repository and it is certainly pretty useful but today we want to share even a simple trick provided that you use bitbucket. Very often there is a need to copy the code from one project to another. Sometimes when we have to create a new project and it is very much similar to an old project that we did then instead of creating the whole project again we copy the similar project and then modify it further.
It is a common question for every new JIRA user that which version of JIRA they should use? Cloud or Server? Many of my client's ask me this question and in this blog post I want to highlight various points here that will help clear your doubts. Why go for JIRA Server 1. No JIRA System Administrator rights on cloud: That means you cannot perform import from csv or other tools and apart from the customization you cannot have full control of your instance.
When you create a website you spend lot of time and effort in creating it.It would be very bad if the site got hacked.here now i am going to tell you how make your drupal site secure. First of all install security review module from drupal.org. This module runs various checks which helps you to know if all things are configured for your site correctly or not.By this module you get a checklist of errors by the help of this you can take steps to rectify the errors.
At sparxsys we use different flavors of Linux operating system like ubuntu, centos and fedora. Most of our servers where we host our Drupal sites are run on Cent OS machines. On all these operating systems for website development there is a need to have Apache, PHP and MySQL installed. Today let us see you how to setup a lamp stack on Cent OS6. Well here I am assuming you already have installed Cent OS on your machine so I will provide info on how to start configuration on your blank machine.
Drupal is a very powerful CMS for building websites. Drupal is powerful not just because of its core modules but also due to availability of various contributed modules. A new Drupal developer could easily get overwhelmed when starting to build a website in a Drupal. So in this post I will tell you about the some basic configuration and commonly used modules of Drupal used at Sparxsys which makes site building easier for us.
When you install Drupal, it setup a first user admin account. This account is primarily used for doing all the administrative work on your site as a super user, of course you can create more users and give them admin rights but this first user with user id 1 will always have admin rights. Losing the password for this account can be very irritating especially if you didn't know how to reset your password, so let us discuss different ways to reset your admin account password. Using Drush.
Do you want to learn Drupal but not sure what is it? or you have little information about Drupal but not sure if it is the right tool for your next project or not? Well this guide is intended for people who just want to start their Drupal learning process and need a direction. We hope this guide will clear your doubts. This is going to be a long blog post. It should take around 20-30 minutes to read it.
At Sparxsys we have a client who run one internal website in their company. Now recently a requirement came from one of the department that they also want to run a similar website with exact same features but with little modifications here and there. Earlier we thought that we will deploy a totally new Drupal installation but then we realized that this is a perfect use case for Drupal multisite feature.