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 05-21-2008, 01:57 AM   #1 (permalink)
The Frequenter
Zend Certified 
 
Join Date: Sep 2007
Location: Denmark
Posts: 352
Thanks: 8
Kalle is on a distinguished road
Default TalkPHP Project

So I was thinking... how about a TalkPHP project where the community develop a smaller program/product.

It could be pretty fun to see how big it could go by starting out with small milestones to create something that the whole community helped build.

Example ideas:
- CMS/Blog system (Seems to be popular these days)
- A TalkPHP Framework/Library

Setting up a CVS repository and let forum members request access to commit changes and see how it goes, Im sure it could be fun and alot of users would help share their knowledge and make it great.


Cheers
__________________
Send a message via MSN to Kalle Send a message via Skype™ to Kalle
Kalle is offline  
Reply With Quote
The Following User Says Thank You to Kalle For This Useful Post:
codefreek (06-28-2008)
Old 05-22-2008, 07:59 AM   #2 (permalink)
The Acquainted
 
EyeDentify's Avatar
 
Join Date: Nov 2007
Location: Sweden
Posts: 106
Thanks: 13
EyeDentify is on a distinguished road
Default

Not bad of an idea :)
__________________
Of course the whole point of a doomsday machine, would have been lost if you keep it a secret.
EyeDentify is offline  
Reply With Quote
Old 05-23-2008, 08:21 AM   #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

Yes I think that would be a wonderful idea! We can all learn from it. :)

I'm in! (as long as the software won't get all bloated)
__________________
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 05-23-2008, 06:05 PM   #4 (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

I'll be more than happy to add a CVS repository to TalkPHP, if you guys were to go ahead with a group project. If you get it organised and let me know, I'll go ahead and do that just for you! Who knows, I may even contribute myself. It sounds like fun!
__________________
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 05-27-2008, 12:14 AM   #5 (permalink)
The Frequenter
Zend Certified 
 
Join Date: Sep 2007
Location: Denmark
Posts: 352
Thanks: 8
Kalle is on a distinguished road
Default

If theres others willing to help out and we can decided a project I will more than gladly help out =)
__________________
Send a message via MSN to Kalle Send a message via Skype™ to Kalle
Kalle is offline  
Reply With Quote
Old 05-27-2008, 09:34 AM   #6 (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

Maybe we can use the IRC channel of talkPHP to discuss a project?

irc.chatwebdev.com
#talkPHP

Im in as ZonaX
__________________
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
The Following User Says Thank You to Jim For This Useful Post:
codefreek (06-28-2008)
Old 05-27-2008, 01:37 PM   #7 (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

Sounds like a good idea, I'd prefer SVN to CVS its basically CVS but better, with apache built in so you can browse the repository on-line and also it figures out file types where as in CVS you have to specify if its binary (image etc) or text (php css html etc etc) which could end up in dodgy data if people dont know what they are doing. Commits are atomic meaning a commit only succeeds if the entire commit succeeds so you won't have to manually figure out what still needs to be committed if a commit fails part way through etc etc.
There are more benefits but they escape me at present.

subversion.tigris.org
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
sketchMedia is offline  
Reply With Quote
The Following User Says Thank You to sketchMedia For This Useful Post:
codefreek (06-28-2008)
Old 05-27-2008, 02:59 PM   #8 (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

Quote:
Commits are atomic
Yikes!

delayedinsanity is offline  
Reply With Quote
Old 05-27-2008, 05:12 PM   #9 (permalink)
The Frequenter
Zend Certified 
 
Join Date: Sep 2007
Location: Denmark
Posts: 352
Thanks: 8
Kalle is on a distinguished road
Default

Im only used to basic CVS because I use it at php.net to commit changes various places, but I guess its not that big a deal to get used to SVN =)

And may I suggest an IRC channel on either efnet.org or freenode.org insted?
__________________
Send a message via MSN to Kalle Send a message via Skype™ to Kalle
Kalle is offline  
Reply With Quote
Old 05-27-2008, 05:16 PM   #10 (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

What ever happened to dalnet? chanserv? nickserv? Are my beloved lil bots gone?

And Kalle, are you a developer for PHP?
-m
delayedinsanity is offline  
Reply With Quote
Old 05-27-2008, 06:58 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

yea svn has pretty much the same syntax as cvs i.e.

Code:
svn add test.php

svn commit -m"a test file to svn repository" test.php
etc etc

but you use urls instead of paths, for a checkout:

Code:
svn co http://serverurl.com:444/projects/svntest
checks out the svntest project from the repository
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
sketchMedia is offline  
Reply With Quote
Old 05-27-2008, 07:41 PM   #12 (permalink)
The Frequenter
Zend Certified 
 
Join Date: Sep 2007
Location: Denmark
Posts: 352
Thanks: 8
Kalle is on a distinguished road
Default

Quote:
Originally Posted by delayedinsanity View Post
What ever happened to dalnet? chanserv? nickserv? Are my beloved lil bots gone?

And Kalle, are you a developer for PHP?
-m
Im not really developing PHP fulltime, but I've put in a few patches available from 5.3 =)

Quote:
Originally Posted by sketchMedia View Post
yea svn has pretty much the same syntax as cvs i.e.

Code:
svn add test.php

svn commit -m"a test file to svn repository" test.php
etc etc

but you use urls instead of paths, for a checkout:

Code:
svn co http://serverurl.com:444/projects/svntest
checks out the svntest project from the repository
I know theres a SVN program just like the CVS one I use on Windows, called Tortoisesvn:
tortoisesvn.tigris.org
__________________
Send a message via MSN to Kalle Send a message via Skype™ to Kalle
Kalle is offline  
Reply With Quote
Old 05-27-2008, 07:46 PM   #13 (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

cool, never used a GUI to CVS/SVN i always use the linux terminal (coz thats the layout at work)
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
sketchMedia is offline  
Reply With Quote
Old 05-28-2008, 08:29 AM   #14 (permalink)
The Acquainted
 
Join Date: Oct 2007
Posts: 170
Thanks: 18
maZtah is an unknown quantity at this point
Default

It's a very good idea.

What about writing a textbased game for the TalkPHP community?
I think it's a great way to learn OOP (PHP5).
maZtah is offline  
Reply With Quote
Old 05-28-2008, 08:36 AM   #15 (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

In my opinion a textbased game is a bit... Lame, sorry.

I was thinking of a picture gallery. I still haven't found a good/ one. There is the Gallery(.menalto.com) project, but that's just very bloated and a hell to work with. (also unstable etc) You got coppermine, but that just looks like it came straight from hell :>
__________________
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 05-28-2008, 10:21 AM   #16 (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

I think a simple framework would be better suited, selecting a single application is a bit restricted to what the code can be used for, whereas if we created a framework more applications could follow.
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
sketchMedia is offline  
Reply With Quote
Old 05-28-2008, 11:26 AM   #17 (permalink)
The Acquainted
 
Join Date: Oct 2007
Posts: 170
Thanks: 18
maZtah is an unknown quantity at this point
Default

Alright.. /me is convinced.
maZtah is offline  
Reply With Quote
Old 05-28-2008, 05:32 PM   #18 (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 maZtah View Post
Alright.. /me is convinced.
Indeed. Count us in.
__________________
"Life is a bitch, take that bitch on a ride"
Send a message via MSN to ReSpawN
ReSpawN is offline  
Reply With Quote
The Following User Says Thank You to ReSpawN For This Useful Post:
codefreek (06-28-2008)
Old 05-28-2008, 05:46 PM   #19 (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

Than this dutchman cuts the tradition (mazTah is dutch too right?). In my humble opinion people who create frameworks don't get enough credit for their work. Some of the reason I would create OS software is to see the name of my product under other peoples websites. EG, in the early days (well... 3 years ago ) I created and maintained an opensource PHP shoutbox. Every time I saw a website with my shoutbox that made me a happy person! (for 2 secs though)

I've never saw a website which thanked CakePHP or something :)
__________________
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 05-28-2008, 05:46 PM   #20 (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 to say this every time the word comes up, but there's already a million frameworks out there. What can a new one do that hasn't been done? Not raining on the parade, I just think it's a valid question. Zend, Drupal, codeigniter, cakephp, seagull, I mean that's quite a bit of diversity already. Maybe Jim has something? Maybe instead of reinventing the wheel, a more suitable and organizable project would be a smaller (anything can grow, given time) niche that hasn't been filled yet. An image gallery is one possibility, I mean the options out there are pretty dismal. Is there any other brainstorms (even ones not fully thought out, thus brainstorm) before we decide on the first thing that pops up?
-m
delayedinsanity 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 05:40 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