Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: New website  (Read 47742 times)

0 Members and 2 Guests are viewing this topic.

Cornstalks

  • Full Member
  • ***
  • Posts: 180
    • View Profile
    • My Website
Re: New website
« Reply #45 on: May 02, 2013, 10:44:42 pm »
Also, I think the very first paragraph on the home page should say:

"SFML (Simple and Fast Multimedia Library) provides a simple interface to the various components of your PC..." (the underlined part being the new part)

Just so the full name is easy to see and understand.

fstream

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: New website
« Reply #46 on: May 03, 2013, 12:18:49 am »
Quote
Bug: It relies on the browser's default styles having a white background.
I'll fix it this evening.
Great, I noticed this was fixed! However, new bug I noticed now:
<h2>, <pre> and class="title" relies on the browser's default styles having black text :D

http://www.hashcookie.net/uploads/3334adba1c_2013-05-03-000318_1134x452_scrot.png

(The <div class="title"> on the frontpage should probably be <h2>s instead)

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: New website
« Reply #47 on: May 03, 2013, 01:39:47 pm »
Quote
<h2>, <pre> and class="title" relies on the browser's default styles having black text
Fixed.
Laurent Gomila - SFML developer

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: New website
« Reply #48 on: May 05, 2013, 03:14:54 pm »
I've done some changes:

- Doxygen Javascript bug is fixed (inheritance diagrams in API documentation)
- I've added a "back to top" button on the right side of every h2 title (tutorials only)
- Every h2 title has a unique id that can be used as an anchor (tutorials only)
- I've changed the title of the home page to be "Simple and Fast Multimedia Library" (that was a quick fix, I'll try to put an additional paragraph instead, as suggested) (and the meaning of SFML may also appear directly in the logo, too)
- Fixed all the reported CSS bugs

More important changes (adding sections, redesigning the menu) will come later.

More feedback is still welcome ;)
« Last Edit: May 05, 2013, 04:46:30 pm by Laurent »
Laurent Gomila - SFML developer

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10819
    • View Profile
    • development blog
    • Email
Re: New website
« Reply #49 on: May 05, 2013, 03:35:57 pm »
- Fixed all the CSS bugs
Nope, though I think it hasn't been reported yet.
If you switch between License and Home or Download, you'll notice that on the License site the whole page, will get slightly pushed to the right.
My guess is the <pre> block being too big and thus forcing the parent containers to get bigger as well.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: New website
« Reply #50 on: May 05, 2013, 04:48:23 pm »
I can't reproduce this. Isn't it just because the vertical scrollbar appears on some pages (and thus pushes everything to the left) and not on others? :P
Laurent Gomila - SFML developer

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10819
    • View Profile
    • development blog
    • Email
Re: New website
« Reply #51 on: May 05, 2013, 07:57:04 pm »
Isn't it just because the vertical scrollbar appears on some pages (and thus pushes everything to the left) and not on others? :P
Now that you say it... ;D
Yeah it exists on the home and license page, since they add a scrollbar.

Dang now I need a bigger screen. :P
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: New website
« Reply #52 on: May 05, 2013, 08:26:18 pm »
You can't imagine how many precious minutes I wasted, trying to fix this "bug" while developing the website ;D
Laurent Gomila - SFML developer

The Terminator

  • Full Member
  • ***
  • Posts: 224
  • Windows and Mac C++ Developer
    • View Profile
Re: New website
« Reply #53 on: May 05, 2013, 09:43:08 pm »
I have a bug to report. Whenever you search up sfml tutorials and click on the URL: www.sfml-dev.org/tutorials I get a forbidden access error. I'm on my iPhone right now so I don't know if it's an iOS related problem.
Current Projects:
Technoport

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10819
    • View Profile
    • development blog
    • Email
Re: New website
« Reply #54 on: May 05, 2013, 09:50:17 pm »
The URL has changed to tutorials.php
I guess the search engines have to catch up first. One could also implement a redirect in the .htaccess file, so the engines would directly know where the content moved to...
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

JayArby

  • Jr. Member
  • **
  • Posts: 68
    • View Profile
Re: New website
« Reply #55 on: May 05, 2013, 10:38:29 pm »
The new site looks great!  8)

eigenbom

  • Full Member
  • ***
  • Posts: 228
    • View Profile
Re: New website
« Reply #56 on: May 06, 2013, 12:58:41 am »
I have a bug to report. Whenever you search up sfml tutorials and click on the URL: www.sfml-dev.org/tutorials I get a forbidden access error. I'm on my iPhone right now so I don't know if it's an iOS related problem.

Yeah, you need a much nicer 403 and 404 message. :)

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: New website
« Reply #57 on: May 06, 2013, 07:45:54 am »
Quote
Yeah, you need a much nicer 403 and 404 message
Like what?
Laurent Gomila - SFML developer

hayer

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
Re: New website
« Reply #58 on: May 06, 2013, 09:03:10 am »
Just dropping by to say that I love the new look, and the site feels more modern now than the previous version.
Great work  :D

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
Re: New website
« Reply #59 on: May 06, 2013, 11:49:20 am »
The new forum bar looks pretty cool, too -- I like the combination of green and blue :)
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development: