Our blog regularly provides you with current and exciting articles on a wide variety of topics from the online world. Stay up to date with us at all times.
Developing modern web-based applications can be complicated. Different projects have their own requirements and dependencies, which are often incompatible with one another. A legacy project might require a specific version…..
By Kevin Joe Sam on June 24, 2016
‘Signals and Slots’ is a technique which allows easy implementation of the Observer Pattern. This pattern is mainly used to handle Event Management. Observer pattern in general has an Observer…..
By Francis Varghese on June 24, 2016
Traditionally in MySQL, we execute queries sequentially i.e. queries will be executed one after other only. So if we are executing multiple queries then each query will be blocked until…..
By Priya P on June 3, 2016
One of the useful features in Magento is the ability to create multiple stores and domains that shares the same magento installation. This allows you to manage any number of…..
By Zacharia S Purackal on December 16, 2015
Magento is an E-commerce platform that allows rapid implementation of online stores and which comes with number of tools for a better online store management. However the quality of implementation…..
By Soumia George on October 27, 2015
Magento community has received reports that some Magento sites are being targeted by Guruincsite malware (Neutrino exploit kit). The malware can take advantage of situations where an administrative account has…..
By Vishnu Subramoniam on December 31, 2014
“SQL injection (SQLI) is considered one of the top 10 web application vulnerabilities of 2007 and 2010 by the Open Web Application Security Project. In 2013, SQLI was rated the…..