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.
Regular expression is very useful for validating emails,phone numbers based on countries, postal-zip codes etc, searching a string, file name and more. Even its useful,writing a new regular expression is…..
By Siju Raju on November 10, 2016
The system extension Indexed Search is the engine which actually indexes content and provides a frontend plugin to let you search for content and show the results. The index search…..
By Francis Varghese on November 10, 2016
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 November 10, 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…..
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 November 10, 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 November 10, 2016
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…..