Drupal

Zyxware default image4
| 4 min read
In one of my recent project I had a task to create a content type with a select list field of all image styles. But how can we get all image styles in Drupal? In Drupal there is an option to create different image styles using a module 'image'. Image module allows users to upload images into Drupal with proper permissions along with this its thumbnails and additional sizes are created automatically. Image module also gives an image_styles() function that can be used to get all image styles and their settings.
Multivendor Ecommerce Website
| 5 min read
Businesses have been approaching their consumers with a new-found confidence ever since mobile commerce or m-commerce revolutionized the way business transactions are carried out. M-commerce is a relatively new concept and can be defined as “Business transactions that are made through or by using a mobile device." In fact, with the rapid surge in the use of mobile devices over the past few years, businesses have made mobile commerce a top priority.
Zyxware default image1
| 3 min read
Finding the best of anything is always a tricky question especially if you are likely to have a bias in the decision and the decision is a subjective one. So we are not going to try to answer the question about which is the best Drupal company in India. Instead we can easily list out three of the oldest Drupal companies in India and let you make a call on which of these suites your requirements best. I have to add a disclaimer that we are the second oldest exclusive Drupal company in India.
Zyxware default image2
| 3 min read
If you had asked for the best Drupal company in India then the answer would have been a lot more difficult than the one to this question. This is a straightforward question and does not have to depend on subjective opinions and biases or the authors of this article. Drupal is fast growing into one of the most popular enterprise CMSes out there and every other vendor is trying to see if they can build their own Drupal teams but nobody can really go back and claim the spots in the list of the oldest Drupal companies in India.
Zyxware default image3
| 3 min read
As one of the oldest and largest Drupal companies based out of India, we have a claim to be in the list of top Drupal companies in India. However, it would be rather difficult to really compare the offerings and quality of services of the different Drupal companies and come up with a really objective way of comparing these Drupal companies in India. So creating a top Drupal company list is going to be a difficult task. Instead, we will list out 3 of the largest Drupal companies in India. Do also note that we have only listed the exclusive Drupal service providers and not the 'me-too' companies.
Web Accessibility Guidelines - What and Why it matters
| 2 min read
With the launch of Drupal 8 in 2015, the modern avatar of Drupal, has generated a new kind of buzz amongst web development communities. With this release, the Drupal CMS turned itself into a system to create ambitious digital experiences and offers numerous, exciting ways of editing and publishing content to the World Wide Web, life is definitely going to be easy for users and developers.
Zyxware default image4
| 5 min read
The online e-commerce and retail websites are growing at a super fast rate and are evolving into better sites constantly. As consumers expect to get newer and better experiences every time they shop, the technology driving these sites too needs to be growing and evolving simultaneously too. This will ensure that the modern shopper is given a whole new shopping experience with every trip to the online store. In its latest version, Drupal 8 has made adequate changes and additions to its platform to elevate the engagement level with the consumer.
Zyxware default image2
| 4 min read
Every marketer and entrepreneur would be familiar with the fact that if you need to attract consumers to your products or services, your website has to be mobile-friendly. For, example you probably are now reading this article on your smart phone, gotcha!! Consumers love to browse products even in their spare time - I know I do! And every time consumers want to search products, they prefer to do it from their mobile phones, which offers more convenience.
Zyxware default image2
| 3 min read
Painting a picture or composing music is something we associate with creativity instead of website development. Even the job titles such as 'UX analyst', 'software developer' and 'Drupal developer' does not give readers an inkling of an idea that it is creative work. However, building websites and applications is a lot like a work of art; the final product should be a harmonious collection of information that not only appeals to but also captivates the viewers. It should appeal to the viewer’s aesthetic sense so that they will enjoy browsing through the website. It is also an art of getting into the mind of the user to place content in such a way that even a first time user can easily find what they want rather than being cumbersome to use the application.
Zyxware default image2
| 3 min read
To keep the default values of the step one form after successfully submitting the step 2 form, here is an easy way. Just pass the form state values of step 1 form as query parameters to the same page on submitting step 2 form. Set the default values of step 1 form as, first check whether the form_state value is set. If yes, set the default values of step 1 form fields with the form_state values. Else check the URL query parameters, whether this variable is set. If yes, then set the default value with that value.