In total there are 561 comments. Here are the latest:
medium rare - rare is the best way to have steak.Always let the meat rest for about 1-2min. before cutting into it.
If you like it well done,you might as well pop a boot in the microwave and eat that.Dry,Hard,and tasteless.Trust me you would'nt know the difference.
carnivore commented on 20/11/2008, 16:43:50
The first link on the issue in Delicious was a dead end. So glad the second link brought me right to the answer.
I never noticed that carrot before!
Thanks!
David Bone commented on 20/11/2008, 05:10:32
nice tutorials
Ashley commented on 19/11/2008, 19:08:25
Thanks!! Works perfectly
http//ramo.ra.ohost.de
David commented on 18/11/2008, 15:56:44
Thanks!! Works perfectly
David commented on 18/11/2008, 15:51:29
Thanks!
Sebastian commented on 18/11/2008, 15:50:47
It's not blood. It's myoglobin.
freak commented on 15/11/2008, 04:28:54
ERRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR
Me commented on 08/11/2008, 18:05:29
This helps alot
<img src= “Spray Paint.jpg” align=“center”>
Chelsea commented on 07/11/2008, 23:25:33
Nice. You saved me a bunch of work. I was trying to figure out how to get a remote webpages content and save it locally on my machine.
Garry commented on 07/11/2008, 04:10:10
I have simple form.html and send.php programe to send email, I would like to add file attachment option, could anyone give help to add.
Bellow is the "Form.html" content (please ignore the validation JScript):
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Email</title>
<script Language="JavaScript">
function isEmailAddr(email)
{
var result = false;
var theStr = new String(email);
var index = theStr.indexOf("@");
if (index > 0)
{
var pindex = theStr.indexOf(".",index);
if ((pindex > index+1) && (theStr.length > pindex+1))
result = true;
}
return result;
}
function validRequired(formField,fieldLabel)
{
var result = true;
if (formField.value == "")
{
alert('Please enter a value for the "' + fieldLabel +'" field.');
formField.focus();
result = false;
}
return result;
}
function validEmail(formField,fieldLabel,required)
{
var result = true;
if (required && !validRequired(formField,fieldLabel))
result = false;
if (result && ((formField.value.length < 3) || !isEmailAddr(formField.value)) )
{
alert("Please enter a complete email address in the form: yourname@yourdomain.com");
formField.focus();
result = false;
}
return result;
}
function validateForm(theForm)
{
// Customize these calls for your form
// Start ------->
if (!validRequired(theForm.Name,"Full Name"))
return false;
if (!validEmail(theForm.Email,"Email Address",true))
return false;
mail($mailto, $subject, $message, "Bcc: $bcc\nFrom: \"$Name\" <$Email>\nReply-To: \"$Name\" <$Email>\nX-Mailer: chfeedback.php 2.01\nContent-Type: text/html; charset=iso-8859-1" ); echo '<br><br><center><font type="arial" size="4" class="search">Thank you. Your feedback has been received.<br>For your reference, the form you have submitted is shown below.<br><a href="#" size="3">Back to homepage</a></center><br>' . $message;
?>
</body>
</html>
Pandu commented on 05/11/2008, 13:49:40
chimpanzee that -- its monkey news
a canadian commented on 05/11/2008, 04:43:36
AnimeDock.com appreciates the effort you have put forth in making this. Good job :)
AnimeDock.com commented on 05/11/2008, 02:14:46
How do you include text with the email?
Underbelly commented on 04/11/2008, 18:09:58
There is a small mistake I believe: you need an additional newline (\n) after headers.
Otherwise, cool!
Lian commented on 03/11/2008, 12:54:44
WORKS! ... now how do i attached multiple file/pdf? and How do I include a text message?
ys commented on 31/10/2008, 21:54:06
I just want to know if they have bread / wheat in them and how much as I dont want to eat carbs!
charlie commented on 30/10/2008, 17:02:21
Thanks!! Works perfectly.
It really saved my ass.
Camilo Cifuentes commented on 27/10/2008, 18:09:10
How do I include a text message?
Matt commented on 25/10/2008, 17:25:32
there r a small mistake in the step 13
and thanks for the tutorial :)
Wajdi commented on 25/10/2008, 14:35:02
I have got PR3 but i have a directory inside which has PR4. Hope to see the PR rise in the next update...
If you like it well done,you might as well pop a boot in the microwave and eat that.Dry,Hard,and tasteless.Trust me you would'nt know the difference.