Pitusky12 wrote:
Hello,Im looking for some developers who want to help me make a Scratch Viewer For Scratch 2.0 Projects In HTML5 And Javascript.
The viewer at http://dl.dropbox.com/u/12239448/js%20project%20reader/index.htm uses the new canvas element of HTML5. Why are you saying that it is not javascript+HTML5?
Offline
http://jscratch.github.com/jScratch/ We might not even need a webhost, github does it for us. xD
Going to post a basic site instead of the one github generated.(If I have time)
What should we do with the master branch?
Also, should we get a domain like jscratch.tk?
EDIT: I got rid of the master branch.
Last edited by pwiter (2012-10-25 16:50:14)
Offline
pwiter wrote:
http://jscratch.github.com/jScratch/ We might not even need a webhost, github does it for us. xD
Going to post a basic site instead of the one github generated.(If I have time)
What should we do with the master branch?
Also, should we get a domain like jscratch.tk?
EDIT: I got rid of the master branch.
yes get a domain like .tk,okay np
Offline
@al-x Ok added.
@Pitusky12 Working on the domain.
EDIT: Also Pitusky12, you do not have to fork the repo, you can git push to it. Also, the domain has been registered, please wait for dns to update.
Last edited by pwiter (2012-10-25 19:38:10)
Offline
pwiter wrote:
@al-x Ok added.
@Pitusky12 Working on the domain.
EDIT: Also Pitusky12, you do not have to fork the repo, you can git push to it. Also, the domain has been registered, please wait for dns to update.
ok thanks!
Offline
So, we just push to the git address? Then pwiter will accept the push, or something like that? Or do we also need permission to pull?
EDIT: yeah, I need permission to pull and push. @pwiter can you make it so I can pull and push? My username on Github is GP1.
Last edited by GP1 (2012-10-25 20:06:41)
Offline
Also, if you need help with git go here: try.github.com
If you don't want to use the command line, get the github application.
Offline
Pitusky12 wrote:
djdolphin wrote:
Someone already made this: http://dl.dropbox.com/u/12239448/js%20p … /index.htm
they did it in javascript,I will use javascript,html 5
How does HTML5 make it better?
Offline
GP1 wrote:
So, we just push to the git address? Then pwiter will accept the push, or something like that? Or do we also need permission to pull?
EDIT: yeah, I need permission to pull and push. @pwiter can you make it so I can pull and push? My username on Github is GP1.
I'll add you, you'll have permission for pull and push.
Offline
MathWizz wrote:
Pitusky12 wrote:
djdolphin wrote:
Someone already made this: http://dl.dropbox.com/u/12239448/js%20p … /index.htm
they did it in javascript,I will use javascript,html 5
How does HTML5 make it better?
Yeah it does. Makes a lot better. xD
Offline
MathWizz wrote:
Pitusky12 wrote:
djdolphin wrote:
Someone already made this: http://dl.dropbox.com/u/12239448/js%20p … /index.htm
they did it in javascript,I will use javascript,html 5
How does HTML5 make it better?
HTML5 uses elements to directly place images on the screen. There is no need for a lot of JavaScript to make good visual effects. With just using JavaScript and Canvas, good effects are harder to do. Basicly, we are going to try to use HTML5 as much as possible, but JavaScript and Canvas WILL be needed.
Offline
pwiter wrote:
GP1 wrote:
So, we just push to the git address? Then pwiter will accept the push, or something like that? Or do we also need permission to pull?
EDIT: yeah, I need permission to pull and push. @pwiter can you make it so I can pull and push? My username on Github is GP1.I'll add you, you'll have permission for pull and push.
Okay, thanks! How will I know when have permission? Will Github send me a message?
Offline
GP1 wrote:
pwiter wrote:
GP1 wrote:
So, we just push to the git address? Then pwiter will accept the push, or something like that? Or do we also need permission to pull?
EDIT: yeah, I need permission to pull and push. @pwiter can you make it so I can pull and push? My username on Github is GP1.I'll add you, you'll have permission for pull and push.
Okay, thanks! How will I know when have permission? Will Github send me a message?
You try to push or pull and it works. xD
Offline
pwiter wrote:
GP1 wrote:
pwiter wrote:
I'll add you, you'll have permission for pull and push.Okay, thanks! How will I know when have permission? Will Github send me a message?
You try to push or pull and it works. xD
Yep, I just pulled. Thanks!
Offline
GP1 wrote:
Woah! Hey pwiter, I have permission to pull, but I can't push. Have any idea why?
Hm...
You should be able too.
How are you pushing?
Last edited by pwiter (2012-10-25 20:43:25)
Offline
pwiter wrote:
GP1 wrote:
Woah! Hey pwiter, I have permission to pull, but I can't push. Have any idea why?
Hm...
You should be able too.
How are you pushing?
I am using the GitHub Windows application at the moment. I never re-installed Git ion my computer. I commited and then tried to Sync it. It said that there was an error, because I dont have permission to push.
Offline
GP1 wrote:
pwiter wrote:
GP1 wrote:
Woah! Hey pwiter, I have permission to pull, but I can't push. Have any idea why?
Hm...
You should be able too.
How are you pushing?I am using the GitHub Windows application at the moment. I never re-installed Git ion my computer. I commited and then tried to Sync it. It said that there was an error, because I dont have permission to push.
I don't use the GitHub application myself, I use the command prompt, so can't help with that, but I'll look into it.
Offline