Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7645065
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T09:50:42+00:00 2026-05-31T09:50:42+00:00

Here is what i have so far: http://jsfiddle.net/BgEtE/ I am trying to get something

  • 0

Here is what i have so far: http://jsfiddle.net/BgEtE/

I am trying to get something like this: http://fusionmedia.dk/construction/

I need a progress bar like that and i need the days to be displayed like they have it. Also, i need to use a font called “Russel square” for the timer. I have looked all over but am having trouble.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T09:50:43+00:00Added an answer on May 31, 2026 at 9:50 am

    for the timer you can use this one and you could integrate a progress bar, but I am not very sure.

    This is another great tutorial that you could easily adapt to get what you want.

    Well, I am not an expert but it’s not so difficult, Take a look to this updated demo. Pay attention to the default variables // def values

       var iCms = 1000;
        var iMms = 60 * iCms;
        var iHms = 3600 * iCms;
        var iDms = 24 * 3600 * iCms;  
    

    this what you need to use to “schedule” the progress bar in this section:

    // def options
            var aDefOpts = {
                start: new Date(), // now
                finish: new Date().setTime(new Date().getTime() + 5 * iMms), // now + 5 days
    

    For Example, if you write …+5 * iMms it would be five minutes from now. iDms => Days / iHms=> hours / iCms=> seconds.

    Also look at the css I’ve added in the demo, I think that to use a custom font, you first have to upload the font to your server, and then add the font in the style-sheet using something like this:

    @font-face{
    font-family: myFont;
    src: url('myFont.ttf');
    }
    
    @font-face{
    font-family: myFontEI;
    src: url('myFont.eot');
    }
    
    Then Attach it as a font family like so...
    
    font-family: myFont, myFontEI;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have table like this -> http://jsfiddle.net/jurisKaste/FvgeQ/ And I need to get array of
Here's what I have so far: http://jsfiddle.net/xhuLZ/ The next step, which I'm unsure how
what I have tried so far here : http://jsfiddle.net/yusaf/VVEY9/26/ I have a problem with
JSfiddle (showing the non-working code) here: http://jsfiddle.net/ts2Rr/ I have three boxes that a user
Ok, if you go here: http://jsfiddle.net/RarFB/2/ You will see the work that I have
Here is a fiddle: http://jsfiddle.net/5s7vv/ What I want to do is have 2 buttons
I really wonder why this question hasn't popped up here so far. I have
I'm a total newb to LINQ. Here is the code I have so far:
Here is what I have tried thus far: > cd /Applications/MAMP/bin/php5/bin/ > ./pear channel-discover
Here I have an arbitrary IEnumerable<T> . And I'd like to page it using

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.