Jump to page: 1 24  
Page
Thread overview
New homepage design of d-p-l.org is now live. <eom>
Dec 06, 2011
Nick Sabalausky
Dec 06, 2011
Nick Sabalausky
Dec 06, 2011
Nick Sabalausky
Dec 06, 2011
dolive
Dec 08, 2011
Dejan Lekic
Dec 13, 2011
Stewart Gordon
Dec 14, 2011
Robert Clipsham
Dec 15, 2011
Michel Fortin
Dec 16, 2011
Stewart Gordon
Dec 16, 2011
Adam D. Ruppe
Dec 16, 2011
Nick Sabalausky
Dec 16, 2011
Adam D. Ruppe
Dec 16, 2011
Nick Sabalausky
Dec 16, 2011
Adam D. Ruppe
Dec 16, 2011
Nick Sabalausky
Dec 17, 2011
Adam D. Ruppe
Dec 17, 2011
Nick Sabalausky
Dec 16, 2011
Stewart Gordon
Dec 17, 2011
Nick Sabalausky
Dec 17, 2011
Stewart Gordon
Dec 17, 2011
Nick Sabalausky
Dec 18, 2011
Stewart Gordon
Dec 16, 2011
Stewart Gordon
Dec 17, 2011
Adam D. Ruppe
Dec 17, 2011
Stewart Gordon
Dec 17, 2011
Adam D. Ruppe
Dec 17, 2011
Nick Sabalausky
Dec 17, 2011
Michel Fortin
Dec 18, 2011
Stewart Gordon
Dec 16, 2011
Walter Bright
December 06, 2011
http://d-p-l.org

Andrei
December 06, 2011
"Andrei Alexandrescu" <SeeWebsiteForEmail@erdani.org> wrote in message news:jbka3d$2r2m$2@digitalmars.com...
> http://d-p-l.org
>

Nice, but a little reminder that the "See Example" links are still totally broken without JS. Should be easy to fix. May want to just simply them all shown by default when JS is off (and with the "See/Hide Example" links hidden, since they'd be useless).

Also, the [your code here] link is really goofy. You're using JS to pop up a dialog box with instructions. Just make it a n ordinary page link to a small separate page, so:

1. People will be be able to select/copy/paste the text (esp the text "digitalmars.D")

2. You can include links (for instance, to http://digitalmars.com/NewsGroup.html )

3. Seriously, required JS just to show a few words of text? I know JS alert boxes are trivial, but so are new pages.

I like the new homepage overall, but these little things (esp on a homepage) can make a site seem very unprofessional.


December 06, 2011
Andrei Alexandrescu Wrote:

> http://d-p-l.org
> 
> Andrei
http://www.d-programming-language.org/phobos/index.html Google translation tool bar is missing

December 06, 2011
On 12/6/11 12:19 AM, Nick Sabalausky wrote:
> "Andrei Alexandrescu"<SeeWebsiteForEmail@erdani.org>  wrote in message
> news:jbka3d$2r2m$2@digitalmars.com...
>> http://d-p-l.org
>>
>
> Nice, but a little reminder that the "See Example" links are still totally
> broken without JS. Should be easy to fix. May want to just simply them all
> shown by default when JS is off (and with the "See/Hide Example" links
> hidden, since they'd be useless).

Not being an expert, I open the floor to pull requests.

> Also, the [your code here] link is really goofy. You're using JS to pop up a
> dialog box with instructions. Just make it a n ordinary page link to a small
> separate page, so:
>
> 1. People will be be able to select/copy/paste the text (esp the text
> "digitalmars.D")
>
> 2. You can include links (for instance, to
> http://digitalmars.com/NewsGroup.html )
>
> 3. Seriously, required JS just to show a few words of text? I know JS alert
> boxes are trivial, but so are new pages.
>
> I like the new homepage overall, but these little things (esp on a homepage)
> can make a site seem very unprofessional.

There's so little content to display, I found the dialog most appropriate. Of course that doesn't work for people without JS.


Andrei

December 06, 2011
"Andrei Alexandrescu" <SeeWebsiteForEmail@erdani.org> wrote in message news:jblir0$20cv$3@digitalmars.com...
> On 12/6/11 12:19 AM, Nick Sabalausky wrote:
>> "Andrei Alexandrescu"<SeeWebsiteForEmail@erdani.org>  wrote in message news:jbka3d$2r2m$2@digitalmars.com...
>>> http://d-p-l.org
>>>
>>
>> Nice, but a little reminder that the "See Example" links are still
>> totally
>> broken without JS. Should be easy to fix. May want to just simply them
>> all
>> shown by default when JS is off (and with the "See/Hide Example" links
>> hidden, since they'd be useless).
>
> Not being an expert, I open the floor to pull requests.
>

Fair enough, I'll see what I can do...


December 06, 2011
"Nick Sabalausky" <a@a.a> wrote in message news:jblp89$2blv$1@digitalmars.com...
> "Andrei Alexandrescu" <SeeWebsiteForEmail@erdani.org> wrote in message news:jblir0$20cv$3@digitalmars.com...
>> On 12/6/11 12:19 AM, Nick Sabalausky wrote:
>>> "Andrei Alexandrescu"<SeeWebsiteForEmail@erdani.org>  wrote in message news:jbka3d$2r2m$2@digitalmars.com...
>>>> http://d-p-l.org
>>>>
>>>
>>> Nice, but a little reminder that the "See Example" links are still
>>> totally
>>> broken without JS. Should be easy to fix. May want to just simply them
>>> all
>>> shown by default when JS is off (and with the "See/Hide Example" links
>>> hidden, since they'd be useless).
>>
>> Not being an expert, I open the floor to pull requests.
>>
>
> Fair enough, I'll see what I can do...
>

https://github.com/D-Programming-Language/d-programming-language.org/pull/38


December 08, 2011
Well-done!
December 13, 2011
On 06/12/2011 05:44, Andrei Alexandrescu wrote:
> http://d-p-l.org
>
> Andrei

Why does it have an HTML 4.01 doctype but then go on to use XHTML syntax???

Stewart.
December 14, 2011
On 12/12/11 7:46 PM, Stewart Gordon wrote:
> On 06/12/2011 05:44, Andrei Alexandrescu wrote:
>> http://d-p-l.org
>>
>> Andrei
>
> Why does it have an HTML 4.01 doctype but then go on to use XHTML syntax???
>
> Stewart.

I wouldn't know. What needs to be done?

Andrei
December 14, 2011
On 14/12/2011 10:12, Andrei Alexandrescu wrote:
> On 12/12/11 7:46 PM, Stewart Gordon wrote:
>> On 06/12/2011 05:44, Andrei Alexandrescu wrote:
>>> http://d-p-l.org
>>>
>>> Andrei
>>
>> Why does it have an HTML 4.01 doctype but then go on to use XHTML
>> syntax???
>>
>> Stewart.
>
> I wouldn't know. What needs to be done?
>
> Andrei

http://validator.w3.org/check?uri=http%3A%2F%2Fwww.d-programming-language.org%2F&charset=%28detect+automatically%29&doctype=Inline&group=0

( http://goo.gl/pxtQE - the same link, just in case the above one gets wrapped and doesn't work)

Basically, xHTML uses <foobar />, html uses <foobar> or <foobar></foobar> depending on the tag.

The rest of the issues are with non-standard tags, eg <nobr> and <font> I think.

-- 
Robert
http://octarineparrot.com/
« First   ‹ Prev
1 2 3 4