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

#76 2010-12-06 12:41:33

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

Re: Web Blox!

sparks wrote:

yeah, let me know if you find out the smalltalk code for adding something at the end of a loop, I'd be very interested to know!

Actually, I think I'll post it as a seperate thread question  smile

Good idea. We both need it!  tongue


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

Offline

 

#77 2010-12-06 15:35:25

bbbeb
Scratcher
Registered: 2009-06-11
Posts: 1000+

Re: Web Blox!

Daffy22 wrote:

bbbeb wrote:

L = Lenient (a easy mode)
P = Pro (Knows it already)

L = Learner
P = Passeed (like in driving schools)  big_smile

L = Less Known
P = Probably Know it

XD


Back in my day.... there were no laws that censored the internet... now, there are.... nah.

Offline

 

#78 2010-12-06 16:43:21

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

Re: Web Blox!

bbbeb wrote:

Daffy22 wrote:

bbbeb wrote:

L = Lenient (a easy mode)
P = Pro (Knows it already)

L = Learner
P = Passeed (like in driving schools)  big_smile

L = Less Known
P = Probably Know it

XD

L = Let's stop arguing about this. Does it really matter what

P = People think it stands for as long as it's clear what the two modes are for?

tongue


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

Offline

 

#79 2010-12-06 17:12:11

bbbeb
Scratcher
Registered: 2009-06-11
Posts: 1000+

Re: Web Blox!

sparks wrote:

bbbeb wrote:

Daffy22 wrote:

L = Learner
P = Passeed (like in driving schools)  big_smile

L = Less Known
P = Probably Know it

XD

L = Let's stop arguing about this. Does it really matter what

P = People think it stands for as long as it's clear what the two modes are for?

tongue

lol
L = Lets say it does!

P = Personally, I still think its
L = Lenient

P = Pro

And it's not arguing, it's debatingbig_smile

Last edited by bbbeb (2010-12-06 17:13:07)


Back in my day.... there were no laws that censored the internet... now, there are.... nah.

Offline

 

#80 2010-12-07 02:48:23

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

Re: Web Blox!

bbbeb wrote:

sparks wrote:

bbbeb wrote:


L = Less Known
P = Probably Know it

XD

L = Let's stop arguing about this. Does it really matter what

P = People think it stands for as long as it's clear what the two modes are for?

tongue

lol
L = Lets say it does!

P = Personally, I still think its
L = Lenient

P = Pro

And it's not arguing, it's debatingbig_smile

lol, ok it can be called what ever you want as long as
P mean real HTML and
L means easy/learning HTML
okay?  tongue


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

Offline

 

#81 2010-12-07 03:33:02

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

Re: Web Blox!

Can I make a suggestion about your compiler.

Make another set of block specs that are the true HTML, and then use the 'project summary' function to save the scripts. That way they are in HTML and in a .txt file.


You can now reach me on Twitter @johnnydean1_

Offline

 

#82 2010-12-07 15:31:07

gbear605
Scratcher
Registered: 2008-03-06
Posts: 1000+

Re: Web Blox!

I'm making my own html typer/coder thing.  To do it I am pretty much using a write to file block(the code).  My question is, how do you write the <blah> in the browser.  when you write two <> like that, it thinks I'm writing a variable.  How did you do it, and any advice.


Yeah, I'm mostly inactive.  I check in once in a while though.  If you want to contact me, I have a contact form at my website, http://escratch.org

Offline

 

#83 2010-12-07 16:01:14

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

Re: Web Blox!

gbear605 wrote:

I'm making my own html typer/coder thing.  To do it I am pretty much using a write to file block(the code).  My question is, how do you write the <blah> in the browser.  when you write two <> like that, it thinks I'm writing a variable.  How did you do it, and any advice.

If you download the source code you can borrow my code for the blocks (it's the in all the blocks). However could you please give credit  smile


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

Offline

 

#84 2010-12-07 16:03:02

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

Re: Web Blox!

I can't find the code for the blocks!

Offline

 

#85 2010-12-07 16:27:34

gbear605
Scratcher
Registered: 2008-03-06
Posts: 1000+

Re: Web Blox!

Daffy22 wrote:

gbear605 wrote:

I'm making my own html typer/coder thing.  To do it I am pretty much using a write to file block(the code).  My question is, how do you write the <blah> in the browser.  when you write two <> like that, it thinks I'm writing a variable.  How did you do it, and any advice.

If you download the source code you can borrow my code for the blocks (it's the in all the blocks). However could you please give credit  smile

I downloaded it, but you can't access the code on a mac.

     Edit: also, if I can figure this out I will be done with this project pretty much.

Last edited by gbear605 (2010-12-07 16:28:21)


Yeah, I'm mostly inactive.  I check in once in a while though.  If you want to contact me, I have a contact form at my website, http://escratch.org

Offline

 

#86 2010-12-08 11:11:40

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

Re: Web Blox!

gbear605 wrote:

Daffy22 wrote:

gbear605 wrote:

I'm making my own html typer/coder thing.  To do it I am pretty much using a write to file block(the code).  My question is, how do you write the <blah> in the browser.  when you write two <> like that, it thinks I'm writing a variable.  How did you do it, and any advice.

If you download the source code you can borrow my code for the blocks (it's the in all the blocks). However could you please give credit  smile

I downloaded it, but you can't access the code on a mac.

     Edit: also, if I can figure this out I will be done with this project pretty much.

emmm okay. To access the source you can double click the stack block input block. That will bring a debugger up. type Browser openBrowser into it and select do-it. That will open the browser. Make the changes then save the image  wink


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

Offline

 

#87 2010-12-08 11:21:56

subzerostig
Scratcher
Registered: 2010-09-08
Posts: 100+

Re: Web Blox!

When you try to download, why do you need to give your details?


There are 10 types of people people in this world, those that understand binary and those that do not: My latest Project: Present catcher V2                          06/12/2012

Offline

 

#88 2010-12-08 11:51:59

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

Re: Web Blox!

subzerostig wrote:

When you try to download, why do you need to give your details?

it's so I know who downloads and how many downloads I get. It's interesting too  tongue


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

Offline

 

#89 2010-12-08 17:37:46

gbear605
Scratcher
Registered: 2008-03-06
Posts: 1000+

Re: Web Blox!

Daffy22 wrote:

gbear605 wrote:

Daffy22 wrote:


If you download the source code you can borrow my code for the blocks (it's the in all the blocks). However could you please give credit  smile

I downloaded it, but you can't access the code on a mac.

     Edit: also, if I can figure this out I will be done with this project pretty much.

emmm okay. To access the source you can double click the stack block input block. That will bring a debugger up. type Browser openBrowser into it and select do-it. That will open the browser. Make the changes then save the image  wink

Thanks.


Yeah, I'm mostly inactive.  I check in once in a while though.  If you want to contact me, I have a contact form at my website, http://escratch.org

Offline

 

#90 2010-12-09 02:52:42

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

Re: Web Blox!

gbear605 wrote:

Thanks.

No problem. What is it your doing exactly anyway?  smile


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

Offline

 

#91 2010-12-09 13:45:22

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

Re: Web Blox!

I can't seem to find the location of the code for the blocks! Where is it?

Offline

 

#92 2010-12-09 13:56:31

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

Re: Web Blox!

ProgrammingFreak wrote:

I can't seem to find the location of the code for the blocks! Where is it?

The blocks don't have code.  tongue


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

Offline

 

#93 2010-12-09 17:26:13

gbear605
Scratcher
Registered: 2008-03-06
Posts: 1000+

Re: Web Blox!

Daffy22 wrote:

gbear605 wrote:

Thanks.

No problem. What is it your doing exactly anyway?  smile

I'm making my own html thing, kind of like yours.  Actually your scripting wasn't much help, because we use entirely different ways, I'm just using a write text to file block.


Yeah, I'm mostly inactive.  I check in once in a while though.  If you want to contact me, I have a contact form at my website, http://escratch.org

Offline

 

#94 2010-12-09 17:49:26

bbbeb
Scratcher
Registered: 2009-06-11
Posts: 1000+

Re: Web Blox!

gbear605 wrote:

Daffy22 wrote:

gbear605 wrote:

Thanks.

No problem. What is it your doing exactly anyway?  smile

I'm making my own html thing, kind of like yours.  Actually your scripting wasn't much help, because we use entirely different ways, I'm just using a write text to file block.

And I am making one specifically for JS and PHP possibly, with blocks for the actual functions.  big_smile
And also, I am gonna use your code. Should I give credit, even though i ain't modding off it?


Back in my day.... there were no laws that censored the internet... now, there are.... nah.

Offline

 

#95 2010-12-09 20:56:28

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

Re: Web Blox!

I added another section to the Wiki Article.  big_smile


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

Offline

 

#96 2010-12-09 21:16:16

redhawk1226
Scratcher
Registered: 2010-01-18
Posts: 45

Re: Web Blox!

come on nothin is better than scratch


http://dragcave.net/image/O9R6.gifhttp://dragcave.net/image/uFdg.gifhttp://dragcave.net/image/cePv.gifhttp://dragcave.net/image/sHk0.gif
http://i56.tinypic.com/2n9cjgp.jpg

Offline

 

#97 2010-12-10 14:55:28

gbear605
Scratcher
Registered: 2008-03-06
Posts: 1000+

Re: Web Blox!

bbbeb wrote:

gbear605 wrote:

Daffy22 wrote:


No problem. What is it your doing exactly anyway?  smile

I'm making my own html thing, kind of like yours.  Actually your scripting wasn't much help, because we use entirely different ways, I'm just using a write text to file block.

And I am making one specifically for JS and PHP possibly, with blocks for the actual functions.  big_smile
And also, I am gonna use your code. Should I give credit, even though i ain't modding off it?

I would if I were you,
A) It's nice.
B) It's the right thing to do.
C) Why not.


Yeah, I'm mostly inactive.  I check in once in a while though.  If you want to contact me, I have a contact form at my website, http://escratch.org

Offline

 

#98 2010-12-12 14:48:26

bbbeb
Scratcher
Registered: 2009-06-11
Posts: 1000+

Re: Web Blox!

gbear605 wrote:

bbbeb wrote:

gbear605 wrote:


I'm making my own html thing, kind of like yours.  Actually your scripting wasn't much help, because we use entirely different ways, I'm just using a write text to file block.

And I am making one specifically for JS and PHP possibly, with blocks for the actual functions.  big_smile
And also, I am gonna use your code. Should I give credit, even though i ain't modding off it?

I would if I were you,
A) It's nice.
B) It's the right thing to do.
C) Why not.

A) Ok.
B) It is.
C) Why should I?  lol


Back in my day.... there were no laws that censored the internet... now, there are.... nah.

Offline

 

#99 2010-12-12 15:39:31

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

Re: Web Blox!

bbbeb wrote:

gbear605 wrote:

bbbeb wrote:

And I am making one specifically for JS and PHP possibly, with blocks for the actual functions.  big_smile
And also, I am gonna use your code. Should I give credit, even though i ain't modding off it?

I would if I were you,
A) It's nice.
B) It's the right thing to do.
C) Why not.

A) Ok.
B) It is.
C) Why should I?  lol

Sorry, haven't check this thread for a while! (Why don't they send a notification to you  sad )

Anyway, yes please give credit  tongue

Last edited by Daffy22 (2010-12-12 15:39:41)


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

Offline

 

#100 2010-12-13 18:18:54

bbbeb
Scratcher
Registered: 2009-06-11
Posts: 1000+

Re: Web Blox!

I know. XD

And also, I might not be continuing.  sad

But on the positive note, I might make a batch one!  big_smile
It would be so easy! Lol!

And someone, who i forget, dared me to make a C one  lol !
And what if i did.......   the world would never know (as of now  big_smile ).


Back in my day.... there were no laws that censored the internet... now, there are.... nah.

Offline

 

Board footer