-- REMOVED --
Posted: Sat Jun 18, 2016 6:57 am
--- REMOVED ---
It's legit, he gave me some nice SEO recommendations that I will implement in my page. I think he likes to help people and learn in the progressmoondeck wrote:Not sure if an advertisement or legit
May be there also are advices for the osdev.org?sernico wrote:Yep, I like help people with their website!
Responsive design for reading on mobiles would be the first thing I'd fix.embryo2 wrote:May be there also are advices for the osdev.org?
Mediawiki, the wiki software, has got support for a mobile theme. Mobile/responsive design on phpBB is a long-term outstanding issue, due in part to the fact that, if I remember correctly, the theme engine is a) unable to determine if the page is being viewed on a desktop or mobile device and b) unable to deliver a different theme for different devices (because really there is no theme engine, and implementing mobile support would have to be done in the theme itself - one could theoretically create a dummy theme that attempts to detect the device in use and then passes through to one of two other themes configured in an ini file, but this hasn't been done yet).b.zaar wrote:Responsive design for reading on mobiles would be the first thing I'd fix.embryo2 wrote:May be there also are advices for the osdev.org?
I don't browse the wiki on the mobile but I guess it would be like wikipedia. As for phpBB a quick search shows some themes are being designed to be responsive. https://designsmaz.com/best-responsive-phpbb-themes/onlyonemac wrote:Mediawiki, the wiki software, has got support for a mobile theme. Mobile/responsive design on phpBB is a long-term outstanding issue, due in part to the fact that, if I remember correctly, the theme engine is a) unable to determine if the page is being viewed on a desktop or mobile device and b) unable to deliver a different theme for different devices (because really there is no theme engine, and implementing mobile support would have to be done in the theme itself - one could theoretically create a dummy theme that attempts to detect the device in use and then passes through to one of two other themes configured in an ini file, but this hasn't been done yet).b.zaar wrote:Responsive design for reading on mobiles would be the first thing I'd fix.embryo2 wrote:May be there also are advices for the osdev.org?
I usually press a few times ctrl+ for the Firefox to enlarge the font. Is it a design issue?sernico wrote:Osdev is only a wiki and a forum, so for me it needs only a "What is it ?" Page
Except that it has to be explicitly installed and enabled somewhere in the configuration, and that hasn't been done for this wiki.b.zaar wrote:I don't browse the wiki on the mobile but I guess it would be like wikipedia.
I somewhat hate responsive design, because it never displays properly on either my desktop or my phone and even if it does it's impossible to change that much in CSS that the theme is efficient to use on both a desktop and a mobile (so many interfaces these days are designed almost exclusively for mobile devices and just scale up/rearrange elements for desktops, making them less efficient to use on a desktop than a true desktop interface - I'm looking at you, Microsoft), and I was thinking more of the "offer an alternative theme to mobile user agents" approach.b.zaar wrote:Themes are usually the only thing to control responsive design, other frameworks like WordPress or Joomla don't have anything in the PHP code that styles the page for mobiles, it's all taken care of by CSS using media queries.