Author Topic: PHPFreaks Tutorials Wishlist  (Read 26696 times)

0 Members and 1 Guest are viewing this topic.

Offline akitchinTopic starter

  • chemical pirate
  • Global Moderator
  • Fanatic
  • *
  • Posts: 4,198
  • Gender: Male
  • YARR
    • View Profile
    • http://www.akitchin.com
PHPFreaks Tutorials Wishlist
« on: July 25, 2008, 12:43:04 PM »
the purpose of this thread is to open tutorial topics to suggestion from some of the users of the forum.  be precise about what you'd be interested in learning - any vague topics will be ignored.  i would also urge new users to get in on this, letting us know what you find difficult to grasp being new to PHP, or what you struggled with most while learning through development.

that being said, have at it with your suggestions.  keep in mind, i will be deleting unhelpful posts.

Offline s1yman

  • Enthusiast
  • Posts: 129
  • Gender: Male
  • Enlightenment is good, for that I thank phpfreaks
    • View Profile
Re: PHPFreaks Tutorials Wishlist
« Reply #1 on: August 11, 2008, 09:23:33 AM »
Hi, can I add one to the wishlist please ...

PHPFreaks used to have an old tutorial called Creating a membership system which was lost in the problems that happend a while back (so I been told.) This tutorial showed you how to create a membership system for your site. E.g. Users create logins, have password recovery, sessions, and much more. I was wondering if we could add this to the wish list in the hope that one (or more) guru(s) will share his/her powerful knowledge with us newbies.

Thanks.

Offline akitchinTopic starter

  • chemical pirate
  • Global Moderator
  • Fanatic
  • *
  • Posts: 4,198
  • Gender: Male
  • YARR
    • View Profile
    • http://www.akitchin.com
Re: PHPFreaks Tutorials Wishlist
« Reply #2 on: August 11, 2008, 01:36:05 PM »
these two were the most popular (i think) of almost any of our tutorials.  i will see what we can do about re-writing perhaps a trimmed-down version of the one that existed.  i wrote the follow-up tutorial which showed readers how to let users update their profiles, but it had terrible practices.

Offline Daniel0

  • Administrator
  • 'Insane!'
  • *
  • Posts: 11,815
  • Gender: Male
  • ^bb|[^b]{2}$
    • View Profile
Re: PHPFreaks Tutorials Wishlist
« Reply #3 on: August 11, 2008, 01:36:51 PM »
I started on a membership tutorial earlier today. I haven't written much yet though. You're free to do it though, just let me know before I write too much.
« Last Edit: August 11, 2008, 01:37:30 PM by Daniel0 »

Offline jrws

  • Enthusiast
  • Posts: 123
    • View Profile
Re: PHPFreaks Tutorials Wishlist
« Reply #4 on: September 23, 2008, 03:53:17 AM »
Either a forum, blog or cms tutorial would be much appreciated.

Offline .josh

  • Administrator
  • 'Insane!'
  • *
  • Posts: 13,150
  • Grumpy Old Man
    • View Profile
Re: PHPFreaks Tutorials Wishlist
« Reply #5 on: September 23, 2008, 08:22:43 AM »
Honestly I don't really see anybody writing a tutorial like that on a technical level (actual code).  Maybe on some kind of abstract level, like conveying general principles and program flow and good design, advice and pitfalls, etc.. but most tutorials that involve actual code are for teaching how to make building blocks.  Things like forums and blogs and cms' are more like actual buildings, not building blocks. 

If you sit down and break down for instance all the things in a forum, you will quite easily find tutorials for just about all of those 'building blocks.'  I suggest you either do that, or maybe find an open source version of one of those things and jump into it, instead.

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

Offline jrws

  • Enthusiast
  • Posts: 123
    • View Profile
Re: PHPFreaks Tutorials Wishlist
« Reply #6 on: September 28, 2008, 11:13:44 PM »
Good point, I guess I am going to have to search :D

Offline dropfaith

  • Devotee
  • Posts: 1,114
  • Gender: Male
    • View Profile
    • dropfaith Productions
Re: PHPFreaks Tutorials Wishlist
« Reply #7 on: September 29, 2008, 12:24:21 AM »
i fiqured id post the member tutorial i used maybe save you guys some work re writing it . im a php newb and i got this working in no time

http://www.ineedtutorials.com/articles/complete-advanced-login-member-system-php-tutorial

Offline xtopolis

  • Devotee
  • Posts: 1,422
  • Gender: Male
  • [Can't stop. Won't stop.]
    • View Profile
Re: PHPFreaks Tutorials Wishlist
« Reply #8 on: October 09, 2008, 05:02:11 PM »
Relational database theory and best practices.

I've read subjects on normalization, using lookup tables, pk/fk ideas.. etc.. But some of it's not easily understandable, or the reasons are not clear.  For instance, Barand's tutorial about Data Joins was good, I realized I should use them, and how they can be applied.. but I didn't quite grasp why the tables were separated as such.

Also, on the same topic, better ways of getting a result from joined tables to display in HTML output through php loops.  How to properly join the tables is the main part; the outputting of the data, I can't think of a complicated example at this moment.

Offline DarkWater

  • Freak!
  • Posts: 6,158
  • Gender: Male
    • View Profile
Re: PHPFreaks Tutorials Wishlist
« Reply #9 on: October 09, 2008, 05:05:56 PM »
Relational database theory and best practices.

I've read subjects on normalization, using lookup tables, pk/fk ideas.. etc.. But some of it's not easily understandable, or the reasons are not clear.  For instance, Barand's tutorial about Data Joins was good, I realized I should use them, and how they can be applied.. but I didn't quite grasp why the tables were separated as such.

Also, on the same topic, better ways of getting a result from joined tables to display in HTML output through php loops.  How to properly join the tables is the main part; the outputting of the data, I can't think of a complicated example at this moment.

I was thinking about writing a Database Normalization tutorial, so we'll see what happens.
Info:Apache 2.2.4 | PHP 6.0.0-dev, PHP 5.2.4 | Ubuntu 8.04 | Age: 16 | Coding PHP and CSS+(X)HTML: 5-6 years | Feel free to PM me if you need help!
Αν χρειάζεσαι ένας μεταφραστής, μπορέις να μου μιλάς.  Μιλώ καλά.
Quote from: Crayon Violent
If you ask for a banana, would you expect someone to hand you an orange? Or a fork?  No you wouldn't, because you asked for a banana, and you expect them to understand that a banana is not an orange or a fork.  It's the same principle.

Offline Zane

  • Global Moderator
  • Fanatic
  • *
  • Posts: 3,896
  • Gender: Male
    • View Profile
Re: PHPFreaks Tutorials Wishlist
« Reply #10 on: October 11, 2008, 11:22:23 PM »
I'd like to see a tutorial on using formatted strings and their functions' differences

Such as:
# printf()
# sscanf()
# fscanf()
# vsprintf()

But mostly how to correctly use the type specifiers.

Want to thank me?  Contribute to my PayPal piggy-bank

Offline DarkWater

  • Freak!
  • Posts: 6,158
  • Gender: Male
    • View Profile
Re: PHPFreaks Tutorials Wishlist
« Reply #11 on: October 12, 2008, 03:32:31 PM »
I'd like to see a tutorial on using formatted strings and their functions' differences

Such as:
# printf()
# sscanf()
# fscanf()
# vsprintf()

But mostly how to correctly use the type specifiers.

Does a tutorial really warrant that?  I mean, it's clearly stated how to use them all in the manual, and they're practically the same in every language that offers such a function, so previous knowledge could also come into play.  I mean, if there's a high demand for it, I could write one on it, but idk.
Info:Apache 2.2.4 | PHP 6.0.0-dev, PHP 5.2.4 | Ubuntu 8.04 | Age: 16 | Coding PHP and CSS+(X)HTML: 5-6 years | Feel free to PM me if you need help!
Αν χρειάζεσαι ένας μεταφραστής, μπορέις να μου μιλάς.  Μιλώ καλά.
Quote from: Crayon Violent
If you ask for a banana, would you expect someone to hand you an orange? Or a fork?  No you wouldn't, because you asked for a banana, and you expect them to understand that a banana is not an orange or a fork.  It's the same principle.

Offline .josh

  • Administrator
  • 'Insane!'
  • *
  • Posts: 13,150
  • Grumpy Old Man
    • View Profile
Re: PHPFreaks Tutorials Wishlist
« Reply #12 on: October 12, 2008, 06:23:50 PM »
How about a captcha tutorial?  Lots of them around, but we're supposed to be a resource, right?  I may do it myself, if someone else doesn't volunteer.

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

Offline R4nk3d

  • Enthusiast
  • Posts: 158
    • View Profile
Re: PHPFreaks Tutorials Wishlist
« Reply #13 on: November 02, 2008, 01:14:01 AM »
Can we maybe get some operating system tutorials? Like setting up apache on linux or email servers, etc.
Once you get to the top, the only way you can go is down.

Offline .josh

  • Administrator
  • 'Insane!'
  • *
  • Posts: 13,150
  • Grumpy Old Man
    • View Profile
Re: PHPFreaks Tutorials Wishlist
« Reply #14 on: November 02, 2008, 01:18:54 AM »
Can we maybe get some operating system tutorials? Like setting up apache on linux or email servers, etc.

I believe thorpe is working on something like that right now.  Don't have an ETA or anything.

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