Questions tagged as 'progress-bar'

1
answer

How to create a dynamic progress bar considering all the fields of a form?

I'm trying to create a progress bar a little different from the ones I found out there. This , for example, gets the values of the fields and plays in aria-valuenow of the progress bar. In my case, I want to get the fields that...
asked by 17.12.2015 / 05:00
2
answers

What is the best way to implement a loading-bar?

I have a project SPA on each screen transition will be fired a loading-bar ( progress bar ) to improve the user experience ( this UX will include more interactivity than performance ). But when searching, I'm coming to the concl...
asked by 02.08.2017 / 15:31
1
answer

How to make a page load progress progress bar?

How to make a progress bar that loads as the page loads? Likethissitehere: link I saw an example in codepen.io , it kind of looks like this, I do not know as this progress bar is actually called.     
asked by 10.06.2015 / 18:46
1
answer

How to make a smooth animation on ProgressBar?

I am trying to implement a smooth animation in my ProgressBar , but if I increase the duration time, the animation will no longer be "smooth". Example with 5 seconds: Examplewith30seconds: ProgressBar background: <laye...
asked by 10.06.2015 / 22:36
2
answers

Monitor PHP script processing

Does anyone know a way to monitor PHP code processing and display on the client? I'm designing a layout converter that takes data files in a certain format and converts them to another format. Basically, I would like to present to the us...
asked by 26.06.2015 / 16:49
1
answer

Progress bar for DOWNLOAD files in Jquery

I've seen a lot of people looking to make a progress bar to download files, style MegaUpload. I hit a lot to get here and would like to share with the crowd! Well I did not find ANYTHING on the internet I spent days researching ...     
asked by 09.06.2016 / 04:16
1
answer

ProgressBar and BackgroundWorker in C #

I'm creating an application with Firebird 2.5 in which I need it to read a .sql file with instructions to populate the database if these processes have not yet been done, because it is a bit long and because I do not know I want to...
asked by 14.01.2016 / 21:45
1
answer

Connection Progress database by PHP (Laravel framework), PDO

I need to connect to a Progress database via php I'm using the laravel 5.2 framework but the same documentation supports only the MySQL, Postgres, SQLite and SQL Server databases. Searching I found very little about how to connect to this DB...
asked by 24.06.2016 / 16:04
2
answers

Animation in native HTML5 ProgressBar

How to animate ProgressBar below using JavaScript? <progress max="100" id="myBar" value="0" class="progressBar"></progress>     
asked by 31.01.2017 / 01:23
1
answer

How to make steps progress using circle

I am developing a screen using student progress, for example, it has 10 activities to complete, and it is in activity 2, so this represents 20% of the total activity. I would like to represent this through a circle, a button for the next exer...
asked by 04.08.2017 / 03:49