Home Page Catalogues Guides Blog
PHP (Hypertext Preprocessor) Info.

PHP (Hypertext Preprocessor) Info.

Creating Your Own Web Page is Easy - A Tutorial (Part 1), PHP (Hypertext Preprocessor) Info.

Creating Your Own Web Page is Easy - A Tutorial (Part 1)

Yes, it is easy to create a web page though you are not an IT professional or a person who is involved in IT things. A basic web page is made up of simple HTML tags or codes and HTML is easy to learn.

Download Php After going through this tutorial, you will learn how to create your own web pages for your website. This includes the following topics divided into three (3) parts:

Professor Teaches How to Create Web Pages continues to be a best seller. Now, with Professor Answers, it is even better. All the tutorials are instantly accessible on your desktop, only one click away. With Professor Answers, you can browse through all the training topics in every How to Create Web Pages tutorial, or you can search using keywords for just the training you need, right when you need it.

Developer Php Part 1:
Outline of a web page
Creating a web page template
Placing invisible comments to your code
Creating a single or double spaces
Creating an ordered list and unordered list
Inserting an image

" //www.peoplepc. index.asp" The first part, " //, " which stands for HyperText Transfer Protocol, indicates that this address points to a standard Web page. The second part, "www.peoplepc.com, " is the Web page's hostname — the name of the computer that this page lives on. It consists of a prefix, a domain name, and a suffix. The final part, "/ index.asp, " tells your browser where the Web page is stored on its host computer. The final part of the URL is the actual name of the Web page file. In this case, the page is named "index.asp" and it is stored inside a folder named "faq."

Database Php Part 2:
Creating tables
Using CSS boxes as webpage layout

This tutorial shows you how to easily separate parts from the original 3ds file, and create animation in iClone.

Php Xml Part 3:
Linking other pages and other websites
Using CSS in styling your web pages

Why Box.net and not FTP The most common use of FTP is to download files off the internet. When the web was first created, HTTP (Hypertext Transfer Protocol) was created to transfer HTML pages (websites). It was meant to transfer small amounts of text from servers to users, not large files like music and videos. Since demand increased and users want to do more with their data, FTP was created to allow for this. However, FTP has limitations that services like Box.net do not have.

File Php Let's discuss here the Part 1:

What is HTML Although chances are everyone who develops in PHP uses HTML everyday, not everyone acknowledges HTML's true purpose. If you think HTML is used for creating Web pages, then you are one of those people. Yes, HTML is used for creating Web pages; however in reality HTML' - it is to format data. People all over the world use HTML for more than just Web pages! Operating systems use it for help files, applications use it to create interfaces to their programs. All HTML is in reality is just a way to define how a piece of data (such as someone's name), appears on the client that is rendering it.

Php Upgrading Outline of a web page
Creating a web page template
Placing invisible comments to your code
Creating a single or double spaces
Inserting an image

Php Forum Outline of a basic web page

Flash Php If you are new to html, I am now telling you that a web page is simply created with html tags. Html tags are shown as and . Look at the outline of a web page below:

Ajax Php

</p> <p><a href="http://www.smbar.com/topic/sm-dream-foundation-php-weaver.xhtml">Dream Foundation Php Weaver</a> Here you will place the title of the page. The texts here are displayed at the topmost left of a browser or web page.</p> <p><a href="http://www.smbar.com/type/sm-php-proxy.xhtml">Php Proxy</a>


Editor Php Here you will implement the layout using style definitions you have made in the "style" section. Without putting anything here the page will be blank except for the title that will appear at the topmost left of the page. You will also place here the content of your website. It may be mixed of texts, images, audios and videos.

Hosting Mysql Php Web

4th Development Edition Mysql The above must be saved as a html page with extension of html or htm. If you want to see how the above will look like on as a web page, copy the above from to and paste to your Notepad or equivalent. Then click File - Save as - type mywebpage.html or mywebpage.htm in File Name - Select All files as file type - Click Save. Then go to windows explorer or file manager and open the file with your browser. See? It is as simple as that. Now, don't close your Notepad and your browser. We will use that in our practice.

Php Web As an important note, your homepage or the starting page of your website must be named as index.html or index.htm. This will be first page when your website is called without specifying a particular page. Like this site, if you type www.freetipsandwits.com or freetipsandwits.com at browser address, it will open the index file. If you like to see it, try clicking www.freetipsandwits.com. You may wonder why the index file is "index.php". Well, this site is php-based but do not bother yourself with this php thing. Familiarize yourself first with html and later you may learn php, asp, jsp, cgi & more. In html, you must save your index file as "index.html" or "index.htm". Pages other than homepage must be saved with descriptive keywords using hyphen as separator. This is for search engine optimization.

Development Mysql Php Web Creating a basic web page template

Index Php First, I would like you to make a simple web page template. We will use this for practicing the html codes that we are going to learn later. So, in above mywebpage.html, delete all codes you typed earlier and type the following:

Download Php

My Web Page


Database Php

Php Xml Leave some spaces between style and body tags. Now, click Save icon or click File - Save. If you accidentally close this file, you can open it by searching the file, right-click it, click Edit or Open with Notepad or its equivalent. To see what it looks like on the web, just refresh the browser use when you opened the html outline a while ago.

File Php Placing an invisible comments to your codes

Php Upgrading I would like you to know how to place your comments on your html codes. Web developers normally put comments in some of the codes for future reference particularly for editing. It will be easy for you to find what you're looking for when you are updating or editing your html codes. This will help also other webmasters if you let them edit your codes. These comments are displayed only in raw html codes or in your html editor but not on the web page or browser page. This is done as follows:

Php Forum For example:

Flash Php
Building your website is easy. Just learn basic html codes and you're done. Don't be afraid of html codes, they are easy to learn. When you start learning html, you will ask for more and more....and so and so forth....until you become an expert web developer.

Ajax Php
Type the above in your mywebpage.html between body tags. You will learn faster if you retype or remake the above. But if you are in a hurry, you may copy and paste it. Save it by clicking the Save icon or File - Save.

Dream Foundation Php Weaver Now, refresh your browser for the above html file. See? Yes, you can't see your comments between . So, for your reference and easier editing of your codes in the future, don't forget to place your comments.

Php Proxy Making a line to break or creating a blank line space

Nuke Php Theme If you want to break a line or create a blank line space, use this break tag
. See how it is used below:

Php Security -This will break affiliate
marketing from word "affiliate".

Editor Php -This one will break this web
site from letter "web".

Hosting Mysql Php Web -This one will result in a double line space search engine

optimization from the word "engine".

4th Development Edition Mysql You type this within the body tags of your mywebpage.html, save it and refresh your browser. Yes, the sentence is broken and second row started with "marketing" the word before the break tag. The word was also divided into two with the next row started with "site", broken from word "website". The two consecutive break tags created a double space between "engine" and "optimization".

Php Web Making an ordered list and unordered list

Development Mysql Php Web This is useful when you are enumerating or listing something. See the illustration below:

Index Php Ordered list

Download Php

    This is Ordered List
  1. Item 1

  2. Item 2

  3. Item 3

Developer Php Now type the above in your mywebpage.html within the body tags, save it and refresh your browser and see the results. See? It's sequentially numbered. Now, here is the unordered list:

Database Php Unordered list

Php Xml

    This is Unordered List
  • Item 1

  • Item 2

  • Item 3

File Php Now type the above in your mywebpage.html within the body tags, save it and refresh your browser and see the results. Now, it's not numbered. It's in a bullet format.

Php Upgrading Inserting an image

Php Forum You may place an image to your web page by inserting these codes where you like the images to appear in your web page:

Flash Php image description

Ajax Php Looking at the above html codes:

Dream Foundation Php Weaver "img" is the image html tag;

Php Proxy "src" is the source or the path of the image file with extension of gif, jpg and png;

Nuke Php Theme "alt" is the alternative text description in case the browser could not display an image;

Php Security "height" and width are the dimension of the image;

Editor Php "border" is the outline of the image.

Hosting Mysql Php Web Now, do these:

4th Development Edition Mysql -Replace the above domain name, image directory and the file name with yours.

Php Web -Replace the values of "alt" with your own description. This is required for SEO or search engine optimization;

Development Mysql Php Web -Replace the values of "height" and "width" with your preferred dimensions of your image in pixel without distorting it. The size of the image will adjust based on the dimensions you specified. Fixing the height and width of the image will make it load faster;

Index Php -Replace the value of the "border" with the border thickness you preferred. 0 is no border.

Download Php
To try the above, get an image from your file and copy it to the directory where your mywebpage.html is located. Now, type the above codes in your mywebpage.html but replace the src="http://your-domain-name.com/image-directory/image-file.gif" with src="image-filename". Then, save it and refresh your browser to see what it looks like in the web browser.

Developer Php Continue with Part 2.

Database Php
About the Author:
Hardi Budd is affiliated to www.freetipsandwits.com and http://free-website-tips-guides-tutorials.blogspot.com that offer Free website tips, guides, tutorials and web resources for affiliates, internet marketing, online business, search engine optimization, website promotion and internet security. Supported with affiliate programs, freebie directory, add URL, link exchange, english tagalog jokes, news and more.

Php Xml This is free for republishing as long as the author byline with active link to our sites is retained as-is.

File Php

[ Comment, Edit or Article Submission ]

Share this:

Add To Del.icio.us Add To Reddit Add To Yahoo MyWeb Add To Google Bookmarks Add To Furl Fav This With Technorati Add To Newsvine Add To Bloglines Add To Ask Add To Windows Live Add To Slashdot Stumble This Digg This

More about:

Dec January 2009 Feb
Sun Mon Tue Wed Thu Fri Sat
        1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31

PHP (Hypertext Preprocessor) Info. Blog on Technorati Related Blog of PHP (Hypertext Preprocessor) Info. on Sphere
 
Copyright © 2008 www.smbar.com. Blog | Sitemap | Advertise | Privacy | Disclaimer | Contact | Links