meowmeow55 wrote:
What about me? I'm still alive, you know!
sparks, you and SSBBM could directly upload the BYOB blocks by using a password-protected page. I'll email you the password once I've gotten the page set up. (I've already emailed SSBBM about this.)?
Good idea!
Offline
Meowmeow55, I'd completely forgotten about you I'm so sorry! I really think that you should have an account as your involvement with making BYOB block downloadable is one of my fave features on here! I actually remembered about you just after I posted the names and then wasn't sure what to do, the Sucessor has yet to show up anyway - if you drop me an email I'd be glad to give you that password!
Sci- by all means use it around the site, I plan to do the same so we can get normal scratcher privileges asap as coolstuff either didn't get my message or has just not replied.
~sparks
Offline
YourLocalBlockLib wrote:
Meowmeow55, I'd completely forgotten about you I'm so sorry! I really think that you should have an account as your involvement with making BYOB block downloadable is one of my fave features on here! I actually remembered about you just after I posted the names and then wasn't sure what to do, the Sucessor has yet to show up anyway - if you drop me an email I'd be glad to give you that password!
Sci- by all means use it around the site, I plan to do the same so we can get normal scratcher privileges asap as coolstuff either didn't get my message or has just not replied.
~sparks
OK, will do.
Offline
posting nothing in particular to fatten up this user!
[i]~Sparks[i]
Offline
So I did, but guess what? I can't edit it! Oh no, much too dangerous!
{i]~Sparks[/i]
Offline
Yay! Now my blocks will be put up!
~Not Sparks
Offline
YourLocalBlockLib wrote:
Oh come on! a { rather than a [?! Ok, this time!
~Sparks
Good job!
{i]~sci[/i]
~sci[i]
[i]~sci
Last edited by scimonster (2011-03-14 07:18:51)
Offline
YourLocalBlockLib wrote:
posting nothing in particular to fatten up this user!
[i]~Sparks[i]
Hey sparks, at first I noticed that I couldn't edit that, and noticed I am on that account, and that this user is too young to edit yet! LOL
~Pecola1
(360 seconds! I thought it was only 60! Is it because its younger? Is someone else on this posting everywhere cuz I have waited a looooooong time.)
Offline
I wonder how much pointless stuff we're going to have to post before this account becomes normal... Did you realise that both the word Pokemon and all the pokemon's names are the same in singular and plural form?!
~Sparks
Offline
YourLocalBlockLib wrote:
I wonder how much pointless stuff we're going to have to post before this account becomes normal... Did you realise that both the word Pokemon and all the pokemon's names are the same in singular and plural form?!
~Sparks
Isn't that true for all Japanese words (such as 'sushi')?
Offline
I would like to post a request for a panther block: "[word] in language [place language here]" It would be good for communicating with other people around the world in a mesh project, or it could be used in some other creative manner. It would probably be in the "control" section.
Offline
YourLocalBlockLib wrote:
I wonder how much pointless stuff we're going to have to post before this account becomes normal... Did you realise that both the word Pokemon and all the pokemon's names are the same in singular and plural form?!
~Sparks
What's Pokemon?
20 posts!
Who has the pass so far?
~~sci
Offline
777w wrote:
I would like to post a request for a panther block: "[word] in language [place language here]" It would be good for communicating with other people around the world in a mesh project, or it could be used in some other creative manner. It would probably be in the "control" section.
Cool block idea!
Offline
YourLocalBlockLib wrote:
YourLocalBlockLib wrote:
posting nothing in particular to fatten up this user!
[i]~Sparks[i]Hey sparks, at first I noticed that I couldn't edit that, and noticed I am on that account, and that this user is too young to edit yet! LOL
~Pecola1
(360 seconds! I thought it was only 60! Is it because its younger? Is someone else on this posting everywhere cuz I have waited a looooooong time.)
New Scratchers can't edit, delete, post urls, images, or have sigs.
Offline
It is a very neat idea, the only way I could think about doing it is an online dictionary with php access to word translations so that you could have a block that does something like this:
translate $String from language $String to $String
|link|
link_'http://onlinedictionary.com/result.php?'.
self readLine: 1 FromUrl: link, 'fromlangauge=', t2, 'tolanguage=', t3, 'withword=' t1.
so using the block like so
translate [spark] from language [English-uk] to [German]
reads the php file http://www.onlinedictionary.com/result.php?fromlanguage=English-ustolanguage=Germanwithword=dog
and with any luck line one of some dictionary somewhere that we could use would have "Hund" on it which can be red and reported back to the project.
Offline
scimonster wrote:
YourLocalBlockLib wrote:
YourLocalBlockLib wrote:
posting nothing in particular to fatten up this user!
[i]~Sparks[i]Hey sparks, at first I noticed that I couldn't edit that, and noticed I am on that account, and that this user is too young to edit yet! LOL
~Pecola1
(360 seconds! I thought it was only 60! Is it because its younger? Is someone else on this posting everywhere cuz I have waited a looooooong time.)New Scratchers can't edit, delete, post EXTERNAL urls, images, or have sigs.
Offline
sparks wrote:
It is a very neat idea, the only way I could think about doing it is an online dictionary with php access to word translations so that you could have a block that does something like this:
translate $String from language $String to $String
|link|
link_'http://onlinedictionary.com/result.php?'.
self readLine: 1 FromUrl: link, 'fromlangauge=', t2, 'tolanguage=', t3, 'withword=' t1.
so using the block like so
translate [spark] from language [English-uk] to [German]
reads the php file http://www.onlinedictionary.com/result.php?fromlanguage=English-ustolanguage=Germanwithword=dog
and with any luck line one of some dictionary somewhere that we could use would have "Hund" on it which can be red and reported back to the project.
here.
@ssss: yes, I know.
Offline
http://translate.google.com/#en|de|Dog
Very cool, we can choose a word or entire sentance and put it in the address but the word "Hund" while appearing on the screen does NOT appear in the HTML which unfortunately is needed to read back by Panther
Offline
scimonster wrote:
sparks wrote:
It is a very neat idea, the only way I could think about doing it is an online dictionary with php access to word translations so that you could have a block that does something like this:
translate $String from language $String to $String
|link|
link_'http://onlinedictionary.com/result.php?'.
self readLine: 1 FromUrl: link, 'fromlangauge=', t2, 'tolanguage=', t3, 'withword=' t1.
so using the block like so
translate [spark] from language [English-uk] to [German]
reads the php file http://www.onlinedictionary.com/result.php?fromlanguage=English-ustolanguage=Germanwithword=dog
and with any luck line one of some dictionary somewhere that we could use would have "Hund" on it which can be red and reported back to the project.here.
@ssss: yes, I know.
My web block do not allow me to use that site, It contains Web Proxies content. supposedly, whatever that means.
( used my account just in case I need to edit a word out, sparks your older, do I need to edit anything out? You are also on.)
Offline
sparks wrote:
http://translate.google.com/#en|de|Dog
Very cool, we can choose a word or entire sentance and put it in the address but the word "Hund" while appearing on the screen does NOT appear in the HTML which unfortunately is needed to read back by Panther
Plus I am blocked from Google translate because my sister would cheat on Latin tests, LOL. But bing translate doesn't have Latin. LOLER
Offline
sparks wrote:
http://translate.google.com/#en|de|Dog
Very cool, we can choose a word or entire sentance and put it in the address but the word "Hund" while appearing on the screen does NOT appear in the HTML which unfortunately is needed to read back by Panther
Oh NO! I was just translating something like that which I think WOULD work and I was translating Swahili! I will try to find it.
Offline
sparks wrote:
It is a very neat idea, the only way I could think about doing it is an online dictionary with php access to word translations so that you could have a block that does something like this:
translate $String from language $String to $String
|link|
link_'http://onlinedictionary.com/result.php?'.
self readLine: 1 FromUrl: link, 'fromlangauge=', t2, 'tolanguage=', t3, 'withword=' t1.
so using the block like so
translate [spark] from language [English-uk] to [German]
reads the php file http://www.onlinedictionary.com/result.php?fromlanguage=English-ustolanguage=Germanwithword=dog
and with any luck line one of some dictionary somewhere that we could use would have "Hund" on it which can be red and reported back to the project.
I have been thinking about this.
Offline