Page 1 of 2

Web based operating systems

Posted: 20 Aug 2006, 20:00
by jneaod
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.

Posted: 20 Aug 2006, 22:58
by Gogeta70
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.

Posted: 21 Aug 2006, 13:01
by jneaod
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.

Posted: 21 Aug 2006, 14:33
by Gogeta70
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...

Posted: 21 Aug 2006, 16:02
by jneaod
Thanks. Anyway i have a server with 100webspace.net and I made an html document for practice. When i put it on my server and tried to go to my website it displayed the directories (like if you did a file search on your computer). Why did it do this?

Posted: 21 Aug 2006, 16:21
by jneaod
Nerver mind, I figured it out.

Posted: 22 Aug 2006, 04:42
by bad_brain
do you have a server or just webspace? if it's a server and you need some help with securing it let me know, the default settings are usually very insecure (no firewall, service banners give too much info, etc.)... :wink:

Posted: 22 Aug 2006, 13:13
by jneaod
Its just a webspace. I put this in my code

<?
echo "Hello";
?>

but it didnt do it. Why?

Posted: 22 Aug 2006, 13:34
by Gogeta70
Could be several reasons:

make sure the file that it's in has the suffix .php
try using <?PHP (it's more proper and calls for faster script operation)
does the server support php?

Posted: 22 Aug 2006, 17:07
by jneaod
It was an error on my part. My file was called index.php but it saved as index.php.txt and now i fixed it. I am just getting started with it and once i get it up the way i want i'll let you guys know. If i have any questions ill let you know. THANKS!

Posted: 22 Aug 2006, 22:03
by Gogeta70
Yep, have fun!

Posted: 24 Aug 2006, 12:52
by jneaod
I know i probaly shouldnt do this but i want to block those stupid flash ads on my webhosting, because they take up space. Does anyone know how to do this with javascript or php. Everybody that helps me with this big project gets their own spot on the developers section.

Posted: 24 Aug 2006, 14:20
by Gogeta70
Yeah, give me the url to your website so i can see how they added the flash.

Posted: 25 Aug 2006, 13:51
by jneaod

Posted: 28 Aug 2006, 13:25
by jneaod
I need 2 things done inorder to make a big improvement. First i need to make a custom menu for it. And second i need to be able to drag windows around "inside" the browsers page.