Robert Popovic
I am LERO9’s Technical Director and founder. I launched Magebase in April, 2010 as its editor and contributor.
I attended the Electrotechnical Faculty at The University of Belgrade where I graduated with a Masters in Computer Science and Information Technology.
I have worked exclusively in the field of web and software development throughout my career. I focus entirely on working with cutting edge open source web technologies and commit a good deal of my spare time to research and development in my areas of interest.
My main areas of interest are Magento and WordPress development. I started following the development of Magento when it was in beta and adopted it as my company's main eCommerce platform shortly after the stable version was released.
Interests
Likes: modern technologies, Internet, film, art, electronic music, tranquility, photography, space, culture, spiders, science stuff
Some forums and tutorials advise overriding Magento core functionality by copying the core file into the app/code/local/Mage/ space to maintain your customization after an upgrade but is this really a good... Continue »
Sometimes it's useful to disable all your local module code in one fell swoop. Magento has provided a neat configuration option to do just that. Continue »
Did you know that your Magento install comes with a Prototype based library called window.js? If you want to make use of popup windows, this is the library to include. Let's see what we can do with... Continue »
To add the ability to sort your catalog by Newest Products, you don't need to purchase extensions or hack core files. We will show you how you can do it in 5 minutes. Continue »
You can greatly enhance your module's configuration options by using a front end model class. This example quick tip will show how to create a Yes/No toggle option that reveals or hides the dependent text... Continue »
It's really easy to create conditional JavaScript and CSS includes for your custom modules using module configuration parameters. Read on to see how. Continue »
In this Magento tutorial we will build upon one of our earlier tutorials and show you how you can easily customize the default maintenance and error pages that are shown when the site is in maintenance mode or encounters an error. All you need is an understanding of the error... Continue »
Did you know that Magento provides built in tooltips for your configuration options? If you're a module developer and want to explain some of your module options in more detail, you can. Check out how. Continue »
Working on a new Magento theme often involves manipulating the default layout from the base or another supplied Magento theme. Instead of copying and overriding the individual layout XML files from the source theme, we can use the local.xml file to contain all our customizations, keeping things tidy and more... Continue »
Free Magento Extension – Customer Comments In The Checkout
There are a number of "Customer Comments in the Checkout" extensions available already but, today, we offer one that is not only free but also teaches us a lesson in Magento minimalism. Enjoy! Continue »