In-Portal Developers Guide

This is a wiki-based Developers Guide for In-Portal Open Source CMS. The purpose of this guide is to provide advanced users, web developers and programmers with documentation on how to expand, customize and improve the functionality and the code the In-Portal software. Please consider contributing to our documentation writing effort.

User:BellCurtis2992

From In-Portal Developers Guide

Jump to: navigation, search

View Website Source Code together with your Visitor

You need to use internet browser to watch the HTML source code of all webpages. Which means that possibly a page you like, you can test the underlying code and copy the designer's technique. Copying someone else's tried and tested methods is not plagiarism -- it's really a easy way increase your skills.

If you use the Microsoft Traveler browser, simply navigate with a page that you are enthusiastic about. Now, near the top of your browser window, you must view a menu bar having a pair of commands, exactly like the following:

File Edit View Tools Help

Select the View command, plus a vertical menu should drop down from this, using the quantity of choices, looking similar to this:


Toolbars

Status Bar

Explorer Bar

Check out

Stop

Refresh

Text Size

Encoding

Source

Privacy Report

Full Screen

Now, go through the Source command, along with a copy of Microsoft Notepad should appear containing each of the text with the page.

Because Notepad doesn't need an auto-wrap feature, you could see some lengthy lines of Html page. Also, depending upon the web page you decide to examine, you could see some good clean easy to read HTML Code, or else you often see a true mess.

Regardless, you will find that most websites have two main sections, the head and the entire body. If you locate our bodies of the page you will find that it's most of the HTML tags that beginners are usually enthusiastic about; for instance table tags, paragraph tags, and text formatting tags.

However, as you grow higher you will find that websites are often dependent for formatting on other external pages called "CSS Style Pages". If you want to look at one of these simple https://www.wristbands.net pages, it may be required to reconstruct its web address from information generally page you are considering. This is a subject of the future article.

Finally, if you use another browser (Mozilla Firefox for instance), the commands to look at page source are slightly different. Go through the View menu, then select Page Source. Firefox displays the page source in a proprietary non-Notepad window.