Discuss Scratch

GP1
Scratcher
100+ posts

Go Everywhere Official Development Thread

Pitusky12 wrote:

GP1 wrote:

Pitusky12 wrote:

GP1 do you have Skype? add me im Pitusky12,im gonna be there to talk about webhosting and go everywhere
Actually, do you have a Google account? Google+ Hangout's might work a little better, since there are more collaborative options in it. Just personal opinion, you can use what you wish. (I also would like to keep my Skype contact list to people I know, but I can create a different one if you don't have Google+ Hangouts).
I have a google account,do i give you my email?
No, just add me to one of your circles:https://plus.google.com/110119729357992585612/posts
Pitusky12
Scratcher
100+ posts

Go Everywhere Official Development Thread

are you there gp1 my name in google is Lucca Cortarelli
ssss
Scratcher
500+ posts

Go Everywhere Official Development Thread

GP1 wrote:

ssss wrote:

GP1 wrote:

ssss wrote:

GP1 wrote:

BobStanley wrote:

Sort of

Webs only lets certain HTML, text and links stuff into mostly already made designs. I could try to move stuff around with what tools I get with that though.
Sorry, but Webs will not work. And that is because we need to run PHP scripts to copy the version of the site from Github, and extract it on the server. We need an actual web host, like 000Webhost, or something like that.
While 000webhost is a semi-decent (I say this clenching my teeth) host for being free, with what you are aiming to so you are much better off going with a paid host. I may be able to help you here.
I know. It is just usually, with community projects, most do not want to pay money right off the bat. However, if you are willing to let us use a paid server, that would be extremely helpful. Do you already have a paid server, or something (is that why? Because paid servers can get pretty expensive after a while).

My dad pays for my extra - curricular activities on the pc. I can get
You one within one/two weeks, hopefully.

And yes, the money for it will be coming out of my pocket haha.
Well, as long as it is alright. We also need a MySQL database, so look for that, too.

EDIT: And as a temporary, we will use a free host to design the site and get the PHP scripts working.


Yeah, I'll get it with MySQL Databses.

And OK.
GP1
Scratcher
100+ posts

Go Everywhere Official Development Thread

Oh, and everybody who is coding, please do a favor and create LOTS of comments. It will help all of the other developers out a ton, so we all know exactly what you did, and why you did it. Thank you
GP1
Scratcher
100+ posts

Go Everywhere Official Development Thread

I have also just figured out how the pull requests are going to work. I will post an image tutorial sometime tomorrow, so that hopefully some of you can begin designing the website.
ssss
Scratcher
500+ posts

Go Everywhere Official Development Thread

I am “NameSplice” on Github.
Pitusky12
Scratcher
100+ posts

Go Everywhere Official Development Thread

Hi,I am one of the Creators of Go Everywhere,what I did yesterday is:

Created an OpenAppMkt Developer account for GoEverywhere
Created a temporary free host until we get a paid one.
Created an email for GoEverywhere.
djdolphin
Scratcher
1000+ posts

Go Everywhere Official Development Thread

Can I join? I could try making a stylesheet for it.
Also, I found the old banners, logos, and icons on the old threads:
http://archive.scratch.mit.edu/forums/viewtopic.php?pid=775815#p775815
http://archive.scratch.mit.edu/forums/viewtopic.php?pid=1477020#p1477020

Last edited by djdolphin (July 18, 2013 12:52:45)

Pitusky12
Scratcher
100+ posts

Go Everywhere Official Development Thread

GP1 wrote:

I have also just figured out how the pull requests are going to work. I will post an image tutorial sometime tomorrow, so that hopefully some of you can begin designing the website.
Maybe we can use jqtouch from this website to make the website: http://jqtjs.com
Pitusky12
Scratcher
100+ posts

Go Everywhere Official Development Thread

Maybe we can use this Picture in the SplashScreen of Go Everywhere

Last edited by Pitusky12 (July 18, 2013 12:58:31)

GP1
Scratcher
100+ posts

Go Everywhere Official Development Thread

ssss wrote:

I am “NameSplice” on Github.
Okay! I will add you as a member at first, unless you want to moderate. If you do, I can always change your permissions.

And that goes for everybody as well.

djdolphin wrote:

Can I join? I could try making a stylesheet for it.
Also, I found the old banners, logos, and icons on the old threads:
http://archive.scratch.mit.edu/forums/viewtopic.php?pid=775815#p775815
http://archive.scratch.mit.edu/forums/viewtopic.php?pid=1477020#p1477020
Well, of course you can join! Because, if you read the main post, ANYBODY can join and contribute, whenever they want. We are taking a different approach to all of this, so nobody is really assigned to anything (unless you specifically say so, and you know that you can get it done ).

Pitusky12 wrote:

GP1 wrote:

I have also just figured out how the pull requests are going to work. I will post an image tutorial sometime tomorrow, so that hopefully some of you can begin designing the website.
Maybe we can use jqtouch from this website to make the website: http://jqtjs.com
Yes, we will use this for styling the iOS part. I absolutely love this plugin! Easy to use, and is perfect for making OpenAppMkt apps!

Pitusky12 wrote:

Maybe we can use this Picture in the SplashScreen of Go Everywhere
Yes, we can use that. Of course, we can also make a separate, bigger one (with more detail) for the iPad and Android tablets. And could you make this splash screen in retina definition as well? Just make it x2 times bigger. I can deal with the image suffix formatting to make Apple recognize it as retina.
GP1
Scratcher
100+ posts

Go Everywhere Official Development Thread

How to contribute to the main git repository

I decided I better teach all of you how to contribute to the main repository. It is very simple, and very clean. The first thing you are going to want to do is go to http://github.com/GoEverywhere/Go-Everywhere.git. Then, find and click the “Fork” button:

Just add it to your personal account, and wait for it to finish. Once it is done forking, make sure that you are indeed viewing your version of Go-Everywhere.git:

Find the HTTPS Clone URL and copy it:

Now, if you are running Mac, install http://www.macports.org/, open terminal, and run “sudo port install git”.
If you are running Linux (or Ubuntu, if you didn't know that was Linux ), open terminal and run “sudo apt-get install git”.
If you are running Windows, install http://msysgit.github.io/. Depending on how you installed it, either run Command Prompt or Git-Bash from the start menu. From now on, throughout this tutorial, I am going to reference Command Prompt/Git-Bash as Terminal, but the commands are almost the same.
This all ensures you have Git. You can probably also use Git for Windows and Git for Mac, but I am not going to go through doing it through there.

Open your Terminal, and browse to a folder that you want to put your local copy of the fork. Then, run “git clone %YourHttpsUrlHere%”, replacing %YourHttpsUrlHere% with your HTTPS URL that you copied over earlier:

This will download the folder to your computer, containing all the files you need to edit. After that, browse inside the Go-Everywhere folder:

Keep the terminal open, for later use. Now, just edit/add whatever files you want to the Go-Everywhere folder:

After you edit/add your files, make sure you keep track of which files you changed/added. Open the terminal we had earlier, and add each file you changed/added to the commit by running “git add %filenamehere%”, replacing %filenamehere% with the file you changed. OR, if you prefer, just run “git add *” in the Go-Everywhere folder. This will add all the files. (HOWEVER, if you are using gedit, do NOT use this command!! gedit saves other files, such as ~index.php, to whatever files you changed. We will not accept your pull request if you have these files!!)
EDIT: As pointed out by blob8108, you can use “git add -u” to add only files updated. You can run the two together, just run “git add -u” to add the files you updated, and then “git add %filenamehere%” to only the files you updated:

After adding all your files to the commit (you can have multiple commits, also), add a commit message. This let's everybody know, in a general idea, what you did. Do it by running ‘git commit -m “%yourmessagehere%”’, and again, change the %yourmessagehere% accordingly:

Now, push your commits back to your fork. Do this by running ‘git push %YourHttpsUrlHere%’, and I assume you get the idea to replace %YourHttpsUrlHere% with your HTTPS Clone URL from your fork :

It will ask for your username and password (or just your password, if you configured the global GIT configurations), then upload your local fork repository to your fork on Github. You can go to your Github fork and take a look to make sure it went:

On your fork repository on Github, find and click the “Pull Request” button:

This will take you to a page looking like this:

On this page, find the “Edit” button. We need to edit this so that we can merge your fork into our experimental branch. After clicking “Edit”, find the base and change it to, “Experimental”:

When the page refreshes, make sure it now looks like this:

Then, click the “Click to create a pull request for this comparison” button. In this next screen, you can fill out the comment section, but it is optional. After you add your comments, Click the “Send pull request” button:

You will then be taken to the GoEverywhere/Go-Everywhere.git page, and it will show your pull request:

Then, just wait! You can continue to add more commits to your pull request, or wait until we merge your pull request into our experimental branch.

Thank you for contributing :D

Last edited by GP1 (July 19, 2013 18:04:58)

GP1
Scratcher
100+ posts

Go Everywhere Official Development Thread

Setting up a local server for developing Go Everywhere's PHP scripts
I made a little video tutorial showing how to setup a local server, so you can develop Go Everywhere with the PHP scripts, since we are going to heavily load on them. I showed directly Mac and Ubuntu, and indirectly Windows. If you need me to show you Windows, then just let me know, and I'll show you. Enjoy!
http://www.youtube.com/watch?v=5nyWQIw0J60
Pitusky12
Scratcher
100+ posts

Go Everywhere Official Development Thread

GP1 wrote:

ssss wrote:

I am “NameSplice” on Github.
Okay! I will add you as a member at first, unless you want to moderate. If you do, I can always change your permissions.

And that goes for everybody as well.

djdolphin wrote:

Can I join? I could try making a stylesheet for it.
Also, I found the old banners, logos, and icons on the old threads:
http://archive.scratch.mit.edu/forums/viewtopic.php?pid=775815#p775815
http://archive.scratch.mit.edu/forums/viewtopic.php?pid=1477020#p1477020
Well, of course you can join! Because, if you read the main post, ANYBODY can join and contribute, whenever they want. We are taking a different approach to all of this, so nobody is really assigned to anything (unless you specifically say so, and you know that you can get it done ).

Pitusky12 wrote:

GP1 wrote:

I have also just figured out how the pull requests are going to work. I will post an image tutorial sometime tomorrow, so that hopefully some of you can begin designing the website.
Maybe we can use jqtouch from this website to make the website: http://jqtjs.com
Yes, we will use this for styling the iOS part. I absolutely love this plugin! Easy to use, and is perfect for making OpenAppMkt apps!

Pitusky12 wrote:

Maybe we can use this Picture in the SplashScreen of Go Everywhere
Yes, we can use that. Of course, we can also make a separate, bigger one (with more detail) for the iPad and Android tablets. And could you make this splash screen in retina definition as well? Just make it x2 times bigger. I can deal with the image suffix formatting to make Apple recognize it as retina.
I will try to and post the results,can you go to google hangout so we can talk
GP1
Scratcher
100+ posts

Go Everywhere Official Development Thread

Pitusky12 wrote:

GP1 wrote:

ssss wrote:

I am “NameSplice” on Github.
Okay! I will add you as a member at first, unless you want to moderate. If you do, I can always change your permissions.

And that goes for everybody as well.

djdolphin wrote:

Can I join? I could try making a stylesheet for it.
Also, I found the old banners, logos, and icons on the old threads:
http://archive.scratch.mit.edu/forums/viewtopic.php?pid=775815#p775815
http://archive.scratch.mit.edu/forums/viewtopic.php?pid=1477020#p1477020
Well, of course you can join! Because, if you read the main post, ANYBODY can join and contribute, whenever they want. We are taking a different approach to all of this, so nobody is really assigned to anything (unless you specifically say so, and you know that you can get it done ).

Pitusky12 wrote:

GP1 wrote:

I have also just figured out how the pull requests are going to work. I will post an image tutorial sometime tomorrow, so that hopefully some of you can begin designing the website.
Maybe we can use jqtouch from this website to make the website: http://jqtjs.com
Yes, we will use this for styling the iOS part. I absolutely love this plugin! Easy to use, and is perfect for making OpenAppMkt apps!

Pitusky12 wrote:

Maybe we can use this Picture in the SplashScreen of Go Everywhere
Yes, we can use that. Of course, we can also make a separate, bigger one (with more detail) for the iPad and Android tablets. And could you make this splash screen in retina definition as well? Just make it x2 times bigger. I can deal with the image suffix formatting to make Apple recognize it as retina.
I will try to and post the results,can you go to google hangout so we can talk
I'm not sure what we would necessarily talk about, but I'll try my best whenever I can. I am moving around a lot, and it is hard to get internet all the time.
Pitusky12
Scratcher
100+ posts

Go Everywhere Official Development Thread

GP1 wrote:

Pitusky12 wrote:

GP1 wrote:

ssss wrote:

I am “NameSplice” on Github.
Okay! I will add you as a member at first, unless you want to moderate. If you do, I can always change your permissions.

And that goes for everybody as well.

djdolphin wrote:

Can I join? I could try making a stylesheet for it.
Also, I found the old banners, logos, and icons on the old threads:
http://archive.scratch.mit.edu/forums/viewtopic.php?pid=775815#p775815
http://archive.scratch.mit.edu/forums/viewtopic.php?pid=1477020#p1477020
Well, of course you can join! Because, if you read the main post, ANYBODY can join and contribute, whenever they want. We are taking a different approach to all of this, so nobody is really assigned to anything (unless you specifically say so, and you know that you can get it done ).

Pitusky12 wrote:

GP1 wrote:

I have also just figured out how the pull requests are going to work. I will post an image tutorial sometime tomorrow, so that hopefully some of you can begin designing the website.
Maybe we can use jqtouch from this website to make the website: http://jqtjs.com
Yes, we will use this for styling the iOS part. I absolutely love this plugin! Easy to use, and is perfect for making OpenAppMkt apps!

Pitusky12 wrote:

Maybe we can use this Picture in the SplashScreen of Go Everywhere
Yes, we can use that. Of course, we can also make a separate, bigger one (with more detail) for the iPad and Android tablets. And could you make this splash screen in retina definition as well? Just make it x2 times bigger. I can deal with the image suffix formatting to make Apple recognize it as retina.
I will try to and post the results,can you go to google hangout so we can talk
I'm not sure what we would necessarily talk about, but I'll try my best whenever I can. I am moving around a lot, and it is hard to get internet all the time.
Hey,i deleted the free temporary web server from 000webhost,lets wait for our paid one?

ssss,GoDaddy would be a good web host,ask GP1 which webhost he wants?
djdolphin
Scratcher
1000+ posts

Go Everywhere Official Development Thread

How's this template I made for desktop? http://goevstyletest.comuv.com/ I could give you the html and css if you like it, and the template could be used for other platforms with some tweaks.

Last edited by djdolphin (July 19, 2013 01:31:25)

GP1
Scratcher
100+ posts

Go Everywhere Official Development Thread

djdolphin wrote:

How's this template I made for desktop? http://goevstyletest.comuv.com/ I could give you the html and css if you like it, and the template could be used for other platforms with some tweaks.
I like it! Although, could you possibly make it so that the outer box border fills the whole screen, and the content flows within it?
ssss
Scratcher
500+ posts

Go Everywhere Official Development Thread

Pitusky12 wrote:

GP1 wrote:

Pitusky12 wrote:

GP1 wrote:

ssss wrote:

I am “NameSplice” on Github.
Okay! I will add you as a member at first, unless you want to moderate. If you do, I can always change your permissions.

And that goes for everybody as well.

djdolphin wrote:

Can I join? I could try making a stylesheet for it.
Also, I found the old banners, logos, and icons on the old threads:
http://archive.scratch.mit.edu/forums/viewtopic.php?pid=775815#p775815
http://archive.scratch.mit.edu/forums/viewtopic.php?pid=1477020#p1477020
Well, of course you can join! Because, if you read the main post, ANYBODY can join and contribute, whenever they want. We are taking a different approach to all of this, so nobody is really assigned to anything (unless you specifically say so, and you know that you can get it done ).

Pitusky12 wrote:

GP1 wrote:

I have also just figured out how the pull requests are going to work. I will post an image tutorial sometime tomorrow, so that hopefully some of you can begin designing the website.
Maybe we can use jqtouch from this website to make the website: http://jqtjs.com
Yes, we will use this for styling the iOS part. I absolutely love this plugin! Easy to use, and is perfect for making OpenAppMkt apps!

Pitusky12 wrote:

Maybe we can use this Picture in the SplashScreen of Go Everywhere
Yes, we can use that. Of course, we can also make a separate, bigger one (with more detail) for the iPad and Android tablets. And could you make this splash screen in retina definition as well? Just make it x2 times bigger. I can deal with the image suffix formatting to make Apple recognize it as retina.
I will try to and post the results,can you go to google hangout so we can talk
I'm not sure what we would necessarily talk about, but I'll try my best whenever I can. I am moving around a lot, and it is hard to get internet all the time.
Hey,i deleted the free temporary web server from 000webhost,lets wait for our paid one?

ssss,GoDaddy would be a good web host,ask GP1 which webhost he wants?

I usually use powweb, but I'll have a look at GoDaddy.
If I could get enough funding, It would be better to get a dedicatd server.
GP1
Scratcher
100+ posts

Go Everywhere Official Development Thread

ssss wrote:

Pitusky12 wrote:

GP1 wrote:

Pitusky12 wrote:

GP1 wrote:

ssss wrote:

I am “NameSplice” on Github.
Okay! I will add you as a member at first, unless you want to moderate. If you do, I can always change your permissions.

And that goes for everybody as well.

djdolphin wrote:

Can I join? I could try making a stylesheet for it.
Also, I found the old banners, logos, and icons on the old threads:
http://archive.scratch.mit.edu/forums/viewtopic.php?pid=775815#p775815
http://archive.scratch.mit.edu/forums/viewtopic.php?pid=1477020#p1477020
Well, of course you can join! Because, if you read the main post, ANYBODY can join and contribute, whenever they want. We are taking a different approach to all of this, so nobody is really assigned to anything (unless you specifically say so, and you know that you can get it done ).

Pitusky12 wrote:

GP1 wrote:

I have also just figured out how the pull requests are going to work. I will post an image tutorial sometime tomorrow, so that hopefully some of you can begin designing the website.
Maybe we can use jqtouch from this website to make the website: http://jqtjs.com
Yes, we will use this for styling the iOS part. I absolutely love this plugin! Easy to use, and is perfect for making OpenAppMkt apps!

Pitusky12 wrote:

Maybe we can use this Picture in the SplashScreen of Go Everywhere
Yes, we can use that. Of course, we can also make a separate, bigger one (with more detail) for the iPad and Android tablets. And could you make this splash screen in retina definition as well? Just make it x2 times bigger. I can deal with the image suffix formatting to make Apple recognize it as retina.
I will try to and post the results,can you go to google hangout so we can talk
I'm not sure what we would necessarily talk about, but I'll try my best whenever I can. I am moving around a lot, and it is hard to get internet all the time.
Hey,i deleted the free temporary web server from 000webhost,lets wait for our paid one?

ssss,GoDaddy would be a good web host,ask GP1 which webhost he wants?

I usually use powweb, but I'll have a look at GoDaddy.
If I could get enough funding, It would be better to get a dedicatd server.
I would host a dedicated server, however unfortunately my parents buy us Century Link, so our real IP changes every few weeks.

Powered by DjangoBB