.: Ritesh Patel Profile and Articles
Display by: Popularity | Title
1). Theory of HEX ColorsBy Ritesh Patel
In this article, I will attempt to explain how hex colours work.
Firstly, what is HEX?
Hex, or Hexadecimal, is basically a number system with a different base to our "Decimal" system.
The number system Hex is based on a base of 16 (0,1,2...8,9,A,B,C...E,F) (as opposed to the Decimal system which has a base of 10 - from 0~9)
Here is a little example.
2). Improve Your Websites With Few Steps
Websites that make their customers work to read them are not the best way to get business. Miniscule fonts, text in colors that make it hard to see against the background color, and lines that are piled on top of each other are problems, but they're easy to correct. Let's jump right in and look at five easy fixes:
1. Format your text using CSS.
Cascading Style Sheets (CSS) are the way to go - use one style sheet and control how text looks on your entire site.
3). Benefits of Tableless Web Sites
Let's begin with the benefits of a tableless layout. These are only in the order that I feel they should go in, some things are more important to other people, so rank them as you will.
Forces You To Write Well-Formed Code
You cannot have a properly made tableless layout, and use improper and non-standard code. Well, let me correct that - you can (technically you can do it) but it defeats the whole purpose.
4). Choose Your Web Site Color
Many web designers overlook the importance of color when designing a web site. Color should be one of your first concerns when it comes time to start your web site design. If you don't pay close attention to the colors you chose, your site you will end up either plain and boring or so chaotic it's hard to look at. The color you use should only be chosen after careful consideration.
5). Importance of CSS in Web Sites
1. The content is separated from the design
Because you are able to create a separate Style sheet and link it to all your web documents, you have great control over how your website looks. So if you want to change a certain aspect of your page, you only need to alter one file: your Style sheet!
This Of course, generates some great flexibility. This flexibility is not available when your website is using tables for layout, inline font tags or inline defined colors.