Articles by author

Consuming the Magento’s XMLRPC web service through Android

Featured Image

Recently I became proud owner of HTC Desire mobile device powered by Android platform. This is something I got my boss Tomislav Bilic to thank to. Even before (several weeks …

16

From PHP to Android, the simple foreach loop example

Featured Image

Switching from one programming language to another usually means checking up on few basic things and trying to replicate code functionality from one language to another. For those of you …

0

From PHP to Android, the simple stuff – What about arrays

Featured Image

Recently I have been engaged in Android development. Most of my work is focused on Magento-Android related app. This PHP to Android step actually means PHP to Java (with some …

8

Programatically create attribute in Magento, useful for the “on the fly” import system

Programatically create attribute in Magento, useful for the “on the fly” import system

Sometimes when doing an import in Magento from old shop system you are faced with lot of issues related to attributes. For instance your old shop system might have several …

10

Simple example on how to programatically create two level categories in Magento

Simple example on how to programatically create two level categories in Magento

Recently I have been working on a new site that has large number of products and not so little number of categories. As you all know, Magento import system is …

2

How to limit the number of allowed images per single product in Magento

How to limit the number of allowed images per single product in Magento

Recently I have been playing around with Magento with the concept of limiting the number of images that admin can upload per single product. There are several reasons why you …

2

Sick of Magento XML layouts?

Featured Image

Haven’t wrote an article for a while, so here is a short one. Are you sick of Magento XML layouts? If so, then do it all via the code, from …

14

How to activate/deactivate Magento module per a website level

How to activate/deactivate Magento module per a website level

First off let me just clearly say that I am not talking about just activating/deactivating a module output per a website level. Module output merely disables toHtml() method that certain …

5

Magento module with model that reads and writes in separate database

Magento module with model that reads and writes in separate database

As a part of a greater concept I have been checking out Magento module possibilities in terms of having a module whose model reads and writes from separate database. For …

1

Git ignore (.gitignore) file for Magento project

Git ignore (.gitignore) file for Magento project

Yesterday I was determined to write a detailed walk-trough on setting up the SVN for Magento development. After some minor frustrations I decided to let go of the SVN and …

3