One of the great benefits of Magento is that it allows store owners to run different stores on the same installation. However when looking at Magento product attributes limitations one will notice that: Magento can support only up to 64 product attributes in one attribute set, and that the attribute configuration is applied globally. These … Continue reading Product Visibility By Store
EU Cookie Law – Elgg Extension
Updated on 03 November 2014 with support for Elgg 1.9.X Elgg-based sites make use of cookies to remember the visiting user preferences. Some sites also make use of Google or Yahoo Analytics that will include some additional cookies to the site. With the new EU cookie regulation law, Elgg-based sites in EU countries are required … Continue reading EU Cookie Law – Elgg Extension
Software Failover: The jump-sheet for everyone – Conclusion
Conclusion Failover mechanisms are neither an extra effort nor an extra cost that can be ignored in software solutions. From the developer’s perspective failover mechanisms are a sign-off: Understanding of working environment of a specific piece of code, Willingness to supply a reliable and robust system, A way to avoid irresolvable issues. On the other … Continue reading Software Failover: The jump-sheet for everyone – Conclusion
Software Failover: The jump-sheet for everyone – Part III
Why I lost my work? One of the frustrating aspects of utilising a digital system is when the system experiences an unexpected behaviour. It is frustrating, as all the work previously done tends to get lost and has to be done all over again. In the early years of word processing, the auto-save feature or … Continue reading Software Failover: The jump-sheet for everyone – Part III
Software Failover: The jump-sheet for everyone – Part II
My technical design is flawless It is a well known fact that developers tend to consider their product as their perfect creation. Thus, it is very difficult for them to understand that there might be scenarios that can occur, although not explicitly specified in requirements. The next sections show why introducing failover mechanisms does not … Continue reading Software Failover: The jump-sheet for everyone – Part II