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

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Regarding the Code::Blocks homepage design contest
« Reply #75 on: July 07, 2005, 06:05:51 pm »
thanks @all
i obviously missed that info ;-)

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Regarding the Code::Blocks homepage design contest
« Reply #76 on: July 07, 2005, 06:43:41 pm »
Well I don't like that "click in obscure part of the bottom of the webpage - that is not visible at first sight anyway - to fix the display" thingy. It's completely anti-user friendly.

Also, if you choose a "fluid design", look at what happens when the display is getting narrowed. Pictures overflow.

I mean, a simple three-column table layout would get rid of the problem. I'm not saying you must use 1,000 recursive tables (which i'm against, btw). Just one table, the rest can be divs.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Regarding the Code::Blocks homepage design contest
« Reply #77 on: July 07, 2005, 06:55:08 pm »
I disagree with the use of tables. "Tables Are Evil And Slow (tm)" :)
Though, I agree it would be better to default to "full-width" layout.

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

Anonymous

  • Guest
Regarding the Code::Blocks homepage design contest
« Reply #78 on: July 07, 2005, 07:18:26 pm »
@rickg22:
Quote
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! Smile

Yes, probably, but as I said before, I don't have extremely much time, so that must be lower priority.

I'll add the pictures overflow and putting these toggle buttons at a better place (and/or changing their appearance) to my todo list.

@mandrav:
I've changed the default to fluid layout. (You'll have to remove the cookies, tho)
/Per Eckerdal

per_eckerdal

  • Guest
Regarding the Code::Blocks homepage design contest
« Reply #79 on: July 07, 2005, 07:33:53 pm »
Question: In my mozilla, the right border of the header renders very strange (somtimes, sometimes not) when having floated width and scrolling. Does the bug show up for you too?
/Per Eckerdal

per_eckerdal

  • Guest
Regarding the Code::Blocks homepage design contest
« Reply #80 on: July 07, 2005, 07:56:55 pm »
@rickg22 (at least mostly):
Where do you think I should put the toggle links? I don't know how much more visible you want them to be.. :? In the navigation bar or just larger icons?

The reason why I put them so hidden is that they aren't a required feature, just a small "extra". I don't want it to be a "click in obscure part of the bottom of the webpage - that is not visible at first sight anyway - to fix the display" thing, just a "small and unusual extra feature" thing. Making it very visible wasn't the point..
/Per Eckerdal

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Regarding the Code::Blocks homepage design contest
« Reply #81 on: July 07, 2005, 08:14:25 pm »
How about just having a liquid design with tables? It's not hard. I know, for some purists 100%-CSS is the way to go, but if it just complicates things, then a hybrid approach (tables+css) is better.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Regarding the Code::Blocks homepage design contest
« Reply #82 on: July 07, 2005, 08:34:39 pm »
Quote from: per_eckerdal
Question: In my mozilla, the right border of the header renders very strange (somtimes, sometimes not) when having floated width and scrolling. Does the bug show up for you too?
/Per Eckerdal

Firefox under linux works fine (although I experienced the slow scrolling when floating - and I have a fast computer and video card)

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

per_eckerdal

  • Guest
Regarding the Code::Blocks homepage design contest
« Reply #83 on: July 07, 2005, 08:37:02 pm »
Hehe..
I admit that I am a CSS purist  :twisted:

But I can still not see how this design would benefit from tablebased layout:
1. The overflow problem was fixed by two CSS rows (and I don't see how it would be better with tables anyways)
2. The fluid layout is set as default and works with all browser I can test with.
3. The fluid-fixed script does not in any way destroy for the default fluid design.
/Per Eckerdal

per_eckerdal

  • Guest
Regarding the Code::Blocks homepage design contest
« Reply #84 on: July 07, 2005, 08:38:03 pm »
@mandrav:
Okay. Then it's probably just something with my computer
/Per Eckerdal

per_eckerdal

  • Guest
Regarding the Code::Blocks homepage design contest
« Reply #85 on: July 08, 2005, 08:38:22 pm »
Okay.
Now it's almost finished. The things that are left to do are to add the faq questions, fix the wiki and forum links and a download section.

Do you think I just should link to the SF download page or should I create an own?

If you want to see, I have created an administration interface. It is *EXTREMELY* primitive and does only support the most common stuff, but more can be added later. If you want to do the uncommon things now you can modify the db directly (personally, I find that faster and more powerful than a web interface..)

The address is http://mellan.dyndns.org/codeblocks/admin/ and the username/pw is per/nordingra. But please don't mess up too much :wink:

There is a link in the admin interface called "error log". The 401, 403, 404 and 410 documents log here so that broken links and hack attempts can be found.
/Per Eckerdal

per_eckerdal

  • Guest
Regarding the Code::Blocks homepage design contest
« Reply #86 on: July 08, 2005, 08:49:43 pm »
One more question:
Should I remove my FAQ section and link to the WiKi instead? Or should both be used?
/Per Eckerdal

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Regarding the Code::Blocks homepage design contest
« Reply #87 on: July 08, 2005, 10:41:57 pm »
Quote
Do you think I just should link to the SF download page or should I create an own?

If it's not too much trouble, an own page would be better. Nothing fancy, 3-4 download links for the current version (core setup, full setup, SDK, source) with a small description for each (and a link to the sf files section). All in one page. As simple as possible :)

Quote
Should I remove my FAQ section and link to the WiKi instead? Or should both be used?

For now, both should be used because they currently contain out-of-sync info  :oops:

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

Offline David Perfors

  • Developer
  • Lives here!
  • *****
  • Posts: 560
Regarding the Code::Blocks homepage design contest
« Reply #88 on: July 09, 2005, 09:23:51 am »
Quote from: per_eckerdal
One more question:
Should I remove my FAQ section and link to the WiKi instead? Or should both be used?
/Per Eckerdal
I vote for linking it to the wiki, so everyone is able to add questions and answers.
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring

per_eckerdal

  • Guest
Regarding the Code::Blocks homepage design contest
« Reply #89 on: July 09, 2005, 09:58:48 am »
I agree with mispunt. The FAQ questions will need to be readded anyways..

As you can see I have almost finished the download section. Do you think it is understandable enough? I think the files need a short description though, especially the SDK, because what it is isn't 100% clear (not for me, at least.. It is for developing plugins, right?)

After this there is, AFAICT, nothing left to be done before the page can be "released" to the public.

The handbook should be reorganized (XML-wise), but that can be done later..
/Per Eckerdal