Entries in the ‘Parkyeri’ Category:

Writing You Own PHPUnit Listener

Well, in the company, Parkyeri, we have restarted to a crusade to cover all the code lines we had by writing unit tests.
As a PHP Developer, I’m taking the part where I have to write PHPUnit, the xUnit family which is developed for the PHP language. I had used it in the first version for [...]

Leave a Comment

How to SVN Diff Ignoring white spaces

That’s some of the things I started to encounter a lot about this thing. A diff without whitespaces. It creates a big confusion to understand and review the patch. So I searched a bit. I had used it once a time, but was forgeting a lot. That’s a post a to remember it anyway [...]

Leave a Comment

How to Customize Magento Product Page

I’m back with another tutorial about Magento. I’m not the best man you can find about Magento. But I’m trying to learn something from forums. The best you learn something is when you can explain it to someone else. So this is for that!
As I had mentioned in my previous post Magento is an open [...]

Comments (1)

Using Custom PHP Codes on Magento

Magento is one of the newest and awarded ecommerce application right now. And I seem to have a project launched nowadays about it.
Above the ecommerce part like adding/modifying products, it also has a built-in CMS. It looks quite useful. Not very powerful though.  It just evaluates html code and not php. In most of the [...]

Comments (16)

First Day in GUADEC

As some of you may know Gnome Users and Developers Congress (a.k.a. GUADEC) is taking place in Istanbul, Turkey at Bahcesehir University. And on it’s 4th day, it was my first day!
I had not have too much time to join discussions but, I’m sure I’m gonna attend tomorrow in the morning too. I had signed [...]

Leave a Comment

Development Diaries in Weburunu

Weburunu, also named as SanalDoku (meaning virtual texture/pattern in turkish) is a good framework for creating web sites and also a simple content management system.
It has its dead ends too of course. Even it’s a powerful tool, it’s not too easy to develop with it. You have to get some practice on it. While you [...]

Leave a Comment

Parkyeri Planet

Someone, one of the interns, started a “Planet”, in the Company and that’s a post to try it out. Even I’m not a good blog writer, interns are started to change something just as the last year. I guess internship is a good thing for both the company and the company.

Leave a Comment

Code Smells

In recent days I have read an article about “Code Smells”. I was not aware of such a thing since then. I mean I was aware that people was writing bad code but I had not known there was a name for it. Anyway after reading the 3 part of the article at metapundit.net, I [...]

Leave a Comment