Latest Posts

Topic: New Website Design

wl-zocker

Joined: 2011-12-30, 17:37
Posts: 495
Ranking
Tribe Member
Location: Germany
Posted at: 2012-03-28, 14:02

I have quite a big resolution (1600x900) and I do not think that the header is too empty. I would rather be bothered by a not-used right margin.

I do not think that the landscape fits with the bright background as it is, maybe it should be brighter. The background looks really good, it is friendlier and warmer than the current one.

The introduction is already very well, you should maybe only put some non-breaking spaces like that: "Settlers I & II™ (© Bluebyte)". I do not like when the new line starts with "& II", but that is just for good-looking.


"Only few people know how much one has to know in order to know how little one knows." - Werner Heisenberg

Top Quote
Shevonar

Topic Opener
Joined: 2011-09-05, 21:28
Posts: 136
Ranking
At home in WL-forums
Posted at: 2012-03-28, 14:24

but that is just for good-looking

That's all what a new design is for, isn't it? face-smile.png I will change that.

I also don't really like it with the landscape. I will remove it until we either get a better image or decide to leave it empty.


Top Quote
Shevonar

Topic Opener
Joined: 2011-09-05, 21:28
Posts: 136
Ranking
At home in WL-forums
Posted at: 2012-03-28, 20:12

Short summary of today changes:

  • added non-breaking spaces (thanks wl-zocker)
  • improved search form (placeholder text)
  • changed doctype to HTML5; website is now valid HTML5 and CSS3
  • fixed small bug in Internet Explorer 7

Top Quote
Shevonar

Topic Opener
Joined: 2011-09-05, 21:28
Posts: 136
Ranking
At home in WL-forums
Posted at: 2012-03-29, 01:43

Some progress again: I now have a working copy of the website with the new design. It runs on another port on the same server: http://shevonar.ddns.info:8000. Currently only the main page works, everything else looks strange because I have not yet worked on it.

I also created a bazaar branch, so everyone in the widelands-dev team can and is invited to participate face-smile.png


Top Quote
Nasenbaer
Avatar
Joined: 2009-02-21, 18:17
Posts: 828
Ranking
One Elder of Players
Location: Germany
Posted at: 2012-03-29, 16:22

Hey Shevonar :),

I have to say: the design was good before, but gets even better with almost every change you do. Very good work!

For all the others: the test website at http://shevonar.ddns.info:8000/ seems to be work in progress - I F5 the side every 20-60 minutes to check what has been changed lately face-wink.png

Concerning the newest changes: the integrated login box and the placeholder texts in the login boxes and the search box are great and give the possibility to have even less text in there without loss of functionality. However concerning this, I think there was a discussion about security when sending passwords between Janus and SirVer (or someone else??) - I am not quite sure, but I think they initially removed the integrated login box to ensure, that users switch to the https:// side for login to have a secure ssl connection for password transmission. The way it is now in your design would allow a http:// login request - personally I don't see a big problem there, but better try to ask one of them whether I remember the discussion correctly and whether an integrated login is useful. Maybe it would even be possible to put the whole side on https.

AND: Am I right, that the placeholder text for the password is not shown because it would show "****" anyways?

Keep on the good work! face-smile.png


Top Quote
Shevonar

Topic Opener
Joined: 2011-09-05, 21:28
Posts: 136
Ranking
At home in WL-forums
Posted at: 2012-03-29, 16:49

I F5 the side every 20-60 minutes to check what has been changed lately

I have to learn for an exam and in learning pauses I work on the website face-wink.png

I see your point. It is no problem to remove the direct login again, but the extra click always annoyed me. Also on the current website Google Chrome complains about some "insecure resources" on the login site. A complete https:// website sounds like a nice solution.

AND: Am I right, that the placeholder text for the password is not shown because it would show "****" anyways?

A HTML5 placeholder would show "Password" but since I have to use javascript to get a placeholder-like behavior in older browsers the placeholder text is written into the password field and then it shows "********". But I think it is clear enough what you have to enter there face-wink.png


Top Quote
SirVer

Joined: 2009-02-19, 15:18
Posts: 1445
Ranking
One Elder of Players
Location: Germany - Munich
Posted at: 2012-03-29, 17:04

Putting the complete website under https will put a lot of strain on the server. That is why it wasn't done it is unwise to do it in the future.

Forget the most important thing: The new site looks gorgeous. I like the lighter background a lot.

Edited: 2012-03-29, 17:05

Top Quote
Shevonar

Topic Opener
Joined: 2011-09-05, 21:28
Posts: 136
Ranking
At home in WL-forums
Posted at: 2012-03-29, 17:32

So do you think I should remove the direct login form and only show a link to the https site? Or keep it as is? Or maybe put an additional link to the secure login for those who care?


Top Quote
SirVer

Joined: 2009-02-19, 15:18
Posts: 1445
Ranking
One Elder of Players
Location: Germany - Munich
Posted at: 2012-03-30, 09:48

You should add a direct link to the login page (like it is currently implemented). Leaving the users a choice is a bad idea: non technically inclined users will just login without any idea what the security risk is. And frankly: it should not be their problem.

The ideal solution would be to have the whole site also available on SSL, but as mentioned, our machine can't handle the load - it is already quite strained on memory.


Top Quote
gamag

Joined: 2012-01-05, 18:27
Posts: 15
Ranking
Pry about Widelands
Location: Switzerland
Posted at: 2012-03-30, 19:21

Very nice work, Shenovar!

If you would put the SSH address directly in the form tag, (like facebook does), only a man-in-the-middle (http://en.wikipedia.org/wiki/Man-in-the-middle_attack) can get the password by modifying the normal http page, the password will be sent encrypted.


Top Quote