Showing posts with label color. Show all posts
Showing posts with label color. Show all posts

PNG or GIF


PNG or GIF

This article, invites you to explore the two main choices of format images that can be used in the Web to illustrate a simple graphic a scheme or logo.


GIF 
Graphics Interchange Format (GIF) was developed in 1980 and more widespread use. GIF format is a compress / reduce the file size using the algorithm called LZW. The value of more than GIF is a very broad support and appears as the default choice for simple images on the web.

Stay Beautiful by Minimalist Web Design

Web design can be interpreted as a minimalist web design that is simple, not too many colors, and easy navigation. Minimalist web tend to be favored because these are usually easy to understand and easily accessible. As discussed in previous articles, websites that have too many elements and links can make the user confused, especially if the users are not too familiar with Internet world, and is certainly very disturbing comfort.

Neon Lights Text

Creating text animation with effects of fluorescent light (Neon Lights Text)

This post is about the neon effect on text in which the text turns from left to right. So with the following script would look effects lit from left to right but only two or more of the characters are lit depend on your setting.

If interested in trying the effect of neon on this text, please copy the script below and then insert it into the html / javascript gadget or into the post,
Script can be seen below:

Make Professional Website

Tips to Build a Website Looks More Professional
How do I create a website or blog look more professional? Website or blog that looks more professional would be better for the progress of your website. Visitors will always come back and wait for the latest updates from your website or blog.

Not only that, you also may be offered cooperation by other web masters, whether in business, share traffic, or other things.

Well, for those of you who want the website appear more professional, do the tips below :

Best Color for Website

Choosing Colors in Web site
 
Color is an emotional considerations, because the color variations can cause
different emotions in each person. We all know that green is currency symbol (mercenary), but do we know also that the green is a symbol greed, envy, and jealousy? Color choices will have a direct effect of visitors on the perception of the company or the products we offer. This is complicated by the fact that the use of color on the web is now limitless: technology allows us to create millions of color combinations.

Different Browser, Different View


Web View in the browser differences
 
Many people ask “Why my web design is different when using Mozilla and IE? How do I get best web design that is displayed on Mozilla and Internet Explorer can be the same? What HTML validation function is?

Designing Web Navigation

Designing Web Navigation Tips

Navigation on a website that displayed in the menus and links are the instructions for visitors to the pages contained in the website. Visitors will easily find the pages in your website if the menu and links appeared in a structured way.

Color Scrollbar


Changing the color on the scrollbar CSS

You are diligent surfing'll often come across a web page with color scrollbars colorful. If on this page are colored turquoise scrollbar (see the scrollbar on the right). Maybe you are confused, how to load the scrollbar like that?

Text Image Background


CSS Tips : Text with Image Background

In addition to color can also be used as a background image of a text. The trick simply by changing the background color property on the style-image CSS. Script as follows.

CSS Border Size Tips


Border Size
In addition to style and color, border size can also be created differently on each side. This will make your table look so different with others. Script as follows.

CSS Border Color Tips


Border Color with CSS
In addition to the berdeda border, border can also be made with different colors. Add some syntax in the first script as shown in script below.

CSS Text Background

CSS Text Tips

Creating Text with CSS Background
What can you do with text is to beautify the text with the background color of the text. You do this by providing the background-color syntax.
<body> <h1 style="color:#FFFFFF"> <span style="background-color: #006699"> HTML Tips</ span> </ h1> </ body>

HTML Font Color


HTML Font Color

Syntax of HTML Font Color :

<font color="red"> ... </ font>

COLOR attributes you can use to set the font color. There are 2 ways to give color to the color attribute. The first way by specifying a color that you want to use such as: red, blue, yellow, etc.. The second way to use RGB values in hexadecimal, for example # 00FA0B.

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.

Designing Web Pages


Designing Web Pages
Themes
Theme is a unity of all the design elements and colors that appear in web pages that appear in the consistency and look attractive. By using the theme then we easily create or add web pages in a professional appearance. FrontPage has provided a wide variety of themes that you can use and you can also change it.

CSS Background and Color


Background and Color Properties
CSS background properties are used to manage background view in an element. For example, to set background color, make image background, and set background position.

color
Color property change foreground color, which is frequently used text. Example:
This text is plain, <SPAN style="color:orange"> but I’m orange </ SPAN>