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

#26 2010-09-17 21:35:07

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: Lets make a new Scratch viewer!

nXIII wrote:

(and CSS)

HTML5 is awesome! But I'm not sure it works on iPhones very well.

I've tested it on my iPod, and it works perfectly. HTML5 is one of the things that Apple supports on everything.


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#27 2010-09-18 03:08:23

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

Re: Lets make a new Scratch viewer!

there is no chance in it!!! Don't you get it php, HTML and Javascript are just for scripting web pages and VERY SIMPLE apps like chess or drafts!  big_smile 
Scratch is so complicated and will never work.  sad  I would love it to work but it won't!


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

Offline

 

#28 2010-09-18 05:27:49

jackrulez
Scratcher
Registered: 2009-08-01
Posts: 1000+

Re: Lets make a new Scratch viewer!

Daffy22 wrote:

there is no chance in it!!! Don't you get it php, HTML and Javascript are just for scripting web pages and VERY SIMPLE apps like chess or drafts!  big_smile 
Scratch is so complicated and will never work.  sad  I would love it to work but it won't!

Oh gawd. Ever heard of a really useful html element called canvas?
EDIT: And chess isn't simple. Have you ever seen how complex some of those AIs are?

Last edited by jackrulez (2010-09-18 05:29:25)


Yawn, another boring text signature. I should really make something better.

Offline

 

#29 2010-09-18 06:20:15

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

Re: Lets make a new Scratch viewer!

jackrulez wrote:

Daffy22 wrote:

there is no chance in it!!! Don't you get it php, HTML and Javascript are just for scripting web pages and VERY SIMPLE apps like chess or drafts!  big_smile 
Scratch is so complicated and will never work.  sad  I would love it to work but it won't!

Oh gawd. Ever heard of a really useful html element called canvas?
EDIT: And chess isn't simple. Have you ever seen how complex some of those AIs are?

I know chess is possible with javascript anyway a .sb file is a windows or mac file. not a web file, for example try opening a powerpoint file in a webpage it doesn't work you would never get a powerpoint to work on the internet unless you have a flash player thing made!  mad  Prety simple really to understand... it's impossible.  sad


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

Offline

 

#30 2010-09-18 06:25:05

TheSuccessor
Scratcher
Registered: 2010-04-23
Posts: 1000+

Re: Lets make a new Scratch viewer!

Have you seen jquery?


/* No comment */

Offline

 

#31 2010-09-18 08:53:28

nXIII
Community Moderator
Registered: 2009-04-21
Posts: 1000+

Re: Lets make a new Scratch viewer!

ScratchReallyROCKS wrote:

nXIII wrote:

(and CSS)

HTML5 is awesome! But I'm not sure it works on iPhones very well.

I've tested it on my iPod, and it works perfectly. HTML5 is one of the things that Apple supports on everything.

Oh, cool! I just read his post on why there isn't Flash. I understand, and personally I think HTML5 is awesomer anyway (sorry, Adobe! You're still awesome, too!)

Daffy22 wrote:

I know chess is possible with javascript anyway a .sb file is a windows or mac file. not a web file, for example try opening a powerpoint file in a webpage it doesn't work you would never get a powerpoint to work on the internet unless you have a flash player thing made!  mad  Prety simple really to understand... it's impossible.  sad

Okay, you're really worrying me now. Every single project on this site was written in HTML5 and JavaScript (with CSS). Every single project on this site was, too. Problem with file I/O? The solution is simple:
Step 1. HTML file chooser form
Step 2. Submitted to the PHP parser
Step 3. Parser echos to the page in an <input type="hidden" value="<?php echo $_GET["something"]; ?>" id="rawFileContents" /> kind of way
Step 4. JavaScript creates a large array of hexadecimal pairs in decimal form using the character codes, etc. of the raw file data.
Step 5. Parse it just like Squeak does

And please don't comment 'This is impossible!' again because it isn't.


nXIII

Offline

 

#32 2010-09-18 09:49:31

Lucario621
Community Moderator
Registered: 2007-10-03
Posts: 1000+

Re: Lets make a new Scratch viewer!

nXIII wrote:

ScratchReallyROCKS wrote:

nXIII wrote:

(and CSS)

HTML5 is awesome! But I'm not sure it works on iPhones very well.

I've tested it on my iPod, and it works perfectly. HTML5 is one of the things that Apple supports on everything.

Oh, cool! I just read his post on why there isn't Flash. I understand, and personally I think HTML5 is awesomer anyway (sorry, Adobe! You're still awesome, too!)

Daffy22 wrote:

I know chess is possible with javascript anyway a .sb file is a windows or mac file. not a web file, for example try opening a powerpoint file in a webpage it doesn't work you would never get a powerpoint to work on the internet unless you have a flash player thing made!  mad  Prety simple really to understand... it's impossible.  sad

Okay, you're really worrying me now. Every single project on this site was written in HTML5 and JavaScript (with CSS). Every single project on this site was, too. Problem with file I/O? The solution is simple:
Step 1. HTML file chooser form
Step 2. Submitted to the PHP parser
Step 3. Parser echos to the page in an <input type="hidden" value="<?php echo $_GET["something"]; ?>" id="rawFileContents" /> kind of way
Step 4. JavaScript creates a large array of hexadecimal pairs in decimal form using the character codes, etc. of the raw file data.
Step 5. Parse it just like Squeak does

And please don't comment 'This is impossible!' again because it isn't.

Hmm - if you think Scratch should be in HTML5/Javascript, and that it's possible, then why not trying making some of it, such as at least the block making feature, yourself!  smile  That would be really cool, and doing so would probably persuade the Scratch Team to change, maybe.


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

Offline

 

#33 2010-09-18 09:57:05

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: Lets make a new Scratch viewer!

Lucario621 wrote:

nXIII wrote:

ScratchReallyROCKS wrote:

I've tested it on my iPod, and it works perfectly. HTML5 is one of the things that Apple supports on everything.

Oh, cool! I just read his post on why there isn't Flash. I understand, and personally I think HTML5 is awesomer anyway (sorry, Adobe! You're still awesome, too!)

Daffy22 wrote:

I know chess is possible with javascript anyway a .sb file is a windows or mac file. not a web file, for example try opening a powerpoint file in a webpage it doesn't work you would never get a powerpoint to work on the internet unless you have a flash player thing made!  mad  Prety simple really to understand... it's impossible.  sad

Okay, you're really worrying me now. Every single project on this site was written in HTML5 and JavaScript (with CSS). Every single project on this site was, too. Problem with file I/O? The solution is simple:
Step 1. HTML file chooser form
Step 2. Submitted to the PHP parser
Step 3. Parser echos to the page in an <input type="hidden" value="<?php echo $_GET["something"]; ?>" id="rawFileContents" /> kind of way
Step 4. JavaScript creates a large array of hexadecimal pairs in decimal form using the character codes, etc. of the raw file data.
Step 5. Parse it just like Squeak does

And please don't comment 'This is impossible!' again because it isn't.

Hmm - if you think Scratch should be in HTML5/Javascript, and that it's possible, then why not trying making some of it, such as at least the block making feature, yourself!  smile  That would be really cool, and doing so would probably persuade the Scratch Team to change, maybe.

I'll try it! Now to find a good tutorial...

Daffy22 wrote:

there is no chance in it!!! Don't you get it php, HTML and Javascript are just for scripting web pages and VERY SIMPLE apps like chess or drafts!   
Scratch is so complicated and will never work.    I would love it to work but it won't!

You're programming language knowledge must be out of date. You're thinking about HTML4, the one used on pretty much every web page out there, but we're talking about HTML5, the newest version that is VERY powerful and can be used to make things like this (You won't be able to see it with Internet Explorer)

Last edited by ScratchReallyROCKS (2010-09-18 10:02:45)


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#34 2010-09-18 11:27:23

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

Re: Lets make a new Scratch viewer!

ScratchReallyROCKS wrote:

Lucario621 wrote:

nXIII wrote:

ScratchReallyROCKS wrote:

I've tested it on my iPod, and it works perfectly. HTML5 is one of the things that Apple supports on everything.

Oh, cool! I just read his post on why there isn't Flash. I understand, and personally I think HTML5 is awesomer anyway (sorry, Adobe! You're still awesome, too!)


Okay, you're really worrying me now. Every single project on this site was written in HTML5 and JavaScript (with CSS). Every single project on this site was, too. Problem with file I/O? The solution is simple:
Step 1. HTML file chooser form
Step 2. Submitted to the PHP parser
Step 3. Parser echos to the page in an <input type="hidden" value="<?php echo $_GET["something"]; ?>" id="rawFileContents" /> kind of way
Step 4. JavaScript creates a large array of hexadecimal pairs in decimal form using the character codes, etc. of the raw file data.
Step 5. Parse it just like Squeak does

And please don't comment 'This is impossible!' again because it isn't.

Hmm - if you think Scratch should be in HTML5/Javascript, and that it's possible, then why not trying making some of it, such as at least the block making feature, yourself!  smile  That would be really cool, and doing so would probably persuade the Scratch Team to change, maybe.

I'll try it! Now to find a good tutorial...

Daffy22 wrote:

there is no chance in it!!! Don't you get it php, HTML and Javascript are just for scripting web pages and VERY SIMPLE apps like chess or drafts!   
Scratch is so complicated and will never work.    I would love it to work but it won't!

You're programming language knowledge must be out of date. You're thinking about HTML4, the one used on pretty much every web page out there, but we're talking about HTML5, the newest version that is VERY powerful and can be used to make things like this (You won't be able to see it with Internet Explorer)

Now for a start my programming knoledge is not out of date, I also understand HTML5 is capable of making fab games!  big_smile
But what you don't get is that .sb files are completely different to .html files! Imagine trying to play flash on a java applet - it just won't happen. It's the same story for scratch a .sb will not play in a .html file.  sad
The only way it will work is if Scratch was written in HTML5 (I preffer flash though) and that would just be going of topic make a new scratch viewer not a new scratch. Anyway those games linked are scripted in HTML5 not made with HTML5.  wink


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

Offline

 

#35 2010-09-18 11:44:56

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: Lets make a new Scratch viewer!

Daffy22 wrote:

ScratchReallyROCKS wrote:

Lucario621 wrote:


Hmm - if you think Scratch should be in HTML5/Javascript, and that it's possible, then why not trying making some of it, such as at least the block making feature, yourself!  smile  That would be really cool, and doing so would probably persuade the Scratch Team to change, maybe.

I'll try it! Now to find a good tutorial...

Daffy22 wrote:

there is no chance in it!!! Don't you get it php, HTML and Javascript are just for scripting web pages and VERY SIMPLE apps like chess or drafts!   
Scratch is so complicated and will never work.    I would love it to work but it won't!

You're programming language knowledge must be out of date. You're thinking about HTML4, the one used on pretty much every web page out there, but we're talking about HTML5, the newest version that is VERY powerful and can be used to make things like this (You won't be able to see it with Internet Explorer)

Now for a start my programming knoledge is not out of date, I also understand HTML5 is capable of making fab games!  big_smile
But what you don't get is that .sb files are completely different to .html files! Imagine trying to play flash on a java applet - it just won't happen. It's the same story for scratch a .sb will not play in a .html file.  sad
The only way it will work is if Scratch was written in HTML5 (I preffer flash though) and that would just be going of topic make a new scratch viewer not a new scratch. Anyway those games linked are scripted in HTML5 not made with HTML5.  wink

I bet there's a way to get HTML to read/decode .sb files.


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#36 2010-09-18 11:54:05

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

Re: Lets make a new Scratch viewer!

ScratchReallyROCKS wrote:

Daffy22 wrote:

ScratchReallyROCKS wrote:

Lucario621 wrote:

Hmm - if you think Scratch should be in HTML5/Javascript, and that it's possible, then why not trying making some of it, such as at least the block making feature, yourself!  smile  That would be really cool, and doing so would probably persuade the Scratch Team to change, maybe.

I'll try it! Now to find a good tutorial...


You're programming language knowledge must be out of date. You're thinking about HTML4, the one used on pretty much every web page out there, but we're talking about HTML5, the newest version that is VERY powerful and can be used to make things like this (You won't be able to see it with Internet Explorer)

Now for a start my programming knoledge is not out of date, I also understand HTML5 is capable of making fab games!  big_smile
But what you don't get is that .sb files are completely different to .html files! Imagine trying to play flash on a java applet - it just won't happen. It's the same story for scratch a .sb will not play in a .html file.  sad
The only way it will work is if Scratch was written in HTML5 (I preffer flash though) and that would just be going of topic make a new scratch viewer not a new scratch. Anyway those games linked are scripted in HTML5 not made with HTML5.  wink

I bet there's a way to get HTML to read/decode .sb files.

I wish there was but .sb files are encrypted and html won't be able to decrypt it.  sad


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

Offline

 

#37 2010-09-18 12:25:48

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: Lets make a new Scratch viewer!

Daffy22 wrote:

ScratchReallyROCKS wrote:

Daffy22 wrote:


Now for a start my programming knoledge is not out of date, I also understand HTML5 is capable of making fab games!  big_smile
But what you don't get is that .sb files are completely different to .html files! Imagine trying to play flash on a java applet - it just won't happen. It's the same story for scratch a .sb will not play in a .html file.  sad
The only way it will work is if Scratch was written in HTML5 (I preffer flash though) and that would just be going of topic make a new scratch viewer not a new scratch. Anyway those games linked are scripted in HTML5 not made with HTML5.  wink

I bet there's a way to get HTML to read/decode .sb files.

I wish there was but .sb files are encrypted and html won't be able to decrypt it.  sad

Okay, I'm not sure if it's possible, but could you make a java app that decodes the .sb file and outputs a code for the HTML to use?


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#38 2010-09-18 12:27:01

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

Re: Lets make a new Scratch viewer!

ScratchReallyROCKS wrote:

Daffy22 wrote:

ScratchReallyROCKS wrote:


I bet there's a way to get HTML to read/decode .sb files.

I wish there was but .sb files are encrypted and html won't be able to decrypt it.  sad

Okay, I'm not sure if it's possible, but could you make a java app that decodes the .sb file and outputs a code for the HTML to use?

I'm not sure but I don't think so.


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

Offline

 

#39 2010-09-18 13:24:42

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Lets make a new Scratch viewer!

Ok then anyone who wants to help can:
This is the official development thread for making a HTML viewer.
(and J-Scipt + PHP and so on)

Right heres the first step, make a script that can decode Scratch projects!
Post links to your code here!


You can now reach me on Twitter @johnnydean1_

Offline

 

#40 2010-09-18 13:46:09

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

Re: Lets make a new Scratch viewer!

johnnydean1 wrote:

Ok then anyone who wants to help can:
This is the official development thread for making a HTML viewer.
(and J-Scipt + PHP and so on)

Right heres the first step, make a script that can decode Scratch projects!
Post links to your code here!

Did you even read my first post: .sb project are encrypted and can not be decrypted with html!  mad


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

Offline

 

#41 2010-09-18 13:48:32

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Lets make a new Scratch viewer!

Are you so sure!


You can now reach me on Twitter @johnnydean1_

Offline

 

#42 2010-09-18 13:52:33

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

Re: Lets make a new Scratch viewer!

here try decoding this in html:

Code:

~ z~ hkm y} y}€ gjl { x{~ jnp |€‚ wz} nqt z~€ vy| rux vz| ux{ uy| svx vy| y} ort wz} {‚ knp x|~ z~ gjl z}€ y}€ gjl { x{~ knp |€‚ qtw ¥¨ª ÎÐÒ ÍÏÑ »¾À œž¡ –˜› “   ¡ ååæåÒ ÿÿÿ þþþ
 ÎÐÒ ÈËÍ ©«®
 –˜›vÿ  K |€ƒ loq x{~ z~ hkm y} y}€ fjl {~ x| jmo |€‚ wz} nqs z~€ vy| quw wz|
 ux{Ó swy vy| x| osu wz} {‚ loq x|~ z~ hkm y} y}€ gjl { x{~ jnp |€‚ wz} nqt z~€ vy| rux vz| ux{ uy| svx vy| y} ort wz} {‚ knp x|~ z~ gjl z}€ y}€ gjl { x{~ knp |€‚ qtw ¥¨ª ÎÐÒ ÍÏÑ »¾À œž¡ –˜› “   ¡ ååæåÒ ÿÿÿ þþþ
 ÎÐÒ ÈËÍ ©«®
 –˜›vÿ  K |€ƒ loq x{~ z~ hkm y} y}€ fjl {~ x| jmo |€‚ wz} nqs z~€ vy| quw wz|
 ux{Ó swy vy| x| osu wz} {‚ loq x|~ z~ hkm y} y}€ gjl { x{~ jnp |€‚ wz} nqt z~€ vy| rux vz| ux{ uy| svx vy| y} ort wz} {‚ knp x|~ z~ gjl z}€ y}€ gjl { x{~ knp |€‚ qtw ¥¨ª ÎÐÒ ÍÏÑ »¾À œž¡ –˜› “   ¡ ååæåÒ ÿÿÿ þþþ
 ÎÐÒ ÈËÍ ©«®
 –˜›vÿ  K |€ƒ loq x{~ z~ hkm y} y}€ fjl {~ x| jmo |€‚ wz} nqs z~€ vy| quw wz|
 ux{Ó swy vy| x| osu wz} {‚ loq x|~ z~ hkm y} y}€ gjl { x{~ jnp |€‚ wz} nqt z~€ vy| rux vz| ux{ uy| svx vy| y} ort wz} {‚ knp x|~ z~ gjl z}€ y}€ gjl { x{~ knp |€‚ qtw ¥¨ª ÎÐÒ ÍÏÑ »¾À œž¡ –˜› “   ¡ ååæåÒ ÿÿÿ þþþ
 ÎÐÒ ÈËÍ ©«®
 –˜›vÿ  K |€ƒ loq x{~ z~ hkm y} y}€ fjl {~ x| jmo |€‚ wz} nqs z~€ vy| quw wz|
 ux{Ó swy vy| x| osu wz} {‚ loq x|~ z~ hkm y} y}€ gjl { x{~ jnp |€‚ wz} nqt z~€ vy| rux vz| ux{ uy| svx vy| y} ort wz} {‚ knp x|~ z~ gjl z}€ y}€ gjl { x{~ knp |€‚ qtw ¥¨ª ÎÐÒ ÍÏÑ »¾À œž¡ –˜› “   ¡ ååæåÒ ÿÿÿ þþþ
 ÎÐÒ ÈËÍ ©«®
 –˜›vÿ  K |€ƒ loq x{~ z~ hkm y} y}€ fjl {~ x| jmo |€‚ wz} nqs z~€ vy| quw wz|
 ux{Ó swy vy| x| osu wz} {‚ loq x|~ z~ hkm y} y}€ gjl { x{~ jnp |€‚ wz} nqt z~€ vy| rux vz| ux{ uy| svx vy| y} ort wz} {‚ knp x|~ z~ gjl z}€ y}€ gjl { x{~ knp |€‚ qtw ¥¨ª ÎÐÒ ÍÏÑ »¾À œž¡ –˜› “   ¡ ååæåÒ ÿÿÿ þþþ
 ÎÐÒ ÈËÍ ©«®
 –˜›vÿ  K |€ƒ loq x{~ z~ hkm y} y}€ fjl {~ x| jmo |€‚ wz} nqs z~€ vy| quw wz|
 ux{Ó swy vy| x| osu wz} {‚ loq x|~ z~ hkm y} y}€ gjl { x{~ jnp |€‚ wz} nqt z~€ vy| rux vz| ux{ uy| svx vy| y} ort wz} {‚ knp x|~ z~ gjl z}€ y}€ gjl { x{~ knp |€‚ qtw ¥¨ª ÎÐÒ ÍÏÑ »¾À œž¡ –˜› “   ¡ ååæåÒ ÿÿÿ þþþ
 ÎÐÒ ÈËÍ ©«®
 –˜›vÿ  K |€ƒ loq x{~ z~ hkm y} y}€ fjl {~ x| jmo |€‚ wz} nqs z~€ vy| quw wz|
 ux{Ó swy vy| x| osu wz} {‚ loq x|~ z~ hkm y} y}€ gjl { x{~ jnp |€‚ wz} nqt z~€ vy| rux vz| ux{ uy| svx vy| y} ort wz} {‚ knp x|~ z~ gjl z}€ y}€

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

Offline

 

#43 2010-09-18 13:53:40

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Lets make a new Scratch viewer!

That wont work, as your not interpreting as Binary!


You can now reach me on Twitter @johnnydean1_

Offline

 

#44 2010-09-18 14:03:59

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

Re: Lets make a new Scratch viewer!

johnnydean1 wrote:

That wont work, as your not interpreting as Binary!

I know but either way - HTML can't decode it!  sad
BTW: HTML5 won't be fully released until 2022  sad   sad


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

Offline

 

#45 2010-09-18 14:06:46

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: Lets make a new Scratch viewer!

Daffy22 wrote:

johnnydean1 wrote:

That wont work, as your not interpreting as Binary!

I know but either way - HTML can't decode it!  sad
BTW: HTML5 won't be fully released until 2022  sad   sad

But it still can be used now!


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#46 2010-09-18 14:10:15

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

Re: Lets make a new Scratch viewer!

ScratchReallyROCKS wrote:

Daffy22 wrote:

johnnydean1 wrote:

That wont work, as your not interpreting as Binary!

I know but either way - HTML can't decode it!  sad
BTW: HTML5 won't be fully released until 2022  sad   sad

But it still can be used now!

I know but I still wouldn't because some browsers don't support parts of it and some do so it's a bit comfusing... give it a year or two and all browsers will support it!  big_smile


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

Offline

 

#47 2010-09-18 14:14:18

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: Lets make a new Scratch viewer!

Daffy22 wrote:

ScratchReallyROCKS wrote:

Daffy22 wrote:


I know but either way - HTML can't decode it!  sad
BTW: HTML5 won't be fully released until 2022  sad   sad

But it still can be used now!

I know but I still wouldn't because some browsers don't support parts of it and some do so it's a bit comfusing... give it a year or two and all browsers will support it!  big_smile

All the good browsers do.


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#48 2010-09-18 14:15:13

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Lets make a new Scratch viewer!

Back  on topic any one making anything?


You can now reach me on Twitter @johnnydean1_

Offline

 

#49 2010-09-18 14:16:27

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

Re: Lets make a new Scratch viewer!

ScratchReallyROCKS wrote:

Daffy22 wrote:

ScratchReallyROCKS wrote:


But it still can be used now!

I know but I still wouldn't because some browsers don't support parts of it and some do so it's a bit comfusing... give it a year or two and all browsers will support it!  big_smile

All the good browsers do.

monzilla does (good)
iexplorer doesn't (good too)
and anyway monzilla doesn't support all features - not one browser supports all html5 features...
anyway thats not the point if a really popular browser like iexplorer doesn't support html5 then html5 is not a good option!


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

Offline

 

#50 2010-09-18 14:22:58

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Lets make a new Scratch viewer!

@ Daffy
Stop being so negative!!!


You can now reach me on Twitter @johnnydean1_

Offline

 

Board footer