It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
If it's not too late to jump in, I'm also intrested
Post edited March 02, 2012 by kazmar
avatar
Fenixp: ...
I think you're better off using Wordpress instead of blogspot, especially if you'll want to be able to give other users the option to post entries. Another benefit is the fact that you can have addons, for code syntax highlight for example.

As for the forum, would we really use one? I mean, I can see how that would be nice at times, but not sure if it's a requirement.

The last part (nginx and Django) is sounding to me like he's telling you to code your website (backend based on Python - Django, served by nginx, an Apache alternative) which wouldn't really be practical considering the time-frame we have.
avatar
Fenixp: if someone wanted to do a pretty "game programming" banner fitting with the style of the rest if the page, feel free to do so :D
Now, I'm very definitely no graphics artist, but I thought I'd give it a shot. If someone else can do better (and I think they can), by all means go ahead.
Attachments:
banner.png (23 Kb)
avatar
Fenixp: if someone wanted to do a pretty "game programming" banner fitting with the style of the rest if the page, feel free to do so :D
avatar
Wishbone: Now, I'm very definitely no graphics artist, but I thought I'd give it a shot. If someone else can do better (and I think they can), by all means go ahead.
I really like how that turned out :D
avatar
Fenixp: So, would this format be ok?
I basically went for as simple as possible - if someone wanted to do a pretty "game programming" banner fitting with the style of the rest if the page, feel free to do so :D

Anyway, now I'd like to get phpBB forum going, or ... Any other forum software. Thing is, it's been ages since I have worked with forum software for the last time, so I'll just paste here what etb wrote me and someone help me figure it out please :D

I have no clue. None at all. And I don't want to bother etb now that he has made such a generous offer. So basically ... help? :D
I think it's better to make hay while the sun shines, instead of getting bogged down by technicalities in an effort to find the best platform right away. Choose something you're comfortable with and that lets you focus on the content (instead of having to fiddle with managing the presentation), and let's start. :) If the platform really turns out to be inferior in the end, we can always switch.
Post edited March 02, 2012 by Psyringe
avatar
Fenixp: Anyway, now I'd like to get phpBB forum going, or ... Any other forum software. Thing is, it's been ages since I have worked with forum software for the last time, so I'll just paste here what etb wrote me and someone help me figure it out please :D
phpBB is easy to set up.

At least, it must be. My friend has done it about 100 times :P
avatar
Wishbone: Now, I'm very definitely no graphics artist, but I thought I'd give it a shot. If someone else can do better (and I think they can), by all means go ahead.
Simple and pretty. Me likes.

avatar
Psyringe: ....
Don't worry, no matter what happens, we start tomorrow. I'll inform everyone who said here he'd be interested,
avatar
Fenixp: if someone wanted to do a pretty "game programming" banner fitting with the style of the rest if the page, feel free to do so :D
avatar
Wishbone: Now, I'm very definitely no graphics artist, but I thought I'd give it a shot. If someone else can do better (and I think they can), by all means go ahead.
Now, change it to white background and I'm going to ... Eh... Be really grateful to you!
Is it too late to join in? I've always been interested in learning to program things in C++ but I lacked time and motivation to actually start.

I see this as a good opportunity, so I hope I made it in time!
avatar
xiiiarcana: Is it too late to join in? I've always been interested in learning to program things in C++ but I lacked time and motivation to actually start.
We're starting tomorrow :)
avatar
CowboyBebop: ...
avatar
Kaldurenik: ...
avatar
Skunk: ...
avatar
jefequeso: ...
avatar
Aningan: ...
avatar
neophile: ...
avatar
WrathOfTheAngels: ...
avatar
Bodkin: ...
avatar
tomba4: ...
avatar
senbon: ...
avatar
Cameron: ...
avatar
xyem: ...
avatar
captfitz: ...
avatar
Psyringe: ...
avatar
kavazovangel: ...
avatar
thebum06: ...
avatar
Adzeth: ...
avatar
etb: ...
avatar
Wishbone: ...
Well, I tried to quote everyone who showed some form of interest, sorry if I forgot someone / qouted someone who didn't :D

So, we're starting tomorrow. That doesn't mean you'll have to do plenty of work tomorrow, I actually opted for 2 weeks C++ course due to ammount of people who aren't that good with it, so don't worry. Still, learning C++ and objects in 2 weeks isn't the easiest task.

Don't worry, thou; me and AndrewC are currently setting up blog AND discussion boards, so if you have any trouble or don't understand anything, feel free to ask. And I am not able to be on-line ALL the time, so I'd like to ask people who said they can code to help others on the boards as well - after all, I'd like the whole project to work like that.

I am currently writing first few blogposts on my computer and when everything is ready, I'll post a link to the blog here, so keep watching the thread!
avatar
Fenixp: Now, change it to white background and I'm going to ... Eh... Be really grateful to you!
What color foreground then?
Attachments:
banner2.png (23 Kb)
Post edited March 02, 2012 by Wishbone
avatar
Fenixp: Now, change it to white background and I'm going to ... Eh... Be really grateful to you!
avatar
Wishbone: What color foreground then?
Eh, forget it. It actually fits quite nicely with what AndrewC has done as it is currently.

I'll try the white one as well, thanks :D
Post edited March 02, 2012 by Fenixp
Here's one in the same colour as the current headline.

Edit: And just to be thorough, one that's the reverse of that.
Attachments:
banner3.png (23 Kb)
banner4.png (22 Kb)
Post edited March 02, 2012 by Wishbone
avatar
etb: 5 points in C++ I guess I would mean mastered Effective C++, More Effective C++, Effective STL and Modern C++ Design. No?
Can't vouch for the last one, but the first 3 really helped me up my game in C++.

I strongly recommend them to anyone who has already read an introduction level book and just wants to program better in C++.

avatar
Fenixp: Well when you know C# you pretty much know C++, and ESPECIALLY you know object oriented programming. But C? ... ... That's your own damn fault :D
avatar
etb: Sorry... no. C++ is much more difficult than both C and C#. I am not a teacher, so I might be biased, but I think a language like Python is better to begin.

At least you do not have to teach the difference between T, T&, T const&...
Definitely. C++ is pretty hard to use properly.

I would recommend Python or Java to hobbyists.

avatar
Fenixp: And I completely agree. But teaching C++ someone who previously worked with C# is far easier than teaching C++ someone who previously worked with C, that's where I'm coming from.
avatar
Wishbone: I disagree. C++ requires much more programming discipline than C#, and somewhat less discipline than standard C. That said, for game programming C++ is probably the best choice, at least if you care about portability and performance. But it does demand more of the programmer than for instance C# does.
Not really. It's easier to shoot yourself in the foot in C++ than in C.

There is a lot more implicit stuff happening under the hood and literally piles of "omg, I didn't think about this particular case... this is messed up" scenarios.
Post edited March 02, 2012 by Magnitus