General

Zyxware default image4
| 2 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 image3
| 4 min read
The idea of an online community has shifted from the goal of basic social exchanges to indispensable vehicles for high-tech professional users to accomplish high-value collaborative endeavors. To enable your technically adept users to derive value from online exchanges through communities, an effective design is the basic starting point. Today’s Web 2.0 landscape has stringent guidelines for websites and with the complexities demanded from online networking platforms, the challenges multiply considerably:
Zyxware default image4
| 4 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 image3
| 8 min read
Being one of the few comprehensive CMS’ available today, Drupal continues to be the most preferred brand for building websites. From personal blogs to high-security government sites, Drupal is the favored choice when it comes to building high-performance websites. To date, Drupal powers over 2.2% of the websites running globally. However, there are several tweaks and tips that you can make use of to enhance the site performance and offer a better user experience for online visitors.
Zyxware default image1
| 3 min read
Page load time is one of the most critical aspects of your website, and with Google giving higher rank to websites with faster load times, it gets all the more precedence. Optimizing these core areas can lead to considerable improvements in website performance. Focus on Core Modules for Achieving Fast Page Loads By disabling and uninstalling the modules you do not need, you can save considerably on page load times:
Zyxware default image4
| 3 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 image1
| 3 min read
Drupal has been one of the most preferred choices of CMS all over the world. The main reason for the success of Drupal is that it is a deadly combination of core functionality as well as open-source roots. Along with this, Drupal can provide you with all the necessary upgrades and add-ons which can help in bringing your digital business forward. If you are looking to hire a Drupal professional, here are some of the things that you should look for:
Zyxware default image1
| 2 min read
On 31st October 2016, Prime Minister of India, Sri Narendra Modi inaugurated the digital exhibition “Uniting India: Sardar Patel” including the web portal, http://sardarpatel.nvli.in/ at Pragati Maidan in New Delhi. The website was developed by Zyxware Technologies in partnership with IIT Bombay as part of the National Virtual Library of India (NVLI) initiative of Ministry of Culture, Government of India under the National Mission of Libraries .
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 image2
| 3 min read
You might be getting the most from your Drupal 6 website, but with versions 7 and 8 already on full gear, you might hurt your web presence sooner than later. Drupal 7 And 8 Offerings You Cannot Disregard It’s time to make a planned move to a more recent Drupal version now. Some of the features that make Drupal 8 move worthwhile include: Better Content Management Experience The content management experience is even more flexible and efficient with in place editing and advanced image handling.
Zyxware default image3
| 6 min read
Businesses are getting more stringent about choosing a platform that guarantees effective content marketing. Marketers expect to see compliance with web standards, scalability, integration and customization, all bundled in a single offering. Users are looking for an ideal platform that places more power in their hands. To obtain measurable Return on Investment (ROI), more and more marketers are beginning to rely on Drupal, and the reasons are remarkably striking.
Zyxware default image2
| 2 min read
To process very large data is very much time-consuming, it may lead to PHP timeout error. To process very large data, Drupal offers a batch API. The Batch API allows you to run one or more operations on a large set of data without timeout and feedback on the progress of the operation. Advantage of Batch API: Avoid PHP timeout. Display the progress of the process. Avoid out of memory situations. Let's look a simple example in Drupal 6 that use batch API:
Zyxware default image1
| 3 min read
Electronic health records churn out zillions of patient data bytes, which can transform care delivery. To be successful, organizations must work towards cost containment, stakeholder advantage, process efficiencies, high market worth, and targeted decision making. It is the power of the digital that propels this change towards customer-centric, value-based care. Here are four features, every healthcare organization must consider for successful consumer journeys during their digital strategy.
Zyxware default image1
| 3 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.