Dwitter – A social network for short JavaScript demos
11–20 of 74 posts
Re: Dwitter – A social network for short JavaScript demos
#12Re: Dwitter – A social network for short JavaScript demos
#13Re: Dwitter – A social network for short JavaScript demos
#14This is definitely fun... It'd be nice if it used Github to login and save to Gists. Also, I think it'd be better if the developer called u(t){}, rather than it being the content of the entire post, so it could set up variables, etc., and since it already has a few shortcuts like c,x,C,S,T,R, might as well add in a more complete API.
Re: Dwitter – A social network for short JavaScript demos
#15Re: Dwitter – A social network for short JavaScript demos
#16Just tried to register with username @H2O. Sent post request, after that got 500 error.
Edit: In case you were stuck in a 500-loop I quickly changed your username to H2O, hopefully it works now
Re: Dwitter – A social network for short JavaScript demos
#17This is definitely fun... It'd be nice if it used Github to login and save to Gists. Also, I think it'd be better if the developer called u(t){}, rather than it being the content of the entire post, so it could set up variables, etc., and since it already has a few shortcuts like c,x,C,S,T,R, might as well add in a more complete API.
Just set something on `this`: if (!this.mySettings) { this.mySettings = { value: 1 } }
Re: Dwitter – A social network for short JavaScript demos
#18* scroll scroll scroll *
Nice work.
Re: Dwitter – A social network for short JavaScript demos
#19Just tried to register with username @H2O. Sent post request, after that got 500 error.
Oh, got the 500 error dump. It's the @ in your username, that'll teach me. For now avoid special characters in your username ;) Edit: In case you were stuck in a 500-loop I quickly changed your username to H2O, hopefully it works now
Re: Dwitter – A social network for short JavaScript demos
#20EDIT: one issue I'm running into is it's easy to accidentally write half-finished code that freezes my browser. It would be nice to have an option to only refresh the preview upon clicking some kind of button.