sparks wrote:
Hi guys, I thought I'd put a a few disgustingly bare html forms up - the peak of my HTML knowledge, so you can have a sort of idea as to how I picture the forms to work... if not look
![]()
Searching for a block
submitting a Panther block
submitting a scratch block
submitting a BYOB block
By no means are these set ideas, they're just an early representation and I think the contain all the necessary fields that the final ones will have! Feel free to make changes or disregard![]()
These forms are great! Maybe we could join them together in a javascript that will easily switch between the 3 upload forms without refreshing the page. Any JS experts?
Offline
Daffy22 wrote:
These forms are great! Maybe we could join them together in a javascript that will easily switch between the 3 upload forms without refreshing the page. Any JS experts? :)
Thanks, Like I said, I know HTML and that's it :) Otherwise we can always go
upload a block >> choose which version of Scratch? >> Scratch form
. >> Panther form
. >> BYOB form
Last edited by sparks (2010-12-21 08:02:33)
Offline
Daffy22 wrote:
sparks wrote:
Hi guys, I thought I'd put a a few disgustingly bare html forms up - the peak of my HTML knowledge, so you can have a sort of idea as to how I picture the forms to work... if not look
![]()
Searching for a block
submitting a Panther block
submitting a scratch block
submitting a BYOB block
By no means are these set ideas, they're just an early representation and I think the contain all the necessary fields that the final ones will have! Feel free to make changes or disregard![]()
These forms are great! Maybe we could join them together in a javascript that will easily switch between the 3 upload forms without refreshing the page. Any JS experts?
![]()
Pick me! Pick me!
Offline
brill! one problem - you have to go off scratch and back onto it to make it show up
maybe set it to blank as default or "choose one" and then do it like that?
Last edited by sparks (2010-12-21 10:05:04)
Offline
I can do that when i get on a proper computer. Im on wii now! xD
Offline
In the BYOB submission form, could there be a box to enter in the path to an already-uploaded sprite file with the block and/or a box to upload one?
Also, could I be a mod/approval person on the site?
Offline
meowmeow55 wrote:
In the BYOB submission form, could there be a box to enter in the path to an already-uploaded sprite file with the block and/or a box to upload one?
Also, could I be a mod/approval person on the site?![]()
You're absoultely right, I knew there was something missing!
I think you've earned the right to be a block approver - speaking of, approving blocks will take a lot longer if we have to wait for you to host any sprite files, maybe you could add something to your site later that lets the block upload itself to there? Otherwise we can always move the sprite files to the new site and you can be in charge of them
Offline
sparks wrote:
meowmeow55 wrote:
In the BYOB submission form, could there be a box to enter in the path to an already-uploaded sprite file with the block and/or a box to upload one?
Also, could I be a mod/approval person on the site?![]()
You're absoultely right, I knew there was something missing!
I think you've earned the right to be a block approver - speaking of, approving blocks will take a lot longer if we have to wait for you to host any sprite files, maybe you could add something to your site later that lets the block upload itself to there? Otherwise we can always move the sprite files to the new site and you can be in charge of them![]()
I am going to make a simple upload form were users can upload sprite files and graphic images and it will then give a url for the upload. It can then be used in the form.
Offline
MathWizz wrote:
Thanks! here
nice, just what I wanted!
I'll add that to the file now. Thanks Mathwiz. Maybe you could help Magnie now with the approval form/script
You are a PHP expert aren't you
Last edited by Daffy22 (2010-12-21 11:15:39)
Offline
The code works fine in the sense that it wasn't programmed to submit anything or do anything.... we need a phper to look at it and add that.
Daffy, you've got red boxes around your linked images on the site.
try replacing your
<img src="http://www.block-library.freehostingcloud.com/images/home.png" onmouseover="this.src='http://www.block-library.freehostingcloud.com/images/homeOver.png';" onmouseout="this.src='http://www.block-library.freehostingcloud.com/images/home.png';" /> </a> <a href="http://www.block-library.freehostingcloud.com/submit"> <img src="http://www.block-library.freehostingcloud.com/images/submit.png" onmouseover="this.src='http://www.block-library.freehostingcloud.com/images/submitOver.png';" onmouseout="this.src='http://www.block-library.freehostingcloud.com/images/submit.png';" /> </a> <a href="http://www.block-library.freehostingcloud.com/browse"> <img src="http://www.block-library.freehostingcloud.com/images/browse.png" onmouseover="this.src='http://www.block-library.freehostingcloud.com/images/browseOver.png';" onmouseout="this.src='http://www.block-library.freehostingcloud.com/images/browse.png';" /> </a> <a href="http://scratch.mit.edu/forums/viewtopic.php?id=40508&p=1"> <img src="http://www.block-library.freehostingcloud.com/images/discustion.png" onmouseover="this.src='http://www.block-library.freehostingcloud.com/images/discustionOver.png';" onmouseout="this.src='http://www.block-library.freehostingcloud.com/images/discustion.png';" /> </a> <a href="http://www.block-library.freehostingcloud.com/contact"> <img src="http://www.block-library.freehostingcloud.com/images/contact.png" onmouseover="this.src='http://www.block-library.freehostingcloud.com/images/contactOver.png';" onmouseout="this.src='http://www.block-library.freehostingcloud.com/images/contact.png';" />
with
<img border="0" src="http://www.block-library.freehostingcloud.com/images/home.png" onmouseover="this.src='http://www.block-library.freehostingcloud.com/images/homeOver.png';" onmouseout="this.src='http://www.block-library.freehostingcloud.com/images/home.png';" /> </a> <a href="http://www.block-library.freehostingcloud.com/submit"> <img border="0" src="http://www.block-library.freehostingcloud.com/images/submit.png" onmouseover="this.src='http://www.block-library.freehostingcloud.com/images/submitOver.png';" onmouseout="this.src='http://www.block-library.freehostingcloud.com/images/submit.png';" /> </a> <a href="http://www.block-library.freehostingcloud.com/browse"> <img border="0" src="http://www.block-library.freehostingcloud.com/images/browse.png" onmouseover="this.src='http://www.block-library.freehostingcloud.com/images/browseOver.png';" onmouseout="this.src='http://www.block-library.freehostingcloud.com/images/browse.png';" /> </a> <a href="http://scratch.mit.edu/forums/viewtopic.php?id=40508&p=1"> <img border="0" src="http://www.block-library.freehostingcloud.com/images/discustion.png" onmouseover="this.src='http://www.block-library.freehostingcloud.com/images/discustionOver.png';" onmouseout="this.src='http://www.block-library.freehostingcloud.com/images/discustion.png';" /> </a> <a href="http://www.block-library.freehostingcloud.com/contact"> <img border="0" src="http://www.block-library.freehostingcloud.com/images/contact.png" onmouseover="this.src='http://www.block-library.freehostingcloud.com/images/contactOver.png';" onmouseout="this.src='http://www.block-library.freehostingcloud.com/images/contact.png';" />
Is there any reason why w3schools is written here and there in that html code?
Last edited by sparks (2010-12-21 11:35:10)
Offline
If you hover the mouse over the "Discussion thread" block-link on the site, it changes back to the old image that has a typo!
Last edited by meowmeow55 (2010-12-21 11:53:24)
Offline
sparks wrote:
The code works fine in the sense that it wasn't programmed to submit anything or do anything.... we need a phper to look at it and add that.
Daffy, you've got red boxes around your linked images on the site.
try replacing yourCode:
<img src="http://www.block-library.freehostingcloud.com/images/home.png" onmouseover="this.src='http://www.block-library.freehostingcloud.com/images/homeOver.png';" onmouseout="this.src='http://www.block-library.freehostingcloud.com/images/home.png';" /> </a> <a href="http://www.block-library.freehostingcloud.com/submit"> <img src="http://www.block-library.freehostingcloud.com/images/submit.png" onmouseover="this.src='http://www.block-library.freehostingcloud.com/images/submitOver.png';" onmouseout="this.src='http://www.block-library.freehostingcloud.com/images/submit.png';" /> </a> <a href="http://www.block-library.freehostingcloud.com/browse"> <img src="http://www.block-library.freehostingcloud.com/images/browse.png" onmouseover="this.src='http://www.block-library.freehostingcloud.com/images/browseOver.png';" onmouseout="this.src='http://www.block-library.freehostingcloud.com/images/browse.png';" /> </a> <a href="http://scratch.mit.edu/forums/viewtopic.php?id=40508&p=1"> <img src="http://www.block-library.freehostingcloud.com/images/discustion.png" onmouseover="this.src='http://www.block-library.freehostingcloud.com/images/discustionOver.png';" onmouseout="this.src='http://www.block-library.freehostingcloud.com/images/discustion.png';" /> </a> <a href="http://www.block-library.freehostingcloud.com/contact"> <img src="http://www.block-library.freehostingcloud.com/images/contact.png" onmouseover="this.src='http://www.block-library.freehostingcloud.com/images/contactOver.png';" onmouseout="this.src='http://www.block-library.freehostingcloud.com/images/contact.png';" />with
Code:
<img border="0" src="http://www.block-library.freehostingcloud.com/images/home.png" onmouseover="this.src='http://www.block-library.freehostingcloud.com/images/homeOver.png';" onmouseout="this.src='http://www.block-library.freehostingcloud.com/images/home.png';" /> </a> <a href="http://www.block-library.freehostingcloud.com/submit"> <img border="0" src="http://www.block-library.freehostingcloud.com/images/submit.png" onmouseover="this.src='http://www.block-library.freehostingcloud.com/images/submitOver.png';" onmouseout="this.src='http://www.block-library.freehostingcloud.com/images/submit.png';" /> </a> <a href="http://www.block-library.freehostingcloud.com/browse"> <img border="0" src="http://www.block-library.freehostingcloud.com/images/browse.png" onmouseover="this.src='http://www.block-library.freehostingcloud.com/images/browseOver.png';" onmouseout="this.src='http://www.block-library.freehostingcloud.com/images/browse.png';" /> </a> <a href="http://scratch.mit.edu/forums/viewtopic.php?id=40508&p=1"> <img border="0" src="http://www.block-library.freehostingcloud.com/images/discustion.png" onmouseover="this.src='http://www.block-library.freehostingcloud.com/images/discustionOver.png';" onmouseout="this.src='http://www.block-library.freehostingcloud.com/images/discustion.png';" /> </a> <a href="http://www.block-library.freehostingcloud.com/contact"> <img border="0" src="http://www.block-library.freehostingcloud.com/images/contact.png" onmouseover="this.src='http://www.block-library.freehostingcloud.com/images/contactOver.png';" onmouseout="this.src='http://www.block-library.freehostingcloud.com/images/contact.png';" />
![]()
Is there any reason why w3schools is written here and there in that html code?
oh, I did that in the CSS. What browser do you have?
and I don't see w3schools anywere in my code
Offline
meowmeow55 wrote:
If you hover the mouse over the "Discussion thread" block-link on the site, it changes back to the old image that has a typo!
![]()
no it doesn't
Offline
Daffy22 wrote:
meowmeow55 wrote:
If you hover the mouse over the "Discussion thread" block-link on the site, it changes back to the old image that has a typo!
![]()
no it doesn't
![]()
O RLY?
^that shows up when you put your mouse cursor over the "discussion thread" link
Another suggestion for the site: perhaps there could be a button that spawns more code boxes so that the user doesn't have to make dividers in 1 code box if the code goes in more than one place, and a separate title box for each one?
Quick mockup:
Where does this code go? (enter the path of where it is in Scratch's Squeak browser) -------------------------------<box>------------------------------------------------ Code: [ [ [---------------------------<large box>-------------------------------------------- [ [ [(button) Add another code location] ^this would spawn another form just like the one above
Last edited by meowmeow55 (2010-12-21 11:53:52)
Offline
meowmeow55 wrote:
Daffy22 wrote:
meowmeow55 wrote:
If you hover the mouse over the "Discussion thread" block-link on the site, it changes back to the old image that has a typo!
![]()
no it doesn't
![]()
O RLY?
http://www.block-library.freehostingclo … onOver.png
^that shows up when you put your mouse cursor over the "discussion thread" link
Another suggestion for the site: perhaps there could be a button that spawns more code boxes so that the user doesn't have to make dividers in 1 code box if the code goes in more than one place, and a separate title box for each one?
Quick mockup:Code:
Where does this code go? (enter the path of where it is in Scratch's Squeak browser) -------------------------------<box>------------------------------------------------ Code: [ [ [---------------------------<large box>-------------------------------------------- [ [ [(button) Add another code location] ^this would spawn another form just like the one above
nope, doesn't on mine or anyone elses.
Offline
Daffy22 wrote:
meowmeow55 wrote:
Daffy22 wrote:
no it doesn't
![]()
O RLY?
http://www.block-library.freehostingclo … onOver.png
^that shows up when you put your mouse cursor over the "discussion thread" linknope, doesn't on mine or anyone elses.
![]()
Oh, I see now. Firefox refuses to update its cache unless the page in question is reloaded
(Or did you just now sneak an updated version in?
)
Last edited by meowmeow55 (2010-12-21 12:04:47)
Offline
Daffy22 wrote:
Wait Mathwiz, your code doesn't work
![]()
http://www.block-library.freehostingcloud.com/submit/
Now try it.
@sparks, I'm home schooled and it's lunch break right now.
Offline
meowmeow55 wrote:
Daffy22 wrote:
meowmeow55 wrote:
O RLY?
http://www.block-library.freehostingclo … onOver.png
^that shows up when you put your mouse cursor over the "discussion thread" linknope, doesn't on mine or anyone elses.
![]()
Oh, I see now. Firefox refuses to update its cache unless the page in question is reloaded
(Or did you just now sneak an updated version in?
)
oh, I see
I've got firefox as well as IE so I'll make sure I keep checking it's alright in firefox.
Offline
Daffy22 wrote:
meowmeow55 wrote:
Daffy22 wrote:
nope, doesn't on mine or anyone elses.![]()
Oh, I see now. Firefox refuses to update its cache unless the page in question is reloaded
(Or did you just now sneak an updated version in?
)
oh, I see
![]()
I've got firefox as well as IE so I'll make sure I keep checking it's alright in firefox.![]()
XD I just tried my JavaScript thing in IE and it EPIC FAILED!
Offline
MathWizz wrote:
Daffy22 wrote:
meowmeow55 wrote:
Oh, I see now. Firefox refuses to update its cache unless the page in question is reloaded(Or did you just now sneak an updated version in?
)
oh, I see
![]()
I've got firefox as well as IE so I'll make sure I keep checking it's alright in firefox.![]()
XD I just tried my JavaScript thing in IE and it EPIC FAILED!
np, I've made a tempory PHP script until you've finished your code. the 3 forms are in div tags called f1, f2, f3
Offline
I have firefox and there are red borders around all the linked images
I'm off for dinner with some friends now, so I'll probably not be on till tomorrow. If anyone wants to take part in the christmas competition in my sig, you have till 16:00 Scratch time today to send it in!
I'll be on again tomorrow
Offline