Skip to main content

Posts

Showing posts from September, 2016

The Wayback Machine

As you can see YouTube has changed a lot over the years. First the main color used to be blue, second it used to be a dating site. Lastly the tabs used to be at the top and not the side. The code of YouTube has changed also, The early code has a lot of table tags and the newer one has div tags. The old code also has more inline CSS while the new one has classes. Amazons' look has also changed over the years. It used to have a navigation bar on the left and now it is on the top. It also has more images in the newer one. Amazons' code has changed as well.  In the old code there are  tr tags and td tags. In the new code there are none of these tags. Newegg is another site that has changed. The older one has sectioned off parts while the new one has more connected parts and bigger pictures. Lastly Newegg's code has changed. Like YouTube it has table tags and inline CSS in the old code and div tags in the new code.

Web Font and Color Samplers

 In these projects I used TextMate  to created websites to sample different fonts and colors. In the font website it shows the 8 core web fonts: Times New Roman, Georgia, Courier New, Arial, Verdana, Tahoma, Treduchet MS, Comic Sans MS. In the color sampler I did: the rainbow, white to gray, and light versions of the rainbow. In these projects I learned how to create div tags and css for them. I also learned how to do hexadecimal color codes. Lastly I learned how to make individual div tags and lines have different colors and fonts. I enjoyed making these websites in TextMate because it showed me how to code websites. It also lets me understand css and it lets me design better websites in the future. I think this was an important experience because it lets me understand the logic behind the user interface of a website.