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

Learn PHP
Archive | web site design RSS feed for this section

The Coder’s Credo

As you’ve probably seen from the front page of my blog, I have just released a new report called The Coder’s Credo. I won’t over hype it, but it’s something I’ve put a lot of thinking into to distill my experience as a Web Developer down into useful tips for what it takes to actually [...]

Read full story · Comments { 0 }
How to Make a Website From Start to Finish

How to Make a Website From Start to Finish

This tutorial is the culmination of your Web Design 101 training. I’ll walk you through the creation of the old HowToMakeMyWebsite.com design… from scratch… and show how to incorporate everything you’ve learned to create a kick-ass website you can get excited about.

Read full story · Comments { 15 }
How to Use CSS to Control Your Website’s Look and Feel

How to Use CSS to Control Your Website’s Look and Feel

In this tutorial, I’m going to show you the basics of CSS styling. You’ll learn just how powerful CSS is and how you can use it to turn your “ugly” website into a fancy-pants website your visitors will love. This video should really open your eyes to just how easy (and fun) web design can [...]

Read full story · Comments { 3 }
The Most Powerful Way to Build Your Website

The Most Powerful Way to Build Your Website

In this tutorial, I’m going to show you what I believe is the most powerful way to build your website. I’m going to show you a method of total site design that will allow you to get your site up and running quick, make it easy to build new websites fast, and make changing the [...]

Read full story · Comments { 9 }
How to Build a Web Page From Scratch

How to Build a Web Page From Scratch

In this tutorial, you’ll learn the necessary elements to construct a web using HTML. Every HTML web page on the web is constructed using the same basic structure. You need to learn this structure and the elements you must have to have a valid web page. I’ll show you what they are and how to [...]

Read full story · Comments { 2 }
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 Setup and Local PHP Development Server Using XAMPP

Want to run PHP locally, so you can test your scripts and templates faster? Learn how to create a local PHP development server using XAMPP. This video will walk you step-by-step through installing, configuring, and troubleshooting XAMPP.

Read full story · Comments { 0 }

How to Create an XML Data Feed File for Google Product Search Using PHP

You’ll learn how to create an xml file for Google Product Search using PHP. This technique could be applied to any database or product store that can be called using PHP.

Read full story · Comments { 11 }

How to Create a Basic Website Design Template Using PHP, CSS, and XHTML

Learn how to create a basic static page website design template using php, css, and xhtml. Using website templates like the one you’ll learn to make here helps cut down on the rewriting of code and saves you a ton of time. This is a basic template we’ll use to build more advanced website designs and templates.

Read full story · Comments { 7 }