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.
Blog
Suppose your drupal projects contains products to sell. And you can use coupon code while purchasing products. For using coupon code in your druapl site, Ubercart Coupon code module may be installed. Please check the below cases which contains the test cases of checking coupon code functionality.
One of our clients was trying to upload a pdf file on a node page in their Drupal website. The file was more than 25 MB in size and Drupal was not allowing them to upload the file as it had crossed the max file upload limit and they needed this to be done very quickly. As we were in charge they requested to come up with an easy way to do that. If you want to now the easiest way to set the max file upload size in a Drupal site read on to know more.
Taxonomy allows to categorize content in a drupal website. The basic elements of the Taxonomy module are
Terms
Terms are used to describe content.
Vocabularies
Vocabularies are a collection of terms.
We had recently conducted a session on Drupal at FOSSMeet 2014 at NIT, Calicut. The session was on introducing Drupal as a Rapid Application Development (RAD) Framework for Startups. The session was aimed at young entrepreneurs who are looking to take their next big idea online. The following presentation was used for the workshop.
Zyxware conducted a 3 day workshop on Drupal at IIT Madras as part of the recently concluded technical festival Shaastra 2014. The workshop was conducted from Jan 4 - Jan 6 by Mr. Anoop John, CTO of Zyxware Technologies.
We are happy to announce that Zyxware is now a Featured Service Provider on Drupal.org, a select club of Drupal providers with only another 4 members from India. This is a recognition of our contributions to Drupal over these years. We thank all our employees who have helped make this possible through their sustained contributions and members of the Drupal community who have guided,mentored and helped us as we grew in the Drupal space.
If you are in the habit of running queries directly on your production database to generate custom reports then you will run into the requirement of having to connect to your Drupal database on the Acquia cloud hosting. One of our clients wanted to do this and this is how we got this working for them.
When you host your Drupal site on the Acquia cloud your site resides on a set of different VPSes that runs Varnish, Apache, MySQL and memcache. Additionally you have your staging server, your development server as well as your production servers - all of them being VPSes.
We are happy to announce that we will be conducting a Drupal bugathon at our office at Sasthamangalam, Trivandrum on the 12th of October, 2013. If you are a Drupal developer and you would like to get some guidance on how to contribute to Drupal you are welcome to join us. Bring your own laptops for the session.
Our Sasthamangalam office address is
SMRA 78, SRKM Hospital Road,
Sasthamangalam P. O.,
Trivandrum, Kerala - 695010
You can call us at 9446069446 for directions.
The following would be the schedule.
As announced earlier Zyxware conducted a 2 hour training session on Introduction to Drupal at the MES Advanced Institute of Management and Technology on the 26th of Sep, 2013.
Zyxware, in association with MES - AIMAT, Aluva, Kerala, is conducting a training session on Drupal at MES - AIMAT, Aluva on Sep 26th, 2013. The session is targeted at beginners who wish to learn the basics of building a website using Drupal.
We have been offering short term internships to students in different areas of our operations. In the past we have been primarily offering internships in non-drupal related tasks. This year we had offered internships to a batch of students from RV College of Engineering for working with our development team and learn Drupal. We are happy to announce that the first batch of students have successfully completed their internship this month.
User migration in web application is the process of migrating all users from one site (development site) to another (live site). Recently I have worked on a project where I got a chance to test user migration. In our project we had developed user migration in a sandbox environment. Following are the test cases for user migration.
Test cases/checklists:
Looking to hire skilled Drupal developers in India? Our guide to hourly-based recruitment will help you find top talent and save on costs. Learn how to nav
When you set out to build a website for your company there are a lot of aspects that you should be considering while deciding on the technology decisions. Based on these different aspects and based on how you prioritize between them the technology decisions that you take would vary. Going for a Content Management System is a no brainer if you wish to manage the content on your site. Both Drupal and Wordpress are good choices for building your new company website. However there are differences between them and this is an attempt to help you make a decision on this.
The last version of Drupal 5 was released on Aug 11, 2010 and the maintenance of Drupal 5 was stopped on Jan 5, 2011. The current stable branch of Drupal (as of March 2013) is Drupal 7 and the previous version Drupal 6 will be maintained till the release of Drupal 8 which is expected to happen towards the end of 2013 or early 2014. Drupal 7 will be maintained till the release of Drupal 9 which should happen probably in 2015.
If you are an organization trying to set up a new website or if you are planning to upgrade your static website to a dynamic website here are some key reasons why Drupal is a good solution for you to bank on.
Maintaining a Drupal site is not just about managing the content on the site and administering users and the configuration. An important part of maintaining a Drupal site is in keeping the site updated with the latest security updates released for Drupal core and also for the contributed modules used on the site.
If you're in search of a reliable Drupal vendor for your next project, read on to discover why Zyxware could be your ideal partner.
Nowadays we can easily access internet in different devices such as mobile, tablet etc. So its necessary to make a website compatible with popular devices like iPhone, iPad etc. In Drupal, we have a simple method to make a website adapt to different devices. In this method we can convert a normal theme to responsive theme easily. To get this we have to modify the .info file and add the media query stylesheets in .info file. We will also have to add the responsive style rules to the separate media query stylesheets