Krillz.com

A coder’s steps revealed


Search

Archive for the 'Programming' Category



IBM shows you how to code programs for iPhone

Saturday, August 18th, 2007

So the buzz about the iPhone is huge right now, maybe not as much as first days after the release but still pretty huge. So why not take the opportunity to learn how to code programs for it?
Yeah was looking through some sites trying to find something interesting to write, and I somehow got to […]

Read the rest of this entry »

Buffering www applications with PHP - part 2

Wednesday, August 15th, 2007

This is the second part of Buffering www applications with php that can be found here: buffering-www-applications-with-php
Buffering a www page using exceptions
Now let’s assume that our script would get the information from somewhere else like a database or a file that changes and after a time an error occurs on the page.
Which messes up the […]

Read the rest of this entry »

Buffering www applications with PHP

Tuesday, August 14th, 2007

Well written and optimized code is something all programmers at one point have to start thinking about while coding.
Today this is more important than ever before, not to mentions the need to create efficient web applications that don’t require a lot of computer resources to function.
Not thinking about efficiency today is impossible and shows the […]

Read the rest of this entry »

Accessing the shell with PHPsh

Saturday, August 11th, 2007

The fact is that a lot of the webhosting services do not give you shell access to your www-account.
And if an option like that exists it often comes with an extra charge or in the more expensive packages.
But there exist ways to go around this problem and in this article I’ll be presenting you with […]

Read the rest of this entry »

All right then time for the second part in this article series.
If you’ve missed the previous post then you can find it HERE.
In this part it’s time for some actual coding, I’ll present the code for the secret.php file and will be discussing and pointing out important parts in the code later on.
First up is […]

Read the rest of this entry »