Website message overhaul, pass 2

Brad Anderson eco at gnuk.net
Tue Nov 22 09:16:21 PST 2011


On Sun, Nov 20, 2011 at 1:40 AM, Andrei Alexandrescu <
SeeWebsiteForEmail at erdani.org> wrote:

> Thanks to all who provided feedback! I read again the entire thread, then
> made one more pass:
>
> http://d-programming-language.**org/new/<http://d-programming-language.org/new/>
>
> I didn't make technical/aesthetic changes (JS/noJS, placement of news,
> links to secondary pages etc) so when providing additional feedback please
> focus on the core message.
>
> There are significant changes of content: some keywords are different,
> text is shorter, no more "community" section (probably it'll go on a
> different page).
>
> There's a prominent example at the top. I'm thinking to rotate that
> randomly, and pick examples out of an always-running contest.
>
>
> Thanks,
>
> Andrei
>

Solid improvements.

In the first example shouldn't:
    auto x = min(arr[0], table["two"]);
be:
    auto x = min(arr[0], dictionary["two"]);

Regards,
Brad Anderson
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20111122/0e454fcf/attachment.html>


More information about the Digitalmars-d mailing list