Smooth CoffeeScript
autotelicum.github.com
Smooth CoffeeScript
1–10 of 27 posts
Re: Smooth CoffeeScript
#2Re: Smooth CoffeeScript
#3I know you love your fluid-width layouts, but just because you can fill the entire window with content, doesn't mean you have to. Blocks of text become difficult to read (and also ugly) when lines get to a certain length. The rule of thumb is that about 60-80 characters per line is comfortable. On my display, this site has about 250 characters per line and it makes me want to hit the back button. Yes, I can use Readability, but that strips out the code formatting. Simple fix: put a containing div around your content, and set a max-width on that container.
See Jashkenas's work for examples of well-formatted technical writing:
http://jashkenas.github.com/coffee-script/
http://jashkenas.github.com/coffee-script/documentation/docs...
Anyway, looks like a nice resource. Thanks for sharing.
Re: Smooth CoffeeScript
#4Ok hackers, listen up... I know you love your fluid-width layouts, but just because you can fill the entire window with content, doesn't mean you have to. Blocks of text become difficult to read (and also ugly) when lines get to a certain length. The rule of thumb is that about 60-80 characters per line is comfortable. On my display, this site has about 250 characters per line and it makes me want to hit the back but…
Re: Smooth CoffeeScript
#5Ok hackers, listen up... I know you love your fluid-width layouts, but just because you can fill the entire window with content, doesn't mean you have to. Blocks of text become difficult to read (and also ugly) when lines get to a certain length. The rule of thumb is that about 60-80 characters per line is comfortable. On my display, this site has about 250 characters per line and it makes me want to hit the back but…
Just shrink your window if you want 80 chars per line, jeez.
Re: Smooth CoffeeScript
#6I would also like to know if the 'Send to Kindle' readability function results in a readable document. That was the reason for making this version.
A pdf version, a quick reference and a JavaScript supplement is on the web site at http://autotelicum.github.com/Smooth-CoffeeScript/
Re: Smooth CoffeeScript
#7Ok hackers, listen up... I know you love your fluid-width layouts, but just because you can fill the entire window with content, doesn't mean you have to. Blocks of text become difficult to read (and also ugly) when lines get to a certain length. The rule of thumb is that about 60-80 characters per line is comfortable. On my display, this site has about 250 characters per line and it makes me want to hit the back but…
Just shrink your window if you want 80 chars per line, jeez.
Re: Smooth CoffeeScript
#8Ok hackers, listen up... I know you love your fluid-width layouts, but just because you can fill the entire window with content, doesn't mean you have to. Blocks of text become difficult to read (and also ugly) when lines get to a certain length. The rule of thumb is that about 60-80 characters per line is comfortable. On my display, this site has about 250 characters per line and it makes me want to hit the back but…
Your point still stands, of course.
Re: Smooth CoffeeScript
#9This is really nice, but a bit too 'deep' or 'tl;dr' for my personal tastes. I was able to learn the basics really quickly and then started writing code and learning more from there as I ran into things I didn't know how to do.
That said, anything to further the learning of CS is great in my book. Nice job.
Re: Smooth CoffeeScript
#10Earlier quoted context omitted.
Just shrink your window if you want 80 chars per line, jeez.
I'm not sure if you're being sarcastic, but the parent was offering advice for accessibility to help the member's of the community improve on their projects. Why would you disapprove of that?
So to me the advice makes things worse, not better. 60-80 chars per line???? Even my email is wider than that. Go for at least 200.