Technical Solution

Zyxware default image4
| 2 min read
Identifying size of device screen is easy in a Cordova application. But is not available directly. We can get the screen object from window.screen and it has width and height properties. The problem is, these width and height may not represent physical screen, but the concept called CSS pixel.
Zyxware default image3
| 2 min read
Using Facebook API we can pass instructions for several operations in a single HTTP request. Facebook API process operations as sequentially if it is dependent otherwise it will process as parallel. After completing all the operation it will send a consolidate response to you.
Zyxware default image3
| 2 min read
We had a requirement in one of our projects to pull the order status from SAP Business One to the orders of our Ecommerce site. Our site was integrated to SAP Business One using Zedsuite. Zedsuite allows custom queries created in SAP Business One to be accessed through an external interface. The query results can be fetched by calling the external URL provided by Zedsuite in our site and the customizations can be made as per our requirement in Drupal. Here in this case we are going to update the order status in E-Commerce site based on the status updates in SAP Business One. Read on to know more.
Zyxware default image1
| 2 min read
Can you imagine how it will be to manage Drupal sites without Drush. We may face one issue when Drupal 8 release coming up. Drupal 8 needs the all new version of Drush, and it won't be compatible with older Drupal version 6 and so. Drush version 5 is used to Drupal 6, drupal 8 requires drush of version 8, or else if you have scripts for Drush developed for version 6 or 7 will not work with the latest version of Drush. In this article lets see how we could experiment switching between the Drush versions.
Information Architecture in UX
| 4 min read
Information Architecture or IA, can be defined as the science of labelling websites, organizing online communities and intranets that promotes findability and usability. Information Architecture strives to bring the principles of architecture and design onto the digital background and can be described as the basic design of shared information environments.
Zyxware default image3
| 4 min read
Adobe flash is a multimedia platform used for creating browser games, mobile applications, animated contents on blogs or websites and mobile games. It provides a magnificent graphical experience by using efficient algorithms. Visuals can be made more effective with built-in visual effects, which results in creative and smarter presentation of flash application.
Zyxware default image1
| 2 min read
Virtual host setup in Ubuntu is very simple, we can do this in few steps. The following commands will help you to download the latest version of all software from its repositories(that is updation) and then install 'apache2', if you have no apache2 software. Otherwise ignore the following commands and go through the main steps for VirtualHost setup.
Zyxware default image2
| 2 min read
Developer tool is an add-on of Mozilla which helps to debug the elements in a web page. You can get the tool from Add-ons (go to Add-ons and install web developer Tools (Add-ons > install web developer tools). On complete installing the Add-on, you can see a menu bar with items like disable, cookies, images, miscellaneous etc. You can use these items to measure, re-size, disable images, view source code, responsive view etc.
Zyxware default image2
| 3 min read
What do you usually go to create a virtual host? If I am right, then you will copy the default file, change the contents, add entry in host file and then you will enable the site, right? Well, if you are thorough with the above steps, then I would advise you not to waste your time any more by repeating the steps each time you need to create a virtual host, because I am going to provide you a script using which you can easily create a virtual host.
Zyxware default image1
| 3 min read
PhoneGap is an open source based Mobile App Development Framework. It is also known as Apache Cordova. Every mobile operating system providers have their own set tools and environments for developing application. Application made for one operating system and it's not support other operating systems. Developers using different frameworks and languages to building mobile applications for each devices- iPhone, Android, Windows Mobile etc. PhoneGap solve the above mentioned problem. Are you searching for an App Development, ping us quickly.