Everything "felt" like a fancy over-done BBS of the early 90s in the way that the page loaded slowly, but I'm curious why you chose the second swipe of the cursor over the screen. I don't remember my PC from 8088-80386 ever doing that. Am I misremembering and was this in reference to some platform from the 80s that I didn't use?
Bootstra.386 – A Bootstrap theme from the 1980s
81–90 of 114 posts
Re: Bootstra.386 – A Bootstrap theme from the 1980s
#82First: Kudos. That is easily the coolest thing I've seen this month. Everything "felt" like a fancy over-done BBS of the early 90s in the way that the page loaded slowly, but I'm curious why you chose the second swipe of the cursor over the screen. I don't remember my PC from 8088-80386 ever doing that. Am I misremembering and was this in reference to some platform from the 80s that I didn't use?
Re: Bootstra.386 – A Bootstrap theme from the 1980s
#83I literally experienced a sense memory from viewing this. I could smell the slight smell that old, hot CRT monitors emitted -- probably some volatile mix of things that give you cancer. Wow!
Re: Bootstra.386 – A Bootstrap theme from the 1980s
#84Earlier quoted context omitted.
I think it's actually EGA, but it's definitely not CGA. CGA only supports 4 colours and you can tell immediately from the dark blue that it's not CGA, because that's not one of the 4. There are also at least 5 colours shown, all of which happen to be from the standard EGA palette. VGA generally used the same text modes as EGA and very few people actually had an EGA, so referring to it as a VGA mode is an understandab…
> CGA only supports 4 colours In graphics modes. In text mode it supported 16 IIRC: black, white, two greys and two shades of 6 colours.
I'm pretty sure this is based on the standard EGA/VGA font, which is 8x14 pixels, whereas CGA only supported 8x8. Characters like A, N and M look noticeably more pixellated around the diagonals in CGA mode.
This is very much the one everyone would recognise from the VGA era, although it's actually an EGA mode.
Re: Bootstra.386 – A Bootstrap theme from the 1980s
#85Thanks!
Re: Bootstra.386 – A Bootstrap theme from the 1980s
#86This put such a huge smile on my face. I was having a shit day, but now it's awesome. Thank you! P.S. I will go build like 9 websites using this immediately.
Anyone have any advice for rendering images in a time/technology-appropriate fashion?
https://github.com/kristopolous/BOOTSTRA.386/blob/master/les...
img {
display: none;
-webkit-filter: contrast(800%);
-moz-filter: contrast(1000%);
filter: contrast(1000%);
-o-filter: contrast(800%);
-ms-filter: contrast(800%);
}
(In fact, I don't know what that display:none is doing there now ... I'll have to look into it)There may be some brilliant visual hack to get images to look more faithful ... but this was the best I could figure out.
Re: Bootstra.386 – A Bootstrap theme from the 1980s
#87This put such a huge smile on my face. I was having a shit day, but now it's awesome. Thank you! P.S. I will go build like 9 websites using this immediately.
Re: Bootstra.386 – A Bootstrap theme from the 1980s
#88Earlier quoted context omitted.
> CGA only supports 4 colours In graphics modes. In text mode it supported 16 IIRC: black, white, two greys and two shades of 6 colours.
You're right. I just looked it up, it seems I misremembered the CGA/EGA palette specs. I'm pretty sure this is based on the standard EGA/VGA font, which is 8x14 pixels, whereas CGA only supported 8x8. Characters like A, N and M look noticeably more pixellated around the diagonals in CGA mode. This is very much the one everyone would recognise from the VGA era, although it's actually an EGA mode.
The font used by this site is the "Fixedsys" system font from Windows, not any CGA/EGA/VGA text mode font.
Re: Bootstra.386 – A Bootstrap theme from the 1980s
#89Earlier quoted context omitted.
Given the increasing complexity of the web plus nostalgia, I'm seriously surprised that there's no actual distributed BBS/Minitel/BTX thing going on. With API-driven backends (webapps, esp. SPA's, mobile apps), it would probably be easy enough to shoe-horn in some glorious ANSI interface...
Apparently they're still popular in Taiwan. http://en.wikipedia.org/wiki/PTT_Bulletin_Board_System
Re: Bootstra.386 – A Bootstrap theme from the 1980s
#90Author here. I had no idea this was posted until I just rolled out of bed. Feel free to ask any questions here or hit me up on gchat/skype/aim/facebook/yahoo with the same username as here if that's more comfortable for you. There's also the standard issue tracker and mailing list. Thanks!
Any plans/progress porting this or rewriting it root bootstrap 3x, or should I build anything I want this one as 2x?