Web based operating systems
Web based operating systems
I want to build my own web based operating system. I would like a list of things i would need to know to build one. I just want a client based one i dont want one that is connected to a server at all. Basically i want it to be able to do everything that say linux can do (on the desktop side) but be able to load it off of a jump drive. It is just a project to help me learn client-side web development. Thank-you.
Please include how each language will help me and the capabilities of each. Thank-you.
Please include how each language will help me and the capabilities of each. Thank-you.
Jneaod, i'm not really sure what you're trying to say here... What is a 'web-based operating system'? As far as i know, an operating system is something that runs your computer, giving you access to all the peripherals and components connected to your computer, in a friendly, high resolution graphical user interface.
¯\_(ツ)_/¯ It works on my machine...
http://www.youos.com/html/index.html?mode=demo
I want to write something similar but just on the client side for now.
Basically i want to be able to open my html file and be able use it like the link uses theirs.
I want to write something similar but just on the client side for now.
Basically i want to be able to open my html file and be able use it like the link uses theirs.
Well, you'll have to have it server side, as that's what it's meant for. However, you don't have to make a sign up form. Anyway, you'll need PHP and HTML and MySQL, most likely. You'll need to know some pretty advanced php: File uploads, Writing files, hack protection. Have you ever accidentally hacked yourself? I have. So... read, read read! And ask questions when necessary... I do like where you're going with this, you're doing the opposite of script-kiddy stuff...
¯\_(ツ)_/¯ It works on my machine...