Archive for the ‘Default’ Category
Alegoria broscutelor
The Laws of Computing
First law – The Computer is always right.
Lemma one – Programmers are occasionally right.
Second law – The amount of time needed to debug a program is
[...]
Http Codes explained
HTTP CODES 100-101
100
Continue
Tells the client that the first part of the request has been received and that it should continue with the rest of the request or ignore if the request has been fulfilled.
101
Switching Protocols
Tells the client that the server will switch protocols to that specified in the Upgrade message header field during the current [...]
View hidden files with Zend Studio 6
I usually code with Zend Studio 5.5, but since has been released the 6′th version (and now the 7′th Beta), I must use the 6′th version. Honestly, I don’t like this version. For me, ZS 5.5 is the best, but I have to work with this too.
Ok, now let’s get to the point. I have [...]