HOME | DD

Published: 2013-02-21 10:43:06 +0000 UTC; Views: 865; Favourites: 4; Downloads: 0
Redirect to original
Description
I'm working hard to build the next version of CloudOS, now called Galaxy. You can try the dev build now by visiting galaxy-os.koding.com .Now it comes with a built-in clock and you can also roll up windows, to keep them tucked away but easily accessible! Sounds cool? Why not try it?
WATCH A DEMO: CLICK HERE (outdated)
Related content
Comments: 29
DevilishDB In reply to nikoskap [2013-02-27 22:08:17 +0000 UTC]
Just updated - lots of things changed but most just in the code (to make it quicker to add new code or reduce fiole size etc.) the 2 main changes made where that it now has a clock in the top-right and it has roll-up and roll-down buttons. Just click that link that says 'DON'T CLICK THIS' to see it (it is a trick to do with psychology that if you say don't do something people will do it anyway)
👍: 0 ⏩: 1
ntim007 [2013-02-23 15:57:15 +0000 UTC]
Why did u iframe the desktop ? You can integrate the splashscreen easily in your page.
Just add :
and include the splashscreen css in your stylesheet (without the charms bar code)
👍: 0 ⏩: 4
DevilishDB In reply to ntim007 [2013-02-23 16:21:10 +0000 UTC]
OK I've done it, you're right it does work. Thanks for help! I will delete the index file and rename desktop to index.
👍: 0 ⏩: 0
DevilishDB In reply to ntim007 [2013-02-23 16:09:17 +0000 UTC]
BTW I think it was worse last time because I took it out of the dashboard which is written in another way.
👍: 0 ⏩: 0
DevilishDB In reply to ntim007 [2013-02-23 16:08:08 +0000 UTC]
Another reason I did it with iFrames is so I can hide the scrollbars. Anyway, I used the calendar CSS for the splash to test it - the results: the scrollbar displays as usual and also a little bit at the bottom isn't filled with the splash. C'mon it's easier with iFrames and only devs will notice.
👍: 0 ⏩: 2
ntim007 In reply to DevilishDB [2013-02-23 16:15:12 +0000 UTC]
and the scrollbar part
#splashscreen {
*somecode*
overflow:hidden;
}
👍: 0 ⏩: 1
DevilishDB In reply to ntim007 [2013-02-23 16:16:40 +0000 UTC]
OK I'll try it just wait a minute...
👍: 0 ⏩: 0
ntim007 In reply to DevilishDB [2013-02-23 16:13:02 +0000 UTC]
Well, it's faster without the frame...
And u forgot :
top:0
in
#splashscreen {
somecode
}
👍: 0 ⏩: 1
DevilishDB In reply to ntim007 [2013-02-23 16:16:02 +0000 UTC]
If it's taken from the OW8 calendar then it's one of the OW8 team's fault, right?
👍: 0 ⏩: 1
ntim007 In reply to DevilishDB [2013-02-23 16:21:11 +0000 UTC]
No, because it worked in OW8, and OW8 had 3 different versions of the splashscreen...
And it wasn't meant for public use.
👍: 0 ⏩: 1
DevilishDB In reply to ntim007 [2013-02-23 16:00:39 +0000 UTC]
I tried it before but it seemed to make other CSS not work. I'll try it again now, I'll tell you when I've done it so you can see (hopefully it'll work this time). Remember to go to /desktop.html not /index.html
👍: 0 ⏩: 2
ntim007 In reply to DevilishDB [2013-02-23 16:08:05 +0000 UTC]
maybe u forgot to include the @keyframes
👍: 0 ⏩: 0
DevilishDB In reply to gifteddeviant [2013-02-22 21:50:45 +0000 UTC]
Thanks! Hopefully soon it will have lots more apps to play with as well.
👍: 0 ⏩: 0