How To

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
| 2 min read
We were on a venture to convert all our Drupal 7 themes to their responsive versions and we got stuck in between. The issue was with the main menu that it was not displaying sub links. We have gone through the code carefully and we found that only the top level menu items are being set to the main menu variable. To render all menu items from main menu, we should have defined it in theme's template.php file.
Zyxware default image2
| 3 min read
To write an interesting blog post, what you need essentially is an excellent idea or topic, correct spelling and grammar, and a powerful mastery of the essay form. However, if you want to write a wonderful blog post, one that has the 'Wow factor', you have to go a little further.
Zyxware default image4
| 3 min read
Your web content speaks volumes about your organization. Having a well-written, compelling copy on your website is one of the most essential things you can do for your business. Although content development is a time-consuming process and requires a bit of effort, a copy free of any errors is one of the best PR tools for your business. Good copy will not only help to get back links but also enhance the reputation of your brand.
Zyxware default image4
| 3 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.