Learn Web Servers

Learn how to use web servers to host your applications successfully. These tutorials cover a wide range of techniques for making effective use of web servers.

All Web Servers content:

  1. CodeIgniter from Scratch: File Uploading and Image Manipulation

    CodeIgniter from Scratch: File Uploading and Image Manipulation

    Tutorial Intermediate

    In lesson nine of our CodeIgniter series, we'll build a small image gallery that allows you to upload files, and automatically create thumbnails.

  2. Supercharge Your CSS with PHP Under the Hood

    Supercharge Your CSS with PHP Under the Hood

    Tutorial Beginner

    Cascading Style Sheets is a presentational style sheet language. In that sense, it does not have a lot of the functionality that many developers want to...

  3. 5 Fun and Practical Htaccess Solutions

    5 Fun and Practical Htaccess Solutions

    Tutorial Intermediate

    Today we will go over some practical uses of htaccess files that you can use in your web applications.

  4. The Ultimate Guide to .htaccess Files

    The Ultimate Guide to .htaccess Files

    Tutorial Intermediate

    Apache's .htaccess configuration files have baffled countless developers. This tutorial aims to break through this confusion by focusing on examples and...

  5. 404/403 Website Error Pages With PHP Auto-Mailer

    404/403 Website Error Pages With PHP Auto-Mailer

    Tutorial Intermediate

    Website error pages are perhaps one of the most overlooked pieces of a fully rounded website. Not only are they important but they give you the opportunity...