How To

Zyxware default image1
| 1 min read
You can create your custom color box styles instead of using a plugin provided styles. For creating custom color box style go to /sites/all/modules/contrib/color box/styles copy any one of the folders. (You can find plain, default, and Stockholm syndrome styles there).Place the copied folder into your theme folder. Rename the folder with your custom name. Also, rename the CSS and js files.
Zyxware default image4
| 2 min read
TestNG is a tool that is used to perform unit testing. Mostly TestNG is often used to perform unit testing by developers as well as for Automation testing by software testers to view the test run results in a report. TestNG reports are very useful to analyze the Automation Run status. Selenium is used to automate any web application but it cannot generate automation run reports. We need to use third-party tools like TestNG to generate automation reports.
Zyxware default image3
| 2 min read
Speed of page load is determined by how fast the page loads when the URL for the page is called. This involves loading all the components for the webpage. These elements will affect the page load time for a webpage. This includes images, CSS, JavaScript files, etc. Load time is also affected by factors like the type of the server used for hosting, the bandwidth allocated to browse the site, the geographic location of the user, etc. To improve the user experience and sustain users to the website, it is recommended to have page load time optimized.
Zyxware default image3
| 2 min read
Have you ever faced any issue with login in to MySQL as a root user? or Have you ever forgot the MySQL root password? You can't update your MySQL password by simply reinstalling the MySQL server. This article helps you to reset your MySQL root password. You can simply reset the MySQL root password by doing the following steps. You have to stop the MySQL server first to reset the root password. Stop the MySQL Server You can stop the MySQL server, by running the following command in your Ubuntu Terminal.
Zyxware default image3
| 2 min read
Network emulation is used for testing the performance of real applications over a virtual network. It is the act of introducing a device to a test network that alters packet flow in such a way as to mimic the behavior of a network. Netem is a network emulator tool provides functionality for testing protocols. It will emulate the network properties of wide-area networks. Netem is already enabled in the kernel and a current version of iproute2. The netem kernel component is enabled under:
Zyxware default image4
| 3 min read
The Webform Insightly module is used for the integration of unsightly CRM with webforms. This creates a new contact for each web form entry of our site. It adds opportunities for every subsequent entry of the contact. In this module, all configurations can be done from the admin side and any number of webforms can be added to the configuration. Here there is another option to import the Webform Insightly configuration in JSON encode format and similarly export the saved web form unsightly configurations.
Zyxware default image3
| 2 min read
When a user is successfully authenticated to OpenAM, a session will be generated in the server. Sessions generated in the server are identified by a unique token, named SSOtokenID. The SSOToken is a C66Encoded string, that points to the session in memory, and the Session Key is a Base64 Encoded string that is used to identify the location of the site and the server where the session is maintained. There is a period delimiter that separates the SSOToken and session key. As the session key is a Base64 encoded string, we can decode it using any Bas64 decoders.
Zyxware default image4
| 3 min read
Today's Internet world, urges Single Sign On for multiple web applications as an inevitable requirement. It's not an easy task to implement SSO (Single Sign On), if the web applications are developed on different platforms. User authentication and maintenance of user's "logged in session" on web applications, is completely dependent on HTTP cookies. No web browsers allow to read cross domain cookies, as if it allows, it's a security issue then. I.e; Two web applications cannot share a single cookie, if they are deployed in different domains.
Zyxware default image4
| 4 min read
LDAP stands for Lightweight Directory Access Protocol, which was designed to store and retrieve data centrally. Install OpenLDAP and phpLDAPadmin, before reading the configuration steps. Hope the packages were already installed, we can start configuring a few things, to connect with the OpenLDAP directory structure, created during the LDAP configuration stage. First, we can update the main configuration file with root privileges for the editor
Zyxware default image4
| 3 min read
The AWS SDK provides API for multipart upload of large files to Amazon S3. We upload large images by part using this API. Multi-part API divides the large object into small objects, uploaded it to amazon independently. After the upload completes it assembles into a single object. If we need the following requirement you can use low-level API : Change sizes of part during the upload. Size of the data in unknown in advance. We need the following procedure to upload files to the amazon bucket.
Zyxware default image3
| 2 min read
LDAP stands for Lightweight Directory Access Protocol, which was designed to store and access data centrally. It can be used to store any kind of information, but usually, it is used for a centralized authentication system (SSO). In some cases, it works similarly to relational databases. The main difference is the hierarchical structure in data relation. To install LDAP in your Ubuntu machine, do the following steps.
Zyxware default image4
| 2 min read
In one of my project I want to create user roles programmatically and the role should be enable and disable while module install and uninstall process. So first of all I need to create a YAML file based on the user role name with necessary definitions. The name of the YAML file should be the format user.role.sample.yml. Here sample is my user role id. To make the role enable and disable while module installation and uninstall we have to add dependency with enforced property.
Zyxware default image3
| 3 min read
Having a powerful CMS like Drupal is just the foundation for organizations to boost their digital presence. Today, business and public sectors are looking for more than just a website, they want a complete platform that enables digital marketing too. Inbound marketing is making sweeping changes in the way content of a website is viewed. An increasing percentage of site visitors are converted to contacts, leads and ultimately to business generated.
Zyxware default image1
| 2 min read
We were asked to provide an estimate for a Joomla client who wanted to know the feasibility of converting their Joomla site to Drupal. Before we provide an estimate it is our practice to review the existing setup of the client. The version of the CMS is what we check first when we do the review. Read on to know how to know the version of Joomla sit without admin access.