Author Topic: Tutorial section  (Read 1063 times)

0 Members and 1 Guest are viewing this topic.

Offline IkramTopic starter

  • Irregular
  • Posts: 11
    • View Profile
Tutorial section
« on: September 11, 2009, 04:08:02 PM »
Dear members,
I think there should be a tutorial section where members get the chance to teach other members, therefore people can actually learn new things.
These tutorial sections should be added for Php or General Programming.

Regards,
Ikram

Offline peranha

  • Devotee
  • Posts: 873
  • Gender: Male
    • View Profile
Re: Tutorial section
« Reply #1 on: September 11, 2009, 04:43:06 PM »
There are tutorials on the main site.

http://www.phpfreaks.com/tutorials
Code: [Select]
<?php 
ini_set 
("display_errors""1"); // At the top of the page for page errors.
error_reporting(E_ALL); // At the top of the page for page errors 
?>
Remember to click the Topic Solved button at the bottom of the page if this topic is solved.

Offline IkramTopic starter

  • Irregular
  • Posts: 11
    • View Profile
Re: Tutorial section
« Reply #2 on: September 12, 2009, 12:26:07 PM »
There are tutorials on the main site.

http://www.phpfreaks.com/tutorials

Yeh sure, there are a limited amount of tutorials located there but how can members teach there own content related to PHP or whatever, i personally think there should be a board where users can submit there own tutorials and other members can actually learn new things.

Regards,
Ikram

Offline Daniel0

  • Administrator
  • 'Insane!'
  • *
  • Posts: 11,817
  • Gender: Male
  • ^bb|[^b]{2}$
    • View Profile
Re: Tutorial section
« Reply #3 on: September 12, 2009, 12:38:00 PM »
We are currently not allowing that for quality assurance reasons.

Online gizmola

  • Administrator
  • Freak!
  • *
  • Posts: 5,171
  • Gender: Male
  • Let's go Flyers
    • View Profile
    • GizmoLA.com
Re: Tutorial section
« Reply #4 on: September 12, 2009, 01:01:23 PM »
There are tutorials on the main site.

http://www.phpfreaks.com/tutorials

Yeh sure, there are a limited amount of tutorials located there but how can members teach there own content related to PHP or whatever, i personally think there should be a board where users can submit there own tutorials and other members can actually learn new things.

Regards,
Ikram

Ikram,
  Anyone can write tutorials and submit them to the tutorial section.  The moderation group simply reviews them for correctness, but that's a minor hurdle in most cases.

Offline Daniel0

  • Administrator
  • 'Insane!'
  • *
  • Posts: 11,817
  • Gender: Male
  • ^bb|[^b]{2}$
    • View Profile
Re: Tutorial section
« Reply #5 on: September 12, 2009, 01:02:41 PM »
I'm sorry, gizmola, but that is currently not true. The only people who are allowed to submit tutorials are administrators, moderators, PHP Freaks Recommended, gurus, and alumni staff.

A while ago we allowed regular members to do that as an experiment, but we dropped it again due to lack of interest.
« Last Edit: September 12, 2009, 01:04:02 PM by Daniel0 »

Offline .josh

  • Administrator
  • 'Insane!'
  • *
  • Posts: 13,325
  • Grumpy Old Man
    • View Profile
Re: Tutorial section
« Reply #6 on: September 12, 2009, 01:50:49 PM »
Right, we don't "officially" do it, but it's not like we dropped it due to it being too much trouble or whatever.  As you said, dropped due to lack of interest.  Maybe we should further discuss internally, but if there's interest, then I personally have no problem with reviewing and posting a user submitted tutorial, if it meets the criteria/standards/whatever, and the user agrees to the terms of having it posted.  TBH I think a lot of the "lack of interest" was our own fault, for numerous reasons. Virtually no publicizing of it on the main site and no "recognition" on the forums to name a few.

So to make a long story short Ikram, the current "official" way to post tutorials around here is to be active and get yourself promoted to at least guru status.  Then you will be able to go submit and have tutorials posted.  But I just want to remind you, as mentioned in PM the other day, we will not post random tutorials about java or other random languages, regardless of how good they may be.  This is a php focused site. 

Did I help you? Feeling generous? Donate to me! || Donate to phpfreaks!

Offline trade show display

  • Irregular
  • Posts: 2
    • View Profile
Re: Tutorial section
« Reply #7 on: September 13, 2009, 02:16:29 PM »
I for one would be interested in user submitted tutorials as long as they are correct.