< Browse > Home / Archive by category 'Web Development'

Editing the CSS Template to Make a Website

June 10th, 2009 | No Comments | Posted in Web Development by Diego | - [Full Entry]

Table of contents for Learn how to create a website series

Below is the complete list of entries to this series.
  1. Learn how to create a website using a Template
  2. Understanding the Basic Structure of a Website
  3. Choosing a template for your website
  4. Editing the CSS Template to Make a Website

Getting ready to edit your template to make a website

In this part of our series you will start editing your template to make your website. Don’t worry, I’ll guide you every step of the way so you don’t get lost.


What do you need?

  1. The BigSpaceLove template found on Free-CSS-Templates
  2. A browser to open your website. (e.g. Internet Explorer, Firefox…)
  3. A text editor to edit your website. Preferably one that supports syntax highlighting. Programmer’s Notepad is free and is what I’ll be using.


Start editing the template

Open up index.html using your text editor. If you remember the basic structure of a website we taught you can notice that it is the same way the html file is structured.

  • The header contains “Website Title” and “Subheader, website description H2″ in this case
  • The body is separated into a left section containing the content the and a right section containing the menu.
  • The footer contains information about the person who created the template.

You will notice these sections are denoted with the following tag in the HTML document:

The <div> </div> tag

You can think of the div tag as a section within your HTML document. They will usually be named after the sections described above.

structurebigspace1

Read more »

Choosing a template for your website

June 8th, 2009 | No Comments | Posted in Web Development by Diego | - [Full Entry]

Table of contents for Learn how to create a website series

Below is the complete list of entries to this series.
  1. Learn how to create a website using a Template
  2. Understanding the Basic Structure of a Website
  3. Choosing a template for your website
  4. Editing the CSS Template to Make a Website

Finding the right template

Finding the correct template for your needs can be quite tricky. For example, I needed something clean and fresh while maintaining a level of professionalism so I decided to go with the layout found on my personal website. If you noticed, you can get a nice looking website once you find the right template.

But how did I find it first of all? I simply dug around the internet. Google for me was a great place to start but for those that need help, I’ll show you a couple of sites that will give you a head start.

picture-1

Note for tutorial

For purposes of the tutorial I encourage everyone to use BigSpaceLove found on the front page of Free-CSS-Templates so you can follow me step by step. This template is fairly easy to edit.

Where to find free CSS templates

Read more »

Understanding the Basic Structure of a Website

June 4th, 2009 | No Comments | Posted in Web Development by Diego | - [Full Entry]

Table of contents for Learn how to create a website series

Below is the complete list of entries to this series.
  1. Learn how to create a website using a Template
  2. Understanding the Basic Structure of a Website
  3. Choosing a template for your website
  4. Editing the CSS Template to Make a Website

What is a website made out of anyways?

If you take a good look at a couple of websites, you might notice their structures share a couple of things in common. (If you are wondering why you need to know this, you’ll learn why really soon.) Each website usually contains the following basic elements:

  • A header usually contains the logo of a website along with a brief description. Sometimes you may find a menu there as well.
  • The main body or content which may take up most of the website which contains the content of the website.
  • A sidebar which usually contains the navigation of your website.
  • A footer which usually contains copyright and licensing information.

Not all websites follow this traditional structure. It all depends on what type of website you need to suit your needs.


So what is under the hood?

So, what makes a website a website? Under the hood websites are made up of different coding languages that serve different purposes. I’ll only describe the basic ones you need to be aware of and will be working with.

Don’t worry, you don’t need to know anything. I’ll help you every step of the way.

HTML

HTML stands for Hyper Text Markup Language. It consists of HTML tags that are used to mark up content and usually have a starting and ending tag. If you have worked with website development in the past, edited a profile on a social site such as MySpace you probably already are familiar with the basics of HTML. An example of HTML is below.

<html>
<head>
<title>This is the title of a website</title>
</head>
<body>
<h1>This is a header</h1>
<p>This is a paragraph</p>

</body>
</html>

Read more »

Learn how to create a website using a Template

May 28th, 2009 | 2 Comments | Posted in CSS, HTML, Web Development by Diego | - [Full Entry]

Table of contents for Learn how to create a website series

Below is the complete list of entries to this series.
  1. Learn how to create a website using a Template
  2. Understanding the Basic Structure of a Website
  3. Choosing a template for your website
  4. Editing the CSS Template to Make a Website

Getting started on your first website

Ever wanted to create a website but had no idea where to get started? No worries, I’ll guide you through the simple process and it will require no prior experience. Is it really that easy? After you complete my series of tutorials, it sure will be. We’ll be using the template BigSpaceLove found on Free-CSS-Templates to create a simple personal website similar to my personal website.

You don’t need to know anything. I’ll even make sure you understand the fundamentals so you can continue learning more on your own afterwards. So no, you don’t need to know how to design a web page, or even how to code one.

csstemplates
This series will teach you how to make a similar website pictured above


This series of tutorials will start by showing you where to find a template online (and for free!) so you can edit to your choosing. Remember, the product will only be limited by your imagination.


Why would I need a website anyways?

First of all, a website might serve a great variety of purposes such as the following:

  • You may post your resume, CV, or portfolio online to attract potential employers
  • Might want to share a hobby
  • Promote a product you are selling or endorsing
  • Start a community
  • Simply to learn!

In reality, the possibilities are endless. It’s actually quite a good skill to have and it can pay off. While I was in highschool I managed to create websites and get paid pretty darn well for it since people think its more complicated than it looks.
Read more »

How to create your very own free blog with Wordpress

August 20th, 2008 | 3 Comments | Posted in Blogging by Diego | - [Full Entry]

Learn how to make an impressive blog using Wordpress for free with or without your own hosting account.

Series
This is the second part of our How to start blogging series.
Part 1 The What, Who, How, Where & Why of Blogging – So what is a blog? And who blogs anyways?

Wordpress

Wordpress is a very friendly CMS (Content Management System) that allows anyone without any programming knowledge whatsover to start blogging quickly upon installation. Wordpress.com boasts nearly 4 million Wordpress users!

As I mentioned in my previous post, all the previous blogs I mentioned, are possible to create using, or might already be using Wordpress! In other words, you can create a high quality blog with Wordpress. We use Wordpress as well here at Talk Binary.

So how do I start?

Simply head over to Wordpress.com and register if you don’t already own your own domain! Registration takes as little as five minutes. You’ll then be owning something such as http://username.wordpress.com
Read more »

Browsershots – See shots of your website in multiple OS and Browsers

August 14th, 2008 | No Comments | Posted in HTML by Diego | - [Full Entry]

The ultimate test after you created your website, is to test it out using multiple browsers. Why? It might look great in Firefox but maybe not in Internet Explorer, Opera, Safari or Konquerer? Not your entire audience is going to use one browser.

Browsershots

Browsershots allows you to type in your website and choose from a variety of operating systems and browsers.

Once you submit your request, you’ll be shown a page where you will have to wait for your request to complete. Meanwhile, you may refresh the page and see the progress. You’ll be seeing the browser shots as they finish. A problem I see though, is that sometimes the browser takes a snapshot before a page might finish loading. That might tell you, your site isn’t loading fast enough!

So what do you do if your site doesn’t look as it was supposed to? Work on it some more until it is compatible with the most browsers possible. That way you don’t lose any visitors in the future!

Several Talk Binary Browser shots

Below are several Talk Binary browser shots. As you can see, it appears the page hadn’t completely loaded before the shot was taken. Either way, its what I expected!


Read more »

Introduction to HTML

August 12th, 2008 | 2 Comments | Posted in HTML by Diego | - [Full Entry]

So you want to learn how to code a website from the ground up? HTML is your start.

What is HTML?

HTML stands for Hyper Text Markup Language. It is the language that structures the format of a document with the following elements: links, images, text, and other objects.

HTML files usually have an htm or html extension and can be created with any text editor, including Notepad.

Programmer’s Notepad is an excellent free program which provides you with a nice programming environment with syntax highlighting, opening multiple tabs under its window, templates and more. I use it when I edit simple HTML files. So check it out.

Where do I start coding HTML?

With Notepad, simply open a new file. Then go to File -> Save As. Choose All Files under Save as type.

Then give your file the name homepage.html. Any name with the .html extension should work fine.
Read more »

Page 1 of 212