Archive for September, 2008

Sep
08

Basic Web Site Design

Posted by: Laura | Comments (0)

I have come across a lot of questions out there today, about what are the basic web site design steps a person needs to build a website?

So I wanted to talk about that today.

There are so many different ways to answer a question like this, you can learn html, get a free or paid template and just type what you want, hire a designer to build one for you, take courses at your local university, spend months or years learning all the HTML, CSS, PHP, and more. The list goes on and on…

but in actuality you don’t have to go through all these hoops just to put a website online.

In fact, you can have a nice professional looking website up and online by the end of the day just by following some very basic steps on web site design.

Now I’ve already written a lot about these steps in other posts and reports, so the first and most important step you need to take is ACTION!!!!

I’m not going to get into step by steps right now, I am working on that for everyone, right now though you need to not procrastinate any longer and just get the tools you need, the information you need, and just DO IT!!!

There is a right and wrong way to build a website, but you’ll never learn if you don’t take action today.

If you are looking to just build a simple website to share photos and stuff with family and friends, then I highly recommend my ebook Introduction to the Basics of Web Designing inside you’ll be taken by the hand with screenshots and easy to understand steps to have a website up and online.

If you are looking to make some money and start your own Internet business then I highly recommend Erik Stafford’s The Faster Webmaster I have found that Erik Stafford definitely knows what he is talking about when it comes to building a foundation to work on to build a professional business on the Internet.

And if you are interested in putting videos on your website, there is an outstanding product out there that will show you how in 10 minutes to put videos on your website easily, get your hands on The Video Web Wizard today.

Now I’ve given you 3 great options above to get started, now  it’s up to you on which one best fits your skill level and needs.

So remember, there are only a few things that you must have in order to put a website up today!

A Domain Name

Hosting

Templates

HTML Editor

FTP

And the right tutorial:

  1. For simple and easy to follow step by step tutorial get Introduction to the Basics of Web Design
  2. For simple and easy to follow step by step for building an Internet Business get The Faster Webmaster
  3. To put videos on your website in only 10 minutes get The Video Web Wizard

There all the information you need right now to get your website up and online today!

And of course this blog, where I’ll be posting up to date information for you to help with your website designing.

What is holding you back?

Let me know what your issues are below in the comments and I’ll be glad to address them here on the blog or in private.

Until next time,

Laura Miller

Lauras Basics to Web Designing


Categories : Web Design Tutorial
Comments (0)
Sep
05

What Exactly is HTML?

Posted by: Laura | Comments (0)

I get asked an awful a lot what is HTML and why do I need to learn it? So I decided to put this together to some of you out there better understand HTML and why you should learn just a little of it. You don’t have to be an expert or know everything, you just need to know the basics of HTML and what it all means.

As some of you may or may not know HTML stands for Hpyer Text Markup Language, this is just a fancy way of you telling a browser what to display on the screen for the viewer.

Computers talk in what is known as Hexidecimal language, all numbers and codes. So to make it easier for everyone to understand they came up with HTML, this code interrupts the language and then translates into viewable words and pictures for everyone else out there.

There are probably thousands of ways to write HTML but you don’t have to know all this to build a website or landing page. You just need to understand what the basics are.

So, the first thing you have to do is tell the browser what type of language you are talking in, hence the < HTML > tag, when the browser sees the < character it knows to interrupt what is inside of this and put it on the screen, so you also need to tell the browser when not to do this task any longer, hence the closing tag < /HTML > ***of course there are no spaces at all when you actually write this code.

After the < html > tag you need to tell the browser what the name of your page is, < title > insert your title and put the closing tag < /title >

The next thing most people will see if they are looking at a source code of a website, is the Meta tags, these are used for a varity of reasons but mostly to help index your website pages. Such Meta tags are, description, keywords, content,nofollow, and much more. Now you don’t have to have these tags, but for search engine optimization you will definitely what your title tag, description tag and your keyword tags.

Next you need to tell the browser when to start the main part of your website < body > tag this is where all your content and pictures will be held. Now there are numerous other tags you can use inside your < body > tags to make paragraphs, page breaks, bold your text, underline your text, change the size and color of your text and much more. You can also add tables and rows within your body tag to set things apart from others, you can change the back ground of your website page, or change the back ground just within a table.

Here is just some of the tags you can use within your body tag:

< b > = makes your text bold < /b >
< U> = makes your text underlined
< p > = makes a paragraph
< br > = makes a line break – as if you hit the enter/return key on your keyboard
< bgcolor > = changes your back ground color
< table > = puts a table around your content < /table >
< font color > = controls what color your text font will be < /font >
< font size > = controls the size of your font < /font size >
< img src > = tells the browser where a picture is located so it can retrive it
< a href = > this is an anchor tag for a link, you can link words together or one word to make the text clickable by your visitors < /a href >

There are hundreds more and to learn more I’d study the information they have at W3schools this is a great way to learn and play around with HTML.

As you start to build your website you will begin to understand more and more about how to use HTML and it’s tags. I have learned it is much easier to just do it and make a few mistakes then to Never even Try!!!

I’ll be posting more here in regards to HTML and tags, so do grab the RSS feed and make sure to leave your comments and questions so I can make this a better learning place for everyone.

Laura

http://www.laurasbasicstowebdesign.com


Categories : HTML
Comments (0)
Sep
05

How to use Landing Pages

Posted by: Laura | Comments (2)

Today let’s discuss the use of Landing Pages and what their use is. First, these pages are called many different things, from minisites, optin pages, lead capture pages and of course landing pages.

This simply means the page on which your visitor lands first. You can have your visitors first stop be any page you wish. This could be your sales page, an article page, or a page where you capture their email address and name.

Putting a landing page isn’t easy if you know the steps. These steps aren’t hard either, you have to have a bit of knowledge on using an HTML editor and of course you need to know what type of landing page you wish to create.

As I stated there are a few different types, but don’t get hung up on what type you will use. It’s not that hard to figure out, just ask yourself these questions:

What do I want to accomplish with my site?

Do I want to capture a person’s email address and name?

Am I only going to provide information?

Or am I going to have a product or service I wish to sale?

Do I want graphics?

Where will my navigation bar be placed, at the left hand side or the right hand side or the top of the page?

If you can successfully answer most of these questions you are on your way to creating a good quality landing page. Do remember that content is King!! The more content you can provide the better your landing page will be with the search engines.

No matter if you are building a full blown website or a simple landing page, you Must optimize your pages properly for SEO.

You can find more about SEO and optimizing your pages by clicking on the HTML under the category list to the right.

I hope this article has helped you better understand landing pages and their uses and do leave your comments below.

Laura Miller

http://www.laurasbasicstowebdesign.com


Categories : SQUEEZE PAGES
Comments (2)
Sep
02

Video Web Wizard – Review

Posted by: Laura | Comments (0)

I have been searching around for some time now, looking for how to put video on my l anding page when I can across the product Video Web Wizard I found it veryhelpful in understanding a lot.

In todays society online, video is coming to be the way to go. You want to have video somewhere within your website, but adding video to your website was not easy to do.

If you have not yet looked into putting video on your website, then I recommend that you do it now with Video Web Wizard.

Video Web Wizard makes putting videos on any website a snap. You are provided step by step format to follow.

Is one reason you haven’t put video on your website due to the fear of all that techy stuff,
well with Video Web Wizard you won’t need to know all that stuff, it does it for you.
Here are just a few of the things you are able to do with Video Web Wizard

  • * add Video ads
  • * Put Company presentations
  • * put some helpful or cool videos up that can go viral for massive traffic
  • * talk directly to website visitors
  • * and so much more…
  • If you are at all considering putting video on your website, then you definitely want to get your hands on Video Web Wizard.

    And…

    They have a 56 day money back guarantee, so try it out for a full 56 days, if you aren’t putting videos on your website with ease then just return it for a full refund!!!!

    So what are you waiting for, get your hands on Video Web Wizard Today!!!!!

    To all your video success
    Laura Miller

    http://www.laurasbasicstowebdesign.com

    http://www.adsensevideos4newbies.com/prelaunch.html


    Categories : Web Design Tutorial
    Comments (0)