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

#51 2011-11-13 10:57:52

cocolover76
Scratcher
Registered: 2011-10-09
Posts: 500+

Re: JsScratch viewer development thread

Qwiffles wrote:

This looks like it will turn out great!  However, wouldn't having the name 'Scratch' in it make you liable for legal issues?

It IS against the TOS to do that according to the Scratch Mod TOS, but still.....
Who reads the TOS anyway? I don't usually read TOSes.
http://lawblog.legalmatch.com/wp-content/uploads/2008/12/terms-of-service-300x225.jpg
Why, you ask? Because they are boring and long (in my, my mom's, my dad's, and all of my friends' opinion).

Last edited by cocolover76 (2011-11-13 10:58:51)


http://i.imgur.com/HfEPZ.gifhttp://i.imgur.com/pvKb6.png

Offline

 

#52 2011-11-13 11:38:58

meowmeow55
Scratcher
Registered: 2008-12-24
Posts: 1000+

Re: JsScratch viewer development thread

Qwiffles wrote:

This looks like it will turn out great!  However, wouldn't having the name 'Scratch' in it make you liable for legal issues?

It might...but the TOS only applies to the source.


Yawn.

Offline

 

#53 2011-11-13 12:12:39

cocolover76
Scratcher
Registered: 2011-10-09
Posts: 500+

Re: JsScratch viewer development thread

MathWizz wrote:

Weeeeelllllllll, you could figure out how to read a floating point number from a scratch file. This might help you: http://download.oracle.com/javase/1.5.0 … adDouble()

http://rubenerd.com/uploads/graphic.java.javascript.png
EDIT: Thought I might put in Javascript was made by Netscape.

Last edited by cocolover76 (2011-11-14 17:06:56)


http://i.imgur.com/HfEPZ.gifhttp://i.imgur.com/pvKb6.png

Offline

 

#54 2011-11-13 12:20:15

cocolover76
Scratcher
Registered: 2011-10-09
Posts: 500+

Re: JsScratch viewer development thread

midnightleopard wrote:

*You must have an advanced knowledge of JavaScript and HTML to join*

You need advanced?
You got advanced!
http://images.cheezburger.com/completestore/2010/10/31/a5cfa4cf-eb94-4c46-b3d4-dacf5a76c945.jpg
Can I join?
Let me think of all of things I could make for it...
A .sb to .xml converter so it would be easier to read the files.
A .xml parser to read the files....
Uhh.... I'm so advanced I can't think of all of the things I could do for it because there's so many.
Lets just say I'm advanced.
EDIT: Care to make the code less, uhh, uncommented?

Last edited by cocolover76 (2011-11-13 12:22:14)


http://i.imgur.com/HfEPZ.gifhttp://i.imgur.com/pvKb6.png

Offline

 

#55 2011-11-13 19:30:51

midnightleopard
Scratcher
Registered: 2007-09-13
Posts: 1000+

Re: JsScratch viewer development thread

MathWizz:
Other than reading these files from squeak?
Oh whatever I just haven't got around to looking at the files yet.


http://pwp.wizards.com/5103673563/Scorecards/Landscape.png

Offline

 

#56 2011-11-13 22:36:24

MathWizz
Scratcher
Registered: 2009-08-31
Posts: 1000+

Re: JsScratch viewer development thread

cocolover76 wrote:

A .sb to .xml converter so it would be easier to read the files.
A .xml parser to read the files....

Dude, the current viewer can already read an .sb file three times over.

@midnightleopard:
Mind adding a checklist to the main post?

http://svn.igniterealtime.org/svn/repos/openfire/trunk/src/web/images/check-16x16.gif Reading .sb files

tongue


http://block.site90.net/scratch.mit/text.php?size=30&text=%20A%20signature!&color=333333

Offline

 

#57 2011-11-13 22:54:28

MathWizz
Scratcher
Registered: 2009-08-31
Posts: 1000+

Re: JsScratch viewer development thread

cocolover76 wrote:

MathWizz wrote:

Weeeeelllllllll, you could figure out how to read a floating point number from a scratch file. This might help you: http://download.oracle.com/javase/1.5.0 … adDouble()

http://rubenerd.com/uploads/graphic.java.javascript.png

Gosh, that just shows how the IEEE 754 floating-point numbers work in Java AND JavaScript.


http://block.site90.net/scratch.mit/text.php?size=30&text=%20A%20signature!&color=333333

Offline

 

#58 2011-11-14 16:22:58

cocolover76
Scratcher
Registered: 2011-10-09
Posts: 500+

Re: JsScratch viewer development thread

MathWizz wrote:

cocolover76 wrote:

A .sb to .xml converter so it would be easier to read the files.
A .xml parser to read the files....

Dude, the current viewer can already read an .sb file three times over.

@midnightleopard:
Mind adding a checklist to the main post?

tongue

If we make a SB to XML, maybe we could, uhh, read the pictures from the SB?
(I know just the programming language to do that. Ruby on Rails or Perl.)


http://i.imgur.com/HfEPZ.gifhttp://i.imgur.com/pvKb6.png

Offline

 

#59 2011-11-14 17:01:46

MathWizz
Scratcher
Registered: 2009-08-31
Posts: 1000+

Re: JsScratch viewer development thread

cocolover76 wrote:

MathWizz wrote:

cocolover76 wrote:

A .sb to .xml converter so it would be easier to read the files.
A .xml parser to read the files....

Dude, the current viewer can already read an .sb file three times over.

@midnightleopard:
Mind adding a checklist to the main post?

tongue

If we make a SB to XML, maybe we could, uhh, read the pictures from the SB?
(I know just the programming language to do that. Ruby on Rails or Perl.)

You still need to know how to read the images from the .sb file in the first place.


http://block.site90.net/scratch.mit/text.php?size=30&text=%20A%20signature!&color=333333

Offline

 

#60 2011-11-14 17:06:04

cocolover76
Scratcher
Registered: 2011-10-09
Posts: 500+

Re: JsScratch viewer development thread

MathWizz wrote:

cocolover76 wrote:

MathWizz wrote:

Weeeeelllllllll, you could figure out how to read a floating point number from a scratch file. This might help you: http://download.oracle.com/javase/1.5.0 … adDouble()

http://rubenerd.com/uploads/graphic.java.javascript.png

Gosh, that just shows how the IEEE 754 floating-point numbers work in Java AND JavaScript.

Sorry, the "Java SE" in it caught my eye.


http://i.imgur.com/HfEPZ.gifhttp://i.imgur.com/pvKb6.png

Offline

 

#61 2011-11-14 21:13:08

midnightleopard
Scratcher
Registered: 2007-09-13
Posts: 1000+

Re: JsScratch viewer development thread

MathWizz wrote:

cocolover76 wrote:

MathWizz wrote:

cocolover76 wrote:

A .sb to .xml converter so it would be easier to read the files.
A .xml parser to read the files....

Dude, the current viewer can already read an .sb file three times over.

@midnightleopard:
Mind adding a checklist to the main post?


tongue

If we make a SB to XML, maybe we could, uhh, read the pictures from the SB?
(I know just the programming language to do that. Ruby on Rails or Perl.)

You still need to know how to read the images from the .sb file in the first place.

What sort of checklist?
Also, I really need to check out your reader. i think I may have a solution to reading the images.


http://pwp.wizards.com/5103673563/Scorecards/Landscape.png

Offline

 

#62 2011-11-15 17:17:54

midnightleopard
Scratcher
Registered: 2007-09-13
Posts: 1000+

Re: JsScratch viewer development thread

cocolover76 wrote:

MathWizz wrote:

Weeeeelllllllll, you could figure out how to read a floating point number from a scratch file. This might help you: http://download.oracle.com/javase/1.5.0 … adDouble()

http://rubenerd.com/uploads/graphic.java.javascript.png
EDIT: Thought I might put in Javascript was made by Netscape.

it doesn't matter who made JavaScript, you can port it to any language.


http://pwp.wizards.com/5103673563/Scorecards/Landscape.png

Offline

 

#63 2011-11-15 17:19:00

midnightleopard
Scratcher
Registered: 2007-09-13
Posts: 1000+

Re: JsScratch viewer development thread

cocolover76 wrote:

Qwiffles wrote:

This looks like it will turn out great!  However, wouldn't having the name 'Scratch' in it make you liable for legal issues?

It IS against the TOS to do that according to the Scratch Mod TOS, but still.....
Who reads the TOS anyway? I don't usually read TOSes.
http://lawblog.legalmatch.com/wp-conten … 00x225.jpg
Why, you ask? Because they are boring and long (in my, my mom's, my dad's, and all of my friends' opinion).

Yes, but we could get in trouble from Scratch.
Anyways, its fine if we are developing something not related to the source, but still related to scratch.
This is the least of our worries, don't bring it up again.


http://pwp.wizards.com/5103673563/Scorecards/Landscape.png

Offline

 

#64 2011-11-16 14:50:07

pen13
Scratcher
Registered: 2010-08-27
Posts: 100+

Re: JsScratch viewer development thread

Troll
:p


http://womrealms.com/char.php?nomimg1:3ri855a
pen13 http://blocks.scratchr.org/API.php?user=pen13&action=onlineStatus green= online gray=offline

Offline

 

#65 2011-11-19 19:30:39

midnightleopard
Scratcher
Registered: 2007-09-13
Posts: 1000+

Re: JsScratch viewer development thread

pen13 wrote:

Troll
:p

get lost


http://pwp.wizards.com/5103673563/Scorecards/Landscape.png

Offline

 

#66 2011-11-20 02:48:16

jji7skyline
Scratcher
Registered: 2010-03-08
Posts: 1000+

Re: JsScratch viewer development thread

That is real cool  wink


I don't know why you say goodbye, I say hello!  big_smile

Offline

 

#67 2011-11-20 04:20:34

Daffy22
Scratcher
Registered: 2008-12-15
Posts: 500+

Re: JsScratch viewer development thread

Who's in charge of the website development at the moment?
I just want to bring their attention to the fact that they're using my copyright material and have failed to include the copyright notice in the source. I intended on making this CSS template open source and free to use and edit however I included a small copyright statement in the webpage code and css code:

Code:

<!-- THIS CSS CODE HAS BEEN MADE BY DAFFY22 FROM SCRATCH.
FEEL FREE TO REPRODUCE, USE AND EDIT BUT THIS COPYRIGHT
NOTICE MUST STAY INTACT. 
YOU CAN CONTACT DAFFY22 AT WWW.MOD-SHARE.FREEHOSTINGCLOUD.COM/CONTACT -->

Your team has failed to keep this copyright notice in the document. This is just a friendly reminder to fix your error, thanks.


http://img201.imageshack.us/img201/1784/logosmalle.png
"Spectacular - 5 Star" -  CNET.com Editor.

Offline

 

#68 2011-11-20 11:38:14

midnightleopard
Scratcher
Registered: 2007-09-13
Posts: 1000+

Re: JsScratch viewer development thread

Daffy22 wrote:

Who's in charge of the website development at the moment?
I just want to bring their attention to the fact that they're using my copyright material and have failed to include the copyright notice in the source. I intended on making this CSS template open source and free to use and edit however I included a small copyright statement in the webpage code and css code:

Code:

<!-- THIS CSS CODE HAS BEEN MADE BY DAFFY22 FROM SCRATCH.
FEEL FREE TO REPRODUCE, USE AND EDIT BUT THIS COPYRIGHT
NOTICE MUST STAY INTACT. 
YOU CAN CONTACT DAFFY22 AT WWW.MOD-SHARE.FREEHOSTINGCLOUD.COM/CONTACT -->

Your team has failed to keep this copyright notice in the document. This is just a friendly reminder to fix your error, thanks.

I'm sorry daffy. I don't recall ever looking at the source for your website, infact, I have never even seen the website.
Also, that isn't how American Copyright Law works.


http://pwp.wizards.com/5103673563/Scorecards/Landscape.png

Offline

 

#69 2011-11-20 11:49:43

Daffy22
Scratcher
Registered: 2008-12-15
Posts: 500+

Re: JsScratch viewer development thread

midnightleopard wrote:

Daffy22 wrote:

Who's in charge of the website development at the moment?
I just want to bring their attention to the fact that they're using my copyright material and have failed to include the copyright notice in the source. I intended on making this CSS template open source and free to use and edit however I included a small copyright statement in the webpage code and css code:

Code:

<!-- THIS CSS CODE HAS BEEN MADE BY DAFFY22 FROM SCRATCH.
FEEL FREE TO REPRODUCE, USE AND EDIT BUT THIS COPYRIGHT
NOTICE MUST STAY INTACT. 
YOU CAN CONTACT DAFFY22 AT WWW.MOD-SHARE.FREEHOSTINGCLOUD.COM/CONTACT -->

Your team has failed to keep this copyright notice in the document. This is just a friendly reminder to fix your error, thanks.

I'm sorry daffy. I don't recall ever looking at the source for your website, infact, I have never even seen the website.
Also, that isn't how American Copyright Law works.

The fact is that this is my css template and you have failed to include the notice which was in it. So someone, deliberately, has removed this comment.


http://img201.imageshack.us/img201/1784/logosmalle.png
"Spectacular - 5 Star" -  CNET.com Editor.

Offline

 

#70 2011-11-20 20:59:25

midnightleopard
Scratcher
Registered: 2007-09-13
Posts: 1000+

Re: JsScratch viewer development thread

Daffy22 wrote:

The fact is that this is my css template and you have failed to include the notice which was in it. So someone, deliberately, has removed this comment.

AHA!!!!
I see what happened here...
MathWizz and I are working on a project based on the source of the very very very very old javascript scratch viewer, which it says YOU were a part of!!!

After the old viewer was terminated, all of the old members went their seperate ways. You, chose to develop Mod-Share , and you re-used the old css template from the JavaScript viewer. We re-incarnated the code from the old JavaScript viewer, which had a derivative of your css template. Only recently licensed.


Daffy,
We have used your code for the CSS template, which had no license. We will give you credit, but because it is your code.


http://pwp.wizards.com/5103673563/Scorecards/Landscape.png

Offline

 

#71 2011-11-20 21:01:16

midnightleopard
Scratcher
Registered: 2007-09-13
Posts: 1000+

Re: JsScratch viewer development thread

MathWizz, can you email me the ftp details? The username and password for 000 didn't work.

*Nevermind, they worked.

Hmm... reading code...

I UNDERSTAND IT!!!
Expect more contribution from me. I can figure this out.

Last edited by midnightleopard (2011-11-20 21:07:10)


http://pwp.wizards.com/5103673563/Scorecards/Landscape.png

Offline

 

#72 2011-11-20 22:28:14

MathWizz
Scratcher
Registered: 2009-08-31
Posts: 1000+

Re: JsScratch viewer development thread

midnightleopard wrote:

MathWizz, can you email me the ftp details? The username and password for 000 didn't work.

*Nevermind, they worked.

Hmm... reading code...

I UNDERSTAND IT!!!
Expect more contribution from me. I can figure this out.

:DDDDDDDDDDDDDDDDDDDD

@Daffy
Sorry, 'bout the copyright notice, but I'm not using the template anyway. I am currently updating the site with the new template.


http://block.site90.net/scratch.mit/text.php?size=30&amp;text=%20A%20signature!&amp;color=333333

Offline

 

#73 2011-11-20 23:27:39

MathWizz
Scratcher
Registered: 2009-08-31
Posts: 1000+

Re: JsScratch viewer development thread

Site updated a swell as a fixed bug that prevented it to work in Firefox.


http://block.site90.net/scratch.mit/text.php?size=30&amp;text=%20A%20signature!&amp;color=333333

Offline

 

#74 2011-11-21 13:07:14

MathWizz
Scratcher
Registered: 2009-08-31
Posts: 1000+

Re: JsScratch viewer development thread

Now works with IE 9!!!  big_smile   big_smile   big_smile   big_smile   big_smile


http://block.site90.net/scratch.mit/text.php?size=30&amp;text=%20A%20signature!&amp;color=333333

Offline

 

#75 2011-11-21 13:49:08

MathWizz
Scratcher
Registered: 2009-08-31
Posts: 1000+

Re: JsScratch viewer development thread

Buttons now show up.


http://block.site90.net/scratch.mit/text.php?size=30&amp;text=%20A%20signature!&amp;color=333333

Offline

 

Board footer