Blog Posts

The Inchooers – Halloween

The Inchooers – Halloween

We decided to throw a Halloween party today. Everybody chose the same costume, except the CEO. This is how the offices look like now. Meanwhile, nearby Café bar “Red Raspberry” is getting crowded.

3

Symfony2 REST – reading data from PUT request

Symfony2 REST – reading data from PUT request

Yello-Dog@sxc.hu

I know that this is not so advanced theme to write about, but let me write few articles about little things that can bother developers and take time for searching and googling.

This article is mostly general php and not strictly Symfony2, but sometimes you will find this useful in your project.

Just to be clear: there is native Symfony 2 way to do that with using:


$request->get('key')

and I am going to explain other possibilities here…

Read more

2

Recent Changes in Google Analytics – Real Time, Keyword Not Provided, Search Engine Optimization

Recent Changes in Google Analytics – Real Time, Keyword Not Provided, Search Engine Optimization

A few interesting changes have happened within Google Analytics in the past few weeks, and I’d like to write them down and explain it as clearly as I can for the online store owners and other people reading our blog. Read more

5

CheckItOut, alternative checkout for Magento

CheckItOut, alternative checkout for Magento

If for some reason you are not a big fan of Magento’s default One Page Checkout concept / workflow, it might be worth checking out alternative. Usually these alternatives come in a form of so called “one step checkout” where main difference is that entire customer data / payment data / shipment data is displayed not just on one page, but in one “piece”. Why is this important? Well, it usually leads to a bit better user experience. Even a fraction better user experience can make a difference between new order and abandoned cart. No one likes abandoned carts :) . Read more

22

Selective attribute sorting

Selective attribute sorting

When you have a large scale Magento store with thousands of products in every top-level category, dozens or even hundreds of offered filters for a single attribute in your layered navigation, certain necessities become mandatory – like selective attribute sorting.
Read more

6

Configuring Magento for development

Configuring Magento for development

New to the Magento or just used to doing things one way? Here are few tips for configuring Magento for development, in case you overlooked them. Please note, the more proper title of this article would be something like: Configuring Magento for development on local machine (after installation config). Meaning the tips outlined here only apply after the Magento is already installed. Read more

7

Magento Trusted Extensions

Magento Trusted Extensions

About ten months ago I wrote an article titled Magento Extensions Quality Assurance Certification. If you read it, then you know it was a pure result of my imagination. In that article I spoke about (then) current state of various extensions, their conflicts, etc. Finally concluding how nice it would be to have some sort of extension certification program. Certification program that would be in charge of checking several important parts of your extension inner working, etc. All with the final goal of classifying your extension as safe. Read more

2

New Magento Sample Data

New Magento Sample Data

Official Magento sample data is a bit old (Magento 1.2) and it takes too much time to install new Magento over them, since installation is updating too many tables at once. Also, there are some tables not present in default CE version, so we thought it would be great idea to update and clean them up a bit.
Read more

7

Android Magento mobile boilerplate

Android Magento mobile boilerplate

Recently I realized that there are many questions regarding my “Develop your own Magento mobile application” article, and many new articles need to be written to answer them all properly and to guide you further through developing this kind of an application.

That is why I would like to present you an Android application, developed for the purpose of utilizing Magento’s XMLConnect and exploring possible modularity of the future application – mainly only a concept.
Read more

7

Magento certification, why bother?

Magento certification, why bother?

Few days ago Magento announced their plans for Magento certification program. As they stated, initial round of certification will be a Beta exam, held on Innovate Developer Conference in San Francisco, October 12 and 13! Those who pass the exam based on the Beta exam analysis, will actually earn the official Magento Developer certification. Final reward for those who pass the exam? Read more

8