Author Topic: Regarding the Code::Blocks homepage design contest  (Read 95730 times)

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Regarding the Code::Blocks homepage design contest
« Reply #60 on: July 06, 2005, 08:15:00 pm »
Beautiful :) I go for "C". And nice xhtml in there :D No javascript, no fuzzy stuff, just plain ol' xhtml. Congratulations!

per_eckerdal

  • Guest
Regarding the Code::Blocks homepage design contest
« Reply #61 on: July 06, 2005, 09:13:54 pm »
I'm creating a PHP system for the site (It is *really* *primitive*, but I don't think more is needed. I've done the URL's so that it's easy to change, though), and when creating the screenshots page, I thought that it would be cool with some more screenshots than the current site has. (For showing some more of the windows). I have taken some in windows, but I don't have Code::Blocks for Linux, so if someone could take some..?
/Per Eckerdal

per_eckerdal

  • Guest
Regarding the Code::Blocks homepage design contest
« Reply #62 on: July 07, 2005, 06:47:13 am »
For the news system:
Which database should be used? MySQL 3, 4 or SQLite?
(I think not using a database for the news system would be very inappropriate)
/Per Eckerdal

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Regarding the Code::Blocks homepage design contest
« Reply #63 on: July 07, 2005, 09:48:58 am »
Quote
I have taken some in windows, but I don't have Code::Blocks for Linux, so if someone could take some..?

I will post some links for you later today.

Quote
For the news system:
Which database should be used? MySQL 3, 4 or SQLite?

MySQL 4 is what most hosting companies provide.

Thanks a lot Per,
Yiannis.
Be patient!
This bug will be fixed soon...

per_eckerdal

  • Guest
Regarding the Code::Blocks homepage design contest
« Reply #64 on: July 07, 2005, 11:23:02 am »
Okay.
Just to be sure, I've done a simple wrapper interface (db_query instead of mysqli_query) to be able to switch easily.

My current system uses .htaccess files for pretty URLs. Is that possible?
/Per Eckerdal

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Regarding the Code::Blocks homepage design contest
« Reply #65 on: July 07, 2005, 11:49:59 am »
Quote
My current system uses .htaccess files for pretty URLs. Is that possible?

Sure it is.

Yiannis.
Be patient!
This bug will be fixed soon...

per_eckerdal

  • Guest
Regarding the Code::Blocks homepage design contest
« Reply #66 on: July 07, 2005, 02:39:44 pm »
Oh, sorry if I was being unclear. :( I meant to ask if it is common that web hosting companies allow .htaccess files.

Whatever,

The PHP system is slowly reaching a more mature state. The main things that are left to do now are the handbook, the faq, a phpBB theme and the web administration tools.

The question I have now is about how users should be able to comment the news items. I see these possibilities:

Using a custom comment system:
1. The user just enters a nick, without password or anything.
2. I create a separate login system.
3. I create a separate login system, but use the phpBB login information. (You would have to login on two places: the forum and the main site)
4. I use the phpBB login system straight off (dunno how to do it, but it should be possible?  :wink:)

Using phpBB:
5. For every news item, a new thread is created in a special "news discussion" forum, letting users communicate and login just as in the other parts of the forum.

What do you think?
/Per Eckerdal

BTW: If you're curious what I'm doing, I have made my local apache server available though dyndns: http://mellan.dyndns.org/codeblocks/. But don't be surprised if it's down or doesn't work: It is my working copy after all..

Note that it for some reason takes 2-3 sec to connect to my mysql server, so the pages using the db are pretty slow.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Regarding the Code::Blocks homepage design contest
« Reply #67 on: July 07, 2005, 03:33:41 pm »
Quote from: per_eckerdal
Oh, sorry if I was being unclear. :( I meant to ask if it is common that web hosting companies allow .htaccess files.

No, I understood you alright :)
Our host allows it as most do (at least that's what I found out when searching for hosts).

Quote from: per_eckerdal
The question I have now is about how users should be able to comment the news items. I see these possibilities:

Using a custom comment system:
1. The user just enters a nick, without password or anything.

This should be enough. No need to complicate things or else we 'd end up with a complete CMS ;)

Quote from: per_eckerdal
BTW: If you're curious what I'm doing, I have made my local apache server available though dyndns: http://mellan.dyndns.org/codeblocks/. But don't be surprised if it's down or doesn't work: It is my working copy after all..

Note that it for some reason takes 2-3 sec to connect to my mysql server, so the pages using the db are pretty slow.

Very nice :D

I have a comment regarding your phpBB-related questions.
It's not certain that we 'll keep using it...
If we change the site (thanks to you :) ), we might move to a newer/better forum system.
I 'll say it again: nothing's certain yet, regarding the forums. We might go with phpBB or we might choose to switch.
For example, I was recently evaluating SimpleMachines...

Yiannis.
Be patient!
This bug will be fixed soon...

per_eckerdal

  • Guest
Regarding the Code::Blocks homepage design contest
« Reply #68 on: July 07, 2005, 04:32:24 pm »
Now the FAQ system is done. (Just the system, not the questions. I save that work until the admin interface is done..) The next thing I'm going to attack is the handbook.

I don't know what you think, but I don't think it's very comphrehensive nor very well-structured. (At least not as good as it could get..)

Do you think it's okay if I restructure it to a more http://www.crystalspace3d.org/docs/online/manual/cs_toc.phpish structure (sorry, bad example, you get the picture: tree) and the source as XML? (to be able to convert it to XSL:FO=>PDF, HTML, chunked HTML and so on without much hassle)
/Per Eckerdal

per_eckerdal

  • Guest
Regarding the Code::Blocks homepage design contest
« Reply #69 on: July 07, 2005, 05:00:23 pm »
Here is what it's going to be: (kindof, the CSS is a little weird because I used it for another text before)
http://www.shell.linux.se/edev/texts/codeblockshb/text.xml
/Per Eckerdal

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Regarding the Code::Blocks homepage design contest
« Reply #70 on: July 07, 2005, 05:28:01 pm »
It looks good!

There are some inaccuracies in the handbook, but these can be fixed later. Now it's only matter of adding screenshots to the descriptions, and voila! :)

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Regarding the Code::Blocks homepage design contest
« Reply #71 on: July 07, 2005, 05:43:21 pm »
Quote from: per_eckerdal
.. If you're curious what I'm doing ... http://mellan.dyndns.org/codeblocks/


hello per
what i don't like in your design, is the fixed width of the layout.
On my 1280x1024 screen, a third of the available screen area is wasted on the left and the right side as blank vertical stripes.
i would prefer a layout which dynamically uses the available width of the browser window.

but i also think it looks really good and professional,
continue your good work

tiwag

Offline Profic

  • Multiple posting newcomer
  • *
  • Posts: 56
Regarding the Code::Blocks homepage design contest
« Reply #72 on: July 07, 2005, 05:53:58 pm »
tiwag, you might need to look at http://mellan.dyndns.org/codeblocks/help/ :)
Not fear, nor tears can reach me now, the light seems so clear as the night fades away (c) Tristania - Beyond The Veil

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Regarding the Code::Blocks homepage design contest
« Reply #73 on: July 07, 2005, 05:54:14 pm »
@tiwag: it seems you haven't read the previous posts. Click on the two vertical sidebars at the bottom right, which are like "| |", and it will toggle to full width ;)

@per: Yes, I like the handbook!

Yiannis.
Be patient!
This bug will be fixed soon...

per_eckerdal

  • Guest
Regarding the Code::Blocks homepage design contest
« Reply #74 on: July 07, 2005, 05:56:32 pm »
Take a look at the two (or one in IE) links on the right side of the footer: the | | (|< >| in IE) icon toggles between fixed and fluid width layout.

Why I chose a fixed layout is that screens are harder to read, you must either have large row distance or narrow width (or, like what I've done here: a combination).

The higher resolution, the harder it is to read, and the smaller is the width of the page, so I find fixed-width web pages quite natural because it keeps the readability quite constant.
/Per Eckerdal

EDIT: Hehe, three answers so fast..  :D