Articles

Zyxware default image2
| 2 min read
Audeze is a company dedicated to manufacturing high end audio head phones and accessories that provide exceptional quality in rendering sound output. Its high quality build and state-of-the-art technological innovations put together by their talented team of engineers help to realize a product that is unique and render the most accurate sound reproduction available today, as mentioned in their website www.audeze.com. An important channel for their sales is their website.
Zyxware default image1
| 2 min read
Multiple database access in a site can create overheads. There is a chance of this being adversely affecting the site performance if the size of the website is considerably large. Consider a function that returns the details of a new product. And if we call this function in different regions of a page, the query will be executed for each function call. ie, multiple database requests are made for the same result.
Zyxware default image2
| 2 min read
One of our Drupal clients had requested us to work on their Drupal website which was built around the ability to search the content on the site. Since the default Drupal search was a bit heavy they had opted to use ElasticSearch which was a dedicated lightweight tool for this purpose. Before developing we wanted to check ElasticSearch was running on their server. Read on to know how to check whether Elastic Search is running on your server
Zyxware default image4
| 2 min read
SSH Protocol's features can be changed using the sshd_config file.The sshd_config file is the main configuration file that allows the user to make the changes in the features of SSH protocol. This file resides in /etc/ssh folder. There are many features for this protocol and these can be made or changed according to the users needs. By making configuration changes, the protocol also provides more security to the user and server/system that we are using. Some of the main features of the SSH protocol are listed below.
Zyxware default image2
| 2 min read
I was working on a project where the requirement was to display slideshow in a page.Slideshow was created using views_slideshow module with fields as content type field holding image. After all the images were rendered using slideshow a blank image was being displayed before the next transition of slideshow.Here we encountered a problem of unwanted blank image being displayed if you are also facing the same issue then read on to know how to solve this.
Zyxware default image2
| 2 min read
HTML5 video is a new standard that allows you to add videos to your site without the need for plugins. Any additional software is not required in the user's browser for playing HTML5 standard video play. Drupal comes up with a contributed module that is video.js module. Video.js is a HTML5-based video player with a built-in Flash fallback for older browsers.Read on to know how to install and configure a HTML5 video player for your Drupal site using Video.js
Zyxware default image2
| 2 min read
We as a PHP Drupal web platform developer most often has to face the situation to export data from one table to another table of same database or to table of another database (if site uses multiple databases) during the process of any change in normal work flow. Most of us normally think to export the data from one table to another by firstly querying the required data from source table and then looping through the query result and inserting them to destination table. This can be simply achieved with a single query.
Zyxware default image3
| 3 min read
Panels in drupal is a very usefull feature for displaying the contents in a well organized manner. The site administrator will have full control over the panels.Creating panels via User interface is not a complex task. But there may arise situation when you need to create this via code. This article explains how to achieve this via code. Creating a custom content pane using the ctools content type. Step 1) In the custom module implement the hook_ctools_plugin_directory , to know where the ctools plugin is actually stored
Zyxware default image1
| 2 min read
Lenovo G500 59-38 3022 i3 DOS/ I3-3110M/ 15.6 WXGA LED/ 2G(1*2GBDDRIII1600)/ 1TB 5400RPM/ 1GB Graphics/ DOS/ BLACK/ 1 Year Onsite. Amount Rs. 34,490.00 Lenovo G500 59-380860 i3 DOS/ I3-3110M/ 15.6 WXGA LED/ 2G(1*2GBDDRIII1600)/ 500G 5400RPM/ INT Graphics/ DOS/ BLACK/ 1 Year Onsite. Amount Rs. 31,750.00 HP 15-D017TU Intel Core i3-3rd Gen, 2GB DDR3 Ram,500GB Hard disk,15.6" Screen, DVD Writer, Wifi, Bluetooth, Camera, Dos. Amount Rs. 31,000.00
Zyxware default image2
| 1 min read
Lenovo G505s 59-380131 AMD QC OS Graphics/ A10-5750M/ 15.6 HD LED GLARE(FLAT)/ 4G(1*4GBDDRIII1600)/ 1TB 5400RPM/ ATI SUN PRO8570 DDR3 2G/ WIN8/ BLACK/ 1 Year Onsite Amount Rs. 43,600.00 Lenovo G505 59-379528 AMD QC DOS/ A4-5000/15.6 HD LED GLARE(WEDGE)/2G(1*2GBDDRIII1600)/ 500G 5400RPM/ INT Graphics/ DOS/ BLACK/ 1 Year Onsite. Amount Rs. 29,490.00
Zyxware default image2
| 2 min read
1. HP 15-D008TU LAPTOP ---- Windows 8.1 (4TH GEN PDC N3510/ 2GB(Unused Slot - 1)/ 500GB/ 15.6 inch/ Intel HD Graphics/ 4 cell/ 2.5 kg/ 1 Year Warranty/ WINDOWS8.1, SPARKLING BLACK. Amount Rs. 28,990.00 2. HP 15-D009TU LAPTOP (4TH GEN PDC N3510/ 2GB(Unused Slot - 1)/ 500GB/ 15.6 inch/ Intel HD Graphics/ 4 cell/ 2.5 kg/ 1 Year Warranty/ DOS, SPARKLING BLACK. Amount Rs. 25,500.00
Zyxware default image2
| 2 min read
This article lists some of the basic MySQL commands how to create a new database, a new database user and granting privileges to a user. How to create a new database from terminal. The first step here is to log in as the MySQL root from terminal using the following command. mysql -u root -p Now this will prompt for the MySQL root password. Enter password : After entering the MySQL root password we will be able to log in to the MySQL prompt. The next step is to create the new database.
Zyxware default image4
| 3 min read
We have been providing IT solutions to home users for the last Seven years and we have realized that most customers who come to us come with a base configuration possibly recommended by friends/colleagues. The problem with this is that one kind of spec does not always have to apply to every need. We have compiled Seven base configurations of desktop computers and have published them here as a standard reference in terms of prices and specifications. The target users are typical home users, gamers/students and SOHO entrepreneurs.
Software Development Outsourcing
| 3 min read
Statement coverage is a white box testing technique, which involves the execution of all the statements at least once in the source code. It is a metric, which is used to calculate and measure the number of statements in the source code which have been executed.
Zyxware default image2
| 3 min read
Sandwich testing is a type of testing that consist of two parts,they are Top-down approach and Bottom-up approach.It combines the advantages of both Bottom-up testing and Top-down testing at a time.Bottom-up testing starts from middle layer and goes upward to the top layer where as Top-down testing starts from middle layer and goes downward. Big-bang approach is followed for the middle layer. From this layer bottom-up approach goes upwards and top-down approach goes downwards.
Subscribe to Subscribe to