Last edited by Laternenpfahl (2013-01-02 00:39:17)
Offline
al-x wrote:
sorry I couldn't check this thread today. what are we doing now?
We removed gh-pages, are using 000webhost, have a way of cloning ./master into the webpage, and stuff...
Offline
Laternenpfahl wrote:
al-x wrote:
sorry I couldn't check this thread today. what are we doing now?
We removed gh-pages, are using 000webhost, have a way of cloning ./master into the webpage, and stuff...
And the site is located at goeverywhere.tk
Offline
Fixed Icons
Offline
pwiter, that email does not work. just mail me
Offline
And to everybody else, I finally finished basic block behavior. It is the same as the block test before, but the blocks now take their children along with them. It is available http://jsfiddle.net/cakeisajoke/LbQct/embedded/result/
EDIT: I messed up on the code, it works, but there is a glitch in moving them. I know how to fix it, but right now I'm going to sleep. I'm going skiing tomorrow, so I will only be able to fix it tomorrow night, not during the day. To get around this, when you are sorting, move the mouse very slowly. And it is also broken on touch devices. I will fix that, too.
Last edited by GP1 (2013-01-02 02:52:40)
Offline
GP1 wrote:
And to everybody else, I finally finished basic block behavior. It is the same as the block test before, but the blocks now take their children along with them. It is available http://jsfiddle.net/cakeisajoke/LbQct/embedded/result/
EDIT: I messed up on the code, it works, but there is a glitch in moving them. I know how to fix it, but right now I'm going to sleep. I'm going skiing tomorrow, so I will only be able to fix it tomorrow night, not during the day. To get around this, when you are sorting, move the mouse very slowly. And it is also broken on touch devices. I will fix that, too.
AWESOME!
When you fix it, also add cursor:move;
Offline
Laternenpfahl wrote:
Gimme Website requests if you have any...
How do I get a ?=TEXT thing with JS?
Last edited by Laternenpfahl (2013-01-02 10:27:24)
Offline
pwiter wrote:
Laternenpfahl wrote:
Laternenpfahl wrote:
Gimme Website requests if you have any...
How do I get a ?=TEXT thing with JS?
What do you mean?
Pages can have that attribute for example google.com/search?q=ohai
How do I fetch that?
Offline
Laternenpfahl wrote:
pwiter wrote:
Laternenpfahl wrote:
How do I get a ?=TEXT thing with JS?What do you mean?
Pages can have that attribute for example google.com/search?q=ohai
How do I fetch that?
Oh, it can be easily done with php, but I'm not sure about javascript.
Offline
pwiter wrote:
Laternenpfahl wrote:
pwiter wrote:
What do you mean?
Pages can have that attribute for example google.com/search?q=ohai
How do I fetch that?Oh, it can be easily done with php, but I'm not sure about javascript.
OK, tell me the PHP version first.
Actually, its good
Last edited by Laternenpfahl (2013-01-02 11:02:50)
Offline
Committed a thing... Loads content, but not html files.
page2.html (contact info) and page3.html (information about us, how to join) need more information.
Offline
I think I crashed the website...
Offline
al-x wrote:
maybe we could change the color scheme for the website? I'm not fond of black
also we can put text boxes in the blocks as input spaces, just use the regular text box code:
<form>
<input type="text">
</form>
I've already tried it, it works
Offline
al-x wrote:
maybe we could change the color scheme for the website? I'm not fond of black
Suggest!
Offline
al-x wrote:
Laternenpfahl wrote:
al-x wrote:
maybe we could change the color scheme for the website? I'm not fond of black
Suggest!
maybe orange or a layout like the Scratch websites?
I might make color schemes later with colors, actually.
Not now though
Last edited by Laternenpfahl (2013-01-02 13:38:54)
Offline
al-x wrote:
al-x wrote:
maybe we could change the color scheme for the website? I'm not fond of black
also we can put text boxes in the blocks as input spaces, just use the regular text box code:
<form>
<input type="text">
</form>I've already tried it, it works
How do you want to put blocks inside those?
Offline
Laternenpfahl wrote:
al-x wrote:
al-x wrote:
maybe we could change the color scheme for the website? I'm not fond of black
also we can put text boxes in the blocks as input spaces, just use the regular text box code:
<form>
<input type="text">
</form>I've already tried it, it works
How do you want to put blocks inside those?
no you can put these inside blocks I don't know how we can implement blocks inside blocks
Offline
al-x wrote:
Laternenpfahl wrote:
al-x wrote:
al-x wrote:
maybe we could change the color scheme for the website? I'm not fond of black
also we can put text boxes in the blocks as input spaces, just use the regular text box code:
I've already tried it, it worksHow do you want to put blocks inside those?
no you can put these inside blocks I don't know how we can implement blocks inside blocks
Thats the point
Offline