• Welcome to the Speedsolving.com, home of the web's largest puzzle community!
    You are currently viewing our forum as a guest which gives you limited access to join discussions and access our other features.

    Registration is fast, simple and absolutely free so please, join our community of 40,000+ people from around the world today!

    If you are already a member, simply login to hide this message and begin participating in the community!

CubeClock Timer Released!

gcn12

Member
Joined
Jun 7, 2020
Messages
46
Hi everyone,

I've been working on a cube timer for the past few months as a passion project. Happy to announce that CubeClock is ready for release at: cubeclock.net

Notable features include:
-User accounts: all data is available on any device
-Offline option: in the event you don't have wifi access*
-Analytics page
-Unlimited sessions

*Offline mode must be activated while online

Huge thanks to several members of these forums, all of whom provided valuable feedback on this project. Completing this timer would not have been possible without them.
 

gcn12

Member
Joined
Jun 7, 2020
Messages
46
Sounds cool but when I try to go to the website it is just a white screen.

Dang, not sure why that happened. But made some adjustments and seems to be working now--is it working for you now?
 

Alexander

Member
Joined
Mar 16, 2006
Messages
116
WCA
2005OOMS01
YouTube
Visit Channel
white page with a source
Code:
<!DOCTYPE HTML>
<html>

    <head>
        <title>This site is under development</title>
        <style>
            #ad_frame{ height:800px; width:100%; }
            body{ margin:0; border: 0; padding: 0; }
        </style>
        <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
        <script type="text/javascript" language="JavaScript">
            var url = 'http://www.searchvity.com/?dn='
                + document.domain + '&pid=9PO1MNIJ3';

            $(document).ready(function() {
                $('#ad_frame').attr('src', url);
            });
        </script>
    </head>
    <body>
        <iframe id="ad_frame" src="http://www.searchvity.com/"
            frameborder="0" scrolling="no">

            <div id="container">
                <h1>This site is under development</h1>
                <p>This page indicates the webmaster has not uploaded a website
                    to the server.
                </p>
                <p>For information on how to build or upload a site, please visit
                    your web hosting company's site.
                </p>
            </div>

        </iframe>
    </body>

</html>

Its working now
 
Last edited by a moderator:

gcn12

Member
Joined
Jun 7, 2020
Messages
46
I love the clean design of this, it looks really nice. Is there any way to track more than just ao5 and ao12 (while still tracking both of those)?
Thanks for the kind words! Theres currently no way to add other averages as of now, and not sure it will be made possible in the future
 

PetraPine

Member
Joined
Feb 15, 2020
Messages
705
Location
Somewhere i guess.
YouTube
Visit Channel
This is the first website timer that I've tried that actually works well for phone gj!!
I'll prob use it when I want to listen to music while I'm cubing because with apps I get adds every 3 solves so I just turn my wifi off when I use them
 
Last edited:

gcn12

Member
Joined
Jun 7, 2020
Messages
46
For the 4x4 scrambles there are Dw, Lw, and Bw moves. I think there are only supposed to be Rw, Fw, Uw moves. Would appreciate if you could look into this!
Thanks, Jam88
@gcn12

Thanks for mentioning that! I think it should be fixed now, but you may need to hard refresh the page for the changes to show up
 

gcn12

Member
Joined
Jun 7, 2020
Messages
46
This is the first website timer that I've tried that actually works well for phone gj!!
I'll prob use it when I want to listen to music while I'm cubing because with apps I get adds every 3 solves so I just turn my wifi off when I use them

So glad it's working well for you!
 
Top