I Need Your Ideas
-
Make it like one of those 'trillion pixel pictures', where everyone can populate a square range out of your 'windows'? See what type of overall 'picture' they would make when zoomed out, and the whole app sags under the pressure and brings the entire internet to its knees? :laugh:
Our Forgotten Astronomy | Object Oriented Programming with C++ | Wordle solver
-
Steve Raw wrote:
I'm not entirely sure about which windows to restore to cascade.
I suggest following the standard behavior of MDI (multiple document interface)[^]. /ravi
My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com
-
Make it like one of those 'trillion pixel pictures', where everyone can populate a square range out of your 'windows'? See what type of overall 'picture' they would make when zoomed out, and the whole app sags under the pressure and brings the entire internet to its knees? :laugh:
Our Forgotten Astronomy | Object Oriented Programming with C++ | Wordle solver
Ah, I like that idea!
David O'Neil wrote:
Make it like one of those 'trillion pixel pictures', where everyone can populate a square range out of your 'windows'? See what type of overall 'picture' they would make when zoomed out, and the whole app sags under the pressure and brings the entire internet to its knees? :laugh:
The cool thing about what you mentioned is that very same concept has come across my mind before. I have things engineered to allow for such a feature, but I haven't gotten around to trying the concept out. I was thinking that you could design any window to expand to fill the screen, and it would convert the window into a new desktop element. Once the new desktop element is created, any child windows of that window turned desktop would display. It would be like having unlimited web apps that are all nested.
David O'Neil wrote:
and the whole app sags under the pressure and brings the entire internet to its knees? :laugh:
World domination would be all mine! I'm planning to take over the world anyway, but I can't find any nuclear ICBMs for sale on the Internet. Even on the dark web, I can't find any uranium 235, or plutonium. Not even Amazon sells it. Walmart? Nope. Target? Nope. Ebay? ...surprisingly not. If any of you guys can find nuclear weapons for sale, please tell me. I'll pay top dollar and give you 25% commission.
-
Ah, I like that idea!
David O'Neil wrote:
Make it like one of those 'trillion pixel pictures', where everyone can populate a square range out of your 'windows'? See what type of overall 'picture' they would make when zoomed out, and the whole app sags under the pressure and brings the entire internet to its knees? :laugh:
The cool thing about what you mentioned is that very same concept has come across my mind before. I have things engineered to allow for such a feature, but I haven't gotten around to trying the concept out. I was thinking that you could design any window to expand to fill the screen, and it would convert the window into a new desktop element. Once the new desktop element is created, any child windows of that window turned desktop would display. It would be like having unlimited web apps that are all nested.
David O'Neil wrote:
and the whole app sags under the pressure and brings the entire internet to its knees? :laugh:
World domination would be all mine! I'm planning to take over the world anyway, but I can't find any nuclear ICBMs for sale on the Internet. Even on the dark web, I can't find any uranium 235, or plutonium. Not even Amazon sells it. Walmart? Nope. Target? Nope. Ebay? ...surprisingly not. If any of you guys can find nuclear weapons for sale, please tell me. I'll pay top dollar and give you 25% commission.
-
Make it like one of those 'trillion pixel pictures', where everyone can populate a square range out of your 'windows'? See what type of overall 'picture' they would make when zoomed out, and the whole app sags under the pressure and brings the entire internet to its knees? :laugh:
Our Forgotten Astronomy | Object Oriented Programming with C++ | Wordle solver
-
You guys are a diverse group. You might be able to share some interesting ideas that I haven't even imagined. I need help figuring out what to do at this point. In 2016, I started an experiment. Its purpose was to sharpen my development skills. I didn't set out to build anything or accomplish any goal. I just started experimenting aimlessly. It's 8 years later, and I'm still working on it. I've put at least 10,000 hours into this thing. I'm still not sure what it is, or what purpose it could serve, but I've inadvertently created a web application. So, what do I turn this thing into? That's where I need ideas from you guys. As of right now, I'm building it into a GUI platform that allows developers to build and run custom web applications. Unlimited users can create an unlimited number of web apps, with unlimited 'desktops', and unlimited 'windows'. Maybe I can turn it into a development tool for building online video games. Maybe I could build an online image editing app. I don't know. Should I place it on GitHub with an open-source public license so that everyone can build it into something? That could be interesting. What do you think? I haven't yet created a user accounts system for it, so right now it's open to everyone. I invite you to mess with it and see what you can break. You can do what you'd like, as long as it's not malicious, illegal, or causes harm to anyone. You can create new 'windows', and add scripts/HTML/CSS to them if you'd like. If any ideas come to mind, please share them. The main link is: https://chromosphere.com I created a 'main menu editor tool' feature that allows you to create and edit the main menu for the page. You can mess with it here: Main Menu Editor. Please keep the profanity to a minimum. Thanks, guys. :thumbsup:
Steve Raw wrote:
I've put at least 10,000 hours into this thing.
Schweet. It's always cool when a project comes together.
Steve Raw wrote:
Please keep the profanity to a minimum.
Awww dang. :laugh:
Steve Raw wrote:
Thanks, guys.
Hate to say it buddy, but the whole windows in a window thing has been around for a while man. For instance, [Windows 96](https://windows96.net/). Don't shoot the messenger. :laugh: The obvious difference between yours and the link I posted of course it, it seems as if you more user configurable in the browser itself. So, given what we know, we gotta find a target audience and/or what you want this thing to do. You can rule out most web developers because there's no need for them to use this... that's just the cold hard truth. Making this a dev type environment for non-web devs is also a no-go. You can use VS Code (and other envs) in the web browser. It's backed by MS too. So, what then, make we ask... what would become of this? Seems this would be better suited for DevOps/Network engineers/hacker wannabes. Technical peeps but not necessarily web devs, where each window is essentially a terminal that exposes their favorite network tools exposed on a server somewhere. So essentially it's a configurable multi-window web terminal rather than SSH in to a box they have. Also, side note, not sure it works with a high DPI monitor. I couldn't see most of the items as they were scaled too large. In Firefox if that helps.
Jeremy Falcon
-
You guys are a diverse group. You might be able to share some interesting ideas that I haven't even imagined. I need help figuring out what to do at this point. In 2016, I started an experiment. Its purpose was to sharpen my development skills. I didn't set out to build anything or accomplish any goal. I just started experimenting aimlessly. It's 8 years later, and I'm still working on it. I've put at least 10,000 hours into this thing. I'm still not sure what it is, or what purpose it could serve, but I've inadvertently created a web application. So, what do I turn this thing into? That's where I need ideas from you guys. As of right now, I'm building it into a GUI platform that allows developers to build and run custom web applications. Unlimited users can create an unlimited number of web apps, with unlimited 'desktops', and unlimited 'windows'. Maybe I can turn it into a development tool for building online video games. Maybe I could build an online image editing app. I don't know. Should I place it on GitHub with an open-source public license so that everyone can build it into something? That could be interesting. What do you think? I haven't yet created a user accounts system for it, so right now it's open to everyone. I invite you to mess with it and see what you can break. You can do what you'd like, as long as it's not malicious, illegal, or causes harm to anyone. You can create new 'windows', and add scripts/HTML/CSS to them if you'd like. If any ideas come to mind, please share them. The main link is: https://chromosphere.com I created a 'main menu editor tool' feature that allows you to create and edit the main menu for the page. You can mess with it here: Main Menu Editor. Please keep the profanity to a minimum. Thanks, guys. :thumbsup:
I should also say that Windows 96 will allow third party apps too, but AFAIK it still takes a web dev to make one. It also has a terminal. But, the terminal on it is limited and AFAIK doesn't run commands on the server and just tries to emulate them on the client. What could set yours apart is the terminal running against the server for a terminal window, so it's actually useful.
Jeremy Falcon
-
You guys are a diverse group. You might be able to share some interesting ideas that I haven't even imagined. I need help figuring out what to do at this point. In 2016, I started an experiment. Its purpose was to sharpen my development skills. I didn't set out to build anything or accomplish any goal. I just started experimenting aimlessly. It's 8 years later, and I'm still working on it. I've put at least 10,000 hours into this thing. I'm still not sure what it is, or what purpose it could serve, but I've inadvertently created a web application. So, what do I turn this thing into? That's where I need ideas from you guys. As of right now, I'm building it into a GUI platform that allows developers to build and run custom web applications. Unlimited users can create an unlimited number of web apps, with unlimited 'desktops', and unlimited 'windows'. Maybe I can turn it into a development tool for building online video games. Maybe I could build an online image editing app. I don't know. Should I place it on GitHub with an open-source public license so that everyone can build it into something? That could be interesting. What do you think? I haven't yet created a user accounts system for it, so right now it's open to everyone. I invite you to mess with it and see what you can break. You can do what you'd like, as long as it's not malicious, illegal, or causes harm to anyone. You can create new 'windows', and add scripts/HTML/CSS to them if you'd like. If any ideas come to mind, please share them. The main link is: https://chromosphere.com I created a 'main menu editor tool' feature that allows you to create and edit the main menu for the page. You can mess with it here: Main Menu Editor. Please keep the profanity to a minimum. Thanks, guys. :thumbsup:
Windows within a browser window is definitely something to explore. I’m not sure what you or someone else may use your technique for, but if it’s unique and sound, I’m sure someone can build something with it. Note: I read my morning Code Project on an iPad with Firefox. Your interface doesn’t behave well on it (I think @JeremyFalcon mentioned this too). Whatever you end up up doing with it, kudos. Have fun with it.
Time is the differentiation of eternity devised by man to measure the passage of human events. - Manly P. Hall Mark Just another cog in the wheel
-
You guys are a diverse group. You might be able to share some interesting ideas that I haven't even imagined. I need help figuring out what to do at this point. In 2016, I started an experiment. Its purpose was to sharpen my development skills. I didn't set out to build anything or accomplish any goal. I just started experimenting aimlessly. It's 8 years later, and I'm still working on it. I've put at least 10,000 hours into this thing. I'm still not sure what it is, or what purpose it could serve, but I've inadvertently created a web application. So, what do I turn this thing into? That's where I need ideas from you guys. As of right now, I'm building it into a GUI platform that allows developers to build and run custom web applications. Unlimited users can create an unlimited number of web apps, with unlimited 'desktops', and unlimited 'windows'. Maybe I can turn it into a development tool for building online video games. Maybe I could build an online image editing app. I don't know. Should I place it on GitHub with an open-source public license so that everyone can build it into something? That could be interesting. What do you think? I haven't yet created a user accounts system for it, so right now it's open to everyone. I invite you to mess with it and see what you can break. You can do what you'd like, as long as it's not malicious, illegal, or causes harm to anyone. You can create new 'windows', and add scripts/HTML/CSS to them if you'd like. If any ideas come to mind, please share them. The main link is: https://chromosphere.com I created a 'main menu editor tool' feature that allows you to create and edit the main menu for the page. You can mess with it here: Main Menu Editor. Please keep the profanity to a minimum. Thanks, guys. :thumbsup:
I was frustrated when I pressed the "X" on a window and then had to select a drop down button of close. I can't imagine what this could be useful for so other than that small feedback, I'm of no use. Now I'm gonna go work so I can play outside this afternoon.
Hogan
-
I was frustrated when I pressed the "X" on a window and then had to select a drop down button of close. I can't imagine what this could be useful for so other than that small feedback, I'm of no use. Now I'm gonna go work so I can play outside this afternoon.
Hogan
snorkie wrote:
I'm of no use.
Oh, quite the opposite, actually. Feedback on user interface design and user experience, is absolute gold. developers spend money to gather user feedback. I've never been happy with the drop-down menu on the close 'window' icon. I put it there to avoid accidentally closing a window. I hadn't developed the system to save 'windows' and their content yet. Now that I have the ability to save 'window' content, closing a 'window' on accident is no big deal. Now, I can just open it again. I think I'll disable it. It served its purpose, and it's no longer needed. Thank you!
-
Windows within a browser window is definitely something to explore. I’m not sure what you or someone else may use your technique for, but if it’s unique and sound, I’m sure someone can build something with it. Note: I read my morning Code Project on an iPad with Firefox. Your interface doesn’t behave well on it (I think @JeremyFalcon mentioned this too). Whatever you end up up doing with it, kudos. Have fun with it.
Time is the differentiation of eternity devised by man to measure the passage of human events. - Manly P. Hall Mark Just another cog in the wheel
Mark Starr wrote:
I read my morning Code Project on an iPad with Firefox. Your interface doesn’t behave well on it (I think @JeremyFalcon mentioned this too). Whatever you end up up doing with it, kudos. Have fun with it.
Thank you, Mark. Yes, I've been so focused on the desktop/laptop interface that I haven't had the chance to create a touch-screen compatible version. One day, I'll get to the mobile phone UI, too. I may become elderly and senile by the time I get to it, so I can't make any promises. In the meantime, how would I go about managing this issue of device compatibility? That's going to require some thought.
-
Steve Raw wrote:
I've put at least 10,000 hours into this thing.
Schweet. It's always cool when a project comes together.
Steve Raw wrote:
Please keep the profanity to a minimum.
Awww dang. :laugh:
Steve Raw wrote:
Thanks, guys.
Hate to say it buddy, but the whole windows in a window thing has been around for a while man. For instance, [Windows 96](https://windows96.net/). Don't shoot the messenger. :laugh: The obvious difference between yours and the link I posted of course it, it seems as if you more user configurable in the browser itself. So, given what we know, we gotta find a target audience and/or what you want this thing to do. You can rule out most web developers because there's no need for them to use this... that's just the cold hard truth. Making this a dev type environment for non-web devs is also a no-go. You can use VS Code (and other envs) in the web browser. It's backed by MS too. So, what then, make we ask... what would become of this? Seems this would be better suited for DevOps/Network engineers/hacker wannabes. Technical peeps but not necessarily web devs, where each window is essentially a terminal that exposes their favorite network tools exposed on a server somewhere. So essentially it's a configurable multi-window web terminal rather than SSH in to a box they have. Also, side note, not sure it works with a high DPI monitor. I couldn't see most of the items as they were scaled too large. In Firefox if that helps.
Jeremy Falcon
Jeremy Falcon wrote:
Hate to say it buddy, but the whole windows in a window thing has been around for a while man. For instance, Windows 96. Don't shoot the messenger. :laugh:
Actually, I agree with you on this. What purposes could it serve besides just keeping my skills up? It's a fun project, and it's more of a meandering experiment than anything, but can there be more to it? There is one exception to my argument, however. I've had a startup company approach me wanting a front-end dev. It wasn't possible for me to meet their demand. We had many long discussions, but it just couldn't work.
-
Steve Raw wrote:
I've put at least 10,000 hours into this thing.
Schweet. It's always cool when a project comes together.
Steve Raw wrote:
Please keep the profanity to a minimum.
Awww dang. :laugh:
Steve Raw wrote:
Thanks, guys.
Hate to say it buddy, but the whole windows in a window thing has been around for a while man. For instance, [Windows 96](https://windows96.net/). Don't shoot the messenger. :laugh: The obvious difference between yours and the link I posted of course it, it seems as if you more user configurable in the browser itself. So, given what we know, we gotta find a target audience and/or what you want this thing to do. You can rule out most web developers because there's no need for them to use this... that's just the cold hard truth. Making this a dev type environment for non-web devs is also a no-go. You can use VS Code (and other envs) in the web browser. It's backed by MS too. So, what then, make we ask... what would become of this? Seems this would be better suited for DevOps/Network engineers/hacker wannabes. Technical peeps but not necessarily web devs, where each window is essentially a terminal that exposes their favorite network tools exposed on a server somewhere. So essentially it's a configurable multi-window web terminal rather than SSH in to a box they have. Also, side note, not sure it works with a high DPI monitor. I couldn't see most of the items as they were scaled too large. In Firefox if that helps.
Jeremy Falcon
Jeremy Falcon wrote:
Also, side note, not sure it works with a high DPI monitor. I couldn't see most of the items as they were scaled too large. In Firefox if that helps.
Oops. I missed your last comment. That's a mystery. I set the default zoom to be 80%. I haven't any idea how that could happen. :confused: Are you able to do anything to replicate the problem?
-
Mark Starr wrote:
I read my morning Code Project on an iPad with Firefox. Your interface doesn’t behave well on it (I think @JeremyFalcon mentioned this too). Whatever you end up up doing with it, kudos. Have fun with it.
Thank you, Mark. Yes, I've been so focused on the desktop/laptop interface that I haven't had the chance to create a touch-screen compatible version. One day, I'll get to the mobile phone UI, too. I may become elderly and senile by the time I get to it, so I can't make any promises. In the meantime, how would I go about managing this issue of device compatibility? That's going to require some thought.
Hi Steve,
Quote:
managing this issue of device compatibility?
Some IDEs have extensions or plugins for device emulators. But I don't really know that much about it. I'm retired now and when working I was on the back-end of things. Cheers,
Time is the differentiation of eternity devised by man to measure the passage of human events. - Manly P. Hall Mark Just another cog in the wheel
-
Jeremy Falcon wrote:
Hate to say it buddy, but the whole windows in a window thing has been around for a while man. For instance, Windows 96. Don't shoot the messenger. :laugh:
Actually, I agree with you on this. What purposes could it serve besides just keeping my skills up? It's a fun project, and it's more of a meandering experiment than anything, but can there be more to it? There is one exception to my argument, however. I've had a startup company approach me wanting a front-end dev. It wasn't possible for me to meet their demand. We had many long discussions, but it just couldn't work.
Steve Raw wrote:
I've had a startup company approach me wanting a front-end dev.
Nice man. Even if this particular company didn't work out, gotta be great to see your skills becoming desirable.
Jeremy Falcon
-
Jeremy Falcon wrote:
Also, side note, not sure it works with a high DPI monitor. I couldn't see most of the items as they were scaled too large. In Firefox if that helps.
Oops. I missed your last comment. That's a mystery. I set the default zoom to be 80%. I haven't any idea how that could happen. :confused: Are you able to do anything to replicate the problem?
Steve Raw wrote:
Are you able to do anything to replicate the problem?
Yeah, just tried again today (didn't clear cache though)... [Imgur: The magic of the Internet](https://imgur.com/a/MGaDsG4) Just big on my screen. I'm on a 4k monitor with a higher DPI scaling on Windows 10/Firefox.
Jeremy Falcon
-
I was frustrated when I pressed the "X" on a window and then had to select a drop down button of close. I can't imagine what this could be useful for so other than that small feedback, I'm of no use. Now I'm gonna go work so I can play outside this afternoon.
Hogan
snorkie wrote:
I was frustrated when I pressed the "X" on a window and then had to select a drop down button of close. I can't imagine what this could be useful for so other than that small feedback, I'm of no use. Now I'm gonna go work so I can play outside this afternoon.
Well, the old 'close window drop down' is changed to remove the drop-down prompt. It's now 99% complete! It took most of the day. It was trickier than I had anticipated, so I did end up reverting to yesterday's backup once, but I got it to work (ASAIK). Thank you, @snorkie ! :thumbsup: https://chromosphere.com [^]
-
Steve Raw wrote:
Are you able to do anything to replicate the problem?
Yeah, just tried again today (didn't clear cache though)... [Imgur: The magic of the Internet](https://imgur.com/a/MGaDsG4) Just big on my screen. I'm on a 4k monitor with a higher DPI scaling on Windows 10/Firefox.
Jeremy Falcon
Jeremy Falcon wrote:
Yeah, just tried again today (didn't clear cache though)... Imgur: The magic of the Internet Just big on my screen. I'm on a 4k monitor with a higher DPI scaling on Windows 10/Firefox.
That's just plain weird. :confused: I have hundreds of functions that adjust elements to function properly at an 80% zoom ratio for the window. After that zoom-in bug occurs, then does the UI reset back to its proper zoom view of 80% upon browser window resize?
-
Jeremy Falcon wrote:
Yeah, just tried again today (didn't clear cache though)... Imgur: The magic of the Internet Just big on my screen. I'm on a 4k monitor with a higher DPI scaling on Windows 10/Firefox.
That's just plain weird. :confused: I have hundreds of functions that adjust elements to function properly at an 80% zoom ratio for the window. After that zoom-in bug occurs, then does the UI reset back to its proper zoom view of 80% upon browser window resize?
Steve Raw wrote:
After that zoom-in bug occurs, then does the UI reset back to its proper zoom view of 80% upon browser window resize?
Nope. Plot thickens. :laugh:
Jeremy Falcon
-
Steve Raw wrote:
After that zoom-in bug occurs, then does the UI reset back to its proper zoom view of 80% upon browser window resize?
Nope. Plot thickens. :laugh:
Jeremy Falcon
Jeremy Falcon wrote:
Plot thickens. :laugh:
Ah, yes. Elementary my dear Watson. OK, so let me see. You're using Firefox as your HTTP client. Are you able to replicate this bug using other browsers such as Chrome, or Edge? I've found that such things as third-party browser extensions, and various browser settings that aren't set to their default values can be the source of many mysterious bugs. I'll check it out using Firefox on my end. What actions do you take to cause this glitch to occur? If I can replicate the glitch, that will allow me to pin it down.