Backbone.js walkthrough of Models and Views (Part 1/2)
Uploader Comments (troygdaniel)
All Comments (25)
-
Hi all - I've placed the above tutorial at the following link:
byteidea.com/backbone.zip
-
@troygdaniel It's because there's a hidden character in the url [wbr][/wbr] - pastes into notepad as byteidea.com/backbone_tutoria
-l.zip -
where can i find the source to this tutorial. not the original from the other guy becauase i have that. I was wondering if this specific tutorial is on github someplace?
-
@cerlestes Thanks :) ... and appreciate the suggestion. The encoding is happening on the client-side (HTML) - and would assume an SSL connection when passing along the password. I agree, base64 encoding is not "safe" by itself.
-
Nice Video! You shouldn't just base64 the password tho, but instead hash it using sha256 in 4096 or more rounds. Even if an attacker (man-in-the-middle, trojan horse, ...) listens for the password entered, he won't be able to retrieve it's plain text as easily as he could when just using base64. On the server side, just treat the given hash as if it was the user's plaintext password.
eclipse! ewwwwww
tkhamdan 1 week ago
@tkhamdan wrong answer... aptana studio 3 ;)
troygdaniel 1 week ago
The URL "byteidea.com/backbone_tutorial.zip" is dead. Could you please provide a working URL?
SimeVidas1 4 weeks ago
@SimeVidas1 byteidea.com/backbone.zip should work
troygdaniel 4 weeks ago
Sir, this link:
byteidea.com/backbone_tutorial.zip
brings me doteasy: The page you requested is unavailable page.
is there any other place I can download this example?
varandz 2 months ago
@varandz byteidea.com/backbone.zip should work :)
troygdaniel 4 weeks ago