Krillz.com

A coder’s steps revealed


Search

Archive for the 'Webdevelopment' Category



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 »

Trying out Google’s webmaster tools

Saturday, August 11th, 2007

So the time has come to try out Google’s webmaster tools, personally at first I thought this was quite useless but then again it gives you some possibilities to alter or specify the ways the googlebot works on your site to some extend.
Another good feature is the statistic it gives you on what the googlebot […]

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 »

Authentication with PHP and MySQL - Part one

Wednesday, April 18th, 2007

I have decided to start a series of posts regarding authentication methods using PHP and MySQL.
In the articles I will be covering some basic examples and thoughts surrounding how I think you should act and think security wise, but also in general to produce a good understandable code.
In the first post I’ll be covering the […]

Read the rest of this entry »