SC Retro

Introduce yourself. Pimp your website, competition, event or other activity here, as long as it's Spectrum related.
User avatar
Einar Saukas
Bugaboo
Posts: 3094
Joined: Wed Nov 15, 2017 2:48 pm

Re: SC Retro

Post by Einar Saukas »

redballoon wrote: Sat Jul 11, 2020 5:53 pm This is looking great, Einar! What you'll have to keep in mind are the different screen resolutions, which can make the information almost unreadable.
Reducing the screen width to 991px, for example, or displaying the page on a mobile device shows that the table cell alignment may require some attention. If you press F12 or Right click on the page and select "Inspect" to get into the Developer console you can change then change the screen resolution and select the device you're viewing the page on, you'll see what I mean.
Thanks! But can you point out what exactly must be changed, kinda like [mention]druellan[/mention] did?

I have zero experience in web design so it would take me ages to figure out by trial-and-error the proper way to fix these things...
User avatar
Einar Saukas
Bugaboo
Posts: 3094
Joined: Wed Nov 15, 2017 2:48 pm

Re: SC Retro

Post by Einar Saukas »

hikoki wrote: Sat Jul 11, 2020 7:39 pm If I remember right this sentence was useful to make a page responsive.

Code: Select all

<meta name="viewport" content="width=device-width, initial-scale=1">
Add a maximum-scale to disable zooming:

Code: Select all

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
You can customize each page element based on different screen sizes in your CSS file. An example would be:

Code: Select all

html{font-size:100%;}
@media(min-width:60em){html{font-size:100%}}
See the default style and the media based one.

Another example for a SELECT control:

Code: Select all

<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {background-color: navy;font-size:16px;}
select {width:100%;font-size:200%;}
@media(min-width:60em){select{width: 100%;font-size:150%;}}	 
</style>

Take a look at this site to read on media queries:
https://learn-the-web.algonquindesign.c ... a-queries/


A dirty tip to see how media queries are applied is to resize the browser window from large to small, simulating different screen resolutions.
You'd better ask a professional though :mrgreen:
I'm sorry but you will have to be more specific about what exactly needs to be changed :)
User avatar
Einar Saukas
Bugaboo
Posts: 3094
Joined: Wed Nov 15, 2017 2:48 pm

Re: SC Retro

Post by Einar Saukas »

Einar Saukas wrote: Sun Jul 12, 2020 2:04 am I think we will have to move "creators" to a separate table, because there's too much information. This is a good example:

https://spectrumcomputing.co.uk/compact/1608

In this layout, moving it to a separate table takes almost the same space as keeping it inside the general info. So there's nothing to lose.

Agreed?
I also added "series". For instance "Renegade" series:

https://spectrumcomputing.co.uk/compact/4087

There are a few games that belong to multiple series:

https://spectrumcomputing.co.uk/compact/6280

I don't like the idea of listing the entire series inside the general section like in Martijn's WoS. I think it's better to choose either list the series in a separate section below, or just mention the series name so the user can click to see further details. For now, I'm keeping both options to make it easier to compare. What do you think?
User avatar
Juan F. Ramirez
Bugaboo
Posts: 5133
Joined: Tue Nov 14, 2017 6:55 am
Location: Málaga, Spain

Re: SC Retro

Post by Juan F. Ramirez »

Einar Saukas wrote: Sun Jul 12, 2020 2:04 am I think we will have to move "creators" to a separate table, because there's too much information. This is a good example:

https://spectrumcomputing.co.uk/compact/1608

In this layout, moving it to a separate table takes almost the same space as keeping it inside the general info. So there's nothing to lose.

Agreed?
As we talked in the other thread, it seems redundant or 'repetitive' the same info in two places, so it's ok for me (even though my intention was the opposite, remove the author table! :D )
hikoki
Manic Miner
Posts: 576
Joined: Thu Nov 16, 2017 10:54 am

Re: SC Retro

Post by hikoki »

I'm sorry but you will have to be more specific about what exactly needs to be changed :)

The current layout seems to be meant for large screens to display a compact view with high information.
One can always zoom it on small screens but I meant the layout and font size to react to different screen sizes.

Some common em sizes:
25em — small screens, about 400px
38em — medium screens, about 650px
60em — large screens, about 980px
90em — extra large screens, about 1500px

So you could add different styles (font sizes, layouts, floating between elements..) to make the layout more readable.

@media only screen and (min-width: 25em) { … }
@media only screen and (min-width: 38em) { … }
@media only screen and (min-width: 60em) { … }
@media only screen and (min-width: 90em) { … }
hikoki
Manic Miner
Posts: 576
Joined: Thu Nov 16, 2017 10:54 am

Re: SC Retro

Post by hikoki »

User avatar
uglifruit
Manic Miner
Posts: 703
Joined: Thu Jan 17, 2019 12:41 pm
Location: Leicester
Contact:

Re: SC Retro

Post by uglifruit »

Whatever it ends up being called I really like this new look old look design.
CLEAR 23855
User avatar
utz
Microbot
Posts: 116
Joined: Wed Nov 15, 2017 9:04 am
Contact:

Re: SC Retro

Post by utz »

Media queries are so 2019 :mrgreen: flex-grow/flex-shrink is all the hype now.

Another vote for the v3 banner, btw. In fact I'd like it to be even smaller.
User avatar
Einar Saukas
Bugaboo
Posts: 3094
Joined: Wed Nov 15, 2017 2:48 pm

Re: SC Retro

Post by Einar Saukas »

michellekg wrote: Sat Jul 11, 2020 6:37 pmThat's really great and I'm voting for this view to become default (so no "retro", "lite" etc), and current view can be something like "modern".
I still think it's important to keep the current modern, more user-friendly interface as default layout, for casual visitors on different devices.

However I try to make it work such that, if you start navigating in compact mode, you stay in compact mode... Is this OK?
User avatar
Einar Saukas
Bugaboo
Posts: 3094
Joined: Wed Nov 15, 2017 2:48 pm

Re: SC Retro

Post by Einar Saukas »

I will go back to screen resolution adjusts later. First I want to finish implementing all site content.

Since there were no objects, I'm keeping "Authors/Contributors" and "Series" in separate sections. I think they work better this way since both can contain a lot of information.

Next step is the list of compilations that included a certain title. Should it be inside the general section or in a separate section? I implemented both so everyone can see how it looks...
Magnus
Dizzy
Posts: 61
Joined: Sat Jan 06, 2018 6:47 am
Location: Sweden

Re: SC Retro

Post by Magnus »

Einar Saukas wrote: Tue Jul 14, 2020 6:56 am Next step is the list of compilations that included a certain title. Should it be inside the general section or in a separate section? I implemented both so everyone can see how it looks...
I think a separate section looks cleaner. Great work!
My ZX Spectrum emulator project: https://softspectrum48.weebly.com.
User avatar
Juan F. Ramirez
Bugaboo
Posts: 5133
Joined: Tue Nov 14, 2017 6:55 am
Location: Málaga, Spain

Re: SC Retro

Post by Juan F. Ramirez »

Authors, series and compilatios look ok in separate sections.

Look great!
User avatar
Ast A. Moore
Rick Dangerous
Posts: 2641
Joined: Mon Nov 13, 2017 3:16 pm

Re: SC Retro

Post by Ast A. Moore »

Nice, but the layout could be improved. I get a lot of empty space around the loading/in-game screen caps. Kind of defeats the purpose of the compact layout:

Image
Every man should plant a tree, build a house, and write a ZX Spectrum game.

Author of A Yankee in Iraq, a 50 fps shoot-’em-up—the first game to utilize the floating bus on the +2A/+3,
and zasm Z80 Assembler syntax highlighter.
User avatar
8BitAG
Dynamite Dan
Posts: 1495
Joined: Sun Dec 17, 2017 9:25 pm
Contact:

Re: SC Retro

Post by 8BitAG »

Ast A. Moore wrote: Tue Jul 14, 2020 8:56 am Nice, but the layout could be improved. I get a lot of empty space around the loading/in-game screen caps. Kind of defeats the purpose of the compact layout:
Probably worth stating what browser etc. you're using as that seems to be an atypical result.

Edit: Ah... that blank space appears when the available screen width is reduced... which is not at all ideal.
8-bit Text Adventure Gamer - games - research.
User avatar
Ast A. Moore
Rick Dangerous
Posts: 2641
Joined: Mon Nov 13, 2017 3:16 pm

Re: SC Retro

Post by Ast A. Moore »

Viewed in Safari, but it’s mostly the layout vs. window size issue. If I stretch the window horizontally almost to the edges of the screen, the problem disappears. I keep my browser window’s width at (effectively) 1,000 pixels.
Every man should plant a tree, build a house, and write a ZX Spectrum game.

Author of A Yankee in Iraq, a 50 fps shoot-’em-up—the first game to utilize the floating bus on the +2A/+3,
and zasm Z80 Assembler syntax highlighter.
User avatar
Einar Saukas
Bugaboo
Posts: 3094
Joined: Wed Nov 15, 2017 2:48 pm

Re: SC Retro

Post by Einar Saukas »

Ast A. Moore wrote: Tue Jul 14, 2020 8:56 am Nice, but the layout could be improved. I get a lot of empty space around the loading/in-game screen caps. Kind of defeats the purpose of the compact layout:
That's because the new "compilations" field was too large. It's now a separate section, this should solve the problem.
User avatar
Ast A. Moore
Rick Dangerous
Posts: 2641
Joined: Mon Nov 13, 2017 3:16 pm

Re: SC Retro

Post by Ast A. Moore »

Einar Saukas wrote: Tue Jul 14, 2020 5:35 pm
Ast A. Moore wrote: Tue Jul 14, 2020 8:56 am Nice, but the layout could be improved. I get a lot of empty space around the loading/in-game screen caps. Kind of defeats the purpose of the compact layout:
That's because the new "compilations" field was too large. It's now a separate section, this should solve the problem.
It does. Excellent!
Every man should plant a tree, build a house, and write a ZX Spectrum game.

Author of A Yankee in Iraq, a 50 fps shoot-’em-up—the first game to utilize the floating bus on the +2A/+3,
and zasm Z80 Assembler syntax highlighter.
User avatar
Einar Saukas
Bugaboo
Posts: 3094
Joined: Wed Nov 15, 2017 2:48 pm

Re: SC Retro

Post by Einar Saukas »

Implemented sections "Authored with" and "Links". These pages are getting big now!

https://spectrumcomputing.co.uk/compact/6825

I'm starting to think we need a better name for this. Calling it "compact layout" sounds too generic, also SC was already using "compact layout" to mean something else. At SC homepage there's an option called "Results layout: compact".

Any other suggestions? Since many people don't like "retro", and all direct synonyms for "compact" sound too generic, perhaps we can choose a different word that vaguely suggests the idea of something compact? For instance "solid view".

Or perhaps just pick up a name that doesn't mean anything, like "zap view".

Any ideas?
User avatar
Juan F. Ramirez
Bugaboo
Posts: 5133
Joined: Tue Nov 14, 2017 6:55 am
Location: Málaga, Spain

Re: SC Retro

Post by Juan F. Ramirez »

Brainstorming time!

Lite
Mini
16K
Zip
White
User avatar
utz
Microbot
Posts: 116
Joined: Wed Nov 15, 2017 9:04 am
Contact:

Re: SC Retro

Post by utz »

Juan F. Ramirez wrote: Tue Jul 14, 2020 11:21 pm 16K
We have a winner. :D
User avatar
Pegaz
Dynamite Dan
Posts: 1210
Joined: Mon Nov 13, 2017 1:44 pm

Re: SC Retro

Post by Pegaz »

Well, since the "compact" has already been used, I think "lite" is obviously the second best choice.
At the moment, nothing better comes to my mind...
User avatar
1024MAK
Bugaboo
Posts: 3118
Joined: Wed Nov 15, 2017 2:52 pm
Location: Sunny Somerset in the U.K. in Europe

Re: SC Retro

Post by 1024MAK »

  • ‘rubberkey’
  • ’chuntey’
  • ’lower RAM’
  • ’microdrive’
Actually I like ‘micro’ or ‘microdrive’ ;)

Mark
:!: Standby alert :!:
“There are four lights!”
Step up to red alert. Sir, are you absolutely sure? It does mean changing the bulb :dance
Looking forward to summer later in the year.
Nienn Heskil
Microbot
Posts: 132
Joined: Tue Jun 09, 2020 6:14 am
Contact:

Re: SC Retro

Post by Nienn Heskil »

Just be unoriginal and name them literally like 'SC modern scheme' and 'SC light scheme'. Not everything has to sound like a brand name. :)
User avatar
Morpheus
Microbot
Posts: 124
Joined: Thu Nov 16, 2017 4:18 pm
Location: Hurworth-On-Tees, UK
Contact:

Re: SC Retro

Post by Morpheus »

“Microdrive” gets my vote as a Sinclair themed name but as the previous post said sometimes straightforward works just as well.
R Tape loading error, 0:1
User avatar
utz
Microbot
Posts: 116
Joined: Wed Nov 15, 2017 9:04 am
Contact:

Re: SC Retro

Post by utz »

Hmm, "micro", that's something I could get behind, too.
Other than that, "lite" is still my one of my favourites (though it basically was rejected already), and of course [mention]Juan F. Ramirez[/mention]' glorious "16K".
Post Reply