Recommend this page to a friend! |
Download .zip |
Info | View files (18) | Download .zip | Reputation | Support forum (3) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2012-03-17 (4 years ago) | Not enough user ratings | Total: 850 This week: 1 | All time: 3,931 This week: 1,047 |
Version | License | PHP version | Categories | |||
script-progress 0.1 | MIT/X Consortium ... | 5.0 | HTML, PHP 5, Utilities and Tools |
Description | Author | |||
This class can flush the output of the current page to show the progress of task running on the server. Innovation Award
|
Situation Ich möchte eine Fortschrittsanzeige in PHP schreiben, die ohne Ajax auskommt. Problem: Viele Browser reagieren unerwartet. Manche ignorieren die sofortige Ausgabe. Lösung: Ich kapsele die Operation des Ausgabepuffers in der Klasse ScriptProgress. Je nach Browser erzeugt die Klasse spezifischen Quelltext. situation I want to write a progress bar in PHP that does not require Ajax. problem: Many browsers react unexpectedly. Some ignore the immediate issue. solution: I encapsulate the operation of the output buffer in the class script Progress. Depending on the browser the class generates specific output code. |
Files |
File | Role | Description | ||
---|---|---|---|---|
v03 (4 files) | ||||
.htaccess | Conf. | htaccess | ||
class.0.2.php | Class | second version | ||
class.php | Class | script progress class | ||
readme.txt | Doc. | ein paar worte | ||
sample.php | Example | a very simple sample | ||
sample2.php | Example | modify progress indicator.. | ||
sample3.php | Example | step by step | ||
sample4.php | Example | styled progress bar | ||
sample5.php | Example | with image | ||
sample6.php | Example | working with stylesheet | ||
sample7.php | Example | ul bar with css3 | ||
sample8.php | Example | additional browser notifications | ||
scriptprogress.js | Aux. | a very simple notification script | ||
style.css | Data | a simple css stylesheet |
Files | / | v03 |
File | Role | Description |
---|---|---|
class.0.3.php | Class | script progress class |
sample.php | Example | Sample using notification and definition list |
scriptprogress.js | Aux. | javascript helper |
style.css | Data | CSS3 stylesheet |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Related pages |
CSS3 UL Bar another stylish css bar |
Google Code Explains that the problem is not fixed for chrome |
Live Sample sample 4 in action |
Other voices Another place where someone believed that he had fixed the problem |
ScriptProgress v0.3 A nice test case |
Stackoverflow Explains the problem. |
Stylish div CSS3 stylesheet |