Re: Please help me add the "bootcamp" keyword

2016-10-13 Thread Jonathan M Davis via Digitalmars-d
On Thursday, October 13, 2016 20:43:42 Andrei Alexandrescu via Digitalmars-d wrote: > jmh530 wrote: > > Why not introduce a Difficulty indicator to accompany Importance? > > Bootcamp could be like the equivalent of a 2 out of 5. > > Simple has its advantages. Also, rating bugs for difficulty can

Re: Please help me add the "bootcamp" keyword

2016-10-13 Thread Andrei Alexandrescu via Digitalmars-d
jmh530 wrote: > On Thursday, 13 October 2016 at 20:06:27 UTC, Andrei Alexandrescu > wrote: >> Hello, I've added the "bootcamp" keyword to >> http://issues.dlang.org to indicate issues that are eligible by >> "n00bs", i.e. new members of the Foundation who are fixing some >> bugs while gaining

Re: Please help me add the "bootcamp" keyword

2016-10-13 Thread jmh530 via Digitalmars-d
On Thursday, 13 October 2016 at 20:06:27 UTC, Andrei Alexandrescu wrote: Hello, I've added the "bootcamp" keyword to http://issues.dlang.org to indicate issues that are eligible by "n00bs", i.e. new members of the Foundation who are fixing some bugs while gaining fluency with the language and t

Please help me add the "bootcamp" keyword

2016-10-13 Thread Andrei Alexandrescu via Digitalmars-d
Hello, I've added the "bootcamp" keyword to http://issues.dlang.org to indicate issues that are eligible by "n00bs", i.e. new members of the Foundation who are fixing some bugs while gaining fluency with the language and toolchain. A "bootcamp" bug should be simple but not too simple. The swee

Re: Please help me with a linker error?

2015-06-10 Thread Jacob Carlborg via Digitalmars-d
chines I have access to. Could anyone please help me elucidate what's going on? Could there be an issue with "extern (Windows)" on top? -- /Jacob Carlborg

Please help me with a linker error?

2015-06-10 Thread Andrei Alexandrescu via Digitalmars-d
On https://github.com/D-Programming-Language/phobos/pull/3398, there are link-time errors on a few 32-bit builds: https://auto-tester.puremagic.com/pull-history.ghtml?projectid=1&repoid=3&pullid=3398 I can't reproduce them on the machines I have access to. Could anyone p

Re: Please help me with improving dlang.org

2015-01-19 Thread DaveG via Digitalmars-d
On Tuesday, 20 January 2015 at 01:49:45 UTC, Mike Parker wrote: Fork first, clone your fork, create a new branch, make changes, push to your fork, create a PR from the new branch [1]. As I learned on my first PR, you'll want to create separate branches for each unrelated change. Once you submi

Re: Please help me with improving dlang.org

2015-01-19 Thread Mike Parker via Digitalmars-d
On 1/20/2015 5:21 AM, DaveG wrote: On Monday, 19 January 2015 at 18:46:24 UTC, Andrei Alexandrescu wrote: Should we pull my stuff so the others come on top of it? I'm new to git (and github) so I don't know the process. I just cloned your branch locally and have been working off that. I assum

Re: Please help me with improving dlang.org

2015-01-19 Thread DaveG via Digitalmars-d
On Monday, 19 January 2015 at 18:46:24 UTC, Andrei Alexandrescu wrote: Should we pull my stuff so the others come on top of it? I'm new to git (and github) so I don't know the process. I just cloned your branch locally and have been working off that. I assume I can fork master and push my cha

Re: Please help me with improving dlang.org

2015-01-19 Thread weaselcat via Digitalmars-d
On Monday, 19 January 2015 at 19:47:25 UTC, Jacob Carlborg wrote: On 2015-01-19 18:00, DaveG wrote: The vertical menu expanded from the top works well with relatively few items (in the case of bootstrap, eight). Personally, I don't think that method works well with many items (we currently sho

Re: Please help me with improving dlang.org

2015-01-19 Thread Jacob Carlborg via Digitalmars-d
On 2015-01-19 18:00, DaveG wrote: The vertical menu expanded from the top works well with relatively few items (in the case of bootstrap, eight). Personally, I don't think that method works well with many items (we currently show 13, and up to 26 when expanded). It is particularly weird when the

Re: Please help me with improving dlang.org

2015-01-19 Thread Andrei Alexandrescu via Digitalmars-d
On 1/19/15 9:37 AM, DaveG wrote: I need to fix a few things tonight. Also, is there some way to know what the current page is when generating the html? It would be nice to know what page you are currently on. Actually now that I think of it, with sub-navigation I also need to know the parent so i

Re: Please help me with improving dlang.org

2015-01-19 Thread DaveG via Digitalmars-d
On Monday, 19 January 2015 at 16:44:04 UTC, Andrei Alexandrescu wrote: On 1/18/15 6:50 PM, DaveG wrote: Here's where I'm at. The menus don't use javascript (except when the screen gets so small it needs a button to open the navigation, the button uses js). It scales with screen size and shou

Re: Please help me with improving dlang.org

2015-01-19 Thread DaveG via Digitalmars-d
On Monday, 19 January 2015 at 07:56:39 UTC, Jacob Carlborg wrote: On 2015-01-19 03:50, DaveG wrote: https://dl.dropboxusercontent.com/u/114394/D-site/redesign/index.html It would be better if the menu could become some kind of drop down. Look at how Bootstrap is doing it [1]. The menu doesn'

Re: Please help me with improving dlang.org

2015-01-19 Thread weaselcat via Digitalmars-d
On Monday, 19 January 2015 at 17:00:19 UTC, DaveG wrote: On Monday, 19 January 2015 at 07:56:39 UTC, Jacob Carlborg wrote: On 2015-01-19 03:50, DaveG wrote: https://dl.dropboxusercontent.com/u/114394/D-site/redesign/index.html It would be better if the menu could become some kind of drop do

Re: Please help me with improving dlang.org

2015-01-19 Thread Andrei Alexandrescu via Digitalmars-d
On 1/18/15 6:50 PM, DaveG wrote: Here's where I'm at. The menus don't use javascript (except when the screen gets so small it needs a button to open the navigation, the button uses js). It scales with screen size and should work on mobile (untested) - I changed doctype to html5 and added metata

Re: Please help me with improving dlang.org

2015-01-19 Thread Andrei Alexandrescu via Digitalmars-d
On 1/19/15 12:09 AM, Jacob Carlborg wrote: On 2015-01-19 03:44, Andrei Alexandrescu wrote: Yes. Next step: fix it! :o) -- Andrei A couple of years ago I started on writing a contribution document [1] but never finished it. It might be a bit outdated now but it's mostly correct and could be us

Re: Please help me with improving dlang.org

2015-01-19 Thread Jacob Carlborg via Digitalmars-d
On 2015-01-19 03:44, Andrei Alexandrescu wrote: Yes. Next step: fix it! :o) -- Andrei A couple of years ago I started on writing a contribution document [1] but never finished it. It might be a bit outdated now but it's mostly correct and could be used as a starting point. [1] https://dl.d

Re: Please help me with improving dlang.org

2015-01-19 Thread Jacob Carlborg via Digitalmars-d
On 2015-01-19 03:50, DaveG wrote: https://dl.dropboxusercontent.com/u/114394/D-site/redesign/index.html It would be better if the menu could become some kind of drop down. Look at how Bootstrap is doing it [1]. The menu doesn't take up any more horizontal space when it's expanded. [1] http

Re: Please help me with improving dlang.org

2015-01-18 Thread Jacob Carlborg via Digitalmars-d
On 2015-01-19 03:22, Andrei Alexandrescu wrote: OK, the current attempt has no gradient at all. Probably too flat? -- No, not really. But now the top menu item looks out of place. And the bottom border of the menu ... doesn't look right. I would guess you can just remove it. Although I sti

Re: Please help me with improving dlang.org

2015-01-18 Thread Andrei Alexandrescu via Digitalmars-d
On 1/18/15 8:57 PM, Adam D. Ruppe wrote: On Monday, 19 January 2015 at 04:18:02 UTC, Andrei Alexandrescu wrote: Wati, what resizing stuff? -- Andrei Resize the browser and the sidebars disappear when there's no longer enough room to reasonably fit them. It is important for readability on mobil

Re: Please help me with improving dlang.org

2015-01-18 Thread Adam D. Ruppe via Digitalmars-d
On Monday, 19 January 2015 at 04:18:02 UTC, Andrei Alexandrescu wrote: Wati, what resizing stuff? -- Andrei Resize the browser and the sidebars disappear when there's no longer enough room to reasonably fit them. It is important for readability on mobile so a really good thing to have (for th

Re: Please help me with improving dlang.org

2015-01-18 Thread Andrei Alexandrescu via Digitalmars-d
On 1/18/15 7:18 PM, Adam D. Ruppe wrote: On Monday, 19 January 2015 at 03:06:35 UTC, Andrei Alexandrescu wrote: On 1/18/15 6:50 PM, DaveG wrote: https://dl.dropboxusercontent.com/u/114394/D-site/redesign/index.html All - what do you think of dropping the background image and use the DaveG's te

Re: Please help me with improving dlang.org

2015-01-18 Thread Rikki Cattermole via Digitalmars-d
On 19/01/2015 4:49 p.m., Walter Bright wrote: On 1/18/2015 6:07 PM, Rikki Cattermole wrote: When you have a headache and not in a really good head space it can hurt. Hope you feel better soon. I am slowly, thanks. Really I just need to start working getting Cmsed and friends back into good

Re: Please help me with improving dlang.org

2015-01-18 Thread Walter Bright via Digitalmars-d
On 1/18/2015 6:07 PM, Rikki Cattermole wrote: When you have a headache and not in a really good head space it can hurt. Hope you feel better soon.

Re: Please help me with improving dlang.org

2015-01-18 Thread Adam D. Ruppe via Digitalmars-d
On Monday, 19 January 2015 at 03:06:35 UTC, Andrei Alexandrescu wrote: On 1/18/15 6:50 PM, DaveG wrote: https://dl.dropboxusercontent.com/u/114394/D-site/redesign/index.html All - what do you think of dropping the background image and use the DaveG's telluric background for menu? I like it, a

Re: Please help me with improving dlang.org

2015-01-18 Thread Brad Anderson via Digitalmars-d
On Monday, 19 January 2015 at 02:22:33 UTC, Andrei Alexandrescu wrote: On 1/18/15 11:43 AM, Jacob Carlborg wrote: On 2015-01-18 17:21, Andrei Alexandrescu wrote: Suggestions on how to make it better? -- Andrei Something flat (i.e. no gradient) or with less difference between the colors in

Re: Please help me with improving dlang.org

2015-01-18 Thread Andrei Alexandrescu via Digitalmars-d
On 1/18/15 6:50 PM, DaveG wrote: Here's where I'm at. The menus don't use javascript (except when the screen gets so small it needs a button to open the navigation, the button uses js). It scales with screen size and should work on mobile (untested) - I changed doctype to html5 and added metatags

Re: Please help me with improving dlang.org

2015-01-18 Thread Mike via Digitalmars-d
On Monday, 19 January 2015 at 02:10:06 UTC, Mike wrote: On Monday, 19 January 2015 at 02:00:52 UTC, Andrei Alexandrescu wrote: 2) Aside from the documentation generated from the source code, why does the website need to be "built"? IMO a static website like dlang.org shouldn't need any addit

Re: Please help me with improving dlang.org

2015-01-18 Thread DaveG via Digitalmars-d
On Monday, 19 January 2015 at 02:21:41 UTC, Andrei Alexandrescu wrote: On 1/18/15 11:15 AM, Adam D. Ruppe wrote: On Sunday, 18 January 2015 at 17:56:41 UTC, aldanor wrote: And yet another thing you gain with (most) frameworks is having access to the original SASS/LESS. I think that's a con,

Re: Please help me with improving dlang.org

2015-01-18 Thread Andrei Alexandrescu via Digitalmars-d
On 1/18/15 6:37 PM, MattCoder wrote: On Monday, 19 January 2015 at 02:19:30 UTC, Andrei Alexandrescu wrote: On 1/18/15 6:09 PM, MattCoder wrote: On Monday, 19 January 2015 at 01:41:04 UTC, Andrei Alexandrescu wrote: Content discussion to follow soon. -- Andrei As I asked in another Topic wit

Re: Please help me with improving dlang.org

2015-01-18 Thread MattCoder via Digitalmars-d
On Monday, 19 January 2015 at 02:19:30 UTC, Andrei Alexandrescu wrote: On 1/18/15 6:09 PM, MattCoder wrote: On Monday, 19 January 2015 at 01:41:04 UTC, Andrei Alexandrescu wrote: Content discussion to follow soon. -- Andrei As I asked in another Topic without any answer, I wasn't able to fin

Re: Please help me with improving dlang.org

2015-01-18 Thread Andrei Alexandrescu via Digitalmars-d
On 1/18/15 11:15 AM, Adam D. Ruppe wrote: On Sunday, 18 January 2015 at 17:56:41 UTC, aldanor wrote: And yet another thing you gain with (most) frameworks is having access to the original SASS/LESS. I think that's a con, actually. My biggest problem with contributing to the dlang website is th

Re: Please help me with improving dlang.org

2015-01-18 Thread Andrei Alexandrescu via Digitalmars-d
On 1/18/15 11:43 AM, Jacob Carlborg wrote: On 2015-01-18 17:21, Andrei Alexandrescu wrote: Suggestions on how to make it better? -- Andrei Something flat (i.e. no gradient) or with less difference between the colors in the gradient. OK, the current attempt has no gradient at all. Probably t

Re: Please help me with improving dlang.org

2015-01-18 Thread Andrei Alexandrescu via Digitalmars-d
On 1/18/15 6:09 PM, MattCoder wrote: On Monday, 19 January 2015 at 01:41:04 UTC, Andrei Alexandrescu wrote: Content discussion to follow soon. -- Andrei As I asked in another Topic without any answer, I wasn't able to find (or at least is not easily visible) anything related to "CONTRIBUTE" ev

Re: Please help me with improving dlang.org

2015-01-18 Thread Mike via Digitalmars-d
On Monday, 19 January 2015 at 02:00:52 UTC, Andrei Alexandrescu wrote: 2) Aside from the documentation generated from the source code, why does the website need to be "built"? IMO a static website like dlang.org shouldn't need any additional tools other than a browser and an image editor. I

Re: Please help me with improving dlang.org

2015-01-18 Thread Rikki Cattermole via Digitalmars-d
On 19/01/2015 2:07 p.m., Walter Bright wrote: On 1/18/2015 1:41 AM, Rikki Cattermole wrote: On 18/01/2015 10:40 p.m., Tofu Ninja wrote: On Sunday, 18 January 2015 at 08:42:30 UTC, Walter Bright wrote: Me like. And I do like the spidery red lines in particular. The red lines were what I part

Re: Please help me with improving dlang.org

2015-01-18 Thread MattCoder via Digitalmars-d
On Monday, 19 January 2015 at 01:41:04 UTC, Andrei Alexandrescu wrote: Content discussion to follow soon. -- Andrei As I asked in another Topic without any answer, I wasn't able to find (or at least is not easily visible) anything related to "CONTRIBUTE" even on sitemap. I think there shoul

Re: Please help me with improving dlang.org

2015-01-18 Thread Andrei Alexandrescu via Digitalmars-d
On 1/18/15 4:57 PM, Mike wrote: On Sunday, 18 January 2015 at 02:18:16 UTC, Andrei Alexandrescu wrote: I took the better part of today working on this: https://github.com/D-Programming-Language/dlang.org/pull/780. See demo at http://erdani.com/d/. What do you all think? Is it an improvement ove

Re: Please help me with improving dlang.org

2015-01-18 Thread Andrei Alexandrescu via Digitalmars-d
On 1/18/15 3:36 PM, Zach the Mystic wrote: I like the buttons with the dark red gradients on the left. Although the button titles don't seem professional to me, the buttons do. I'm personally interested in seeing the "story" of D told better. I have more of a conscious opinion of the words of th

Re: Please help me with improving dlang.org

2015-01-18 Thread Walter Bright via Digitalmars-d
On 1/18/2015 1:41 AM, Rikki Cattermole wrote: On 18/01/2015 10:40 p.m., Tofu Ninja wrote: On Sunday, 18 January 2015 at 08:42:30 UTC, Walter Bright wrote: Me like. And I do like the spidery red lines in particular. The red lines were what I particularly disliked, looks old and unclean to me.

Re: Please help me with improving dlang.org

2015-01-18 Thread Mike via Digitalmars-d
On Sunday, 18 January 2015 at 02:18:16 UTC, Andrei Alexandrescu wrote: I took the better part of today working on this: https://github.com/D-Programming-Language/dlang.org/pull/780. See demo at http://erdani.com/d/. What do you all think? Is it an improvement over what we have now? I'd appr

Re: Please help me with improving dlang.org

2015-01-18 Thread ketmar via Digitalmars-d
On Sun, 18 Jan 2015 23:47:30 + MattCoder via Digitalmars-d wrote: > On Sunday, 18 January 2015 at 21:27:25 UTC, NVolcz wrote: > > Googles pagespeed also gives some nice guidelines: > > https://developers.google.com/speed/pagespeed/insights/?url=dlang.org > > Nice and for image processing/com

Re: Please help me with improving dlang.org

2015-01-18 Thread MattCoder via Digitalmars-d
On Sunday, 18 January 2015 at 21:27:25 UTC, NVolcz wrote: Googles pagespeed also gives some nice guidelines: https://developers.google.com/speed/pagespeed/insights/?url=dlang.org Nice and for image processing/compression I'd like to recommend this free tool (Win/Linux/Mac): http://advsys.net

Re: Please help me with improving dlang.org

2015-01-18 Thread Zach the Mystic via Digitalmars-d
I like the buttons with the dark red gradients on the left. Although the button titles don't seem professional to me, the buttons do. I'm personally interested in seeing the "story" of D told better. I have more of a conscious opinion of the words of the front page than I do of the look-and-f

Re: Please help me with improving dlang.org

2015-01-18 Thread NVolcz via Digitalmars-d
On Sunday, 18 January 2015 at 02:18:16 UTC, Andrei Alexandrescu wrote: I took the better part of today working on this: https://github.com/D-Programming-Language/dlang.org/pull/780. See demo at http://erdani.com/d/. What do you all think? Is it an improvement over what we have now? I'd appr

Re: Please help me with improving dlang.org

2015-01-18 Thread Jacob Carlborg via Digitalmars-d
On 2015-01-18 17:23, Andrei Alexandrescu wrote: Can we ditch the twitter div on mobile? (Pull request would be nice, thanks.) -- Andrei Adam has already created that: https://github.com/D-Programming-Language/dlang.org/pull/779 -- /Jacob Carlborg

Re: Please help me with improving dlang.org

2015-01-18 Thread Jacob Carlborg via Digitalmars-d
On 2015-01-18 17:21, Andrei Alexandrescu wrote: Suggestions on how to make it better? -- Andrei Something flat (i.e. no gradient) or with less difference between the colors in the gradient. -- /Jacob Carlborg

Re: Please help me with improving dlang.org

2015-01-18 Thread Adam D. Ruppe via Digitalmars-d
On Sunday, 18 January 2015 at 17:58:57 UTC, Mengu wrote: if i may, i'll go and straightly ask a very great designer friend of mine to help us out. he'll either design a new interface for us or help us make this one better. let me know your call. BTW I'll write the css myself if some designer

Re: Please help me with improving dlang.org

2015-01-18 Thread Adam D. Ruppe via Digitalmars-d
On Sunday, 18 January 2015 at 17:56:41 UTC, aldanor wrote: And yet another thing you gain with (most) frameworks is having access to the original SASS/LESS. I think that's a con, actually. My biggest problem with contributing to the dlang website is that I have to do it blind - it won't make

Re: Please help me with improving dlang.org

2015-01-18 Thread Adam D. Ruppe via Digitalmars-d
On Sunday, 18 January 2015 at 17:03:00 UTC, aldanor wrote: This is usually solved by media queries / responsive design / grid frameworks, sorry if I'm stating the obvious :) Yeah, and it is really REALLY easy. https://github.com/D-Programming-Language/dlang.org/pull/779 Jacob makes a few good

Re: Please help me with improving dlang.org

2015-01-18 Thread Andrei Alexandrescu via Digitalmars-d
Jacob Carlborg wrote: > On 2015-01-18 06:14, weaselcat wrote: > >> Looked at it in a webkit browser and you're right, I take back my first >> comment Andrei. >> But it does seem messed up on Firefox. >> https://i.imgur.com/FVb2Q6y.png > > Looks like the colors are inverted. I know what happened

Re: Please help me with improving dlang.org

2015-01-18 Thread Andrei Alexandrescu via Digitalmars-d
"Mengu" wrote: > On Sunday, 18 January 2015 at 17:05:28 UTC, Andrei Alexandrescu wrote: >> On 1/18/15 9:02 AM, aldanor wrote: >>> This is usually solved by media queries / responsive design / >> grid >>> frameworks, sorry if I'm stating the obvious :) Try resizing >> the >>> commonly used websites

Re: Please help me with improving dlang.org

2015-01-18 Thread Andrei Alexandrescu via Digitalmars-d
"DaveG" wrote: >> On 1/18/15 5:41 AM, Kiith-Sa wrote: >>> Also, note that the collapsible menu can be done in pure CSS, >> no JS >>> needed, which would allow it to work consistently even with >> NoScript. > It is possible with CSS only (I think), but fancy features like > animations require CSS3

Re: Please help me with improving dlang.org

2015-01-18 Thread Jacob Carlborg via Digitalmars-d
On 2015-01-18 06:14, weaselcat wrote: Looked at it in a webkit browser and you're right, I take back my first comment Andrei. But it does seem messed up on Firefox. https://i.imgur.com/FVb2Q6y.png Looks like the colors are inverted. -- /Jacob Carlborg

Re: Please help me with improving dlang.org

2015-01-18 Thread Suliman via Digitalmars-d
Half year ago there was attempted to rewrite site to vibed. I even see demo sites with fresh design. What happened thous projected was abandoned?

Re: Please help me with improving dlang.org

2015-01-18 Thread DaveG via Digitalmars-d
On 1/18/15 5:41 AM, Kiith-Sa wrote: Also, note that the collapsible menu can be done in pure CSS, no JS needed, which would allow it to work consistently even with NoScript. It is possible with CSS only (I think), but fancy features like animations require CSS3 transitions which has inconsisten

Re: Please help me with improving dlang.org

2015-01-18 Thread Israel via Digitalmars-d
On Sunday, 18 January 2015 at 07:42:05 UTC, DaveG wrote: On Sunday, 18 January 2015 at 04:44:56 UTC, Israel wrote: On Sunday, 18 January 2015 at 02:18:16 UTC, Andrei Alexandrescu wrote: I took the better part of today working on this: https://github.com/D-Programming-Language/dlang.org/pull/780

Re: Please help me with improving dlang.org

2015-01-18 Thread Mengu via Digitalmars-d
On Sunday, 18 January 2015 at 17:05:28 UTC, Andrei Alexandrescu wrote: On 1/18/15 9:02 AM, aldanor wrote: This is usually solved by media queries / responsive design / grid frameworks, sorry if I'm stating the obvious :) Try resizing the commonly used websites and see what happens, e.g. for ru

Re: Please help me with improving dlang.org

2015-01-18 Thread aldanor via Digitalmars-d
On Sunday, 18 January 2015 at 17:05:28 UTC, Andrei Alexandrescu wrote: On 1/18/15 9:02 AM, aldanor wrote: This is usually solved by media queries / responsive design / grid frameworks, sorry if I'm stating the obvious :) Try resizing the commonly used websites and see what happens, e.g. for ru

Re: Please help me with improving dlang.org

2015-01-18 Thread aldanor via Digitalmars-d
On Sunday, 18 January 2015 at 17:05:28 UTC, Andrei Alexandrescu wrote: On 1/18/15 9:02 AM, aldanor wrote: This is usually solved by media queries / responsive design / grid frameworks, sorry if I'm stating the obvious :) Try resizing the commonly used websites and see what happens, e.g. for ru

Re: Please help me with improving dlang.org

2015-01-18 Thread Daniel Kozak via Digitalmars-d
MattCoder via Digitalmars-d píše v Ne 18. 01. 2015 v 02:55 +: > On Sunday, 18 January 2015 at 02:18:16 UTC, Andrei Alexandrescu > wrote: > > I took the better part of today working on this: > > https://github.com/D-Programming-Language/dlang.org/pull/780. > > See demo at http://erdani.com/d/

Re: Please help me with improving dlang.org

2015-01-18 Thread Andrei Alexandrescu via Digitalmars-d
On 1/18/15 9:02 AM, aldanor wrote: This is usually solved by media queries / responsive design / grid frameworks, sorry if I'm stating the obvious :) Try resizing the commonly used websites and see what happens, e.g. for ruby-lang you have at least 3 "versions" which are selected automatically ba

Re: Please help me with improving dlang.org

2015-01-18 Thread aldanor via Digitalmars-d
On Sunday, 18 January 2015 at 16:23:35 UTC, Andrei Alexandrescu wrote: On 1/18/15 2:36 AM, ponce wrote: On Sunday, 18 January 2015 at 10:27:43 UTC, aldanor wrote: On Sunday, 18 January 2015 at 10:16:15 UTC, Jacob Carlborg wrote: On 2015-01-18 03:18, Andrei Alexandrescu wrote: I took the bette

Re: Please help me with improving dlang.org

2015-01-18 Thread Andrei Alexandrescu via Digitalmars-d
On 1/18/15 8:33 AM, Andrei Alexandrescu wrote: On 1/18/15 5:41 AM, Kiith-Sa wrote: Also, note that the collapsible menu can be done in pure CSS, no JS needed, which would allow it to work consistently even with NoScript. I searched for ways to do accordion menus without Javascript for maybe a

Re: Please help me with improving dlang.org

2015-01-18 Thread Andrei Alexandrescu via Digitalmars-d
On 1/18/15 5:41 AM, Kiith-Sa wrote: The thing with the red gradients looks incredibly horrible/ bad constrast actually makes it physically (eye strain) unpleasant. The cleanup looks better, but now the site has 3 columns with 3 different styles (not just colors, but e.g. flat vs gradient, edgy vs

Re: Please help me with improving dlang.org

2015-01-18 Thread Andrei Alexandrescu via Digitalmars-d
On 1/18/15 2:36 AM, ponce wrote: On Sunday, 18 January 2015 at 10:27:43 UTC, aldanor wrote: On Sunday, 18 January 2015 at 10:16:15 UTC, Jacob Carlborg wrote: On 2015-01-18 03:18, Andrei Alexandrescu wrote: I took the better part of today working on this: https://github.com/D-Programming-Langua

Re: Please help me with improving dlang.org

2015-01-18 Thread Andrei Alexandrescu via Digitalmars-d
On 1/18/15 2:46 AM, ponce wrote: I'll add: as a user I don't really wan't to see Acknoledgments, Appendices and Sitemap buttons. This doesn't seem as important as seeing Forums. Yah the actual content of the menu is subject to a different set of changes. Right now I'm focused on the styling. -

Re: Please help me with improving dlang.org

2015-01-18 Thread Andrei Alexandrescu via Digitalmars-d
On 1/18/15 2:24 AM, Paolo Invernizzi wrote: On Sunday, 18 January 2015 at 10:16:15 UTC, Jacob Carlborg wrote: On 2015-01-18 03:18, Andrei Alexandrescu wrote: I took the better part of today working on this: https://github.com/D-Programming-Language/dlang.org/pull/780. See demo at http://erdani.

Re: Please help me with improving dlang.org

2015-01-18 Thread Andrei Alexandrescu via Digitalmars-d
On 1/18/15 12:35 AM, Kapps wrote: On Sunday, 18 January 2015 at 02:18:16 UTC, Andrei Alexandrescu wrote: I took the better part of today working on this: https://github.com/D-Programming-Language/dlang.org/pull/780. See demo at http://erdani.com/d/. What do you all think? Is it an improvement o

Re: Please help me with improving dlang.org

2015-01-18 Thread desmond via Digitalmars-d
this one looks pretty good!

Re: Please help me with improving dlang.org

2015-01-18 Thread Kiith-Sa via Digitalmars-d
On Sunday, 18 January 2015 at 07:44:24 UTC, Andrei Alexandrescu wrote: On 1/17/15 11:42 PM, DaveG wrote: On Sunday, 18 January 2015 at 04:44:56 UTC, Israel wrote: On Sunday, 18 January 2015 at 02:18:16 UTC, Andrei Alexandrescu wrote: I took the better part of today working on this: https://git

Re: Please help me with improving dlang.org

2015-01-18 Thread ponce via Digitalmars-d
I'll add: as a user I don't really wan't to see Acknoledgments, Appendices and Sitemap buttons. This doesn't seem as important as seeing Forums. On Sunday, 18 January 2015 at 10:34:15 UTC, ponce wrote: I like it. It feels good to have code.dlang.org featured prominently. Nitpicks: - Main t

Re: Please help me with improving dlang.org

2015-01-18 Thread ponce via Digitalmars-d
On Sunday, 18 January 2015 at 10:27:43 UTC, aldanor wrote: On Sunday, 18 January 2015 at 10:16:15 UTC, Jacob Carlborg wrote: On 2015-01-18 03:18, Andrei Alexandrescu wrote: I took the better part of today working on this: https://github.com/D-Programming-Language/dlang.org/pull/780. See demo

Re: Please help me with improving dlang.org

2015-01-18 Thread ponce via Digitalmars-d
I like it. It feels good to have code.dlang.org featured prominently. Nitpicks: - Main thing is see is that for the left button you reversed the natural flow of light. It will feel a _lot_ less alien if the bottom of nav button is darker than the top, rather than the current. Currrently such

Re: Please help me with improving dlang.org

2015-01-18 Thread aldanor via Digitalmars-d
On Sunday, 18 January 2015 at 10:16:15 UTC, Jacob Carlborg wrote: On 2015-01-18 03:18, Andrei Alexandrescu wrote: I took the better part of today working on this: https://github.com/D-Programming-Language/dlang.org/pull/780. See demo at http://erdani.com/d/. What do you all think? Is it an im

Re: Please help me with improving dlang.org

2015-01-18 Thread Paolo Invernizzi via Digitalmars-d
On Sunday, 18 January 2015 at 10:16:15 UTC, Jacob Carlborg wrote: On 2015-01-18 03:18, Andrei Alexandrescu wrote: I took the better part of today working on this: https://github.com/D-Programming-Language/dlang.org/pull/780. See demo at http://erdani.com/d/. What do you all think? Is it an im

Re: Please help me with improving dlang.org

2015-01-18 Thread Jacob Carlborg via Digitalmars-d
On 2015-01-18 03:18, Andrei Alexandrescu wrote: I took the better part of today working on this: https://github.com/D-Programming-Language/dlang.org/pull/780. See demo at http://erdani.com/d/. What do you all think? Is it an improvement over what we have now? It looks absolutely horrible. It w

Re: Please help me with improving dlang.org

2015-01-18 Thread Tofu Ninja via Digitalmars-d
On Sunday, 18 January 2015 at 08:42:30 UTC, Walter Bright wrote: Me like. And I do like the spidery red lines in particular. The red lines were what I particularly disliked, looks old and unclean to me.

Re: Please help me with improving dlang.org

2015-01-18 Thread Rikki Cattermole via Digitalmars-d
On 18/01/2015 10:40 p.m., Tofu Ninja wrote: On Sunday, 18 January 2015 at 08:42:30 UTC, Walter Bright wrote: Me like. And I do like the spidery red lines in particular. The red lines were what I particularly disliked, looks old and unclean to me. Also that contrast is awful on the eyes!

Re: Please help me with improving dlang.org

2015-01-18 Thread Walter Bright via Digitalmars-d
On 1/17/2015 6:18 PM, Andrei Alexandrescu wrote: I took the better part of today working on this: https://github.com/D-Programming-Language/dlang.org/pull/780. See demo at http://erdani.com/d/. What do you all think? Is it an improvement over what we have now? I'd appreciate your help with revi

Re: Please help me with improving dlang.org

2015-01-18 Thread Walter Bright via Digitalmars-d
On 1/17/2015 11:42 PM, DaveG wrote: Original: https://dl.dropboxusercontent.com/u/114394/D-site/current.png Cleanup: https://dl.dropboxusercontent.com/u/114394/D-site/001.png Cleanup w/o bg: https://dl.dropboxusercontent.com/u/114394/D-site/002.png Better, but I liked the spidery red lines!

Re: Please help me with improving dlang.org

2015-01-18 Thread Kapps via Digitalmars-d
On Sunday, 18 January 2015 at 02:18:16 UTC, Andrei Alexandrescu wrote: I took the better part of today working on this: https://github.com/D-Programming-Language/dlang.org/pull/780. See demo at http://erdani.com/d/. What do you all think? Is it an improvement over what we have now? I'd appr

Re: Please help me with improving dlang.org

2015-01-18 Thread Daniel Kozak via Digitalmars-d
MattCoder via Digitalmars-d píše v Ne 18. 01. 2015 v 02:55 +: > On Sunday, 18 January 2015 at 02:18:16 UTC, Andrei Alexandrescu > wrote: > > I took the better part of today working on this: > > https://github.com/D-Programming-Language/dlang.org/pull/780. > > See demo at http://erdani.com/d/

Re: Please help me with improving dlang.org

2015-01-17 Thread Andrei Alexandrescu via Digitalmars-d
On 1/17/15 11:42 PM, DaveG wrote: On Sunday, 18 January 2015 at 04:44:56 UTC, Israel wrote: On Sunday, 18 January 2015 at 02:18:16 UTC, Andrei Alexandrescu wrote: I took the better part of today working on this: https://github.com/D-Programming-Language/dlang.org/pull/780. See demo at http://er

Re: Please help me with improving dlang.org

2015-01-17 Thread DaveG via Digitalmars-d
On Sunday, 18 January 2015 at 04:44:56 UTC, Israel wrote: On Sunday, 18 January 2015 at 02:18:16 UTC, Andrei Alexandrescu wrote: I took the better part of today working on this: https://github.com/D-Programming-Language/dlang.org/pull/780. See demo at http://erdani.com/d/. What do you all thi

Re: Please help me with improving dlang.org

2015-01-17 Thread Andrei Alexandrescu via Digitalmars-d
On 1/17/15 11:16 PM, Tofu Ninja wrote: On Sunday, 18 January 2015 at 07:11:27 UTC, Tofu Ninja wrote: I think the color and theme of the sub-menus looks a lot better than the colors of the outer-menu. With the harsh red boarder, the outer-menu looks like a red tron grid to me. Yah, I took the d

Re: Please help me with improving dlang.org

2015-01-17 Thread Tofu Ninja via Digitalmars-d
On Sunday, 18 January 2015 at 07:11:27 UTC, Tofu Ninja wrote: I think the color and theme of the sub-menus looks a lot better than the colors of the outer-menu. With the harsh red boarder, the outer-menu looks like a red tron grid to me.

Re: Please help me with improving dlang.org

2015-01-17 Thread Tofu Ninja via Digitalmars-d
On Sunday, 18 January 2015 at 02:18:16 UTC, Andrei Alexandrescu wrote: I took the better part of today working on this: https://github.com/D-Programming-Language/dlang.org/pull/780. See demo at http://erdani.com/d/. What do you all think? Is it an improvement over what we have now? I'd appr

Re: Please help me with improving dlang.org

2015-01-17 Thread Andrei Alexandrescu via Digitalmars-d
On 1/17/15 8:57 PM, Kapps wrote: Oh, looks like it's different in Chrome vs Firefox. In Chrome it's a subtle red tint at the bottom, in Firefox it's an extremely bright red covering most of the button. Ugh. No idea where that comes from, but the original http://cssmenumaker.com/menu/modern-jqu

Re: Please help me with improving dlang.org

2015-01-17 Thread Andrei Alexandrescu via Digitalmars-d
On 1/17/15 9:05 PM, Israel wrote: I would also highly recommend advertising the patootie out of dub. Seriously, Dub is like the bright shining sapphire gem of Ds crown. Dub literally makes any other language look like crap. Good idea. Updated pull request and site. Thanks! -- Andrei

Re: Please help me with improving dlang.org

2015-01-17 Thread weaselcat via Digitalmars-d
On Sunday, 18 January 2015 at 04:57:26 UTC, Kapps wrote: On Sunday, 18 January 2015 at 04:32:02 UTC, Kapps wrote: On Sunday, 18 January 2015 at 02:18:16 UTC, Andrei Alexandrescu wrote: I took the better part of today working on this: https://github.com/D-Programming-Language/dlang.org/pull/780.

Re: Please help me with improving dlang.org

2015-01-17 Thread Israel via Digitalmars-d
On Sunday, 18 January 2015 at 04:44:56 UTC, Israel wrote: On Sunday, 18 January 2015 at 02:18:16 UTC, Andrei Alexandrescu wrote: I took the better part of today working on this: https://github.com/D-Programming-Language/dlang.org/pull/780. See demo at http://erdani.com/d/. What do you all thi

Re: Please help me with improving dlang.org

2015-01-17 Thread Kapps via Digitalmars-d
On Sunday, 18 January 2015 at 04:32:02 UTC, Kapps wrote: On Sunday, 18 January 2015 at 02:18:16 UTC, Andrei Alexandrescu wrote: I took the better part of today working on this: https://github.com/D-Programming-Language/dlang.org/pull/780. See demo at http://erdani.com/d/. What do you all thin

Re: Please help me with improving dlang.org

2015-01-17 Thread Israel via Digitalmars-d
On Sunday, 18 January 2015 at 02:18:16 UTC, Andrei Alexandrescu wrote: I took the better part of today working on this: https://github.com/D-Programming-Language/dlang.org/pull/780. See demo at http://erdani.com/d/. What do you all think? Is it an improvement over what we have now? I'd appr

Re: Please help me with improving dlang.org

2015-01-17 Thread Kapps via Digitalmars-d
On Sunday, 18 January 2015 at 02:18:16 UTC, Andrei Alexandrescu wrote: I took the better part of today working on this: https://github.com/D-Programming-Language/dlang.org/pull/780. See demo at http://erdani.com/d/. What do you all think? Is it an improvement over what we have now? I'd appr

Re: Please help me with improving dlang.org

2015-01-17 Thread weaselcat via Digitalmars-d
On Sunday, 18 January 2015 at 02:55:40 UTC, MattCoder wrote: On Sunday, 18 January 2015 at 02:18:16 UTC, Andrei Alexandrescu wrote: I took the better part of today working on this: https://github.com/D-Programming-Language/dlang.org/pull/780. See demo at http://erdani.com/d/. What do you all

Re: Please help me with improving dlang.org

2015-01-17 Thread aldanor via Digitalmars-d
On Sunday, 18 January 2015 at 02:18:16 UTC, Andrei Alexandrescu wrote: I took the better part of today working on this: https://github.com/D-Programming-Language/dlang.org/pull/780. See demo at http://erdani.com/d/. What do you all think? Is it an improvement over what we have now? I'd appr

Re: Please help me with improving dlang.org

2015-01-17 Thread MattCoder via Digitalmars-d
On Sunday, 18 January 2015 at 02:18:16 UTC, Andrei Alexandrescu wrote: I took the better part of today working on this: https://github.com/D-Programming-Language/dlang.org/pull/780. See demo at http://erdani.com/d/. What do you all think? Is it an improvement over what we have now? Nice but

Re: Please help me with improving dlang.org

2015-01-17 Thread H. S. Teoh via Digitalmars-d
On Sat, Jan 17, 2015 at 06:18:17PM -0800, Andrei Alexandrescu via Digitalmars-d wrote: > I took the better part of today working on this: > https://github.com/D-Programming-Language/dlang.org/pull/780. See demo > at http://erdani.com/d/. > > What do you all think? Is it an improvement over what w

  1   2   >