Created
November 1, 2012 20:07
-
-
Save chaosgame/3996124 to your computer and use it in GitHub Desktop.
Facebook Midwest Hackathon
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
heroku login | |
heroku apps:create | |
git clone [email protected]:<your-url-here>.git -o heroku | |
vim index.php (or emacs index.php or notepad index.php) | |
git add . | |
git commit | |
git push heroku master |
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
In General: | |
http://paulisageek.com/webintro/ | |
PHP: | |
http://us1.php.net/manual/en/ | |
Git: | |
http://zrusin.blogspot.com/2007/09/git-cheat-sheet.html | |
Heroku: | |
https://devcenter.heroku.com/articles/quickstart | |
https://devcenter.heroku.com/articles/facebook | |
https://devcenter.heroku.com/ | |
Javascript: | |
https://developer.mozilla.org/en-US/docs/JavaScript/Reference | |
http://www.w3schools.com/js/default.asp | |
Javascript Frameworks hosted online: | |
http://cdnjs.com/ | |
https://developers.google.com/speed/libraries/devguide | |
JQuery: | |
http://docs.jquery.com/ | |
http://api.jqueryui.com/ | |
CSS Frameworks: | |
http://www.blueprintcss.org/ | |
Blueprint (CSS Framework): | |
http://www.blueprintcss.org/tests/ | |
https://github.com/joshuaclayton/blueprint-css/wiki |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment