General

Zyxware default image1
| 2 min read
Imagine if your Drupal site has more than 30-50 modules and you wanted to update them all or you want clear all Drupal cache. If you do it manually just by unzipping and run update.php or just click the clear cache it may takes more time. Hence if you can do this all process in one single command it will be easier for a developer. Here we can use drush commands to do all work with a single command and in few seconds.
Zyxware default image2
| 3 min read
Zyxware Technologies is on cloud nine, as it gears up to celebrate the worldwide release of Debian 8 “Jessie” - the latest stable version of the well-known Debian distro. The much-awaited Debian GNU/Linux 8 (codename 'Jessie') computer operating system is slated for release on Saturday, April 25, 2015. This is in fact a wonderful news for Debian fans, as the new operating system brings with it an array of fascinating features, up-to-date Linux technologies, and core components.
Zyxware default image2
| 3 min read
Suppose we have a base class with one virtual function and releasing it to the clients. The user of this class can write a derived class. There he can override the base class virtual function. But accidentally he wrote a wrong parameter type like the following code sample. What will happen?
Zyxware default image3
| 2 min read
Zyxware Technologies is extremely honoured to be part of this month's Drupal Meetup Singapore. Drupal Meetup Singapore is a series of community meetups that connects Drupal enthusiasts, developers, users, and people who are curious to know more about Drupal. The events are organized by Drupal Developer Network (Singapore) RoS Registered with UEN T12SS0015F.
Zyxware default image4
| 25 min read
Mr.Thomas P. Thomas, CEO, Zyxware Technologies, is a man of strategy and vision, as is evident from his love for the game of cricket. Those who have been in meetings with him would have heard him talk very passionately about cricket. After Lakshya 2015, each team had meetings with him to further clarify on the presentations that had taken place. Our team had one too. After the meeting, we came up on the following conclusions:
Zyxware default image3
| 25 min read
Bootstrap is the most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first websites. This framework is also a popular star in drupal themes. There are a lot of drupal themes based on bootstrap, using bootstrap library or subthemes created from bootstrap base theme. Its mobile ready design and predefined classes makes it easier to create a beautifully customized responsive theme.
Zyxware default image2
| 2 min read
Facebook OAuth module helps to extract data from user's Facebook account details and map that user's Drupal account during registration. The user details will be extracted directly from the Facebook account details and user can define the custom field types to be extracted with validations. Validations means the mandatory field info's that should be present in the Facebook account details before extract using the FBoauth API.
Zyxware default image4
| 3 min read
I have used universal font WOFF also known as Oswald for one of Drupal sites header navigation menu bar links as font style. A font(WOFF) is truly universal means the availability is improved and also the font uses less bandwidth with compressed data, which loads the websites faster.
Zyxware default image1
| 3 min read
In one of the Drupal sites were working on, the members of the site frequently found that the nodes they had created were crashing. They would enter content into the node fields and try to save the node. The node would appear to save with apparently no error message. They found that it was not accessible at all afterwards. This wasn't occurring for everyone. We checked the dblog and we saw that the users were getting the error PDOException: SQLSTATE[HY000]: General error: 1366 Incorrect string value:. Read on to know how we solved this issue.