Nice idea there OlssonE , well most of us did and then
- slowed down due lack of input and planning of what people where doing
- then stopped
- then start a little bit more with some little planning
- then back to stop again
- now the odd piece there and then
I would say get a list together of who wants in on this project and go from there or did we try that already?
Oh well someday it will start and finish, but until then it's getting on with are life?s (no not the internet life the other real life one I can't remember much of )
I think maybe we bit off more than we could chew. We should break it down. First lets all agree (or vote) on a logo. Then lets start making some more page layouts using that logo and variations. Then pick the best of these. Next we should set up the site so that the layout is truly done. Then all of us not-so-good-at-code-but-stil-want-to-help-people canstart adding bits of content (rules page, FAQ, etc.) While the coders can put everything togethor based on the knowledge the gained from having the layout already done.
TP: You have done a lot for this PSpong project so you don't really need to add anything more to it (I don't think ), good luck with your exams
I think Grumble has got the right idea, just write out a list of thing to be done and then the people that want to be a part of it or just help out can be picking what they want to do of the list. But tell us what you want to do on the list (So we don't have about five people doing the same thing) and then discuss it with other people or we could even set up teams to do parts of it, how does that sound?
Its great that people are getting things done on the back end, but I really want to see some visual stuff being done. It not as important by any means, but I thinkg if people can SEE some progress being made the might be more apt to jump in and help. Grumble is right though, we need to see who is doin' what.
Tyberius Prime
Paranoid (IV) Mad Scientist with Finglongers
From: Germany Insane since: Sep 2001
posted 03-29-2002 10:13
yes, but honestly there's exactly one thing (ok, two) we would be using the gd lib for.
And I think we can do it with netPBM.
It's validating the jpeg,
and then making a thumbnail.
If nothing else works out, I'll have to dig into the jpeg docs after my finals and do it in php. (oh yeah, pugzly is gonna love this! It'll use up his cpu time on the server in like no time ;-) )
From: Somewhere over the rainbow Insane since: Mar 2001
posted 04-01-2002 16:37
The poster has demanded we remove all his contributions, less he takes legal action.
We have done so.
Now Tyberius Prime expects him to start complaining that we removed his 'free speech' since this message will replace all of his posts, past and future.
Don't follow his example - seek real life help first.
From: Somewhere over the rainbow Insane since: Mar 2001
posted 04-05-2002 09:11
The poster has demanded we remove all his contributions, less he takes legal action.
We have done so.
Now Tyberius Prime expects him to start complaining that we removed his 'free speech' since this message will replace all of his posts, past and future.
Don't follow his example - seek real life help first.
From: Somewhere over the rainbow Insane since: Mar 2001
posted 04-05-2002 16:26
The poster has demanded we remove all his contributions, less he takes legal action.
We have done so.
Now Tyberius Prime expects him to start complaining that we removed his 'free speech' since this message will replace all of his posts, past and future.
Don't follow his example - seek real life help first.
From: Somewhere over the rainbow Insane since: Mar 2001
posted 04-05-2002 17:14
The poster has demanded we remove all his contributions, less he takes legal action.
We have done so.
Now Tyberius Prime expects him to start complaining that we removed his 'free speech' since this message will replace all of his posts, past and future.
Don't follow his example - seek real life help first.
From: Somewhere over the rainbow Insane since: Mar 2001
posted 04-05-2002 17:34
The poster has demanded we remove all his contributions, less he takes legal action.
We have done so.
Now Tyberius Prime expects him to start complaining that we removed his 'free speech' since this message will replace all of his posts, past and future.
Don't follow his example - seek real life help first.
From: Somewhere over the rainbow Insane since: Mar 2001
posted 04-05-2002 17:45
The poster has demanded we remove all his contributions, less he takes legal action.
We have done so.
Now Tyberius Prime expects him to start complaining that we removed his 'free speech' since this message will replace all of his posts, past and future.
Don't follow his example - seek real life help first.
I'm not sure of the whole scope of what you want this script to accomplish, but here's a function using PHP and netPBM to make a thumbnail of a jpeg or gif file.
/*
* The thumbnail function uses the pnmscale program from
* the popular Netpbm image manipulation tools package
* to create a thumbnail of the given image. If a thumbnail
* already exists for the image, the function simply returns.
*/
function thumbnail($filename, $album) {
global $theight;
/* Define where to find the various external binaries we need */
$djpeg = "/path/to/netpbm/jpegtopnm"; /* decompresses a jpeg to ppm */
$cjpeg = "/path/to/netpbm/ppmtojpeg"; /* compreses a ppm to jpeg format */
$pnmscale = "/path/to/netpbm/pnmscale"; /* scales a ppm image */
$giftopnm = "/path/to/netpbm/giftopnm"; /* convert a gif to ppm */
$ppmtogif = "/path/to/netpbm/ppmtogif"; /* convert a ppm to gif */
$ppmquant = "/path/to/netpbm/ppmquant"; /* colour quantize a ppm */
Sorry people various things have sucked away my time (interesting things like helping redo the GN but none the less it has taken my time away from this project).
The major problem is that the project has lacked leadership to keep things moving in the right direction and sometimes a more organic/spaghetti organisation can work (as long as things can be kept moving) but once the momentum starts going then it is a little difficult to get it back. I'm glad to see InI has got people fired up and this could get the ball rolling.
I've got a reasonable overview of things so here is how I see things as they stand:
TP has done excellent work on the server side code the main stumbling block being the lack of GD (it was really only this that stopped us from having test games a while ago). Hopefully InI's coding efforts will defeat this problem.
Weadah was planning on first attaching a Flash interface to the server side code (based on various ideas presented during the planning stages). I can't speak for him but he should be able to make use of whatever the back end code pumps out (a HTML front end can then be developed after that).
I knocked together a HTML skeleton so that we could get TP's code tested. I haven't yet got around to uploading it to the PSPong area but now that things are moving I will (remind me again as something interesting will distract me!!). Once the GD problem has been worked around we can start using the HTML skeleton to test how things work and then if things are moving along we can then sort out the non-Flash design and go from there.
Anyway good to see this is back up and running. I'll make sure I check in here more often!!
From: Somewhere over the rainbow Insane since: Mar 2001
posted 04-06-2002 14:40
The poster has demanded we remove all his contributions, less he takes legal action.
We have done so.
Now Tyberius Prime expects him to start complaining that we removed his 'free speech' since this message will replace all of his posts, past and future.
Don't follow his example - seek real life help first.
InI: There isn't one as far as I'm aware. Weadah had already anticipated that there might be a problem with GD and that was the solution he suggested and as far as I'm aware (I'm not overly familiar with it and hadn't heard anything about it before Weadah mentioned it). I think all 3 of us got pretty busy and weren't able to give the problem the time it required to solve it - if you can then that would really get things moving again.
From: Somewhere over the rainbow Insane since: Mar 2001
posted 04-06-2002 17:24
The poster has demanded we remove all his contributions, less he takes legal action.
We have done so.
Now Tyberius Prime expects him to start complaining that we removed his 'free speech' since this message will replace all of his posts, past and future.
Don't follow his example - seek real life help first.
Tyberius Prime
Paranoid (IV) Mad Scientist with Finglongers
From: Germany Insane since: Sep 2001
posted 04-06-2002 17:41
the problem with netPBM was... nobody had time to even try it :-)
Downloaded it, and then came along things that sucked up my time like nothing...
And, I think you're right, it would be too heavy on the server, in the long run.