Jump to page: 1 214  
Page
Thread overview
Redesign of dlang.org
Dec 19, 2015
Jacob Carlborg
Dec 19, 2015
BLM768
Dec 19, 2015
JohnCK
Dec 19, 2015
Jacob Carlborg
Dec 19, 2015
Basile B.
Dec 19, 2015
Jacob Carlborg
Dec 19, 2015
JohnCK
Dec 20, 2015
wobbles
Dec 20, 2015
Jacob Carlborg
Dec 20, 2015
Andrej Mitrovic
Dec 20, 2015
Iain Buclaw
Dec 21, 2015
JohnCK
Dec 21, 2015
Jacob Carlborg
Dec 19, 2015
Jimmy Cao
Dec 19, 2015
Guillaume Piolat
Dec 19, 2015
Andrej Mitrovic
Dec 19, 2015
Adrian Matoga
Dec 19, 2015
Tanel Tagaväli
Dec 20, 2015
Jacob Carlborg
Dec 20, 2015
Jakob Jenkov
Dec 20, 2015
Jimmy Cao
Dec 20, 2015
Jacob Carlborg
Dec 20, 2015
Charles
Dec 20, 2015
Jacob Carlborg
Dec 21, 2015
Vladimir Panteleev
Dec 21, 2015
Sean Campbell
Dec 21, 2015
Jacob Carlborg
Dec 21, 2015
Jacob Carlborg
Dec 21, 2015
JohnCK
Dec 21, 2015
wobbles
Dec 21, 2015
Jacob Carlborg
Dec 20, 2015
Suliman
Dec 20, 2015
rsw0x
Dec 20, 2015
Saurabh Das
Dec 21, 2015
Adam Wilson
Dec 21, 2015
Andrea Fontana
Dec 21, 2015
Jacob Carlborg
Dec 21, 2015
earthfront
Dec 21, 2015
Misu
Dec 21, 2015
anonymous
Dec 21, 2015
anonymous
Dec 21, 2015
Adam D. Ruppe
Dec 21, 2015
BLM768
Dec 21, 2015
Adam D. Ruppe
Dec 21, 2015
Jacob Carlborg
Dec 21, 2015
wobbles
Dec 21, 2015
Adam D. Ruppe
Dec 21, 2015
Jack Stouffer
Dec 21, 2015
Charles
Dec 21, 2015
Sebastiaan Koppe
Dec 22, 2015
Jacob Carlborg
Dec 22, 2015
Jack Stouffer
Dec 22, 2015
Meta
Dec 22, 2015
Adam D. Ruppe
Dec 22, 2015
Adam D. Ruppe
Dec 22, 2015
Jacob Carlborg
Dec 23, 2015
deadalnix
Dec 23, 2015
wobbles
Dec 24, 2015
Thomas Mader
Dec 24, 2015
Thomas Mader
Jan 06, 2016
welkam
Jan 06, 2016
Jacob Carlborg
Jan 07, 2016
welkam
Jan 07, 2016
mate
Jan 07, 2016
Yazan D
Jan 07, 2016
welkam
Jan 07, 2016
Yazan D
Jan 06, 2016
deadalnix
Jan 06, 2016
Adam D. Ruppe
Dec 21, 2015
Adam D. Ruppe
Dec 21, 2015
JohnCK
Dec 21, 2015
Adam D. Ruppe
Dec 21, 2015
JohnCK
Dec 21, 2015
anonymous
Dec 21, 2015
Adam D. Ruppe
Dec 21, 2015
anonymous
Dec 21, 2015
Bubbasaur
Dec 21, 2015
Adam D. Ruppe
Dec 21, 2015
Jacob Carlborg
Dec 21, 2015
Guillaume Piolat
Dec 24, 2015
anonymous
Dec 25, 2015
Jacob Carlborg
Dec 25, 2015
anonymous
Dec 25, 2015
Charles
Dec 26, 2015
Jacob Carlborg
Dec 26, 2015
anonymous
Dec 26, 2015
Jacob Carlborg
Dec 27, 2015
anonymous
Dec 27, 2015
Jacob Carlborg
Dec 27, 2015
anonymous
Dec 29, 2015
Jacob Carlborg
Dec 21, 2015
Dmitry
Dec 21, 2015
Bubbasaur
Dec 22, 2015
Dmitry
Dec 22, 2015
Dmitry
Dec 22, 2015
Charles
Dec 22, 2015
Dmitry
Dec 22, 2015
anonymous
Dec 22, 2015
Charles
Dec 22, 2015
Adam D. Ruppe
Dec 22, 2015
Dmitry
Dec 22, 2015
anonymous
about visitors
Dec 30, 2015
crimaniak
Jan 06, 2016
welkam
Jan 06, 2016
anonymous
Jan 06, 2016
welkam
Jan 07, 2016
Bastiaan Veelo
Jan 07, 2016
anonymous
Jan 07, 2016
Bastiaan Veelo
Jan 07, 2016
anonymous
Jan 07, 2016
Bastiaan Veelo
Jan 07, 2016
anonymous
Jan 07, 2016
welkam
Jan 07, 2016
anonymous
Jan 07, 2016
welkam
Jan 07, 2016
Jacob Carlborg
Jan 07, 2016
anonymous
Jan 07, 2016
anonymous
December 19, 2015
Here's another thread about redesign of dlang.org. I'm creating this thread because of a couple other threads recently created [1] [2].

The redesign was made by Ivan Smirnov in the beginning of this year. I've helped out a bit with suggestions but he has made all the work. I'm making it available [3] now because I can't get in contact with him anymore and I think that it would be sad to see his work go to waste.

The redesign is just a mock of the start page and a Phobos documentation page. No Ddoc, vibe.d or similar is used. Only HTML, JavaScript and Less (CSS). It's not a functioning site, it's only to show the design.

A few things are working:

On the start page:

* The "Show example" link on the start page in the "Static type inference" section

* The "Documentation -> Standard Library" link in the top menu. This is the link to the mock of the Phobos documentation page

On the Phobos documentation page:

* The plus button in the first documented symbol
* The "ForeachType" cross-reference link
* The "isIterable" cross-reference link in the constraint
* The "isNarrowString" cross-reference link in the constraint
* The "isInfinite" cross-reference link in the constraint

On the Phobos doc page, for each symbol it will show the signature. The template constraint will be on a separate line in a different color, moving the focus to the important parts of the signature. Cross-reference links will open a popover with the documentation of the referenced symbol.

By default only the summary is shown for a symbol. The rest of the documentation is hidden in a collapsible section (the plus button).

Thoughts?

[1] http://forum.dlang.org/thread/ejpuwwlutklvlozyfnqy@forum.dlang.org
[2] http://forum.dlang.org/thread/fdbnecqbemseocwzghxw@forum.dlang.org
[3] http://www.googledrive.com/host/0B7UtafxGD9vESlB3aFBxcjNPOXM

-- 
/Jacob Carlborg
December 19, 2015
On Saturday, 19 December 2015 at 14:33:35 UTC, Jacob Carlborg wrote:
> Thoughts?

The template constraints being on their own line is a nice touch.

Overall, the design looks very clean-cut. The only real issue I see is that it could use a bit more contrast. Those light gray lines fade into the background just a bit too much.
December 19, 2015
On Saturday, 19 December 2015 at 14:33:35 UTC, Jacob Carlborg wrote:
> ... I'm making it available [3] now...
> [3] http://www.googledrive.com/host/0B7UtafxGD9vESlB3aFBxcjNPOXM

Can we see this without sign in?

JohnCK.




December 19, 2015
On Saturday, 19 December 2015 at 14:33:35 UTC, Jacob Carlborg wrote:
> [3] http://www.googledrive.com/host/0B7UtafxGD9vESlB3aFBxcjNPOXM

This looks incredible.  I think the layout is a huge improvement from the existing one.

I do wish there were a one-click link to the forums on the navigation-bar, instead of a Community dropdown.  I personally do not like dropdown menus in navigation bars like that.  I'd rather only the most important pages be available there as direct links.
December 19, 2015
On Saturday, 19 December 2015 at 14:33:35 UTC, Jacob Carlborg wrote:
> Thoughts?

Miles ahead of what we have now.
Not only looking good, it's also better on mobile and easier to navigate.

December 19, 2015
On 12/19/15, Jacob Carlborg via Digitalmars-d <digitalmars-d@puremagic.com> wrote:
> Here's another thread about redesign of dlang.org. I'm creating this thread because of a couple other threads recently created [1] [2].
>
> The redesign was made by Ivan Smirnov in the beginning of this year. I've helped out a bit with suggestions but he has made all the work. I'm making it available [3] now because I can't get in contact with him anymore and I think that it would be sad to see his work go to waste.

Looks incredible!
December 19, 2015
On Saturday, 19 December 2015 at 14:33:35 UTC, Jacob Carlborg wrote:
> Thoughts?

Excellent, both for increasing the apparent brand value for newcomers and for reducing frustration of existing users. Minimalistic, modern, professional and consistent look & feel, easy to read and navigate - even at the very first sight at the main site one can instantly find what they're looking for.

December 19, 2015
On 2015-12-19 18:12, JohnCK wrote:

> Can we see this without sign in?

Should be accessible.

-- 
/Jacob Carlborg
December 19, 2015
On Saturday, 19 December 2015 at 14:33:35 UTC, Jacob Carlborg wrote:
> Thoughts?

I love it.
Especially the navigation bar being horizontal and absolutely positioned.
Once I have the time, I could help work on this.
December 19, 2015
On Saturday, 19 December 2015 at 20:55:51 UTC, Jacob Carlborg wrote:
> On 2015-12-19 18:12, JohnCK wrote:
>
>> Can we see this without sign in?
>
> Should be accessible.

No, I do not see it either.
« First   ‹ Prev
1 2 3 4 5 6 7 8 9 10 11