Rockbox General > Announcements

Redesign of the www.rockbox.org front page

<< < (39/69) > >>

rasher:
I like the changes.

Is it possible to fit the current list of supported in the no-javascript part rather than having the link there?

What is the "Download Package" supposed to link to? I like the idea of having the manual linked prominently.

macku:

--- Quote from: rasher on April 18, 2009, 03:27:31 PM ---Is it possible to fit the current list of supported in the no-javascript part rather than having the link there?

--- End quote ---
Hm. Generally yes, it is. The supported player list is generated from this data. It is "stored" in JS file for easily adding new player. JS script generate whole list. I don't remember if there is some function that can check on server-side if browser support JS.

If so, some script (ex. php) can generate the same supported player list tags and put it inside html page. It should work almost the same but without option to change images and changing manufacture will work only when mouse is over manufacture name.
If no, another one script can just generate some text data and place it in <nonscript> tags.
Anyway this is task for server-side script.


--- Quote from: rasher on April 18, 2009, 03:27:31 PM ---What is the "Download Package" supposed to link to? I like the idea of having the manual linked prominently.

--- End quote ---
Download Package - download zip archive with rockbox and put it on player.

rasher:

--- Quote from: macku on April 18, 2009, 03:45:20 PM ---If no, another one script can just generate some text data and place it in <nonscript> tags.
Anyway this is task for server-side script.
--- End quote ---
It should just be (more or less, if not just completely) hardcoded in the noscript tag - I just meant if there was room for it.


--- Quote from: macku on April 18, 2009, 03:45:20 PM ---
--- Quote from: rasher on April 18, 2009, 03:27:31 PM ---What is the "Download Package" supposed to link to? I like the idea of having the manual linked prominently.

--- End quote ---
Download Package - download zip archive with rockbox and put it on player.

--- End quote ---
We don't want this on the front page - users should be steered towards Rockbox Utility. Just switch it for a link to the manua.

soap:
Is it possible to detect the disablement of javascript (or some other telling sign of a "luddite"*) and use that as a determining factor on which page (old or new) is served?


*used in a loving manner.

mcuelenaere:

--- Quote from: soap on April 18, 2009, 07:02:28 PM ---Is it possible to detect the disablement of javascript (or some other telling sign of a "luddite"*) and use that as a determining factor on which page (old or new) is served?


*used in a loving manner.


--- End quote ---
You could do something like

--- Code: ---<noscript>
<img src="no-js-detection.php" />
</noscript>

--- End code ---
or base yourself upon the User Agent which the browser sends to the server (there are probably other methods too).

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version