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: " //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: This tutorial shows you how to easily separate parts from the original 3ds file, and create animation in iClone. Php Xml Part 3: 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 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 Dream Foundation Php Weaver Here you will place the title of the page. The texts here are displayed at the topmost left of a browser or web page. 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. 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: 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 Ajax Php 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 Php Security -This will break affiliate Editor Php -This one will break this web Hosting Mysql Php Web -This one will result in a double line space search 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
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
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: 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 Developer Php Continue with Part 2. Database Php Php Xml This is free for republishing as long as the author byline with active link to our sites is retained as-is. Share this:More about:
|
|
|
| Copyright © 2008 www.smbar.com. | Blog | Sitemap | Advertise | Privacy | Disclaimer | Contact | Links |

