Krillz.com

A coder’s steps revealed


Search

Archive for the 'Programming' Category



This is the second part of the article, if you haven’t read the first part yet you can find it here.
Breaking up Code
Do you recognize this, all code is found in a couple of very large files a giant switch statement that handles everything needed. It amazes me that people code in this fashion, […]

Read the rest of this entry »

Maintainable Code, what to think about

Wednesday, October 3rd, 2007

There is a big difference in coding a small project with just a couple of lines of code and engaging a big project that can end up to become thousands lines of code. Projects of this size require planning and good management to prevent it to become a big nightmare.
Of course planning is crucial even […]

Read the rest of this entry »

Eclipse supports PHP

Wednesday, September 19th, 2007

Eclipse launches a new module called PHP Development Tools 1.0 (PDT). By doing this they are hoping to get PHP developers change their working environment to theirs instead. With 4.5 million coders I assume they want to be in the game as well and can’t blame them.
Eclipse a coding environment that supports a lot of […]

Read the rest of this entry »

Huge sites with thousands of pages and the design hardcoded on each page, this might not be so common these days. But they still exist on some sites on the net. However today people have recognized how inefficient this really is and instead use solutions like dynamically built pages on the fly using PHP and […]

Read the rest of this entry »

Share your code with OpenSource

Thursday, August 23rd, 2007

Warning this article is very long!

Every web programmer has at least once in his life thought of a great idea that would revolutionize the internet. It’s hard to describe the adrenaline and readiness to work until late hours to get it done.
The days go and by the end of the fourth or fifth day most […]

Read the rest of this entry »