programming

HTTP Status Codes

HTTP (Hypertext Transfer Protocol) Status Codes are standard response codes given by web site servers on the Internet.
Response Codes indicate whether a specific HTTP requests has been successfully completed.

1xx Informational Responses
HTTP status codes in the 1xx are typically informational.

2xx Successful Responses
Status codes in the 2xx range indicate that the transaction was received, understood, accepted and processed successfully.

3xx Redirection Responses
HTTP status codes in the 3xx range pertain to redirection. The client must take additional action to complete the request.

4xx Client Error
HTTP status codes in the 4xx range indicate that a problem occurred with the request.

5xx Server Error
Error codes in the 5xx range indicate that server is aware that it has encountered an error or is otherwise incapable of performing the request.

By |Web Design|Commenti disabilitati su HTTP Status Codes

CSS – Alternate Background Colors for List Items

Pure CSS – Alternate Background Colors for List Items

Really simple! Apply the CSS rules to odd or even – li – elements.

By |CSS, Web Design|Commenti disabilitati su CSS – Alternate Background Colors for List Items

JavaScript Redirection – Domain Name

JavaScript Redirection – Domain Name. This code is Ready to Put in your website.

By |JavaScript, Web Design|Commenti disabilitati su JavaScript Redirection – Domain Name

PHP Redirection – Multilingual Site

PHP Redirection code to create a Multilingual Site. This code is Ready to Put in your website.

By |PHP, Web Design|Commenti disabilitati su PHP Redirection – Multilingual Site