 |
Account Login
|
 |
 |
Latest Articles
|
 |
 |
IRC Channel
|
 |
 |
Associates
|
 |
 |
Associates
|
 |
|
 |
|
 |
|
 |
01-03-2008, 01:49 AM
|
#21 (permalink)
|
|
Moderateur
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
|
Interesting idea, sjaq. Out of curiosity, what precisely would you be looking for in a 'plugin system' as, in my eyes, that term could cover a variety of things and I'm not sure my idea of a plugin meets your idea of one! That goes out to everyone, what is a plugin system to you?
|
|
|
|
01-03-2008, 12:01 PM
|
#22 (permalink)
|
|
The Acquainted
Join Date: Nov 2007
Location: Netherlands
Posts: 113
Thanks: 11
|
A plugin system for me is a system that can modify behavior of a script without messing with the core source code, it just "plugs in"
An example, let's say I have a Routing class that matches url's with classes and functions. Then I would like to be able to make a plugin that does something before the routing class and after, to modify the results of that class.
I hope you get what I mean 
|
|
|
|
01-03-2008, 01:06 PM
|
#23 (permalink)
|
|
The Contributor
Join Date: Sep 2007
Location: Finland
Posts: 45
Thanks: 3
|
Basic OOP tutorials would be nice.. I mean really basics!
When and how to use OOP, what are benefits of OOP and more general stuff about OOP.
I really want to learn this method but most of OOP tutorials are little too advanced than my skills.. :)
Thanks and have a nice new year!
|
|
|
01-03-2008, 07:13 PM
|
#24 (permalink)
|
|
The Acquainted
Join Date: Jul 2005
Location: UK
Posts: 121
Thanks: 41
|
Quote:
Originally Posted by Karl
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 :)
|
Look forward to seeing the new articles :)
Esp that one on vB if you get to finish it off 
__________________
PS3 Forums on GameSlurp - the site for gaming fans!
|
|
|
|
01-03-2008, 11:28 PM
|
#25 (permalink)
|
|
The Addict
Join Date: Dec 2007
Location: morocco
Posts: 221
Thanks: 19
|
Quote:
Originally Posted by Jelmer
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?
|
yes im interested too really
|
|
|
01-12-2008, 03:48 PM
|
#26 (permalink)
|
|
The Frequenter
Join Date: Sep 2007
Posts: 360
Thanks: 24
|
A tutorial on how to use output control functions. They're generally used to rectify the session and header errors by programmers. I had seen that they're more powerful than that, a tutorial would be nice.
__________________
Necessity is the mother of invention.
My blog
|
|
|
|
01-15-2008, 12:47 AM
|
#27 (permalink)
|
|
La Vida es Sueño
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
|
They're not bad at all! Will get round to writing plenty of articles after our latest project is all done and dusted 
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
|
|
|
01-16-2008, 05:13 AM
|
#28 (permalink)
|
|
The Acquainted
Join Date: Jul 2005
Location: UK
Posts: 121
Thanks: 41
|
What's your latest project WH? :)
I'm really looking forward to the vB one if Karl decides to go ahead and do it - it would help me understand vb tonnes!
__________________
PS3 Forums on GameSlurp - the site for gaming fans!
|
|
|
|
02-28-2008, 12:05 AM
|
#29 (permalink)
|
|
The Frequenter
Join Date: Apr 2005
Location: South UK
Posts: 483
Thanks: 51
|
Hi all,
Just wanted to revive this topic as I am after some ideas for new tutorials myself
If you have any tutorial requests, however simple/complex they might seem, don't be afraid to post! If I can't write it, I am sure someone will
Alan
|
|
|
02-28-2008, 01:45 PM
|
#30 (permalink)
|
|
The Acquainted
Join Date: Jul 2005
Location: UK
Posts: 121
Thanks: 41
|
Hey Alan... I'd love to see some VB related tutorials if possible.
(Although I'm not sure if you said you still have a copy or note )
__________________
PS3 Forums on GameSlurp - the site for gaming fans!
|
|
|
|
02-28-2008, 02:13 PM
|
#31 (permalink)
|
|
The Frequenter
Join Date: Apr 2005
Location: South UK
Posts: 483
Thanks: 51
|
Unfortunately, I haven't writen anything for vBulletin in a couple of years so I wouldn't have a clue where to start nowadays
Alan
|
|
|
02-28-2008, 02:16 PM
|
#32 (permalink)
|
|
La Vida es Sueño
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
|
I'll write some more articles, too  ! I'll have a look through this thread later on today and cover 1 or 2.
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
|
|
|
02-28-2008, 04:22 PM
|
#33 (permalink)
|
|
The Wanderer
Join Date: Feb 2008
Posts: 18
Thanks: 0
|
I'd really like to see a tutorial that gives starting grounds for an advanced SQL class.
In essence, you could start off with a Database interface, and be able to build plugins for MySQL, MySQLi, MSSQL, etc..
I'd like to see you take this, and where you go with it :)
|
|
|
02-28-2008, 05:04 PM
|
#34 (permalink)
|
|
The Frequenter
Join Date: Apr 2005
Location: South UK
Posts: 483
Thanks: 51
|
I remember a post from the past day or 2 where someone mentioned that they where going to write just such a tutorial Chase. Unfortunately, I've just spent the past 10 minutes looking in every forum and can't find it :/
I'm fairly certain I didn't imagine the post but if a tutorial doesn't appear in the next few weeks I'll add it to my list
Alan
|
|
|
02-28-2008, 07:48 PM
|
#35 (permalink)
|
|
The Contributor
Join Date: Sep 2007
Location: Finland
Posts: 45
Thanks: 3
|
Multipage forms
New request.
Multi-page forms. How to gather all information, how to process data, back button where no data losts! =)
have search this kind tutorial all day long but not found any good!
Thanks!
|
|
|
02-28-2008, 08:24 PM
|
#36 (permalink)
|
|
The Addict
Join Date: Nov 2007
Posts: 264
Thanks: 2
|
By plugin system do you mean wordpress style plugins that effects the outcome of content?
|
|
|
|
02-28-2008, 09:39 PM
|
#37 (permalink)
|
|
The Wanderer
Join Date: Feb 2008
Posts: 18
Thanks: 0
|
I mean like
database_interface.php
class_database.php
/databases/mysql_driver.php
/databases/mysqli_driver.php
etc..
So the database class can work with any type of SQL.
__________________
World domination would be much easier, if you would all just surrender to me already.
|
|
|
02-28-2008, 09:46 PM
|
#38 (permalink)
|
|
The Addict
Join Date: Nov 2007
Posts: 264
Thanks: 2
|
I'm writing an article for this - but it does not rewrite SQL it simply abstracts the methods used to execute sql.
|
|
|
|
02-29-2008, 12:03 AM
|
#39 (permalink)
|
|
The Frequenter
Join Date: Apr 2005
Location: South UK
Posts: 483
Thanks: 51
|
Ignore this post, I'm just posting this list (compilied list of all the suggestions in this thread so far) here so I know where it is. I have a nasty habbit of loosing files when I save them to my laptop
Alan
---------------------------------------
Basic MVC
Design Patterns
Complete CMS System
- vBulletin Plugins
Database Design
Basic OOP
Zend Framework
- PHP-GTK
Plugin Systems (Pre/Post Dispatch)
Output Buffering
- DB Abstraction Class (DAL/ActiveRecord/ORM)
Multi-page Forms (Sessions)
Array functions
Last edited by Alan @ CIT : 03-06-2008 at 06:50 PM.
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|