We had a requirement in one of our E-commerce site built using Ubercart module to add a custom key while saving an ubercart order, the key had to be used later on based on which the status of order is changed. Read on to know more.
On June 24, 2015, Zyxware Technologies celebrated its ninth anniversary. In nine years, the company has scripted an amazing story of growth, development and steadfast commitment to our values. Backed by a strong value system, vision, strategy and consistent focus on execution, we have built a strong organisation that is ready to leave behind its start up days and develop into an impactful global organisation.
Content developers (also known as content writers) are essentially involved in the creation, development, and editing of content for various activities related to online marketing as well as front-end web development.
If you are planning to set up a content marketing team, then you should hire people who have excellent writing skills. The potential candidate should be a good communicator and must be able to speak and write in a manner that engages people and keeps them informed. Nurturing your writing skills could be really beneficial for your career.Writing need not be an intimidating process and anyone can develop their writing skills if he/she has the discipline and a strong determination to learn.
Here are some of the ways in which you can improve your writing skills:
Adhoc testing is the type of testing performed without proper planning and it does not involve any formal documentation. It is relatively easy compared to other methods of testing but it is difficult to reproduce defects using this technique.
Panels gives you the ability to create custom pages effortlessly. These custom pages can have multiple regions of content. Suppose, if you want to create a home page with a Slideshow, included in your page layout positioning on the top and two columns below it. Then panels help you to make it easily.
Selenium IDE stands for Selenium Integrated Development Environment. It is a Firefox plugin which helps testers to recorded their actions and then export them as a reusable script in one of many programming languages. Selenium IDE has a recording feature, that provides an easy-to-use interface for developing automated tests.
Selenium IDE was developed by Shinya Kasatani. Selenium IDE became a part of Selenium Package in the year 2006. Then tool becomes a great value and potential to the community.
You can revert features in deployment phase by just adding an update hook and calling features_revert() in install file. Read on to know the code changes to add.
Drupal rooms module is a booking and room management solution for businesses such as hotels and rentals. Availability and pricing of rooms can be managed easily by using this module. Integration with Drupal Commerce module enables handling payments. Here is how we can install and configure rooms module for use.
Facebook plays a vital role in marketing your business. Facebook provides share buttons which can be embedded in your website, enabling you to share the website's data from within the site. Let's find out how this feature can be implemented in a Drupal site.
Hi guys, here I am going to explain how to enable syntax highlighting in ckeditor. Lets assume that you already have a Drupal 7 installation ready and CKeditor also (https://www.drupal.org/project/ckeditor).
Grey box testing is the combination of both White box testing and Black box testing method. In white box testing, testers are aware of the internal structure of code where as in black box testing testers aren't aware of the internal structure.
You might have joined different tables in the same database. How would it be if you could join different tables from different databases. Sounds good!! right? I had to go through an uncountable number of tutorials and blogs to make this happen. All thanks to Drupal.
There are certain conditions you have to ensure before using this method. First to make sure is that you have both databases on the same server. And the second is a fit. The second is about user, ensure both have the same.
Requirement was to get all the users in both databases.
Selenium is a free and open-source automated software testing tool for testing web applications. Selenium is a set of tools that helps testers automate web-based applications more efficiently. The main advantage of selenium is that it will operate across different browsers and operating systems.
If are passionate about writing and have a reasonably good knowledge of the web, content development may be the best option for you. Choosing content development as a career provides you a lot of flexibility as you can work as a full-time writer for companies or freelance from home.
Drupal provides a handy of global variables. Thanks for the tiring efforts. You might know about the interfaces in drupal, it has a use interface and an admin interface. Suppose we are using bartik as our user theme and seven for admin interface.
As we all know current IT industry trend is to moving towards automation testing. Automation testing means using a software tool to run repeatable tests against the application to be tested. Automated Testing can perform regression testing quickly. It will be useful to execute the set of test cases frequently. Automation testing can also be done on different machine with different OS platform combination, simultaneously.