one is pure vanilla thing other is experiment-1 which is css grid thing
isn't css grid also vanilla css?
font-family: Merriweather Sans,sans-serif;
github-henry sends brownie points to @longnt80 :sparkles: :thumbsup: :sparkles:
:cookie: 582 | @longnt80 |http://www.freecodecamp.com/longnt80
$(function(){
var text = "THIS IS A TEST"
var map = { A:1, B:2, C:3, D:4, E:5, F:6, G:7, H:8, I:9, J:10, K:11, L:12, M:13, N:14, O:15, P:16, Q:17, R:18, S:19, T:20, U:21, V:22, W:23, X:24, Y:25, Z:26, ' ': 27};
var holder = [];
var letter = Object.keys(map)
for (i=0;i<text.length;i++){
for (j=0;j<letter.length;j++){
if (text[i] === letter[j]){
holder.push(map[letter[j]])
}
}
}
console.log(holder);
function decode(str){
var map = { A:1, B:2, C:3, D:4, E:5, F:6, G:7, H:8, I:9, J:10, K:11, L:12, M:13, N:14, O:15, P:16, Q:17, R:18, S:19, T:20, U:21, V:22, W:23, X:24, Y:25, Z:26};
var holder = [];
var holder2 = [];
var letter = Object.keys(map);
var words = str.split(' ');
for (i=0;i<words.length;i++){
holder.push([words[i]]);
}
for (j=0;j<holder.length;j++){
for (k=0;k<holder[j].length;k++){
for(l=0;l<holder[j][k].length;l++){
for (m=0;m<letter.length;m++){
if (holder[j][k][l] === letter[m]){
holder2.push(map[letter[m]]);
}
}
}
}
}
return holder2;
}
decode("THIS IS A TEST”);
$(function(){
var text = "THIS IS A TEST"
var map = { A:1, B:2, C:3, D:4, E:5, F:6, G:7, H:8, I:9, J:10, K:11, L:12, M:13, N:14, O:15, P:16, Q:17, R:18, S:19, T:20, U:21, V:22, W:23, X:24, Y:25, Z:26, ' ': 27};
var holder = [];
var letter = Object.keys(map)
for (i=0;i<text.length;i++){
for (j=0;j<letter.length;j++){
if (text[i] === letter[j]){
holder.push(map[letter[j]])
}
}
}
console.log(holder);
marat89bluolyu sends brownie points to @longnt80 and @lydatech :sparkles: :thumbsup: :sparkles:
:star2: 2490 | @lydatech |http://www.freecodecamp.com/lydatech
:cookie: 585 | @longnt80 |http://www.freecodecamp.com/longnt80
<img class="" alt='icon1' src=" + icon1 + ">
""
or use '
single quotes
zerka1982 sends brownie points to @heroiczero :sparkles: :thumbsup: :sparkles:
:star2: 1816 | @heroiczero |http://www.freecodecamp.com/heroiczero
heroiczero sends brownie points to @linkin-park :sparkles: :thumbsup: :sparkles:
:cookie: 37 | @linkin-park |http://www.freecodecamp.com/linkin-park
heroiczero sends brownie points to @zerka1982 :sparkles: :thumbsup: :sparkles:
:cookie: 267 | @zerka1982 |http://www.freecodecamp.com/zerka1982
<p> Your team's knowledge is endless so are slack channels.</p>
this line
https://i.imgur.com/XVpYFzE.png
this image is not displaying. look at https://www.reddit.com/r/FreeCodeCamp/comments/4ad3zl/imgur_and_codepen/
linkin-park sends brownie points to @heroiczero :sparkles: :thumbsup: :sparkles:
:star2: 1817 | @heroiczero |http://www.freecodecamp.com/heroiczero
linkin-park sends brownie points to @lydatech :sparkles: :thumbsup: :sparkles:
:star2: 2491 | @lydatech |http://www.freecodecamp.com/lydatech
arrudamt sends brownie points to @kirbyedy :sparkles: :thumbsup: :sparkles:
:star2: 2124 | @kirbyedy |http://www.freecodecamp.com/kirbyedy
niprobin sends brownie points to @mot01 :sparkles: :thumbsup: :sparkles:
:cookie: 868 | @mot01 |http://www.freecodecamp.com/mot01
kbaig sends brownie points to @khaduch :sparkles: :thumbsup: :sparkles:
:star2: 3338 | @khaduch |http://www.freecodecamp.com/khaduch
rscales02 sends brownie points to @kbaig :sparkles: :thumbsup: :sparkles:
:cookie: 345 | @kbaig |http://www.freecodecamp.com/kbaig
gh-pages
gh-pages
and hit enter
Mixed Content: The page at 'https://zerka1982.github.io/weatherApp/test.html' was loaded over HTTPS, but requested an insecure script 'http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js'. This request has been blocked; the content must be served over HTTPS.
Uncaught ReferenceError: $ is not defined at main.js:9
zerka1982 sends brownie points to @piteto :sparkles: :thumbsup: :sparkles:
:cookie: 191 | @piteto |http://www.freecodecamp.com/piteto
@eweiss17 add this at the top of your for loop:
$("#main-table").append(
'<tr id="activeStreamers"></tr>' +
'<tr id="inactiveStreamers"></tr>' +
'<tr id="unresponsiveStreamers"></tr>'
);
And then, instead of appending to #main-table, append to #activeStreamers, #inactiveStreamers, and #unresponsiveStreamers
https://static1.squarespace.com/static/56d77cec37013bbd82596472/t/588a3ceef7e0ab0d414897fd/1485454575406/portfolio-2.jpg?format=400w
quickspeedy sends brownie points to @mot01 :sparkles: :thumbsup: :sparkles:
:cookie: 869 | @mot01 |http://www.freecodecamp.com/mot01
quickspeedy sends brownie points to @mot01 :sparkles: :thumbsup: :sparkles:
figure.effect-bubba {
background: #2B2828;
}
How much would hosting cost per month if you were to upload videos to your website of 1080p quality?
you should not count about what you put on it, but rather how many times it is accessed (total bandwith) and the speed you want you users to have (i suppose you want that 1080 to load smoothly)
apart from that i have no info sorry (have considered hosting them on youtube and using embed ?)
mroolong sends brownie points to @gersho :sparkles: :thumbsup: :sparkles:
:cookie: 510 | @gersho |http://www.freecodecamp.com/gersho
krckyboy sends brownie points to @piteto :sparkles: :thumbsup: :sparkles:
:cookie: 194 | @piteto |http://www.freecodecamp.com/piteto
<div class="multImgWrap">
<div class="singImgWrap">
<a id= "imgLink" target="_blank" href="https://codepen.io/erichasegawa/full/Bdvgvm">
<img class ="project fade" src="https://s19.postimg.org/5a9zdw583/Wikipedia_Viewer.png" > <div class="textWrap"> <h1> Test </h1> </div>
</a>
</div>
.singImgWrap {
margin: 4% 10% 5% 10%;
position: relative;
}
.textWrap {
position: absolute;
left: 0;
right: 0;
top: 45%;
}
positon
instead of position
- took me a little while to see that :)
erichasegawa sends brownie points to @piteto :sparkles: :thumbsup: :sparkles:
:cookie: 198 | @piteto |http://www.freecodecamp.com/piteto
erichasegawa sends brownie points to @piteto :sparkles: :thumbsup: :sparkles: