Web development
Here you will be able to learn about important web development topics, and how to develop your own web application from scratch.
- An in-dept look at the use of headings (h1-h6) and sections in HTML pages.
- Pagination can be a confusing thing to get right both practically and programmatically. I have put a lot of thought into this subject, and here I am giving you a few of the ideas I have been working with.
- The best way to deal with a trailing question mark is probably just to make it a bad request, because it is a very odd thing to find in a request URL.
- How to optimize image-loading and automatically include width and height attributes on img elements with PHP.
- HTTP headers are not case-sensitive, so we are free to convert them to all-lowercase in our applications.
- In-app browsers do some things a little differently than normal browsers, and that might result in 500 errors on your server, among other interesting things.
- Short explanation of the HTTP range header.
- Learn why 403 is the most suitable status code for failed log in attempts.
- How to block unused URL parameters (non-existent) in PHP web applications.
- Tutorial on Absolute and Relative Paths in Windows, UNIX and the Web.