Category / Tools & Frameworks

Easily manage LAMP name based virtual hosts

lamp-vhost-manager

I’ve been developing inside LAMP environment since the day one of my web development adventure. Reason for this is that all of the web development tools like web server, database …

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 …

0

Git deployment

Git deployment

This article shows proof of concept for git deployment. It is completely irrelevant where do you host your code as long as you actually do have git repository It is …

14

(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

Setup automatic per-folder subdomains on your local linux based computer

rusek@sxc.hu

rusek@sxc.hu

WARNING: this is a fully linux-based tutorial. I’m pretty sure that this is possible on Micro$oft Windows and OS/X, but unfortunately I’m not using them, neither I know a good …

4

Magicento – PhpStorm plugin for Magento development

magicento main

This post is intended for all Magento developers who use PhpStorm as their IDE. It’s about Magicento – free PhpStorm plugin for Magento developers.

13

Magento mobile theme – imobile

imobile_lead_image

Magento meets jQuery mobile (ver 1.1.0), before we start please note this is only experiment, use this theme on your own, this is not (yet) production ready. In a nutshell …

56

Installing & setting up PHPUnit manually without PEAR

Featured Image

If there is one thing I hate in PHP world then that’s PEAR. With full respect to it, but it simply does not work for me. I usually jump around …

4

Symfony2 – remember me cookies

Featured Image

hoefi@sxc.hu

When developing web services for mobile devices to handle user log-in, I had to make it persistent somehow, so the user should not log-in each time when starts mobile application, …

2

Symfony2 – Guzzle using cookies

Featured Image

rolve@sxc.hu

As seen in previous posts, Guzzle is easy to use php web client library. I explained how it can be used inside controller. But there is one problem more… If …

0