TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Reply
 
LinkBack (1) Thread Tools Search this Thread Display Modes
Old 11-21-2007, 02:47 PM   1 links from elsewhere to this Post. Click to view. #1 (permalink)
The Reckoner
Advanced Programmer Top Contributor 
 
Karl's Avatar
 
Join Date: Sep 2007
Posts: 437
Thanks: 22
Karl is on a distinguished road
Default Tutorial Suggestions

It's not always easy thinking of a subject to write about, so if you have any articles/tutorials that you'd really like to see on TalkPHP then please use this thread to let us know!

Get posting!
__________________
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
Karl is offline  
Reply With Quote
Old 11-28-2007, 03:09 AM   #2 (permalink)
La Vida es Sueño
Advanced Programmer Top Contributor 
 
Wildhoney's Avatar
 
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
Wildhoney is on a distinguished road
Default

Somebody requested an MVC tutorial on mIRC :) If you want to take that.
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
Send a message via AIM to Wildhoney Send a message via MSN to Wildhoney Send a message via Yahoo to Wildhoney
Wildhoney is offline  
Reply With Quote
Old 11-28-2007, 05:17 AM   #3 (permalink)
daz
The Contributor
Upcoming Programmer 
 
Join Date: Sep 2007
Posts: 31
Thanks: 0
daz is on a distinguished road
Default

I'd like to see more OOP-related tutorials on design patterns and such. I liked this tutorial you wrote, Karl. :)
daz is offline  
Reply With Quote
Old 11-28-2007, 07:20 AM   #4 (permalink)
The Contributor
 
Gibou's Avatar
 
Join Date: Nov 2007
Location: France, near Paris
Posts: 53
Thanks: 6
Gibou is on a distinguished road
Default

fiouuu a complete tuto on MVC programming isn't easy at all but coul be veeeery useful
__________________
Wedus project's Website
Send a message via MSN to Gibou
Gibou is offline  
Reply With Quote
Old 11-28-2007, 09:59 AM   #5 (permalink)
The Prestige
Upcoming Programmer Inquisitive 
 
Tanax's Avatar
 
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
Tanax is on a distinguished road
Default

Maybe a tutorial how to code a complete CMS system in OOP.

Register
Login
Users online atm
Last visit
PM's
User control panel
Admin control panel
Usergroups
News system
Perhaps even using AJAX would be cool
Users-only pages
Users-only features
Memberslist
etc..

I'm sure you could think of more features..
But it would be awesome, very hard to write a tutorial though, cause it would be very VERY long, but nevertheless, very awesome :D
Tanax is offline  
Reply With Quote
Old 12-11-2007, 11:55 PM   #6 (permalink)
The Acquainted
Inquisitive 
 
Join Date: Jul 2005
Location: UK
Posts: 121
Thanks: 41
Brook is on a distinguished road
Default

I'd actually really appreciate a simple guide on how to create plug-ins for vB!

Perhaps a simple step by step on creating a plug-in to display the latest 10 posted threads (from that forum) on the showthread page in the footer.

How to create the query then get it to display the data, nothing fancy, just the nuts and bolts so we get to know how things work.

I know you'd day that's one for vBorg - but I've looked and there's nothing there really.

It would also be a great way to get new members here from different avenues

If you create this step by step I'll put it in my sig on vb.org for a few months
__________________
PS3 Forums on GameSlurp - the site for gaming fans!
Brook is offline  
Reply With Quote
Old 12-12-2007, 11:17 AM   #7 (permalink)
The Frequenter
Prolific Welcomer Upcoming Programmer 
 
Join Date: Sep 2007
Posts: 360
Thanks: 24
Haris is on a distinguished road
Default

A series on database designs. From explanations to how to actually represent database designs graphically.
__________________
Necessity is the mother of invention.

My blog
Haris is offline  
Reply With Quote
Old 12-12-2007, 02:59 PM   #8 (permalink)
The Wanderer
 
Join Date: Dec 2007
Location: The Netherlands
Posts: 13
Thanks: 3
Jelmer is on a distinguished road
Default

A tutorial explaining OOP with some practical examples would be great, and it would be nice to know when it's a good idea to use OOP and what for as well.

Brook, I might be able to do a tutorial on that, it's fairly simple actually, I'm pretty sure there are articles which do something similar on vbulletin.org, anyone else interested?
Jelmer is offline  
Reply With Quote
Old 12-12-2007, 03:17 PM   #9 (permalink)
The Reckoner
Advanced Programmer Top Contributor 
 
Karl's Avatar
 
Join Date: Sep 2007
Posts: 437
Thanks: 22
Karl is on a distinguished road
Default

Thanks for all the suggestions, keep them coming. I've actually started a tutorial on a vBulletin hack, basically showing how I made the home page for TalkPHP. I'm not sure if I should continue now?
__________________
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
Karl is offline  
Reply With Quote
Old 12-12-2007, 03:39 PM   #10 (permalink)
The Acquainted
Inquisitive 
 
Join Date: Jul 2005
Location: UK
Posts: 121
Thanks: 41
Brook is on a distinguished road
Default

Quote:
Originally Posted by Karl View Post
Thanks for all the suggestions, keep them coming. I've actually started a tutorial on a vBulletin hack, basically showing how I made the home page for TalkPHP. I'm not sure if I should continue now?
Yes please!!!!!!! I (and a lot of other vb users) would really appreciate it

I will also add the link to my sig on vB.org - hopefully that will help get vb users interested in coding, to come here too
__________________
PS3 Forums on GameSlurp - the site for gaming fans!
Brook is offline  
Reply With Quote
Old 12-12-2007, 08:17 PM   #11 (permalink)
The Prestige
Advanced Programmer Top Contributor Good Samaritan 
 
sketchMedia's Avatar
 
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
sketchMedia is on a distinguished road
Default

Quote:
A tutorial explaining OOP with some practical examples would be great, and it would be nice to know when it's a good idea to use OOP and what for as well.
Yea i suppose a basic OOP tutorial might be a good idea, I'd offer to write one, but I'm pressed for spare time atm. The only thing i'd say is that its quite hard to write a tutorial that would address the 'When not to use OOP' question as its entirely situational and often that question is answered from experience and also just plain common sense, its quite a tough one.
If i find the time i'll give it a crack.

I'd love to see your article Karl it sounds interesting.
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
sketchMedia is offline  
Reply With Quote
Old 12-13-2007, 07:53 AM   #12 (permalink)
The Contributor
Good Samaritan 
 
d4v1d's Avatar
 
Join Date: Dec 2007
Location: Durban, South Africa
Posts: 51
Thanks: 1
d4v1d is on a distinguished road
Default

I second the vote for MVC, as well as the CMS... Also, maybe some framework related stuff, such as using the Zend Framework etc. I know that those will come in handy for a lot of people.
d4v1d is offline  
Reply With Quote
Old 12-16-2007, 05:46 PM   #13 (permalink)
The Acquainted
 
Join Date: Oct 2007
Posts: 170
Thanks: 18
maZtah is an unknown quantity at this point
Default

I've tried Kahona PHP Framework lately. It, in my opinion, lends perfectly for learning the MVC concept.

Here are a few tutorials which covers the Controller and View aspects, but the Model part is missing. So, a tutorial on how to make a guestbook (or something similar) with KahonaPHP should be really come in handy!

Keep up the good work, Karl (and the other crewmembers)!
maZtah is offline  
Reply With Quote
Old 12-18-2007, 11:36 AM   #14 (permalink)
The Contributor
 
Join Date: Oct 2007
Posts: 35
Thanks: 2
Sled is on a distinguished road
Default

An advanced mysql class tutorial would be nice as well.
I've been looking for one, but can't find any, and I'd really like to work with OOP for at least the database part - as I've heard it's easier :)
Sled is offline  
Reply With Quote
Old 12-18-2007, 12:27 PM   #15 (permalink)
The Frequenter
 
ReSpawN's Avatar
 
Join Date: Nov 2007
Location: Netherlands
Posts: 460
Thanks: 49
ReSpawN is on a distinguished road
Default

Quote:
Originally Posted by Sled View Post
An advanced mysql class tutorial would be nice as well.
I've been looking for one, but can't find any, and I'd really like to work with OOP for at least the database part - as I've heard it's easier :)
I may have the remedy for that ;) Creating my own as we speak. Simply every function is used. From mysql_insert_id() to mysql_free_result and from mysql_close to mysql_num_rows. ;) PM me so I know you're interested and when it's finished completly, I'll share it.
__________________
"Life is a bitch, take that bitch on a ride"
Send a message via MSN to ReSpawN
ReSpawN is offline  
Reply With Quote
Old 12-20-2007, 01:52 AM   #16 (permalink)
The Frequenter
 
Join Date: Dec 2007
Location: In my basement
Posts: 386
Thanks: 47
Aaron is on a distinguished road
Default

I personally would love a tutorial detailing what you are all talking about. The lingo that you use completely confuses me beyond belief.


Framework, Pagination, MVC programming... sheesh :/ Talk about a lot of time on google trying to figure all this stuff out.
Send a message via MSN to Aaron
Aaron is offline  
Reply With Quote
Old 12-20-2007, 10:17 AM   #17 (permalink)
The Frequenter
 
ReSpawN's Avatar
 
Join Date: Nov 2007
Location: Netherlands
Posts: 460
Thanks: 49
ReSpawN is on a distinguished road
Default

Well, I am currently only focussing on one thing, and that is PHP. Here and there some XHTML with CSS, but that's mainly it. Still trying to figure out all the functions PHP provides me with, so I'll be busy for a couple of months for sure. And it's worth it, I can make a living out of my hobby.
__________________
"Life is a bitch, take that bitch on a ride"
Send a message via MSN to ReSpawN
ReSpawN is offline  
Reply With Quote
Old 12-29-2007, 05:18 AM   #18 (permalink)
The Wanderer
 
deflated's Avatar
 
Join Date: Dec 2007
Location: 127.0.0.1
Posts: 19
Thanks: 7
deflated is on a distinguished road
Default

Well, I think there are enough tutorials on topics like MVC and OOP in general.

PHP is a very useful language but it's mostly used for websites. In fact you can create GUI- and console (e.g. by using ncurses) applications but these features are quite unknown and there is not much literature about that. I've only seen one book about PHP-Gtk written in 2005. There are plenty of books about PHP itself but not many for those 'advanced' users.

So in my opinion it's more meaningful to create tutorials on those barely known features of PHP. Today I discovered a PECL extension to compile PHP code to get binary files which can be used like an ordinary Windows ".exe" file. That's quite useful when you need to write proprietary code in PHP. There's also a PHP extension called PHP-Gtk which adds functionality to create 'real' GUI applications using PHP.

Perhaps a subforum for PHP-Gtk would make sense. I'm using PHP-Gtk for some months now and it's really great. I've been looking for forums about PHP-Gtk but I wasn't able to find anything except of mailing lists and a PHP IRC which isn't a real replacement for a forum. PHP-Gtk is rarely unknown and many tutorials I was able to find were only cover PHP-Gtk 1. If TalkPHP will introduce such a subforum I'm consent to help by creating tutorials, etc. What do you think of such a forum?

Thank you very much for your responses.

Last edited by deflated : 07-18-2010 at 01:30 PM.
deflated is offline  
Reply With Quote
Old 12-30-2007, 02:51 PM   #19 (permalink)
The Reckoner
Advanced Programmer Top Contributor 
 
Karl's Avatar
 
Join Date: Sep 2007
Posts: 437
Thanks: 22
Karl is on a distinguished road
Default

Thanks for all the input guys, we've been a little lazy over the holidays but I'm sure things will pick up again in the new year. I for one will be more active then. We've got plenty of ideas now, but we could always use more :)
__________________
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
Karl is offline  
Reply With Quote
Old 01-03-2008, 12:30 AM   #20 (permalink)
The Acquainted
 
sjaq's Avatar
 
Join Date: Nov 2007
Location: Netherlands
Posts: 113
Thanks: 11
sjaq is on a distinguished road
Default

I would love a tutorial on plugin systems and how to write one yourself.. I want to make some clean and easy to use plugin system for my tiny framework I'm making and don't know where to start
sjaq is offline  
Reply With Quote
Reply


LinkBacks (?)
LinkBack to this Thread: http://www.talkphp.com/feedback/1508-tutorial-suggestions.html
Posted By For Type Date
TalkPHP - Powered by vBulletin This thread Refback 12-29-2007 04:20 PM

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 08:38 AM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design