Got something specific you'd like to learn? Click here to suggest a tutorial!

Learn PHP
Archive | apache RSS feed for this section
Install a LAMP Web Server on Ubuntu

Install a LAMP Web Server on Ubuntu

Installing a web server using the Ubuntu operating system is not too difficult because most of the required packages don’t need a lot of configurations. In this tutorial we create a (power) user, we install Apache, PHP and MySQL, phpMyAdmin and several other services needed to run a powerful and secure web server. via web-development-blog.com [...]

Read full story · Comments { 0 }
How the Internet Works

How the Internet Works

I believe this is one of the most important videos I’ve ever created. I believe that because it sheds light on 3 very important factors for becoming a successful web developer: 1) knowing the technology behind the internet and what exactly is happening what a web pages is loaded into a web browser, 2) knowing [...]

Read full story · Comments { 3 }
How to Set Up a Local Development Environment

How to Set Up a Local Development Environment

It’s 100 times easier and faster to set up your home/work computer that you plan to write code on to emulate a web server environment. So, you don’t have to constantly upload your files to a web server to see the results. That said, your home computer, by default, will not be able to process [...]

Read full story · Comments { 8 }