Articles by author

Magento Adminhtml Javascript Popup Dialog

PopupDialogFeatured

Recently,I needed to add functionality to open javascript Popup dialog inside Magento Adminhtml area to perform some operations and then to handle onClose action to fill the form that called …

2

Consuming Magento REST service using Zend_OAuth_Consumer

ZendConsumer

Ok folks. Until today, trying to cover this area completely, I wrote two articles about Magento oAuth and REST services: Introduction to Magento REST and oAuth How to configure Magento …

1

How to configure Magento REST and oAuth settings

magento_rest_admin_config

winchild@sxc.hu

(This article is for Magento 1.7.0 and greater . Older Magento versions does not have implemented these features.) In my last article, I wrote about the REST and oAuth to …

5

Introduction to Magento REST and oAuth

magento_rest_oauth_top

CLUC@sxc.hu

For those that don’t know, Magento added REST server functionality since version 1.7.0 < . Before that, Magento had SOAP and XML-RPC server implementations which are also implemented in newest …

1

(Not only) Magento .gitignore generator

gitignoreImage

SteveFE@sxc.hu

Most of the time developer will add all Magento source files inside the git version control. It is much easier that way to track any change or even deploy the …

6

Featured products 2.0 – revamped!

featured_big

One of the most requested feature in Magento is the ability to show featured products on the frontend. The idea is to choose the products that should be featured and …

448

Magento: Date format troubles

date_troubles

shadowkill@sxc.hu

In this post, I will just mention some of the issues with date format from my own experience, in hope that this will help somebody to save few hours of …

4

Custom router in Magento

router hab with ethernet cables computer network

Creating the custom router could be very useful thing when we want to separate some business logic that can be applied on same route (url) without redirecting to different routes …

3

Apple push notifications from Magento

push_notifications

For everybody not so familiar with the title, Apple Push Notification Service (in further text: APNS) is basically the service that Apple provides for their mobile devices (iPhone, iPad …) …

1

Android – custom UI look and feel

customUI

ba1969@sxc.hu

It is well known that iPhone has nice set of native controls for UI elements. Basically, when my colleagues worked on Magentic iPhone application I wanted to make one for …

2