Technical Solution

Zyxware default image2
| 2 min read
We were setting up a development environment for one of our sites for maintenance purposes. During that process, we've copied the Drupal code to the 'dev' folder from live. Everything was set proper, including database, settings.php and 'files' folder. However the site was showing 500 internal server error. When we checked the error log we found the following error:
Zyxware default image3
| 5 min read
SASS is called Syntactically Awesome Style-sheets. SASS is said as an extension or scripting language that is interpreted to the CSS. SASS was developed by Hampton Catlin and Nathan Weizenbaum with the aim to maintain complicated style-sheets. As said before with SASS we will be amazing features to build better style-sheets for making life easy.
Zyxware default image4
| 5 min read
Selenium IDE is an Automation testing tool that provide Record/Playback tool for testing website. IDE stands for Integrated Development Environment. It is a Firefox Add-On and allows recording, editing and debugging test. Usually Screen shot are taken for all type of application testing such as Web based, Product base etc. The reason for taking screen shot during testing is that, we can capture screen information easily when an error occurs in an application. Tester will manually take screen shot of the required page with the help of Plugin/Add-On in Manual testing.
Zyxware default image4
| 2 min read
Every one likes an eye-catching website, a websites with lot of images, sliders, animations and so on. For me sure I'm going to come out with a colorful site with some information over a content filled website. There is a saying 'A picture is worth a thousand words'. If that picture is worthy to deliver a better message too, there are chances of going crazy for the site. On the hurry to make website look beautiful, we'll add many images. Remember, these images could be a cause of concern. The load time will increase in parallel to the size of the images included in site.
Zyxware default image3
| 3 min read
Bootstrap, a powerful mobile-first front-end framework which incorporates faster and easier development features to the web development platform. Bootstrap is sleek, intuitive and it uses HTML, CSS and Javascript. We can build responsive Drupal themes using Twitter Bootstrap V3. It gives a basic idea of implementing bootstrap theme.
Zyxware default image3
| 5 min read
Git is a version control system which is distributed and is famous for its speed and efficiency. Git is different from its predecessors in so many ways, it handles the data as snapshots rather than file differences. Also almost all the operations in git is done at the local repository thus called distributed. Since all the operations are local it gives the power of speed to the end user.However more than this git also provides some tools which makes the git usage more easier and also increases the user friendliness.
Zyxware default image1
| 5 min read
1. hook_init() It gets called at the beginning of a page request (but after the modules and themes are loaded into memory) and it?s typically used to set global parameters that may be needed in the request. One thing to note about it is that it is not run on cached pages. 2. hook_views_api() hook_views_api() is not a Drupal core hook but one from the Views module .It is used to register Views API information (including the necessary files for Views) usually for implementing hook_views_default_views().
Zyxware default image3
| 4 min read
Finding the way to store ,distribute and manage the data are big challenge. We know that the building and maintaining our own storage repository is expensive and time consuming. Amazon Simple Storage Service (amazon-s3 is the better way) provides developers and IT teams with secure, durable, highly-scalable object storage