Krillz.com

A coder’s steps revealed


Search

Archive for August, 2007



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 »

One crazy blog contest

Thursday, August 16th, 2007

So I was browsing through some blogs and I stumbled over a blog with one crazy blog contest.
The winner will receive $2500 as the prize.
Now this is a first, I have not seen such a huge amount of money as a prize on any blog ever so of course I’ll take my shot and enter […]

Read the rest of this entry »

Dell confirms the virtual computer

Thursday, August 16th, 2007

So I just read that Dell among with some partners dealing with the virtual environment Dell will be releasing a virtual computer.
Well I did read about some speculations about this some time ago and thought it would be cool, so you will be able to run multiple versions of windows and Linux on the same […]

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 »