Blog

Zyxware default image1
| 2 min read
Dependency injection is a concept that allows software components to be built having dependencies without bothering about creation and management of that dependencies. It is a good design pattern allowing to build loosely couples components in software.
Zyxware default image2
| 3 min read
rsync command is used to synchronize files and folder from source to destination. It may be same or different server. If the synchronization is in between different servers we have to use ssh credentials for connecting the two.
Our Competencies in Drupal Theming
| 4 min read
A Drupal website is extremely dynamic in nature and can be used for a variety of applications that will assist you in connecting to your target audience and help you sell your products on the web. Drupal is one of the most efficient tools that is available for online content management. Due to its flexible infrastructure and rapid loading, Drupal is a preferred choice from amongst Web development platforms.
Zyxware default image1
| 4 min read
Bulk uploading is used to upload large amount of data within a short period of time. This article includes the test cases for bulk uploading. The test cases are based upon the below requirement: Option to bulk upload multiple number of groups. The file should be of the format .csv
Zyxware default image3
| 2 min read
V - Model of testing means Verification and Validation Model. Like the Waterfall Model, the V-Shaped life cycle is a sequential path of execution of processes. Each phase should be completed before the next phase begins. Testing of the product is done in parallel with a corresponding phase of development and this type of model finds its use in projects with no rapid requirement change.
Zyxware default image4
| 4 min read
CodeIgniter is an open source PHP frame work with simple MVC pattern. CodeIgniter is lightweight, generates clean URLs and uses very simple template parser. CodeIgniter didn't require a specific template engine for website layout. Latest version of CodeIgniter is Version 3.0.0. It is a loosely coupled, faster, flexible and high performance system. It supported the database such as MySQL (5.1+), Oracle, MS SQL, PostgreSQL, SQLite, etc.
Zyxware default image4
| 4 min read
The devices which make use of wireless technology is now becoming a part of our life due to higher customer satisfaction. Wireless technology is nothing but the transfer of information between two or more points which are not in physical contact with each other. Since there are no wires running out from the devices , the mobility and installation of these devices are much easy. Mobile phones, desktops, monitors, keyboards, routers, remote controls etc are some of the devices we often use. Bluetooth and Wi-Fi are wireless technologies which are widely using now a days.
Zyxware default image2
| 4 min read
Often joins are the most required for odd jobs around the site for mining a specific data or field. The efficient way to do this would be to join multiple tables having a common field and arriving at the field. This is also the reason why joins are the most confusing to apply on more than 2 tables.
Zyxware default image3
| 4 min read
If you are a blogger, you might know that the real effort lies in blogging on a routine basis. This is a vital element that adds to the credibility of a blog. It is essential to create an effective blogging strategy that would enable you to plan well in advance and implement it precisely. Your blog should keep your target audience informed, entertained as well as educated.
Zyxware default image1
| 2 min read
As part of Drupal development project, we always use drush commands. Drush or Drupal shell refers to a command-line shell and scripting interface for Drupal. Drush enables developers to effectively manage and maintain their Drupal websites from the server command line. A few frequently used commands are listed below.
Zyxware default image1
| 4 min read
The one thing that all bloggers want is to boost traffic to their blog. However, everyone does not have the appropriate online writing strategies. Blogging can be a really tough job. It requires a lot of time, money, and considerable experience to create a business blog that people like to read and follow. Moreover, you have to deal with a lot of competition.
Zyxware default image3
| 4 min read
"Conference" is a general purpose mobile app which is mainly used for managing schedules for meeting and events. Users can download the app directly from play store. The more speakers and sessions you have, the more likely last-minute changes will occur. Conference app makes sure you are always on top of things and one step forward. You can send out information quickly to a lot of people via update within the app.
Zyxware default image4
| 2 min read
It is a testing technique which is performed at the early stage of integration testing phase to verify the key functional capabilities of a specific task. This technique is very useful for client server architecture.
Zyxware default image1
| 2 min read
Beta testing is formally performed by real user of the software application in the user environment. Beta version of the application will be released to limited number of end-users to in order to get feedback regarding the quality. There are different types of Beta testing available at present. So before moving to the type of beta testing you have to build an idea about what beta testing is.