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

Author Topic: New website  (Read 47790 times)

0 Members and 1 Guest are viewing this topic.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: New website
« Reply #60 on: May 06, 2013, 11:58:21 am »
Quote
The new forum bar looks pretty cool, too -- I like the combination of green and blue
Thanks. It's not finished, I'll try to make it even better.
Laurent Gomila - SFML developer

Tank

  • SFML Team
  • Hero Member
  • *****
  • Posts: 1486
    • View Profile
    • Blog
    • Email
Re: New website
« Reply #61 on: May 06, 2013, 12:26:25 pm »
Will you use a blue bar on the website too? ;) I like it much better than everything in green.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: New website
« Reply #62 on: May 06, 2013, 01:03:29 pm »
Quote
Will you use a blue bar on the website too?  I like it much better than everything in green.
Just the bar? Or replace every green thing with blue? :P
Laurent Gomila - SFML developer

Tank

  • SFML Team
  • Hero Member
  • *****
  • Posts: 1486
    • View Profile
    • Blog
    • Email
Re: New website
« Reply #63 on: May 06, 2013, 03:34:34 pm »
I guess only the bar -- the green itself looks nice, it's just, well, everywhere. ;) It's especially a nice contrast to the logo in my opinion.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: New website
« Reply #64 on: May 06, 2013, 03:36:13 pm »
Ok, I'll try that at home.
Laurent Gomila - SFML developer

eigenbom

  • Full Member
  • ***
  • Posts: 228
    • View Profile
Re: New website
« Reply #65 on: May 07, 2013, 12:46:28 am »
Quote
Yeah, you need a much nicer 403 and 404 message
Like what?

See e.g., http://python.org/333, which prints:

Quote
The URL you requested was not found on this server.
Try our home page(link), or our search engines(link) - or use one of the other links on the left hand navigation.

So you just need a line to tell the user how to resolve the error, e.g., by going to the main page.

Also I found a good reference, from http://alistapart.com/article/perfect404: a 404 should have:
- A link to the site map (if you have one) and the home page.  This is the easiest way for users to bail out.
- A search box. If you have a site search, add it to your 404 page.
- A distinctly minimalist look.

And I'll leave this here for fun: https://github.com/adwdw


Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: New website
« Reply #66 on: May 07, 2013, 07:52:20 am »
Hum... I'm pretty sure people will be able to find the main menu without an explicit mention in the error message, don't you think? :P
Laurent Gomila - SFML developer

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: New website
« Reply #67 on: May 07, 2013, 04:35:05 pm »
Quote
Will you use a blue bar on the website too?
I tried your suggestion. Although the green logo on blue bar looks good, the rest of the website looks strange. I agree that green everywhere is not fun, but it still looks better.
Laurent Gomila - SFML developer

Tank

  • SFML Team
  • Hero Member
  • *****
  • Posts: 1486
    • View Profile
    • Blog
    • Email
Re: New website
« Reply #68 on: May 08, 2013, 11:51:57 am »
Okay, at least it was worth a try. :)

massive_potato

  • Newbie
  • *
  • Posts: 37
    • View Profile
Re: New website
« Reply #69 on: May 08, 2013, 06:40:06 pm »
In the tutorial on Transforms, the word 'positioned' has an extra n.

Quote
By default, entities are positionned relatively to their top-left corner; we'll see later how to change that with the 'origin' property.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: New website
« Reply #70 on: May 08, 2013, 08:02:56 pm »
Quote
In the tutorial on Transforms, the word 'positioned' has an extra n.
Thanks, it's fixed.
Laurent Gomila - SFML developer

massive_potato

  • Newbie
  • *
  • Posts: 37
    • View Profile
Re: New website
« Reply #71 on: May 10, 2013, 07:14:02 pm »
Quote
By default, the sprite is positionned/rotated/scaled relatively to its top-left corner, because it is the local point (0, 0). But if we change the origin to be (5, 5), the sprite will be positionned/rotated/scaled around its center instead.

Positioned is spelled wrong in the documentation on the Transformable class.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: New website
« Reply #72 on: May 11, 2013, 08:49:41 am »
Thank you.
Laurent Gomila - SFML developer

iride

  • Jr. Member
  • **
  • Posts: 88
    • View Profile
    • Email
Re: New website
« Reply #73 on: May 22, 2013, 04:08:47 am »
Typo in the network packet tutorial.

Quote
"Otherwise bas things may happen, like reading incomplete variables, or ignoring useful bytes."

bas -> bad

« Last Edit: May 22, 2013, 04:20:50 am by iride »

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: New website
« Reply #74 on: May 22, 2013, 07:55:17 am »
Thanks.
Laurent Gomila - SFML developer

 

anything