sparks wrote:
oh, why do you have an image of what type of block it is (e.g. stack, reporter) when there's a picture of the block above it?
![]()
emmm. Just have.
Better than text
Offline
Daffy22 wrote:
Who wants to make contact form?
Sparks, can you maybe make the homepage a bit more... useful? Maybe add some links to info. Could you also make so info pages like for the about spec ect?Thanks
NOw I can do this! I know how to from the top of my head!
Offline
ProgrammingFreak wrote:
Daffy22 wrote:
Who wants to make contact form?
Sparks, can you maybe make the homepage a bit more... useful? Maybe add some links to info. Could you also make so info pages like for the about spec ect?Thanks
NOw I can do this! I know how to from the top of my head!
great.
will you make the PHP proccessor too?
Offline
Daffy22 wrote:
ProgrammingFreak wrote:
Daffy22 wrote:
Who wants to make contact form?
Sparks, can you maybe make the homepage a bit more... useful? Maybe add some links to info. Could you also make so info pages like for the about spec ect?Thanks
NOw I can do this! I know how to from the top of my head!
great.
![]()
will you make the PHP proccessor too?
meaning it will email you?
Offline
sparks wrote:
anyone know the smalltalk command name for the "say %s" block?
EDIT: nm, it's say![]()
Do you think some other time you could teach me squeak? i'd really like to learn
Offline
Before you get too far in to making this can I suggest some things.
If you are having news, then make it on a seperate page and get it by PHP, this will make it easier to update.
Make it so the blocks are on a database, and when you get one you are given a URL such as: http://www.blocklibary.com/block.php?block=1 1 being the block number. This would cut down on the size needed for the website, as it is 1 page for all the blocks.
Store this info on every block:
Number
Program to be used in (which Scratch/Panther/BYOB ect.)
Type
Spec.
Code
so it can all be organised and easily added to.
Make it expandable!
Finaly add comments to the HTML to make it easier to edit in the future!
Last edited by johnnydean1 (2010-12-23 16:49:38)
Offline
<form>
<tr>
<td>
<p>Username:<input type="text" name="Username" size="50"> <br>
Subject:<input type="text" name="subject" size="50"> <br>
Comment: <br>
<textarea cols="70" rows="50" name="comment">
</p>
<?
require("class.phpmailer.php");
$username= $_POST['Username'];
$subject= $_POST['subject'];
$comments= $_POST['comment'];
$mail = new PHPMailer();
$mail->IsSMTP();
$mail->From = "";
$mail->FromName = "Block Library";
$mail->AddAddress("daffy22@gmail.com","Daffy22");
$mail->AddAddress("programmingfrak@att.net","ProgrammingFreak");
$mail->WordWrap = 50;
$mail->Subject = "Block Library - $subject"
$mail->Body = "Here is a question from $username .
--------------------------------------------
$comment";
if(!$mail->Send())
{
echo "Message could not be sent.";
echo "Mailer Error!" . $mail->ErrorInfo;
} else {
echo "Message was sent!"
}
?>
</form>Offline
good points, jd
Programmingfreak, the guide I'm writing right now holds everything i understand about smalltalk coding explained as clearly as I can, so you might as well read that! (I'm stil working on it) link to guide]
Offline
sparks wrote:
good points, jd
![]()
Programmingfreak, the guide I'm writing right now holds everything i understand about smalltalk coding explained as clearly as I can, so you might as well read that! (I'm stil working on it) link to guide]
I can easily make that a HTML or PHP page very quickly!
Offline
What? the guide? Yes, I will html and generally pimp it up when it's ready
I don't think pimp is a rude word.... if it is, I apologise!
Last edited by sparks (2010-12-23 17:01:03)
Offline
sparks wrote:
What? the guide? Yes, I will html and generally pimp it up when it's ready
![]()
I don't think pimp is a rude word.... if it is, I apologise!
i'm not sure. Where did Daffy and fg go?
Offline
Are you incoperating my above points.
Offline
johnnydean1 wrote:
Are you incoperating my above points.
why aren't you on hamachi? I wanted to help with iWEB!
Offline
ProgrammingFreak wrote:
johnnydean1 wrote:
Are you incoperating my above points.
why aren't you on hamachi? I wanted to help with iWEB!
Signiture!
Offline
johnnydean1 wrote:
ProgrammingFreak wrote:
johnnydean1 wrote:
Are you incoperating my above points.
why aren't you on hamachi? I wanted to help with iWEB!
Signiture!
oh. sorry. can i still help?
Offline
ProgrammingFreak wrote:
johnnydean1 wrote:
ProgrammingFreak wrote:
why aren't you on hamachi? I wanted to help with iWEB!
Signiture!
oh. sorry. can i still help?
Yes, but email me [email removed by johnnydean1]. Mods it is a scratch email, and I just set it up!
Last edited by johnnydean1 (2010-12-23 17:18:42)
Offline
bump!
Offline
sparks? Daffy22? Anyone?
Offline
ssss wrote:
Meh! I zall help! After seeing this for a while, i sorta want to!
sparks is in charge
Offline
sorry I wasn't on for a while.... I was asleep
Anyway. Yes JD that is basically what I'm doing. 1 page
And ProgrammingFreak, can you make it email sparks? That would be good. If you want use 'allforms' it's a free form generator.
Offline