Category / Tools
12

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 we have “package” under which we place all edited files. For start we use magento iphone theme and then add some “extra stuff”. Read more

22

Using custom php.ini file with php CLI

Featured Image

pk2000@sxc.hu

Considering that I have never been real Linux user before, there was few things that I had to learn to successfully handle my code on server through SSH.

One of these things is forcing php CLI to use my custom php.ini file on server.

Let me start this story from beginning … Read more

1

TWIG with WordPress part1

Featured Image

Making TWIG autoload from WP plugin

Maybe someone will say: this is a crazy idea. Why would someone want to do that?
Maybe it really is crazy, but I would say: why not? Read more

0

Parsing Amazon affiliate links in WordPress

Featured Image

Recently my team had problem with Amazon affiliate links on our web site.
On the web, we have wordpress installation and inside main content of web page we have some Amazon affiliate links that entered in the content few years ago and not working any more because Amazon changed API somehow. I searched the web for some new version of wordpress plug-in for new API version, because our old plug-in for displaying that links properly was turned off.

FYI that links inside content look like this: Read more

1

How difficult is Git branching?

Featured Image

Well, in short – it isn’t! But, when it comes to branching, it comes to “merging problem”. I say problem although it isn’t, and if you’re interested, I’ll show you why.
Read more

6

Basic Git usage from console

Featured Image

Hi! Today I’m going to write an article about basic Git usage in practice. I’m not going to go into depth of Git repository setup, but rather on developer’s side – what’s important to understand to start using it?
Read more

1

How to generate SSH keys for Git authorization

Featured Image

Some rights reserved by @boetter / flickr

Hi there! This post will be pretty straightforward and will cover Windows, Mac and Linux, so if you don’t know how to do it already, read on. Read more

2

How to limit web services so they don’t kill CPU

Featured Image

by groenmen/sxc

Hi! As any developer, I’ve encountered a small problem when working with PHP under Apache. It’s all good until you have to test the “real life” situations. For example – if you use imagemagick library in your application. It can get quite heavy on server load. So if you want to read a solution for it, read on. Read more

3

How the Grinch stole my backup?

Featured Image

Hello everyone! Recently I’ve participated in quite a few discussions regarding version control systems. I’ve noticed that not so many people rely on good old “copy – paste” backup. I still do, and this is why! Read more

1

Dynamic grids anyone?

Featured Image

For my second :) article I’m again writing about Ext.js. Ext.js has one great part for showing data – grids. These look really nice and you can style them pretty easily. It all works like a charm when you’re using them for static data. But what when things get dynamic? What when you don’t know the number of the headers that you need in the table and not just rows? Here’s where this article will help.
Read more

3
12