Job Openings
| 3
min read
Zyxware Technologies, established in 2006, has been offering Software Development and Consultancy services to a global clientele. We are looking for a Sales Manager to be part of our Sales team. Your deliverable is to maximize revenue for Zyxware. To achieve this, he/she will need to find potential new customers in the respective geography in the allocated companies, present our basket of services to them and ultimately create long term strategic accounts with Clients that will continue to grow business in the future.
Job Openings
| 4
min read
Zyxware Technologies is engaged in the business of software applications development and consultancy services. Its chosen technology platform is Drupal, a Free Software. It is one of the largest code contributors to Drupal from India. We are looking for a highly motivated, self-starter able to identify and develop new business prospects from multiple sources. They will be designated as an Inside Sales Executive. This position involves research and lead generation in sync with ground sales, presales, and professional services.
Job Openings
| 3
min read
Zyxware Technologies is looking for a Test Manager who can lead our team of talented software testers towards delivering true value to our clients. The Test Manager will be managing a team of approximately 10 - 15 testers with the assistance of Testing Team Leads. The Test Manager is accountable for achieving client satisfaction and ensuring the overall quality of the testing phase. We expect the Test Manager to have the ability to identify and work with metrics to ensure that the testing process satisfies the organizational and project requirements.
Job Openings
| 3
min read
Zyxware Technologies is engaged in the business of software applications development and consultancy services. Its chosen technology platform is Drupal, a Free Software. It is one of the largest code contributors to Drupal from India. We are looking for a Dev Ops Engineer to join at our Trivandrum Development Centre.
APPLY ONLINE
Drupal Technical
| 4
min read
Slick view
Slick view is a module which provides new display style to views called Slick Carousel. For this, ‘Views UI’ module is not required. If we need to customize slick slider then we can use Views UI.
Installation
Slick views: Composer requires drupal/slick_views
This will install
Drupal Technical
| 6
min read
lick carousel has many features. Responsiveness is the main feature, that is the ability to scale according to its container. It provides advanced settings for breakpoints. The slick slider can be scrolled using the auto scroll, mouse wheel scroll, swipe, desktop mouse dragging etc. It provides settings for customizing arrow keys and its navigation also provides settings for dots under the slider for slide selecting. Slick has different skins like Full width, Full-screen Split, Grid and multiple-row carousel.
Technical Solution
| 10
min read
Introduction
A client approached us to add a feature to a site they were building. The site was to be an auctioning platform for football players. Among other enhancements, we worked on a registration confirmation feature. Many of the features in the site like registration, negotiation and other communications are based on an emailing system.
Technical Solution
| 6
min read
To implement push notification for a project, we first created a new custom plugin to push messages into a custom table. When the cron runs, the messages stored in the queue table will be processed and saved to the custom table. For this, create a new directory "push" in message_notify/plugins/notifier/ and use it just like email or sms. The directory may contain 2 files:
push.inc
MessageNotifierPush.class.php
In push.inc, create a plugin with class and view modes
Business Solution
| 3
min read
We are 11-year-old digital solutions consulting and implementation service provider with a global clientele. Our brand has been present in North America for over a decade. With Drupal as the centerpiece of our digital solutions, we have been a technology partner for many businesses in North America. We are a recognized company in the global Drupal community with us being one of the top contributors to Drupal in the world. We also have one of the largest Drupal teams in India.
Drupal Technical
| 3
min read
Have you been trying to index your node to Apache immediately after its been created, updated or deleted! Read On!!
By default Apache Solr uses a queue system to index data to Solr. We can preconfigure the interval in which the indexing should perform. Still, there occurs a delay for the node to get indexed.