On Fri, May 9, 2014 at 4:30 AM, born.for.synthpop < [email protected]> wrote:
> > BUT...Why did you put the function list on the right side of the page ? Is > there some logical reason why you decide to do this ? > > For long time, users expected to see function list on the left. And > now, user doesn't see what he expects. Is this a good way to improve > usability ? > Interestingly, every other menu on that level across the PHP.net site puts the menu on the right. Initially I put the related functions menu on the right just to match for consistency. It felt a bit odd at first, I admit. Then I realized this fixes an issue where the functions are listed first instead of the content in browsers without media query support or in small browser windows. This is actually a pretty big deal so I committed the change. > Also I noticed some minor problem with formatting - the text in the > example section overflows, for example - > http://www.php.net/manual/en/function.runkit-function-add.php > I have been aware of this for some time and my various attempts to fix it have been fruitles. Just now I realized a simple word-wrap property might fix the issue; sometimes we just don't see the easy solution for whatever reason. This should be fixed soon. > Sorry, I don't want to be a rude boy. I am giving you just a feedback > because a like PHP.NET and it helps me o lot :) And I am just a user who > uses it on daily basis and I am happy if the site is usable and intuitive :) > No worries. Your question is valid and I am sure other people others are wondering the same.
