Entries in the ‘Programming’ Category:
filed in PHP, Parkyeri, Programming on Nov.13, 2008
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 [...]
filed in IDEs, PHP, Programming on Nov.10, 2008
Well, a new feature has been added to Netbeans from now on. With the new release of 6.5, PHP support has been added and now we have an IDE which fully support code complete (including your own classes, methods, functions and variables), PHPDoc abilities(showing doc for your own classes) and, of course, debugger features. It’s [...]
filed in Off Topic, PHP, Programming on Nov.10, 2008
First of all, I’m not against it. I do not understand why it does really matter what the namespace separator is.
What kind of difference will it create to use “/”, “\”, “:::”, “;;;”, “{{}}” or whatever. Well of course that I do not like to use a namespace like “thisisnamespaceseperator”. It must be easy to [...]
filed in Magento, PHP, Parkyeri, Programming on Sep.16, 2008
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 [...]
filed in Magento, Parkyeri, Programming, Web - Internet on Sep.05, 2008
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 [...]
filed in Programming, SQL on Sep.03, 2008
There are lots of information in the internet which you can find about full text search syntax of MySQL. A good tutorial is of course in the MySQL’s Documentation.The other informations you find are coming from there generally.
But something is missing. How can I make regular expression search using full text search engine! As the [...]
filed in Parkyeri, Programming on Jun.24, 2008
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 [...]
filed in Boop, PHP, Programming, Web - Internet, myLife.show() on Jun.24, 2008
Well as you may remember I was working on a cms named Boop for half a year now, at least that’s all I can remember, as I’m the only developer it takes time to get things going. I recently had time to spent with it and things are getting better and better.
Yesterday I have [...]
filed in .Net, Programming on May.14, 2008
I know that I’m not the best developer you will find around, but during years I have learned a thing or two. The best advice I can give to you is to write modular codes or use classes. Try to re-use everything you have written, but while re-using, please do not copy paste the [...]