break
Aug 22

My previous post talked of various tips in order to improve your website. Below are some tricks to those tips and some various websites that will assist you in accomplishing these tasks.

Tricks

  • Implement your free custom search engine here.
  • Implement your free search box here.
  • Implement your free navigational toolbar here.
  • View my previous web logs for free to build a knowledge base about search engine optimization here.
  • Test your webpage’s external objects, download speed, global statistics and object speed for free here.
  • Download thousands of fonts for free here.
  • Learn how to implement various hyperlinks and alterations to make them stand out for free here.
  • Create a free “Contact Us” push button by visiting here.

Hopefully, these free sites will help better optimize your website and increase traffic to your website.

Aug 19

To continue with my post from yesterday, here are a few more advanced codes that can help you add some flair to your website. These codes were mainly generated from the free online HTML tutorial at W3 schools. These codes can be implemented into a program, such as Notepad and saved as a text file. You can then right click and open it with your Internet browser.

Insert a picture of graphic

<img src=”Your Picture.gif” alt=”Your Company”> or <img src=http://www.YourPicture.com alt=”Your Company”>

Apply a heading

<h1> to <h6> applies headings, with <h1> being the largest

Create a link that will open up in a new browser

<a href=“http://www.YourWebsite.com” target=“_blank”>Visit Your Company!</a>

Create a background color

<body bgcolor=“#000000”> or <body bgcolor=“black”>

Change a font style

<p>

<font size=“2” face=“Arial”>

Write a paragraph here.

</font>

</p>

Change spacing around my image

<img src=”YourImage.gif” hspace=10 vspace=10>

Highlight text

Can you see <span style=”background-color:yellow”>hi-lighted</span> text?

Be sure to remember that you will always need to close any tag that you implement with </>.

Aug 18

Over the next week, all my posts will be revolved around setting up a basic website. Below are some beginner HTML codes that will allow the first time HTML creator to develop a basic website with some added features and enhancements. These codes were mainly generated from the free online HTML tutorial at W3 schools. These codes can be implemented into a program, such as Notepad and saved as a text file. You can then right click and open it with your Internet browser.

How to…

Begin a website

The foundation for most web pages is as follows:

<html>

<head>

<title>Titles your page</title>

</head>

<body>

This is where you would usually begin typing the content for your page.

</body>

</html>

Start writing content for your page

<body>

Bold text

<b>

Insert a link

<a href=“http://www.YourWebsite.com”>Your Company</a>

Title your page

<title>

Insert a line break

<br>

Italicize text

<i>

Insert a horizontal rule

<hr width=”25%” color=”#6699FF” size=”6″>

Insert alternative text in place of a graphic

<image alt=“Your Keywords”>

Align objects on your page

<align=center>

Be sure to remember that you will always need to close any tag that you implement with </>. For example, if I wanted to bold just my name (Max Nunn) on my website, I would implement the following code: <b>Max Nunn</b>. Tomorrow, I will move into more advanced coding.

Jul 23

PHP (Hypertext Processor, originally Personal Home Page) is a computer scripting language that is mainly used for server-side scripting on dynamic and interactive web pages. This web development language is a free service that can be directly embedded into HTML code.

Unlike Javascript, a server will process a PHP code and send the output of this code to a visitor’s browser. By not revealing the code itself, a server will not allow the chance for your script to be stolen, which is a major benefit with PHP.

Being that it is a cross-platform language, PHP can run on multiple operating systems and web servers. PHP has grown in popularity due to its looseness and ease to learn. According to wisegeek.com, arrays and variables in PHP are able to hold any type of object, variables need not be declared, and the syntax is remarkably simple.

In short, here are the main reasons to use PHP:

> It runs on all the major operating systems on nearly all servers

> It is free

> It can be embedded directly into HTML code

> Relatively easy to learn

> It does not reveal the actual code when sending to a visitor’s browser

> It is an open source product (allows for a dedicated production team and user community)

> It allows you to separate HTML code from scripted elements

To get a start on PHP basics, take this free online tutorial.

Jul 18

HTML or Hyper Text Markup Language is essential to understanding exactly how a webpage or website was created. In order to get a basic conception of this, you can observe the coding of a webpage by executing the following steps in your web browser: View > Page Source or Ctrl + U. This should provide you with a basic comprehension of how HTML is written.

HTML should be utilized using Notepad for Windows users and SimpleText for Mac users. The latest in web standards suggests using lowercase, however HTML is not case sensitive. To find a free template on which to build your site around, click here. Below are a few basic html tags that you can easily implement that can immediately construct a website for your company without you putting forth the money to hire a web developer.

*<b> - bolds certain text

*<ahref ______> - will insert a link

*<title> - names your page

*<br> - inserts a line break

*<image alt=“______”> - creates alternative text if your image is having difficulty loading

*<align=______> - either left, right, center aligns or justifies

*<html> - begins your webpage

*<img src_____> - tells where to find a picture

*<body____> - starts the main content of your page

*<h1> to <h6> - applies headings, with <h1> being the largest

*<hr> - implements a horizontal rule

However, if you have enough financial resources to hire a contractor to design your website for you, it will be money well spent. You have to realize that you do not want to turn searchers away by having a dismal appearance to your website.

Also, be sure to remember that you will always need to close any tag that you implement with </>. For example, if you wanted to bold just the word HTML on your website you will implement the following code: <b>HTML</b>.

The foundation for most webpages is as follows:

<html><head><title>Titles your page</title> </head>

<body>This is where you would usually begin typing the content for your page.</body> </html>

You can implement text, links, media and sounds all in one encompassing website that could propel your company to the next level. In today’s modern world, a company that does not posses a website losses a very, very, very significant edge over their competition. Even having a very basic website and obtaining a web presence could mean the difference between success and failure.

Take a free online HTML tutorial!

Jul 11

Image alt tags appear when an image or non-textual element is preparing or failing to load. The alt or alternative text is required for all images and is a great way to help the search engines crawl your site by providing a textual representation of your graphics. This now allows the search engine robot to index more content form your website.

Image alt tags also offer the opportunity to advertise your site or direct them to another location that may be more viewable. Search engines will get an insight to what your website is about if you include keywords within your image alt tags.

Also, image alt tags are very important is someone were to perform an image search on your keywords. The search results could include an image from your website if you have incorporated your keywords within your image alt tags. Image alt tags are relatively easy to implement and could provide that tiny edge over your competitor’s website.

Click here for an image alt tag tutorial.

Jul 9

Heading tags are html tags of six various sizes that allow you to organize content on your website, with the H1 tag being the largest and most important. Heading tags are important, because they let search engine bots know that the content you are providing is relevant to your selected keyword(s).

Unlike the traditional form of simply augmenting a font, you can implement heading tags that will be recognized by browsers that do not recognize style sheets. In addition, when you would like to make changes to your site that may institute international changes, it will be much easier to change the heading tags rather than defining a new CSS class.

In their simplest forms, heading tags basically serve as a summation of the most important topics on a particular page. Therefore, it is common that headings will be evaluated as central keywords. By using your keyword in a H1 tag, you are telling search engine bots that this is the summation my website’s most important content. Therefore, you are improving the opportunity for your site to be ranked higher with your keyword(s) in search results.

One thing you should be aware of is that heading tags are used to convey structural information about a specific page and should not be applied to manipulate font size or any other text attributes. Be sure to choose the correct content to use as your heading tags and ensure that they are properly implemented!

 

Copyright © 2008 BoomYEAH, Inc. All rights reserved.
Corporate: BoomYEAH.net | Search Portal: BoomYEAH.com | Blog: Internet Marketing Tips