This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#976 2012-04-04 08:09:58

rookwood101
Scratcher
Registered: 2011-07-29
Posts: 500+

Re: Welcome to your local block library! - Website development thread.

sparks wrote:

That does look pretty neat, rookwood!

Thanks  smile


http://i.imgur.com/zeIZW.png

Offline

 

#977 2012-04-04 08:12:45

ProgrammingFreak
Scratcher
Registered: 2010-09-04
Posts: 1000+

Re: Welcome to your local block library! - Website development thread.

Oh, nice. This is still going on.
I thought this had already bit the dust.  tongue
Can't wait to see the turnout.

Ugh, looking back at the first page and seeing how incredibly noobish I was. Sorry, for that.  tongue

Offline

 

#978 2012-04-04 08:32:31

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Welcome to your local block library! - Website development thread.

That's okay, I hadn't noticed  smile

Yes, that's right, I have free time again! For a short while, at least. That's the main reason why this wasn't being worked on, although the horrible SQL problems were also a major factor.


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#979 2012-04-04 08:46:59

rookwood101
Scratcher
Registered: 2011-07-29
Posts: 500+

Re: Welcome to your local block library! - Website development thread.

sparks wrote:

That's okay, I hadn't noticed  smile

Yes, that's right, I have free time again! For a short while, at least. That's the main reason why this wasn't being worked on, although the horrible SQL problems were also a major factor.

So you're rebuilding the site, do you plan on making it have the same look as before? (similar to the scratch website)


http://i.imgur.com/zeIZW.png

Offline

 

#980 2012-04-04 10:22:15

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Welcome to your local block library! - Website development thread.

I don't know. I was thinking about this.

On one hand, making it like the Scratch website would be faster (It's already designed) and would make users feel safer when logging in to share blocks, which we want. On the other hand it would be nice to have our own look. Then again, that takes time and effort and there's no guarantee our finished site would look very nice.


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#981 2012-04-07 05:20:19

TRocket
Scratcher
Registered: 2009-08-18
Posts: 1000+

Re: Welcome to your local block library! - Website development thread.

sparks, i've been making a block library website from scratch as part of JBlocks, and i was wondering if we could merge the two since JBlocks will have two types of block:
native: written in java and can control sprites, stage, etc directly.
BYOB style: written in JBlocks and controls sprites... through blocks

my idea is that JBlocks could be added as another mod; Like on the old site where you could choose between Scratch, BYOB, and Panther

what are your thoughts on this?


http://i.imgur.com/1QqnHxQ.png

Offline

 

#982 2012-04-08 09:34:10

TRocket
Scratcher
Registered: 2009-08-18
Posts: 1000+

Re: Welcome to your local block library! - Website development thread.

Bump...


http://i.imgur.com/1QqnHxQ.png

Offline

 

#983 2012-04-08 09:42:26

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Welcome to your local block library! - Website development thread.

Sounds interesting, TRocket! There are two things that a mod has to have to be added to the library: firstly it needs to have a seperate coding system to the others (i.e. most Scratch mods can still use the Scratch blocks code syntax in the library wheras the BYOB section caters uniquely for BYOB). Secondly there needs to be a demand from the user base of that mod for blocks that are supported. I'd be happy to add your Jblocks section once it is finished if lots of people are using it and it takes a different type of block input to Scratch, BYOB or Panther. Good luck though, and let me know when it comes out, I'd love to see it!


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#984 2012-04-08 23:11:19

GeonoTRON2000
Scratcher
Registered: 2009-12-24
Posts: 1000+

Re: Welcome to your local block library! - Website development thread.

MathWizz wrote:

Thanks! here

That's great, but honestly, I'd imagined something with radio buttons like this:
http://dl.dropbox.com/u/69615840/submitBlock.htm


http://i.imgur.com/BAEgGDL.png

Offline

 

#985 2012-04-11 13:49:15

Greenatic
Scratcher
Registered: 2009-05-03
Posts: 1000+

Re: Welcome to your local block library! - Website development thread.

So what's the plan?  I wish I could help, especially since I'm a librarian, but I don't know any PHP or SQL...I think we need to try to have something by summer though, since I think block creation will increase when more people have free time.

Offline

 

#986 2012-04-16 10:14:43

TRocket
Scratcher
Registered: 2009-08-18
Posts: 1000+

Re: Welcome to your local block library! - Website development thread.

sparks wrote:

Sounds interesting, TRocket! There are two things that a mod has to have to be added to the library: firstly it needs to have a seperate coding system to the others (i.e. most Scratch mods can still use the Scratch blocks code syntax in the library wheras the BYOB section caters uniquely for BYOB). Secondly there needs to be a demand from the user base of that mod for blocks that are supported. I'd be happy to add your Jblocks section once it is finished if lots of people are using it and it takes a different type of block input to Scratch, BYOB or Panther. Good luck though, and let me know when it comes out, I'd love to see it!

Hi, sparks,
JBlocks isn't programmed in scratch/squeak-it's programed in java and so will the native blocks.
We need a block library soon since we want version 1 to be able to use it.
If you want you can have the JAR so you can see it working

If you have any questions, comment on one of my projects and i'll give you my email so you can disuss it with me and Zeroluck directly.


http://i.imgur.com/1QqnHxQ.png

Offline

 

#987 2012-04-16 10:19:26

Greenatic
Scratcher
Registered: 2009-05-03
Posts: 1000+

Re: Welcome to your local block library! - Website development thread.

TRocket wrote:

sparks wrote:

Sounds interesting, TRocket! There are two things that a mod has to have to be added to the library: firstly it needs to have a seperate coding system to the others (i.e. most Scratch mods can still use the Scratch blocks code syntax in the library wheras the BYOB section caters uniquely for BYOB). Secondly there needs to be a demand from the user base of that mod for blocks that are supported. I'd be happy to add your Jblocks section once it is finished if lots of people are using it and it takes a different type of block input to Scratch, BYOB or Panther. Good luck though, and let me know when it comes out, I'd love to see it!

Hi, sparks,
JBlocks isn't programmed in scratch/squeak-it's programed in java and so will the native blocks.
We need a block library soon since we want version 1 to be able to use it.
If you want you can have the JAR so you can see it working

If you have any questions, comment on one of my projects and i'll give you my email so you can disuss it with me and Zeroluck directly.

Is it possible to just release a public beta?

Offline

 

#988 2012-04-16 10:35:34

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Welcome to your local block library! - Website development thread.

TRocket wrote:

sparks wrote:

Sounds interesting, TRocket! There are two things that a mod has to have to be added to the library: firstly it needs to have a seperate coding system to the others (i.e. most Scratch mods can still use the Scratch blocks code syntax in the library wheras the BYOB section caters uniquely for BYOB). Secondly there needs to be a demand from the user base of that mod for blocks that are supported. I'd be happy to add your Jblocks section once it is finished if lots of people are using it and it takes a different type of block input to Scratch, BYOB or Panther. Good luck though, and let me know when it comes out, I'd love to see it!

Hi, sparks,
JBlocks isn't programmed in scratch/squeak-it's programed in java and so will the native blocks.
We need a block library soon since we want version 1 to be able to use it.
If you want you can have the JAR so you can see it working

If you have any questions, comment on one of my projects and i'll give you my email so you can disuss it with me and Zeroluck directly.

In the best interest of the open-source mentality on this site, I'd like to keep discussions open on the forums where possible, if that's okay!

How would users implement new blocks? Would they be able to "install" a block from a file, copy and paste some Java code, or what? It might be cool to at Jblocks support at some time... If you can decide how you want Jblocks to import external custom blocks, we can think about how to include it into a library and then this can be coded into version 1 even if the library doesn't have time to start setting up a Jblocks category yet.

What do other people think about adding Jblocks support?


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#989 2012-04-16 10:48:18

TRocket
Scratcher
Registered: 2009-08-18
Posts: 1000+

Re: Welcome to your local block library! - Website development thread.

Greenatic wrote:

TRocket wrote:

sparks wrote:

Sounds interesting, TRocket! There are two things that a mod has to have to be added to the library: firstly it needs to have a seperate coding system to the others (i.e. most Scratch mods can still use the Scratch blocks code syntax in the library wheras the BYOB section caters uniquely for BYOB). Secondly there needs to be a demand from the user base of that mod for blocks that are supported. I'd be happy to add your Jblocks section once it is finished if lots of people are using it and it takes a different type of block input to Scratch, BYOB or Panther. Good luck though, and let me know when it comes out, I'd love to see it!

Hi, sparks,
JBlocks isn't programmed in scratch/squeak-it's programed in java and so will the native blocks.
We need a block library soon since we want version 1 to be able to use it.
If you want you can have the JAR so you can see it working

If you have any questions, comment on one of my projects and i'll give you my email so you can disuss it with me and Zeroluck directly.

Is it possible to just release a public beta?

It's on the german forum here


http://i.imgur.com/1QqnHxQ.png

Offline

 

#990 2012-04-16 10:55:23

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Welcome to your local block library! - Website development thread.

TRocket wrote:

Greenatic wrote:

TRocket wrote:


Hi, sparks,
JBlocks isn't programmed in scratch/squeak-it's programed in java and so will the native blocks.
We need a block library soon since we want version 1 to be able to use it.
If you want you can have the JAR so you can see it working

If you have any questions, comment on one of my projects and i'll give you my email so you can disuss it with me and Zeroluck directly.

Is it possible to just release a public beta?

It's on the german forum here

Ah. Meinst du nich das das Entwicklungsprobleme kreieren Konten? Vielteich wurde es nicht eine Schlechte Idee sein, eine Englische Version auch zu Schreiben?

Ah. Don't you think that could create development problems? Maybe it would be a good idea to write an english version too?


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#991 2012-04-16 11:05:01

ZeroLuck
Scratcher
Registered: 2010-02-23
Posts: 500+

Re: Welcome to your local block library! - Website development thread.

sparks wrote:

How would users implement new blocks? Would they be able to "install" a block from a file, copy and paste some Java code, or what? It might be cool to at Jblocks support at some time... If you can decide how you want Jblocks to import external custom blocks, we can think about how to include it into a library and then this can be coded into version 1 even if the library doesn't have time to start setting up a Jblocks category yet.

There is a "Make a block" editor like in BYOB.
(You can create your own blocks without Java).
The second kind of blocks are the native ones. They are written in Java.
Both block types will be stored in XML files.
We are planning to include a builtin Block-Lib support. There will be a dialog in which the user can search for blocks made by other users and download them without a web-browser... is the block-lib supporting this?

sparks wrote:

Ah. Don't you think that could create development problems? Maybe it would be a good idea to write an english version too?

JBlocks is in english.
Your german is funny.  smile

Last edited by ZeroLuck (2012-04-16 11:09:55)


http://3.bp.blogspot.com/-oL2Atzp0Byw/T465vIQ36dI/AAAAAAAAADo/1vqL4PvhkM0/s1600/scratchdachwiki.png

Offline

 

#992 2012-04-16 11:17:12

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Welcome to your local block library! - Website development thread.

ZeroLuck wrote:

sparks wrote:

How would users implement new blocks? Would they be able to "install" a block from a file, copy and paste some Java code, or what? It might be cool to at Jblocks support at some time... If you can decide how you want Jblocks to import external custom blocks, we can think about how to include it into a library and then this can be coded into version 1 even if the library doesn't have time to start setting up a Jblocks category yet.

There is a "Make a block" editor like in BYOB.
(You can create your own blocks without Java).
The second kind of blocks are the native ones. They are written in Java.
Both block types will be stored in XML files.
We are planning to include a builtin Block-Lib support. There will be a dialog in which the user can search for blocks made by other users and download them without a web-browser... is the block-lib supporting this?

sparks wrote:

Ah. Don't you think that could create development problems? Maybe it would be a good idea to write an english version too?

JBlocks is in english.
Your german is funny.  smile

*Sniff* My German is just fine, thank you  tongue  I'm Swiss, but man, I've not had to write in German for about a year!

I realise Jblocks is in English from the screen-shot, but I thought you would want to have a documentation thread in English too  tongue

Well it certainly sounds like a neat plan, and I definitely like the fact that you're planning to make the downloadable and installable through files  - I reckon when it comes out I'd be quite happy to add block library support  smile  Keep me posted on development, from what I read you're still pretty far off completion!

Last edited by sparks (2012-04-16 11:18:03)


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#993 2012-04-16 12:07:22

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: Welcome to your local block library! - Website development thread.

JBlocks looks cool. I'd support support when it comes out.  tongue

Offline

 

#994 2012-04-16 12:07:23

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Welcome to your local block library! - Website development thread.

Okay. So I'm starting work on the site again. (Mostly the admin side for librarians.) I would appreciate constant feedback as I go so feel free to make comments  smile


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#995 2012-04-16 14:27:19

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Welcome to your local block library! - Website development thread.

What do people think of this general site theme? I found out how to make wood effects in photoshop and this is the result:

http://dl.dropbox.com/u/22935223/woody.PNG


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#996 2012-04-16 14:59:15

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: Welcome to your local block library! - Website development thread.

Not bad. :3 A bit different.  tongue

Offline

 

#997 2012-04-16 15:10:10

TRocket
Scratcher
Registered: 2009-08-18
Posts: 1000+

Re: Welcome to your local block library! - Website development thread.

sparks wrote:

What do people think of this general site theme? I found out how to make wood effects in photoshop and this is the result:

http://dl.dropbox.com/u/22935223/woody.PNG

A suggestion: don't make the colours contrast so much dark orangey-brown on black is a bit too different!


http://i.imgur.com/1QqnHxQ.png

Offline

 

#998 2012-04-16 15:16:58

rookwood101
Scratcher
Registered: 2011-07-29
Posts: 500+

Re: Welcome to your local block library! - Website development thread.

I don't think the black text works well straight on the wood background - try putting a box around it or something


http://i.imgur.com/zeIZW.png

Offline

 

#999 2012-04-16 15:24:51

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Welcome to your local block library! - Website development thread.

Okay, thanks for the input!

How about http://dl.dropbox.com/u/22935223/woody2.PNG

Hmm, I'm not sure that I agree with Trocket that contrast is a bad thing... Then again I'm not really an artist, so what do other people think? Should I reduce it? I basically did it cos I wanted a width for the site that most screens can fit (I didn't go 800*600 but went up to the 1024*768). Then I needed some sort of background to that fitting box  tongue

Last edited by sparks (2012-04-16 15:28:41)


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#1000 2012-04-16 15:37:07

ProgrammingFreak
Scratcher
Registered: 2010-09-04
Posts: 1000+

Re: Welcome to your local block library! - Website development thread.

sparks wrote:

Okay, thanks for the input!

How about http://dl.dropbox.com/u/22935223/woody2.PNG

Hmm, I'm not sure that I agree with Trocket that contrast is a bad thing... Then again I'm not really an artist, so what do other people think? Should I reduce it? I basically did it cos I wanted a width for the site that most screens can fit (I didn't go 800*600 but went up to the 1024*768). Then I needed some sort of background to that fitting box  tongue

I like the look of this. And yes, sometimes contrast is bad, but I don't think it applies here.  smile

Offline

 

Board footer