All language subtitles for 042 What Are Favicons_.en_US

af Afrikaans
ak Akan
sq Albanian
am Amharic
ar Arabic Download
hy Armenian
az Azerbaijani
eu Basque
be Belarusian
bem Bemba
bn Bengali
bh Bihari
bs Bosnian
br Breton
bg Bulgarian
km Cambodian
ca Catalan
ceb Cebuano
chr Cherokee
ny Chichewa
zh-CN Chinese (Simplified)
zh-TW Chinese (Traditional)
co Corsican
hr Croatian
cs Czech
da Danish
nl Dutch
en English
eo Esperanto
et Estonian
ee Ewe
fo Faroese
tl Filipino
fi Finnish
fr French
fy Frisian
gaa Ga
gl Galician
ka Georgian
de German
el Greek
gn Guarani
gu Gujarati
ht Haitian Creole
ha Hausa
haw Hawaiian
iw Hebrew
hi Hindi
hmn Hmong
hu Hungarian
is Icelandic
ig Igbo
id Indonesian
ia Interlingua
ga Irish
it Italian
ja Japanese
jw Javanese
kn Kannada
kk Kazakh
rw Kinyarwanda
rn Kirundi
kg Kongo
ko Korean
kri Krio (Sierra Leone)
ku Kurdish
ckb Kurdish (Soranî)
ky Kyrgyz
lo Laothian
la Latin
lv Latvian
ln Lingala
lt Lithuanian
loz Lozi
lg Luganda
ach Luo
lb Luxembourgish
mk Macedonian
mg Malagasy
ms Malay
ml Malayalam
mt Maltese
mi Maori
mr Marathi
mfe Mauritian Creole
mo Moldavian
mn Mongolian
my Myanmar (Burmese)
sr-ME Montenegrin
ne Nepali
pcm Nigerian Pidgin
nso Northern Sotho
no Norwegian
nn Norwegian (Nynorsk)
oc Occitan
or Oriya
om Oromo
ps Pashto
fa Persian
pl Polish
pt-BR Portuguese (Brazil)
pt Portuguese (Portugal)
pa Punjabi
qu Quechua
ro Romanian
rm Romansh
nyn Runyakitara
ru Russian
sm Samoan
gd Scots Gaelic
sr Serbian
sh Serbo-Croatian
st Sesotho
tn Setswana
crs Seychellois Creole
sn Shona
sd Sindhi
si Sinhalese
sk Slovak
sl Slovenian
so Somali
es Spanish
es-419 Spanish (Latin American)
su Sundanese
sw Swahili
sv Swedish
tg Tajik
ta Tamil
tt Tatar
te Telugu
th Thai
ti Tigrinya
to Tonga
lua Tshiluba
tum Tumbuka
tr Turkish
tk Turkmen
tw Twi
ug Uighur
uk Ukrainian
ur Urdu
uz Uzbek
vi Vietnamese
cy Welsh
wo Wolof
xh Xhosa
yi Yiddish
yo Yoruba
zu Zulu
Would you like to inspect the original subtitles? These are the user uploaded subtitles that are being translated: 1 00:00:00,410 --> 00:00:06,330 So the first difference that you'll notice between our site and their site is that even in the tab bar 2 00:00:06,360 --> 00:00:14,130 you can see that we've got this little new file icon here which is kind of devoid of any design but he's 3 00:00:14,130 --> 00:00:16,280 got this cute little icon over here. 4 00:00:16,350 --> 00:00:19,000 So how do we get hold of one of those. 5 00:00:19,320 --> 00:00:23,480 Well this is called a favicon or a favorite icon. 6 00:00:23,820 --> 00:00:30,510 And the reason it's called that is because back in the olden days when people were still using, shock horror, 7 00:00:30,600 --> 00:00:39,330 Internet Explorer number 5, the favicon, or the favorite icon, was an icon that would show up in your 8 00:00:39,330 --> 00:00:40,370 browser bar 9 00:00:40,650 --> 00:00:47,790 if you were on a web site that you had favorited, and a quick side effect of that is that if you were 10 00:00:47,790 --> 00:00:56,370 the web developer you can see how many times did people request to display your favicon and that would 11 00:00:56,370 --> 00:01:01,850 give you an estimate of how many people had booked marked or favorited your web site. 12 00:01:02,010 --> 00:01:07,440 But now that doesn't work anymore because the browsers will try to display the favicon for all web 13 00:01:07,440 --> 00:01:10,040 sites whether you favorited it or not. 14 00:01:10,380 --> 00:01:11,750 But it's a nice touch. 15 00:01:11,790 --> 00:01:14,070 And this is something that we want to implement. 16 00:01:14,220 --> 00:01:21,470 Now if you want to do this just head over to favicon.cc, and here you can create a brand new favicon. 17 00:01:21,480 --> 00:01:29,160 Now you can either import an image maybe of yourself and it will try to turn it into a very coarse 18 00:01:29,190 --> 00:01:31,860 drawing or you can just simply draw it yourself. 19 00:01:31,860 --> 00:01:39,630 So I'm just going to draw one myself and I'm just going to draw a capital A as best as I can which is 20 00:01:39,630 --> 00:01:40,090 not that 21 00:01:40,350 --> 00:01:40,790 well. 22 00:01:47,480 --> 00:01:47,750 All right. 23 00:01:47,760 --> 00:01:55,260 So here's my favicon, and you can see that this is what it would look like when it's being used. 24 00:01:55,260 --> 00:01:59,790 So you can go ahead and refine it however you want to make it look nice. 25 00:01:59,790 --> 00:02:05,760 And this is where you really unleash your creative talents. Because I don't have many then this is what 26 00:02:05,790 --> 00:02:07,600 I'm going to go with. 27 00:02:07,710 --> 00:02:15,060 So now we can download our favicon, which is in a special format for favicons which is the ico or an 28 00:02:15,120 --> 00:02:16,500 icon format. 29 00:02:16,500 --> 00:02:22,800 And then I'm going to pull up the folder where I've got my CSS - My Site that contains my index.html 30 00:02:22,800 --> 00:02:24,820 and my css folders. 31 00:02:24,960 --> 00:02:32,000 And I'm just going to click and drag this newly downloaded favicon into the same folder. 32 00:02:32,020 --> 00:02:36,570 And now if you head into Atom you'll be able to see it in the project navigator as well. 33 00:02:36,840 --> 00:02:42,270 And in order to incorporate it to our web site we're going to create a new link but this link has a 34 00:02:42,270 --> 00:02:48,600 different relationship it's not the stylesheet in this case it's actually just the icon and the icon 35 00:02:48,600 --> 00:02:54,150 is located at the same hierarchical level as our index.html. 36 00:02:54,450 --> 00:02:59,700 We just have to put its name down so the file is called favicon.ico. 37 00:02:59,850 --> 00:03:07,680 So now if we hit save and we go over to our browser and go to our site and hit refresh then you'll see 38 00:03:07,680 --> 00:03:13,680 that it now has a pretty little favicon that shows up which is pretty neat, right? Now if we take a 39 00:03:13,680 --> 00:03:19,860 look at Sean's site you can see that it's got a whole bunch of distinct sections which we can scroll 40 00:03:19,860 --> 00:03:20,580 through. 41 00:03:20,610 --> 00:03:23,630 So how can we do this for our web site. 42 00:03:23,700 --> 00:03:28,710 Certainly not by using anything that we've done so far because we haven't been able to do any sort of 43 00:03:28,710 --> 00:03:32,970 positioning or layout with our previous CV web site. 44 00:03:33,030 --> 00:03:38,820 So in the next lesson I'm going to show you how we can create these blocks inside our web site that 45 00:03:38,820 --> 00:03:41,920 we can style and make it look something like this. 46 00:03:42,060 --> 00:03:46,420 So you'll have that to look forward to and I'll see you on the next lesson. 4768

Can't find what you're looking for?
Get subtitles in any language from opensubtitles.com, and translate them here.