Blog

Zyxware default image1
| 3 min read
In order to communicate and interact with other web applications we need to use standard communication protocol called web services. The web applications such as Facebook, flip kart, twitter etc can communicate to and fro with Drupal sites.Web services will also allow our Drupal site to pass along content and data to external web applications existing on remote servers.
Zyxware default image2
| 3 min read
Drupal 7 comes with two primary options for e-commerce websites: Commerce. Commerce is new for Drupal 7 and redefines the way Drupal handles the e-commerce. Selecting correct e-commerce module suite for your webshop is an essential starting point. Commerce is an exciting entry to the Drupal shopping cart category written by some of the same developers who previously managed Ubercart.
Zyxware default image1
| 4 min read
I had a chance to work on the Drupal-8 environment with its development version only released. I could able to design a simple site using the same and got stuck with some issues on the flow.The following are some release issue i faced during the design of the same.
Zyxware default image3
| 3 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 image2
| 2 min read
Bootstrap twitter is includes a responsive, mobile or tablet first fluid grid system that ... it is styling on small and medium devices but also on large devices if a .col-lg-* class is not present. My company has a lot of free Drupal themes developed. But there is a problem i.e these are not responsive. So we started to change this themes in responsive and For that we suggest the new bootstrap framework for responsive. We success fully converted the plane html code in to bootstrap grid format.
Zyxware default image2
| 4 min read
DrupalSouth 2015, the largest Drupal event of the year in Australia, has set a powerful wave in motion – a wave of hopes, dreams, and infinite possibilties for Drupal lovers. There was excitement in the air, as the event, spread over three days, featured numerous inspiring and informative sessions on delivering Drupal projects.
Zyxware default image1
| 5 min read
Drupal stands apart from open-source content management systems, such as Joomla and WordPress, due to various reasons. What gives Drupal a far greater edge over other content management systems is the the development of tightly configured sites that are scalable and secure. Moreover, the Drupal modules are simple and iterative, thus easing the burden of administering Drupal.
Zyxware default image3
| 3 min read
Globalization testing is a type of testing to make sure that software can handle any locale, culture, without breaking the functionality. This testing would be performed using all type of international input and validate whether the software is capable for using all around the world.
Zyxware default image2
| 2 min read
Zyxware Technologies is all set to take part in DrupalSouth 2015 to be held from 5-7 March 2015 at the Melbourne Convention & Exhibition Centre(MCEC) in Melbourne, Australia. Mr. Anoop John, Founder and Managing Director, Zyxware Technologies, and Mr. Babilo Augustine, Director, Zyxware Australia, would represent the company at the event.
Zyxware default image3
| 6 min read
A landing page refers to a particular web page that a visitor usually reaches upon clicking a link or an online advertisement. This page usually displays information that is directly related to the keywords that has a user has searched for, or the has the relevant keywords directly on the page. Landing pages are basically conversion tools i.e. the primary objective of a landing page is to turn a visitor into a lead.
Zyxware default image1
| 3 min read
Being an open source content management platform, Drupal powers millions of websites and applications, from whitehouse.gov to the economist.com. It is built, used, and supported by an active and diverse community of people around the world. Though there are hundreds of content management systems, Drupal scores high when compared to all the others. Here are the three reasons why you should build your website using Drupal.
Zyxware default image2
| 4 min read
Highcharts is a charting library written in pure HTML5/JavaScript. Without generating the image we can display the graph. Download highcharts library from http://www.highcharts.com/. I have a requirement to generate a multiple-line graph. In my situation , I have to generate multiple-line graphs. So I choose javascript to generate multiple-line graphs, it will increase the performance also. Otherwise, it will increase the server load (if I generate a graph as an image). Javascript graphs allow interaction between the graph and elements in your html. It will also reduce the Server load. I have downloaded the high chart api, and include the js files. They give some sample graph, you can choose as per your requirement. To draw a graph we need to pass json value. And follow the steps given below.