Articles

Zyxware default image2
| 1 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
| 1 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
| 2 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
| 1 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.
Zyxware default image3
| 4 min read
While working on a Drupal project my task was to enable the Drupal feedback module and when a feedback is added by a user, send a mail to corresponding email id. However in the feedback module there in no option to send mail by default. In this article I will be explaining how to send a notification mail to the corresponding email id when a user adds a feedback.
Zyxware default image3
| 3 min read
Apt-cacher-ng can be defined as an apt proxy which caches the packages which you download locally on your computer. Consider you are using a network of computers and you have to install a package on each system then it will be great to configure an apt-cacher-ng on any system in your network so that it will cache the packages once they have been downloaded. Read on to know how to configure Apt-cacher-ng server in Ubuntu
Subscribe to Subscribe to