1. CSS
  2. Flash
  3. HTML
  4. Illustrator
  5. Java
  6. JavaScript
  7. Maya
  8. Photography
  9. Photoshop
  10. PHP
  11. Ruby
  12. Ruby on Rails
  13. 3ds Max


ZonaX's Comments

avatar

Jim Bokhove

http://www.combined-minds.net

Joined about 5 years ago.

clicked (74) — submitted (23) — commented (6) — saved (3)

avatarZonaX over 4 years ago
Original Tutorial: Stop Email bots

Try to rewrite the tutorial, first of all there is a savety isue (spammers can exploit it), so check http://www.combined-minds.net/tutorials/6/PHP_Security:_Sending_an_email

Second, it's very hard to follow what you're doing here, i assume this is a beginners tutorial. But ask a beginner to follow it, and they'll have big problems.

Don't get me wrong, but i think you should really edit it after reading the URL above and think some more about how to make it more easy to follow.

avatarZonaX almost 5 years ago

Create a 3 column layout. THATS a real challange. :)

avatarZonaX almost 5 years ago
Original Tutorial: Classes in Php

PHP < all uppercase ;)

avatarZonaX about 5 years ago
Original Tutorial: PHP - The Ultimate Basics

Ok, im sorry.. I might have crossed the line there.

But it's a real fact you're teaching bad practise, that's not bad when it's a little. But the whole tutorial contains it.

avatarZonaX about 5 years ago
Original Tutorial: PHP - The Ultimate Basics

Contains much bad practise. Do not use this tutorial to learn PHP! This tutorial teaches you how to write PHP, but on a way that you need to change the way you write later. This might seem bullshit, but it's not. You won't be seen proffesional when you are showing this to the company where you want to work!

One little example: echo "Did you know that 10 add five equals " . "$numbers";

Best way should be: echo 'Did you know that 10 add five equals '.$numbers;

When using double quotes you need to add slashes escape double quotes, which are used often in HTML. And the dot in the first line is VERY useless for the variable is INSIDE double quotes!

avatarZonaX about 5 years ago

"I'm sorry, this tutorial is not yet translated in this language. Choose another language or check it later."

Why submit a tutorial for another language? And why is it posted to the frontpage? :p