Click here to go Home
PATCAM Video Player - VIDEO HOME - MUSIC VIDEOS - COMEDY - PREVIEWS - R&B - RAP - HIP HOP - POP - ROCK - COUNTRY - MISC

Welcome to my 100% OFF SALE, that's right, you pay NOTHING. Everything here is FREE! No Sample, No Trial, It's FREE!



NEW!:
YouTube Autoplay Code
A bit of text to put in your "Embed" code that makes Youtube videos automatically start when your page is loaded!



MYSPACE PROFILE EDITING
A look at some ways to alter your MYSPACE profile, cool toys to put in the About Me bars and guides on how to install them.


"Questions/Suggestions"


Want to link to us, here is our button:


Powered by Blogger


Surf The Net FASTER, Dell P.C.'s use Intel Pentium 4 Processors






Friday, January 01, 2010

Why a Blogger?

Your potential viewers are looking for content, a blog allows you an easy to use interface that allows you to keep fresh the interests of readers. Ordinary websites are thought of to be stationary and without change, after the user has gained whatever use it is that they were getting out of your material, coming back may seem to be obsolete.

Therefore, think blog, it has so much more potential, and it's all in what you make of it.

Coming Soon:
MYSPACE has become a popular quest for most to conquer. I will be posting some easy to use Comments Content (Probably just named the whole series). In these posts I will basically lay out some easy to use image links that you can just copy and paste to your MYSPACE Comments editor. Any suggestions on these New layouts is always appreciated. Thank you guys for all the e-mails, you are helping to make this website even better. -PATCAM Web Designs

Tuesday, October 23, 2007

Lesson 1: Starting your own web script

This is the basic layout for a page written in HTML. It is probably the most common form of web script and very simple to manipulate. You can enter this text into your Webpage Editor, but please note that this code will not work in the "About Me" section of your MySPACE Profile Editor. (We reccomend an account at http://www.blogger.com/ In your blogger account you can alter the whole HTML code in the "Template" tab.)

Every HTML page has to have the following text, it has to be exact and without error as follows:

<html>
<head>
<title>
Your Page Name Here
</title>

</head>
</body bgcolor="white">

Main Content of Page Goes Here


</body>
</html>

These tags have various functions, and there is a tag to start and end each particular area. Usually, the same tag that opened an area will close an area, the only difference is the close tag will have a backslash / in it right before the tags name.

The "HTML" open and close tags simply define what type of document you are creating, these tags will always be at the beginning and end of the script.

The "HEAD" tags are a sort of background script area. Here you will place various codes that define to the computer how the page will operate between the script and the content. We will go over more about the HEAD area and what scripts you can put there that will make your page have some pretty neat effects.

The "TITLE" area is just as it says, the Title. The name of your page that will appear in the status bar at the very top of the window.

The "BODY" tags open and close the content area that will be visible on your website. There are structural elements that you can put in the body line to define things like a standard text color.

Example:
<body bgcolor="white" text="black" link="blue" vlink="purple">

In the highlighted text there are definitions there for the pages standard text color (black), the links will are defined as blue and the visited links (links you have been to before) will be purple. These are not necessary but if you use them, they need to go in the "BODY" tag

Using an image as a background:
This is easy, all you have to do is replace bgcolor="white" with background="http://www.yourpicturesaddress.com"
You simply paste in your images URL (web address) into the parenthesis and the image will be your background. If your image is smaller than the actual screen size, it will "tile" or appear multiple times, so try to use an image that's pretty large.

Labels:

Wednesday, May 23, 2007

Section 1 - Establish Your Blogger

Sign Up for a Blogger account and establish a blog address. Remember that the shorter your blog address is, the easier it is to add the URL (web pages address) to other material such as flyers, links or other means of advertising. To make things easier, I am recommending you use the "Minima" pre-made template. This layout is basic and comes in various pre-defined colors. Once you have selected your template, make a test post and publish to establish the feed to your blog.

Labels:

Section 2 - Reverting the Template

Go to your template and find an option that says "EDIT HTML." Then scroll to the bottom of that page and select "Revert To Classic Template"



Select this option before you start editing, because all the changes you make prior to reverting templates will not be applied to the Classic Editor. Make sure to save often. In the upcoming sections, I always recommend that you "preview" your work before saving, as some edits can be irreversible.

Labels:


* Firefox just sucks, I don't know or care why, it just does. So jump off the band wagon and use a browser that works -MSIE6.0
** Cut Copy Paste "Unblogged" is an archive of all the lessons from this blog and an example webpage.
Who Links Here