I could be wrong, but I believe the post that he's referring to as inspiration is this one: https://css-tricks.com/tales-of-a-non-unicorn-a-story-about-... A pretty interesting story about job titles and descriptions that are not representative of the job they're trying to hire for.
Pure CSS FizzBuzz
11–20 of 62 posts
That's correct, but I left the link off because the fizzbuzz comment isn't strictly relevant, it just interested me a little. Would it be better etiquette to put the link in?
Re: Pure CSS FizzBuzz
#12I could be wrong, but I believe the post that he's referring to as inspiration is this one: https://css-tricks.com/tales-of-a-non-unicorn-a-story-about-... A pretty interesting story about job titles and descriptions that are not representative of the job they're trying to hire for.
That's correct, but I left the link off because the fizzbuzz comment isn't strictly relevant, it just interested me a little. Would it be better etiquette to put the link in?
I don't think it's necessary for the post. I figured the comments would be a nice place for it if people were curious.
Re: Pure CSS FizzBuzz
#13Pretty cool. Slightly different than the one posted three years ago https://news.ycombinator.com/item?id=3939294
Re: Pure CSS FizzBuzz
#14Oh, now you're a REAL programmer. Congratulations.
Re: Pure CSS FizzBuzz
#15display: float; indeed
Re: Pure CSS FizzBuzz
#16display: float; indeed
Embarrassing! I'm not sure how it happened, sorry
Re: Pure CSS FizzBuzz
#17but how well does it scale?
Re: Pure CSS FizzBuzz
#18Without the JS: http://codepen.io/anon/pen/NqNKYv
He did use JS to just populate the HTML :-)
Re: Pure CSS FizzBuzz
#19Am I missing something on how this is CSS only when you are using jQ...?
Re: Pure CSS FizzBuzz
#20Am I missing something on how this is CSS only when you are using jQ...?
jQ is only used to generate enough divs that serve as input data. You can remove jQ and add the divs manually.