Posts

Showing posts with the label coding

How To: Hexadecimal, RGBA, and RGB

Image
Color Codes Today I shall teach you about hexadecimal, rgb, and rgba colors. I will also teach you how to use the rgba colors in Dreamweaver. Hexadecimal and rgb makes it easier to manipulate how dark and light a color is compared to telling Dreamweaver light blue, which could not be the right shade for you. This gives you the power to get the color you specifically need. This is especially helpful in web design so your server knows which exact color needs to be used because this is an almost universal code. Color Words: Color words are colors written is words hence "color words" You do not have as much control over the shade and tint of the color In a code you will type the color name Example: Website:   Color Words List   Hexadecimal:  The hexadecimal color code is a 6 word and or number combination. The tag starts with # then RRGGBB.  The R stands for red, G stands for green, and B stands for blue.  ...

Way Back When

Image
YouTube In 2005 YouTube was created and the very first outline of the website was created. It had the same logo, but the color scheme, and layout. In 2005 the font was blue, ad the banner was grey, the only colors on the page were a royal blue, light grey, and light blue.  In the coding they mainly used tables to create the layout. In 2015 there is red icons, the font is still blue on the links to the video, but all of the banners are white. The old layout was all center aligned except for the home, my videos, my favorites, my profile were left aligned, and the sign up, log in, and help links were right aligned. Now the logo, popular links, and search bar are left aligned. The sign in and upload buttons are right aligned, but the popular videos are center aligned. The coding is mostly div tags to create the layout of the page.  Apple One of the first Apple websites was created in 1998. They did not have the Apple logo only their name and a Apple compute...