Showing posts with label link. Show all posts
Showing posts with label link. Show all posts

Blogroll

Blogroll  

What is Blogroll?
Blogroll or Link Exchange also called link exchange between your blog or website is to store the link addresses of others on the blog / website belong to us. 

What are the benefits of the blogroll?  
Perhaps a glimpse of my friend think that to put the link address belongs to someone else in your blog / website belongs to us will be harmful, because with it, of course, we give way to the visitors to leave our blog. 

The reason it may be true, but not completely true. With the blogroll a lot of benefit we get, among others, which tighten the friendship or kinship between the owner of the blog / website. Other than that we are more and more blogs linked to by other blogs, the better the ranking position of our blog on Search Engines such Google, Yahoo, MSN and friends. Of course we both know that every owner of the blog / website wish that the blog / website has his good rankings on search engines. So do not be stingy to give link exchange, because if we are stingy give a link of course nobody would want to place a link addresses belong to us on their blog.

How to Make RSS 2.0

How to Make RSS 2.0 

This article will explain what RSS is, how to create RSS, and its function.
RSS is one form of Web Syndication, RSS stands for "Really Simple Syndication", Version of RSS: 0.91, 0.92 and 2.0

The function of the RSS
Web Syndication is a little tiny piece of content of our website that we share with other websites. Functions of Web Syndication is to provide feed to other websites that use our website RSS.
Web Syndication Formats: RSS, ATOM, RDF.

Multiple Target Hyperlink

Link on a website or blog is generally used to provide a single link, whether it was an open target location or the target of open window.

Well, here we will modify hyperlink to open several new target window tabs in one link. So when users click the link it will open more than one tab with different address. I often see this technique in a website/blog with many advertisement.

Here is the code to make multiple target hyperlink:

Back and Forward Button


Creating Back and Forward with java script

On a web page we often see links navigation such as Back to return to the previous page and Forward to go to the page we've ever opened before.

You can create navigation links by using java script like the example below.

<a href="javascript:history.back(1)"> Back </ a>
<a href="javascript:history.forward(1)"> Forward </ a>

JavaScript Event


JavaScript Event
Event is the action of the user who can produce interactivity, in fact events in JavaScript is a click of a mouse button (the only one action that can be set by the HTML). JavaScript allows to associate the event with some functions of methods such as passage of the mouse pointer over a particular zone, change the value, and so forth.

Bookmark With Link


How Make Bookmark with Link

You'll often find links like "Bookmark this site", which if we click the link it will directly go into the Favorites. By entering the site to your Favorites, then we no longer need to bother typing in the site name in Address Bar, but simply by clicking a website listed in your Favorites list.

To create a bookmark link, enter the following code between the tags <HEAD> and </ HEAD> on your web page:

Link Without Underline

CSS Links Without Lines 
If using the links with HTML standards, most forms have a line link below. Now what if the link without bottom line. Here is the code to make link without underline :

HTML Link Title

Showing title on the link
Do you already know the attribute "title" on the A HREF tag? Attribute "title" is used to display information on a link. Example:

<a href="http://tophtml.blogspot.com" title="HTML Tutorial and Tips, make your own website..."> Top HTML Tutorial </ a>

If the mouse cursor is directed to the link will display the description "HTML Tutorial and Tips, make your own website..."

For example, point your mouse over the link below :

JavaScript Parameters


Parameters of JavaScript Function

We can pass a parameter in a function, in the sense we give the value or variable name so that the function can be executed based on these parameters. At the moment we pass some parameters into the function, these parameters are separated by a comma, either at the time of declaration or at the time of the call.

See the example below: we will create a JavaScript program that displays a dialog box:

HTML Frame Creation


Creating an HTML Frame
Frame is used to divide web pages into sections. Distribution of this page is intended for the web page becomes more interesting and attractive. Here is a simple example of the implementation of the manufacture of frames in web pages:

Link Style With CSS


Color and Background Link

Links
can also be replaced colors and background. Now we will create links with black and when the mouse goes to the link, link text color will change to red and black background. Make the script as follows.

Javascript String Object


Javascript String Object

String object is an object that contains some methods and properties to manipulate the string data type. String object has only one property that is length property to obtain the long of data string variable. The syntax of this property are as follows:

x = string_variable_name.length;
x = ('any text'). length;

Adding Components Website


Adding Components Website
Components on the website is a business that should not be forgotten by the web designer. Because these components are complementary components that make your website complete and demand by visitors.
 
There are many components that have ready-made in web builder such as Frontpage that can be used by designers to be loaded on a page into a web browser. These components provide a quick and easy to use without you having to learn the writing of the script or ActiveX and Java programming. The components are:

ASP Method


ASP Method

Redirect Method Directing The Internet address to another URL
Example:
<%
Response.Redirect (tophtml.blogspot.com)
%>

CSS External Sheets


External Sheets
To help you manage an influential style sheet to all pages in your web. You can use an external style sheet. To get started you can type into an empty file:
DIV {font-family: Arial} . Redfont {color: red}
 
Then save the name "style1.css" (you can type another file name according to what you want but make sure extensionnya is .css).

HTML Font


To arrange the letters in HTML tags you can use <FONT> and closing </ FONT>. This tag has several attributes to set the formatting style of a text.
         
Font Size
Size = n is the attribute that is used to adjust the font size. N value ranges between 0 (smallest size) up to the largest 7. The following example will display the text in various sizes as shown below.

Headings


Heading is used to display the name of a particular chapter or section which is considered as the main topic. In HTML there are six levels of headings ranging from tag <H1> until <h6>. You can also use tags to set the font size, eg, the largest with <H1> or makes the smallest with <h6> but this tag is not used for that purpose.

Heading Position

HTML Image


Image is a very important element in presenting information. <img> HTML provides tags for displaying images on your web page.
<IMG SRC="image1.gif" ALT="image1">
HTML command above will display images image1.gif and displays the text "image1" if the browser to turn off graphics viewer facility. Extension of the usual graphic display by the HTML are GIF, JPG, and BMP.
You can also combine graphics with tags <a> to create a link from your image.

Steps In Making Web Site


Once you make your designs so that you should immediately do is register at one of free web server to put your design. For that you can choose one of the existing free web server.
There are two kinds of free web servers that are allowed to access the cgi-bin directory and free web server that does not allow access to that directory. With access to the cgi-bin then we can put our own script. For example scripts for guest books, mailing lists, counters, etc.. With a script that made itself so you can make a book crammed with guests without the need for advertising.
But before doing the upload (send files to the server) you can equip your website with:

HTML Table


Tables are very important in web design. Because by using the tags table you can create Web pages "divided" on some column or row. There are many website use table to divide the page in order to make the visitor easy in navigating the pages.
There are three tags or elements used in the making table: <TABLE>, <TR>, and <TD>. To remember is that the tab <TR> and <TD> be located between the tags <table> and </table>

<TABLE>
Attributes:

  • align - alignment: left, middle/center or right.
  • bgcolor - the background color from the table.
  • border - the size of the table border width (in pixels).
  • cellpadding - the distance between cell contents to the cell boundary (in pixels).
  • cellspacing - the distance between cell (in pixels).
  • width - the size of table in pixels or percent.