Articles

Zyxware default image2
| 1 min read
For those who are new to the Linux Operating system (an open-source and mostly POSIX-compliant operating system modeled on UNIX, assembled under free and open-source software development model), may found difficulty in navigate to directories via Linux terminal. You can install a nautilus-open-terminal to open the directory in the terminal if you are using Nautilus, which is the default file manager. To install nautilus-open-terminal, follow the steps below.
Zyxware default image4
| 2 min read
Like flowcharts, BPMN (Business Process Model and Notation) diagrams use a set of standard symbols. Each shape conveys a specific meaning and business context, where it’s most appropriate. Swimlanes (or swimlane diagrams) are used to organize aspects of the process.
Zyxware default image3
| 2 min read
Artifacts represent the pieces of information relevant to the model, and individual elements within a process. There are three artifact types, they are annotations, groups, and data objects. All three were used to augment and describe BPMN processes. Annotations allow modeler to describe the additional flow parts of a model/notation. Groups organize tasks/processes that have significance in the overall process.
Zyxware default image4
| 2 min read
Like flowcharts, BPMN (Business Process Model and Notation) diagrams use a set of standard symbols. Each shape is having a specific meaning and business context where it’s most appropriate. If you become overwhelmed while drawing your BPMN chart, simply check this guide.
Zyxware default image1
| 2 min read
OpenMeeting is an open-source and independent alternative for Google Hangouts. It allows video/audio conference, collaborative editing, screen sharing, instant messaging, etc. OpenMeeting community provides plugins for integrating to common platforms like Moodle, Sakai, Jira, Joomla, Bitrix, Confluence, SugarCRM, Redmine. Unfortunately, the Drupal plugin for open meetings is not open-source. A good news is, OpenMeeting provides a SOAP API for integrating OpenMeeting with other platforms. I will explain how to create a new conference via OpenMeeting's SOAP API.
Zyxware default image3
| 2 min read
Today’s digital experiences must travel far beyond mere customer segmentation, delving deep into individual mindsets. Acquia Lift technology helps organizations deliver stunning digital experiences that translate into revenue generation vehicles. Acquia Lift, when deployed with Drupal, can serve as a single platform for customer engagement across attitudes, preferences, marketing channels, times, and devices.
Zyxware default image3
| 4 min read
Docker is an open-source platform for system administrators and developers to build, ship, and run distributed applications, whether it's on the cloud, data center VMs, or laptops. Docker helps to automate the deployment of Linux applications inside software containers. This write-up helps you to learn, install, upgrade, and un-installation of Docker engine. Docker is supported on the following Ubuntu operating systems:
Zyxware default image1
| 3 min read
In a recent project, I had to integrate my site with the Amazon s3 storage. The entire files directory contents were being transferred there. So, every time I wanted to check something, I had to log in to the AWS console and select the bucket and had to scroll way down to get the correct files/folder. I found it very time-consuming, as I have more than 2000/3000 folders inside. It was then, I came to know about something called "DragonDisk".
Zyxware default image3
| 2 min read
Everyone knows Drush is a very important tool in Drupal development, to execute things faster and to manage Drupal websites remotely. Drupal specifically built its shell function to update its configurations, managing modules, running drupal updates, etc.
Zyxware default image1
| 1 min read
While setting up local environments for Drupal 8, everyone may find difficulty in login to the site, if the password is unknown In Drupal core there is a script file that return the hashed password, which is core/scripts/password-hash.sh. Run the following command to get the hashed string for '123' in the terminal. ./core/scripts/password-hash.sh 123 Update the returned string in the password field in the user's table for required users via command line or any MySQL (or any database systems like PostgreSQL, MariaDB, MongoDB) GUI tools.
Zyxware default image3
| 2 min read
Have you ever faced an error 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock', while trying to log in to MySQL as any user? You can login to your MySQL via the following terminal command. mysql -u root -p or mysql -u root -pPassword Its recommended, not to use passwords in terminal command, due to privacy reasons. Verify that, your MySQL is running. If not, start service by typing following command in your Linux terminal. sudo service mysql start or
Zyxware default image1
| 2 min read
According to the latest rankings displayed in drupal.org, Zyxware Technologies recently overtook its nearest competitor to earn the top spot in Drupal.org as the highest contributor to Drupal from India. This has also resulted in improved global rankings in Drupal.org positioning us as one of the top 5 contributors in Drupal from all the companies across the globe.
Zyxware default image2
| 3 min read
Drupal scores better than most platforms for Online Marketing success. For a large part of the online marketing community, this might sound cynical owing to popular Drupal myths. However, Drupal is one of the most powerful content management platforms enjoying a high ranking. Drupal SEO-friendly features help websites achieve better ratings on the search engine for the same kind of content. On the periphery, Drupal does this through several inbuilt features:
Zyxware default image2
| 3 min read
Slick is a powerful solution for slideshow/carousel. It supports nested sliders and can be implemented in your custom block of Drupal 7 site. Slick has jQuery dependency. Download the latest jQuery and use in your page or use jQuery update module for Drupal 7. Download slick libraries from https://github.com/kenwheeler/slick/. Extract the folder and place it in sites/all/themes/yourtheme/ and rename the library as slick. While creating slider, we need to use only slick.css and slick.min.js in the folder slick-slider/slick.
Zyxware default image1
| 2 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 image3
| 3 min read
The policies of President-elect Donald Trump have been received with considerable curiosity especially those related to the Internet, cyber security and privacy, technology education, and technology company growth. Technology enthusiasts favor progression, innovation, and exploration. However, Trump maintains that a balance of power is critical and that technology must be constrained in areas where homeland security might be compromised.
Subscribe to Subscribe to