RailsCasts: "Early screencasts are free to watch, more recent ones require a $9/month subscription."
Not correct, Ryan still produces weekly free RailsCasts. Advanced topics and refreshed content require a subscription.
"all in the most soothing, wonderful voice to be heard on the Internet"
Steady there! And to my ear, it's a bit nasal (not intended as an insult, just an observation in light of the gushing comment quoted.)
If you ask me, upvotes-only (as here on HN) works great if post get hidden when x time goes by. But AFAIK links "value" will not devalue over time on TYTC and therefore the early submissions will get ahead by far, even if they are of lower quality than the links posted later on.
Downvoting does not mean bullying, and I cant imagine people will be afraid to publish links with the risk of getting a downvote or two.
But I may be wrong, and please point that out, HN!
EDIT: Also, I wouldnt mind if there was an adsense ad on the left side of the list. A small tower one that would not be in the users face. I'd turn off adblock for you!
If upvote===1 point and downvote===-1 point old posts would get a head start (from being in the top lists) but it wouldnt be that hard for a competing link. Bad links would quite quickly get low rankings though.
An important thing to note is that this isn't a social news site (as reddit or HN) but a social link sharing site, and thusly doesnt need to have fresh link at the top, but only best links.
We have games where code flies around & u click in proper order http://codepupil.com/game5 -
Also, visual exercises that teach you how to build webpages in a crazy simple/fast sense http://codepupil.com/ex (that's the aim).
Focused on HTML/CSS for now but creating games & exercises for other languages too.
You could say our focus is towards pupils - though you don't have to be young to be a pupil.
It works on chrome and safari as of now. In a week or two that will be fixed.
Sorry about that, but thanks again for comment!
Is there anybody who knows any good ones for IOS development?
[2] http://itunes.apple.com/itunes-u/ipad-iphone-application-dev...
[3] http://www.lynda.com/iOS-tutorials/iOS-SDK-Essential-Trainin...
Great work!
Again, great work!
I really like the "upvote" system you have. Let me know if you want access to all of the URLs on coursebacon (I can send you a copy of everything that's already on there).
Edit: My email is username @ gggmail.com
If you need any help debugging, shoot me a quick email (this username @ gmail.com)
tags = Tag.find(params[:tags]) @links = Link.order("votes_count DESC").includes(:tags).select{|link| (tags - link.tags).empty?}
I have another idea: what if the link data were stored in the git repo, with pull requests to merge them, and only the votes and comments were added with the website?
I don't get what the "<-- Back to Index " means. Maybe something on the views / links / index.html.haml
Seems like you are just pushing matched results to the top instead of removing unmatched results? Anyways with some work this could go in my bookmark bar.