This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
facebookInviteFriends: function(e) { | |
e.preventDefault(); | |
var leagueName = PalpiterosApp.layout.pageContent.model.attributes.name; | |
FB.ui({method: 'apprequests', | |
message: 'convidou você para o bolão '+leagueName+'', | |
data: { | |
leagueId: PalpiterosApp.layout.pageContent.model.id, | |
requestAuthor: PalpiterosApp.currentUser.id, | |
leagueToken: PalpiterosApp.layout.pageContent.model.attributes.token | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hello, | |
My name is João Moura, I’m a Brazilian developer, currently living in São Paulo, working on Codeminer42 as consultant and developer w/ systems engineering. | |
I'm also an enthusiast technologist that love open source development. I have already spoken in some events around the world like in Brazil and Italy (http://rubyday.it/talks/11/), and I really would like to have the opportunity to be one of the speakers in The British Ruby Conference and try to surprise you guys. | |
My proposal theme is: | |
Network Architecture based on Game Philosophy | |
Description: | |
With the new technologies that are being used there is a hole new range of possibilities that will start to be more on spotlight this next year, because we (developers), are starting to change our mindsets to an asynchronous and really dynamic way of architecture and development. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Sigam o pattern abaixo | |
// 1 - Fulano | |
// 2 - Beutrano | |
// 3 - .... | |
// | |
1 - João Moura |
NewerOlder