-- REMOVED --
-- REMOVED --
--- REMOVED ---
Last edited by sernico on Sun Feb 12, 2023 11:20 am, edited 1 time in total.
- moondeck
- Member
- Posts: 56
- Joined: Sat Dec 19, 2015 12:18 pm
- Libera.chat IRC: moondeck
- Location: The Zone, Chernobyl
Re: Help with your website OS
Not sure if an advertisement or legit
My operating system https://github.com/moondeck/hydrogen/
- max
- Member
- Posts: 616
- Joined: Mon Mar 05, 2012 11:23 am
- Libera.chat IRC: maxdev
- Location: Germany
- Contact:
Re: Help with your website OS
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
Re: Help with your website OS
Thanks Max! Yep, I like help people with their website!
Re: Help with your website OS
May be there also are advices for the osdev.org?sernico wrote:Yep, I like help people with their website!
My previous account (embryo) was accidentally deleted, so I have no chance but to use something new. But may be it was a good lesson about software reliability
Re: Help with your website OS
Osdev is only a wiki and a forum, so for me it needs only a "What is it ?" Page
Re: Help with your website OS
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?
"God! Not Unix" - Richard Stallman
Website: venom Dev
OS project: venom OS
Hexadecimal Editor: hexed
Website: venom Dev
OS project: venom OS
Hexadecimal Editor: hexed
-
- Member
- Posts: 1146
- Joined: Sat Mar 01, 2014 2:59 pm
Re: Help with your website OS
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?
When you start writing an OS you do the minimum possible to get the x86 processor in a usable state, then you try to get as far away from it as possible.
Syntax checkup:
Wrong: OS's, IRQ's, zero'ing
Right: OSes, IRQs, zeroing
Syntax checkup:
Wrong: OS's, IRQ's, zero'ing
Right: OSes, IRQs, zeroing
Re: Help with your website OS
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?
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.
"God! Not Unix" - Richard Stallman
Website: venom Dev
OS project: venom OS
Hexadecimal Editor: hexed
Website: venom Dev
OS project: venom OS
Hexadecimal Editor: hexed
Re: Help with your website OS
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
My previous account (embryo) was accidentally deleted, so I have no chance but to use something new. But may be it was a good lesson about software reliability
-
- Member
- Posts: 1146
- Joined: Sat Mar 01, 2014 2:59 pm
Re: Help with your website OS
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.
When you start writing an OS you do the minimum possible to get the x86 processor in a usable state, then you try to get as far away from it as possible.
Syntax checkup:
Wrong: OS's, IRQ's, zero'ing
Right: OSes, IRQs, zeroing
Syntax checkup:
Wrong: OS's, IRQ's, zero'ing
Right: OSes, IRQs, zeroing