PHP EXIF Extension

EXIF (Exchangeable image information) data provide digital image metadata. This information is stored in the header of the image in JPEG or TIFF format. It can be very detailed (even thumbnails can be embedded) and is included in the file size of the image. In PHP web applications it is very easy to extract the [...]
read more

Best practices

Before writing semantically correct (X)HTML and CSS code, you should think of separation of content, presentation and behavior. Reasons for this are numerous. Although it is possible to have all (X)HTML, CSS and JavaScript code in every web page you are serving, long time ago it has been adopted as best practice to separate these.
read more

Semantically Correct Code

Quite often semantic aspect of web design and development is neglected, either because of not even thinking about it or because of wrong impression that there is no time to cater for semantics when working under pressure of meeting the project deadlines. In either case, it is not an excuse. Time has come to change [...]
read more