Giter Site home page Giter Site logo

tdtplay / webtv-hd Goto Github PK

View Code? Open in Web Editor NEW

This project forked from skcro/webtv-hd

0.0 0.0 0.0 135.86 MB

A project that aims to recreate WebTV Networks' UI and page design using modern web technologies, mainly CSS and HTML.

License: Other

JavaScript 28.10% CSS 30.64% HTML 41.26%

webtv-hd's Introduction

WebTV HD

WebTV HD logo

Previously known as "WebTV-CSS-Remake".

A project that aims to recreate WebTV's UI, page design, and some functionality, using modern web technologies (mainly HTML and CSS).

How do I try it out?

Head on over to the GitHub Pages instance if you'd like to try it out.

If anything is broken for you, please file a bug report and tell me the issue, which browser you used, and your screen resolution. Provide a screenshot if possible.

Alternatively, DM me on Discord - username is SKCro.

How do I use the code?

Important: If you're planning to use this for a project or website, please credit me when possible.

Click the "Code" button at the top and click "Download ZIP". Unzip wherever you want and host the directory with a server - a lot of things don't work correctly if you just open the index.html file in your web browser due to cross-origin stuff.

Screenshot of the "Code" button being pressed.

If you prefer (or are stuck with) with a command line interface, you can run git clone https://github.com/SKCro/WebTV-HD.git, and copy all the resources over by entering the WebTV-HD directory, and running cp -r ./* <your location>.

If you want to make your own website out of it, check out the wiki page on that.

The wiki also has some other useful info, so make sure to check it out.

What are your goals for this project?

  • Get the style to look as accurate as possible.
  • Remake some of the Page Builder styles and separate the service page style from the base WebTV stuff (like the statusbar and buttons).
  • Make the style work better on mobile devices (or create a new one specifically designed for them). Finally done! The sidebar now slides in and out via a button.
  • Get the selection box to move via the arrow keys (and maybe gamepad), just like real WebTV. This would make big-screen browsing easier. Partially done with tab navigation.
  • Possibly make an MSN TV 2 style (although I'd probably make a second repo for that).
  • [Unlikely] Make this into a browser extension of some sort that adds a WebTV overlay and allows navigation with your keyboard or a gamepad. Unfortunately, this is probably impossible due to the way WebTV HD works - it embeds the page into an iframe so that WebTV elements like the status bar draw on top of the page (and aren't a part of it). The problem is that a lot of big websites don't allow embedding (for security reasons) - you can try this yourself: open the Go To panel and try to go to a popular site like YouTube. It will probably give you either nothing at all or an error message.
  • [Very Unlikely] Try to make this into a WTVP-to-HTML interface. Essentially, make it into a WebTV client. This would be very complicated (I have no backend skills and would definitely need help from others), but it is something I'm looking forward to getting working eventually (even at a very basic level).

If you'd like to suggest something, fill out the feature suggestion template to let me know what you'd like to see added to WebTV HD.

TODO:

  • Flesh out everything. Pretty much done.
  • Make the status bar look better on non-widescreen display sizes. Done.
  • Recreate more service pages like login, mail, settings, favorites, etc.
  • Add functionality with JavaScript. Done.
  • Fix the dang selection box scrolling bug. This is partially done by simply not updating the top attribute when scrolling, but it doesn't fix the root problem - clicking something else while scrolled down still results in the bug.
  • Make Dialing.html actually work better by making it show a splash at 100% progress, along with redirecting to Home.html. Done by nitrate92.
  • Flesh out Home.html. Done.

What if I need help using this code?

If you need help for any reason, feel free to contact me on Discord. Username is the same as here: SKCro

Alternatively, you can contact me on Twitter (@SKCro_), but I don't really check Twitter often anymore, so Discord is your best bet.

If you want to report a bug or suggest a feature, use the bug report template or feature suggestion template respectively.

webtv-hd's People

Contributors

skcro avatar nitrate92 avatar akidinatophat avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.