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 Thread Tools Search this Thread Display Modes
Old 07-02-2008, 09:15 AM   #1 (permalink)
Super Moderator
Inquisitive 
 
codefreek's Avatar
 
Join Date: Sep 2007
Location: Near you.
Posts: 791
Thanks: 241
codefreek is on a distinguished road
Default Planning Area - ideas,code,etc.. in here

Planning Area
codefreek is offline  
Reply With Quote
Old 07-02-2008, 02:47 PM   #2 (permalink)
Wizard
Top Contributor 
 
Village Idiot's Avatar
 
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
Village Idiot is on a distinguished road
Default

I assume this is for the image gallery?
__________________

Village Idiot is offline  
Reply With Quote
Old 07-02-2008, 03:02 PM   #3 (permalink)
Jim
The Addict
 
Jim's Avatar
 
Join Date: Nov 2007
Location: the Netherlands
Posts: 281
Thanks: 2
Jim is on a distinguished road
Default

Seems like the project has become some sort of vBulletin module
__________________
Nunchaku! Who doesn't like martial arts? =)
Send a message via MSN to Jim Send a message via Skype™ to Jim
Jim is offline  
Reply With Quote
Old 07-02-2008, 03:10 PM   #4 (permalink)
The Acquainted
 
drewbee's Avatar
 
Join Date: May 2008
Posts: 175
Thanks: 9
drewbee is on a distinguished road
Default

No -- This tool is used to manage the project. It handles bugs, features, requests, tracking etc etc.

vBulletin® - vBulletin Project Tools Features

I do not believe an actual topic has been decided on.
__________________
There are No Stupid Questions. But there a LOT of Inquisitive Idiots.
Send a message via AIM to drewbee
drewbee is offline  
Reply With Quote
Old 07-02-2008, 03:18 PM   #5 (permalink)
is cute and cuddly
 
delayedinsanity's Avatar
 
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
delayedinsanity is on a distinguished road
Default

Not everybody on this project has the same instant messenger, and not everybody is on IRC all the time - might I make a suggestion? Just because I've noticed the communications seem to get a little mixed up from time to time.

Everytime your manager makes a decision on something, it would be a good idea to post it here and request discussion on it, however it might also be in your benefit to set up a mailing list.

Collect everybodies email, and whenever there's a major incident (such as the project gets chosen, a coder gets his hand run over by a drunk driver, or whatever), everybody could then be informed on their own grounds and time via email. They could then at that point choose to discuss the decision directly with the manager, hop in here to discuss it with the group, or go on IRC and talk dirty to all kinds of men masquerading as women. Ya know?
-m
delayedinsanity is offline  
Reply With Quote
Old 07-02-2008, 04:27 PM   #6 (permalink)
Wizard
Top Contributor 
 
Village Idiot's Avatar
 
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
Village Idiot is on a distinguished road
Default

I may stop part way though the list, if I do, I will return to it later. Assuming we are doing the image gallery:

End User
  • Register
  • Email Confirmation
  • Image validation (to avoid bots)
  • Upload Images
  • Name
  • Description (optional)
  • Tags (optional)
  • Watermark (optional) (may be a good idea to do post-release)
  • Manage Images
  • Delete Images
  • Rename Images
  • Hide/Show Images
  • Gallery
  • Display all
  • Search/Order
  • Gallery Items/albums
  • Rate (1-5 stars)
  • Comment
  • Gallery Album Create
  • Name
  • Description
  • Assign/upload Images
  • Gallery manage
  • Delete Comments
  • Disable Comments/Ratings
End Admin:
  • Create/Delete/Modify Users
  • Search Users
  • Have view all user features as owner would (delete comments, ect).
  • Content Management
  • Search Images/Albums
  • Manage Images/Albums
Technologies we will need:
  • PHP
  • MySql
  • Mod_rewrite (ISAPI rewrite if on IIS)
  • ImageGD (for watermark feature)
This would probably be sufficient for a version 1.0, I would almost recommends stripping a few features out at this. Main reason for this is debugging, it will be hard as is to debug an application this size, last thing we need to do is make it harder.
__________________


Last edited by Village Idiot : 07-03-2008 at 12:49 AM.
Village Idiot is offline  
Reply With Quote
The Following 2 Users Say Thank You to Village Idiot For This Useful Post:
codefreek (07-02-2008), Jim (07-03-2008)
Old 07-02-2008, 04:43 PM   #7 (permalink)
is cute and cuddly
 
delayedinsanity's Avatar
 
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
delayedinsanity is on a distinguished road
Default

I would suggest if you plan to use mod_rewrite at any point in time you make sure the system degrades gracefully without it. I started writing a system awhile back where I unabashedly abused the hell out of mod_rewrite partly because I had just learned it, and partly because I was having too much fun making my urls far too humanly readable (don't ask me why that was fun, I don't know), until I ran into the roadblock of uploading it to my live server and finding out mod_rewrite isn't as prevalent in the hosting world as one thinks it should be.

In addition to VI's list there, which is a pretty good start, I wonder if maybe the project shouldn't consider starting from the ground up incorporating something such as ADODB for a database abstraction (or if the project members feel frisky enough, writing one of their own). This would open up the audience of this product as wide as possible.
-m
delayedinsanity is offline  
Reply With Quote
Old 07-02-2008, 04:45 PM   #8 (permalink)
The Acquainted
 
drewbee's Avatar
 
Join Date: May 2008
Posts: 175
Thanks: 9
drewbee is on a distinguished road
Default

I personally think this should be written around an Object Oriented Architecture. As mentioned above, using some type of database abstraction layer would be incredibly beneficial.

Also to add to the list:
categories: (user can assign image to 1 or many categories)
and of course an admin area for editing it.

Has the image gallery been approved for our project?
__________________
There are No Stupid Questions. But there a LOT of Inquisitive Idiots.
Send a message via AIM to drewbee
drewbee is offline  
Reply With Quote
Old 07-02-2008, 05:05 PM   #9 (permalink)
Super Moderator
Inquisitive 
 
codefreek's Avatar
 
Join Date: Sep 2007
Location: Near you.
Posts: 791
Thanks: 241
codefreek is on a distinguished road
Default

i haven't heard anything about us not doing the image gallery
PS, has some one asked wildhoney to install the vb project tools?

Quote:
I Here by apologies to the Dev-team for being so rock on with the rules i will work in an other way and hope we all can work out as a great team!
H.M Codefreek


so i think we need on some level maybe set up a meeting with everyone online at the same time so we can get some things rolling or what do you guys think?
codefreek is offline  
Reply With Quote
The Following User Says Thank You to codefreek For This Useful Post:
Seraskier (07-02-2008)
Old 07-02-2008, 05:59 PM   #10 (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:
using some type of database abstraction layer would be incredibly beneficial.
Why are we planning on releasing this to the general public?
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
sketchMedia is offline  
Reply With Quote
Old 07-02-2008, 06:07 PM   #11 (permalink)
Wizard
Top Contributor 
 
Village Idiot's Avatar
 
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
Village Idiot is on a distinguished road
Default

Quote:
Originally Posted by sketchMedia View Post
Why are we planning on releasing this to the general public?
Huh? It was originally planned to be an open source project.
__________________

Village Idiot is offline  
Reply With Quote
Old 07-02-2008, 07:12 PM   #12 (permalink)
The Contributor
 
Join Date: Mar 2008
Posts: 62
Thanks: 2
Seraskier is on a distinguished road
Default

Quote:
I Here by apologies to the Dev-team for being so rock on with the rules i will work in an other way and hope we all can work out as a great team!
H.M Codefreek
Speaking for myself (and maybe some of the other members), none of my views have changed. I think you are doing a great job.
Send a message via MSN to Seraskier
Seraskier is offline  
Reply With Quote
The Following User Says Thank You to Seraskier For This Useful Post:
codefreek (07-02-2008)
Old 07-02-2008, 07:16 PM   #13 (permalink)
is cute and cuddly
 
delayedinsanity's Avatar
 
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
delayedinsanity is on a distinguished road
Default

I thought that was the purpose of this entire exercise?

1) Do a group project.
2) Learn some new techniques from everybody else and the project itself
3) Provide the OSS community with a new product that could/would benefit others.
-m
delayedinsanity is offline  
Reply With Quote
Old 07-02-2008, 07:32 PM   #14 (permalink)
Super Moderator
Inquisitive 
 
codefreek's Avatar
 
Join Date: Sep 2007
Location: Near you.
Posts: 791
Thanks: 241
codefreek is on a distinguished road
Default

Quote:
Originally Posted by sketchMedia
Why are we planning on releasing this to the general public?
You want people to buy it?..

We could just do some addons later on, that we could sell or something so the project gets a budget for building more stuff
???
codefreek is offline  
Reply With Quote
Old 07-02-2008, 07:37 PM   #15 (permalink)
The Acquainted
 
drewbee's Avatar
 
Join Date: May 2008
Posts: 175
Thanks: 9
drewbee is on a distinguished road
Default

I think trying to turn a profit or really any type of income for this is a bad idea. You never know though. Let us just take one step at a time though; we need a product to release before our heads should even be getting near this.
__________________
There are No Stupid Questions. But there a LOT of Inquisitive Idiots.
Send a message via AIM to drewbee
drewbee is offline  
Reply With Quote
Old 07-02-2008, 07:52 PM   #16 (permalink)
is cute and cuddly
 
delayedinsanity's Avatar
 
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
delayedinsanity is on a distinguished road
Default

Open source! Open source!

It's healthy like being a vegetarian, except you still getta eat steak.
-m
delayedinsanity is offline  
Reply With Quote
Old 07-02-2008, 08:04 PM   #17 (permalink)
Wizard
Top Contributor 
 
Village Idiot's Avatar
 
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
Village Idiot is on a distinguished road
Default

Going in for profit is a terrible idea, we would all begin fighting over money and it would split before the end. Open source is the way to go because we are not professionals; we are a team of volunteers. Plus an open source project would gain more PR for the site because we have a viable resource useful to people.

The only profitable method I could justify is independently making extensions for people as a freelancer. It would be good to say you helped build it.
__________________

Village Idiot is offline  
Reply With Quote
Old 07-02-2008, 08:10 PM   #18 (permalink)
is cute and cuddly
 
delayedinsanity's Avatar
 
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
delayedinsanity is on a distinguished road
Default

If anybody wants to earn a profit from this, I think their best bet is a variation on what has just been said... maybe not extensions per se for this particular project, but if the project is noticed, accepted and used by the OSS community, having your name on it is how you build your resume.
-m
delayedinsanity is offline  
Reply With Quote
Old 07-02-2008, 09:28 PM   #19 (permalink)
Super Moderator
Inquisitive 
 
codefreek's Avatar
 
Join Date: Sep 2007
Location: Near you.
Posts: 791
Thanks: 241
codefreek is on a distinguished road
Default

delayedinsanity, that's true !
well, lets not think about that then :P
i just wanna learn a few things thats my price for this work :)
codefreek is offline  
Reply With Quote
Old 07-02-2008, 09:40 PM   #20 (permalink)
Wizard
Top Contributor 
 
Village Idiot's Avatar
 
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
Village Idiot is on a distinguished road
Default

List completed
__________________

Village Idiot is offline  
Reply With Quote
Reply



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 11:27 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