Echo JS 0.11.0

<~>

sbruchmann comments

sbruchmann 4092 days ago. link 2 points
This articles tries to compare apples to oranges. jQuery is a DOM manipulation library and Angular is a MV* framework.

  > When you build a website using AngularJS, a major question to ask yourself is:
  > Is this a website that requires valid HTML or
  > is this a web application that focuses on functionality more than markup?

You’ll use Angular if you’re writing a SPA. Not a “web application that focuses on functionality more than markup”.
sbruchmann 4093 days ago. link 1 point
Unfortunately not. There is currently no way to remove your posts after the period of time to edit/remove them has passed. You'll have to ask @echojs or @fcambus.
sbruchmann 4095 days ago. link 1 point
That is one of the many reasons why you should watch this brilliant talk. It is hilarious and very informational at the same time.
sbruchmann 4108 days ago. link 1 point
@echojs: Please delete this news. I didn’t notice @matt_smith had already posted the same link.
sbruchmann 4112 days ago. link 1 point
The links on this article are utterly illegible and this is not a directive, it is a **filter**.
sbruchmann 4113 days ago. link 1 point
Your event listener is too restrictive. When the user pastes her text via the context menu or drags and drops it on the input, the button would not be enabled.

Furthermore, your code is unnecessarily verbose.

Take a look at this JSBin for a better version:
http://jsbin.com/cevod/2/edit?js,output
sbruchmann 4118 days ago. link 2 points
In my personal experience, OAuth decreased about 40% to 60% percent of spam in my projects.

But I think you are right. More admins/moderators should be enough at this time; the community is still growing. I’d like to nominate @bevacqua and @pid.
[more]