Site-Overview.com
 

Websites using regular feedback as a keyword

Here you can see a list of websites which are using regular feedback as keyword according to our database.

 
Websites found: 15
Number of websited displayed: 15
 

Queries in the same category:

 

List of results:

Use any font in your website
http://site-overview.com/stats/renderedfont.com
Rendered Font is a hosted service for web authors and web designers that provides a convenient alternative to @font-face to display arbitrary fonts in web pages using javascript and regular HTML and CSS markup. It's easy to use, reliable, cross-browser and multi-platform compatible.
  • Google Adsense Publisher: pub-7658937335808833
  • Website Address renewal date: 17/10/24
  • Domain Address Reg. date: 09/10/27
  • Website address in use until: 19/10/27
SOS Africa | South African Education Charity | UK Childrens Charities
http://site-overview.com/stats/sosafrica.com
SOS Africa is a small, family-run, UK child sponsorship charity providing holistic education to South African township children and regular feedback to sponsors
  • Google+ Identity: +SosafricaCharity
  • Google Analytics ID: 3702119-14
  • Website Address renewal date: 17/7/2
  • Domain Address Reg. date: 04/7/31
  • Website address in use until: 18/7/31
Bryte IDEA Database Designs LLC
http://site-overview.com/stats/bryteidea.com
Special education software to track IEP's, MET's, Student/Child Study Teams, 504's and behavior tracking.
  • Google Analytics ID: 43689247-1
  • Website Address renewal date: 15/4/28
  • Domain Address Reg. date: 12/2/1
  • Website address in use until: 24/2/1
Team Feedback Platform - Teambit
http://site-overview.com/stats/teambit.io
Teambit helps teams to improve employee engagement with continuous feedback, employee recognition and regular employee surveys.
  • Google Analytics ID: 112816312-1
  • Website Address renewal date: 17/6/10
  • Domain Address Reg. date: 15/5/20
  • Website address in use until: 18/5/20
Northern Star Chess
http://site-overview.com/stats/northernstarchess.com
The primary goal at Northern Star Chess is to encourage regular involvement with chess tournaments in local schools, and thus providing a focus which enables children to pursue continued improvement in their chess skills.
  • Website Address renewal date: 17/3/14
  • Domain Address Reg. date: 07/4/12
  • Website address in use until: 18/4/12
Wertform GmbH
http://site-overview.com/stats/wertform.de
Deutsche Extrakt Kaffee GmbH is a leading producer of soluble coffee and soluble coffee drinks. / Deutsche Extrakt Kaffee GmbH ist führender Produzent von löslichem Kaffee und Kaffeegetränken.
  • Website Address renewal date: 06/3/20
Download app reviews from iTunes App Store & Google Play | Heedzy
http://site-overview.com/stats/heedzy.com
Downloading App Store & Google Play reviews made easy. Heedzy delivers regular exports of app reviews to your inbox, so that you can gather insights when, where and how you want it.
  • Google Analytics ID: 72856817-1
  • Website Address renewal date: 17/9/18
  • Domain Address Reg. date: 15/10/13
  • Website address in use until: 19/10/13
SignPuddle Network
http://site-overview.com/stats/signpuddle.net
> swserver, v1.3.0 May 2nd, 2016 ## About SignWriting is the international script for writing the sign languages of the world. The SignWriting Server provides online resources for SignWriting applications and users. The server accepts HTTP requests and responds with SVG or JSON data. The SignWriting Server is built with the PHP SLIM Framework v2.6. The primary site is available on the Center for Sutton Movement Writing server. * http://signpuddle.net A mirror site is available on Wikimedia Labs. * https://swserver.wmflabs.org ## Features ### SVG images The SignWriting server creates SVG images for individual symbols using symbol keys and completed 2-dimensional signs using Formal SignWriting. Styling strings are supported, offering coloring and sizing customizations. ### Query string transformation to regular expressions Query strings are a concise representation of a much larger and detailed set of regular expressions. Each query string is transformed into one or more regular expressions that can be used to search a text of Formal SignWriting. Additionally, Formal SignWriting strings can be converted into several types of query strings, each of which can be transformed into regular expressions. ### Countries of the world The countries of the world are described with SVG shapes and flag images. Listings of languages and puddle collections are available for each country. ### Puddle collections and sign entries All of the SignPuddle Online data is available as SQLite 3 databases. These databases can be downloaded individually. The various puddle collections can be listed, limited by sign language or individual code. For each sign language, a default public dictionary has been selected so that ISO 639-3 codes can be used rather than a puddle code. With a puddle query, individual entries can be access with sign language directly. With a puddle search, individual entries can be access with spoken language. Additional search options are available for listings of individual signs and terms. Additionally, entries can be retrieved by the dates created or updated. ## Installation Copy the SignWriting Server files to the root web server directory or to a sub-directory. ### Requirements Any server that supports PHP and SQLite 3 will be able to run the SignWriting Server. ### Databases The main database is available from the [SignWriting Server Data project](https://github.com/Slevinski/swserver_data/) with only the symbol information. * install as data/swserver.db The SignPuddle Online databases are available on [SignBank](http://signbank.org/swserver_data/). The main database is available as [swserver.db](http://signbank.org/swserver_data/swserver.db). * install as data/swserver.db The individual databases are available in the [puddle subdirectory](http://signbank.org/swserver_data/puddle/). * install in data/puddle/ A shell script is available to download the main database. * execute data/refresh_main.sh A shell script is available to mirror all of the available puddles on SignBank with a single command. * execute data/refresh_dbs.sh ### Shell Script to Start Server If a web server is not already running, the start server shell script can be used to start the built-in PHP web server. * ./start_server.sh ## Automation Tools The SignWriting Server project documents are created with command-line tools. ### API Blueprint The SignWriting Server API is documented using API Blueprint. This specification offers powerful tooling such as automatic HTML document generation and mock servers. https://apiblueprint.org/ The API Blueprint for the Guide is embedded in the main index.php file. The API Blueprint for the Example document is created using 'curl' with 'curl-trace-parser'. ### JSON Data Examples The SignWriting Server includes example API calls encoded as JSON data. These examples are used to create the API Blueprint for the Example document and the JavaScript function calls for the Run HTML page. ### Requirements * Shell scripts with more, grep, cat, and cut * [jq](https://stedolan.github.io/jq/) - like '''sed''' for JSON data * [curl](http://curl.haxx.se/) - communicate with a server from the command line * [curl-trace-parser](https://github.com/apiaryio/curl-trace-parser) - reformat curl output * [hiro](https://github.com/peterhellberg/hiro) - create HTML documents from API Blueprints * [iglo](https://github.com/subosito/iglo) - create large HTML documents when hiro fails ### Tools * ./buils.sh - Creates the Index and Guide documents. Creates shell script and JavaScript function calls from JSON example data. * ./run.sh - Executes the Example shell script and collates the results into the Example document. * ./release.sh - Calls the build.sh script and then the run.sh script. * ./example.sh - Creates the example html document when hiro fails for large files. ## Filesystem ### Directories * / - root directory with HTML documentation and PHP server * /Slim - directory for the Slim Framework v2.6 code * /include - directory for other PHP files and function libraries * /data - directory for the SignWriting Server databases * /tools - directory for automation and document creation * /tools/input - directory of tool inputs, such as template.html * /tools/output - directory of processed output * /tools/log - directory of example request/response API calls ### Source Files * README.md - read me file in markdown * index.php - main file for handling requests, with embedded API Blueprint * Example.json - example api calls in JSON data format * Run.html - html page uses example api calls to access a server ### Derived Files * index.html - Created from README.md * tools/output/Guide.md - Created from index.php * Guide.html - Created from tools/output/Guide.md * tools/output/Example.sh - Created from Example.json * tools/output/Example.md - Created from output of tools/output/Example.sh * Example.html - Created from tools/output/Example.md * Run.js - Created from Example.json and used in Run.html ## Author Stephen E Slevinski Jr [email protected] http://slevinski.github.io http://www.slideshare.net/StephenSlevinski/presentations ## Reference The Formal SignWriting character encoding used in SignMaker is defined in an Internet Draft submitted to the IETF: [draft-slevinski-signwriting-text]. The document is improved and resubmitted every 6 months. The character design has been stable since January 12, 2012. The current version of the Internet Draft is 06. The next version is planned for May 2016. ## Epilogue This is a work in progress. Feedback, bug reports, and patches are welcomed. ## License MIT ## To Do * expand API for users * expand API for create, update, and delete ## Version History * 1.3.0 - May 2nd, 2016: new world group, added listings for puddle signs and terms * 1.2.0 - Dec 17th, 2015: list puddles, download databases, custom limits, sorting, and date retrieval * 1.1.0 - Nov 25th, 2015: added query and search for puddle data * 1.0.0 - Nov 5th, 2015: initial public release [draft-slevinski-signwriting-text]: http://tools.ietf.org/html/draft-slevinski-signwriting-text [SignWriting 2010 Fonts]: https://github.com/Slevinski/signwriting_2010_fonts [SignWriting List]: http://www.signwriting.org/forums/swlist/ [SignPuddle Online]: http://signpuddle.org [SignWriting 2010 JavaScript Library]: http://slevinski.github.io/sw10js/
  • Website Address renewal date: 16/5/2
  • Domain Address Reg. date: 05/4/23
  • Website address in use until: 21/4/23
Ascent Fitness | Ascent Indoor Cycling & Spin Classes
http://site-overview.com/stats/ascent.fitness
Spinning Classes in Houston that use advanced heart rate training, power meters and avatars advancing performance and/or weight loss to a far greater scale than regular indoor cycling classes. Your bike is hooked up to an avatar on screen to get real-time feedback and ongoing measurement of your performance and goals.
  • Google Analytics ID: 61370803-1
Metriculator - In-App & Email Net Promoter Score (NPS) Survey
http://site-overview.com/stats/metriculator.com
Metriculator helps you gather customer feedback using Net Promoter Score (NPS) surveys. Measure customer happiness, track customer loyalty & schedule regular NPS surveys.
  • Google Analytics ID: 86483450-1
  • Website Address renewal date: 17/3/10
  • Domain Address Reg. date: 16/10/11
  • Website address in use until: 17/10/11
Wertform GmbH
http://site-overview.com/stats/wertform.com
Deutsche Extrakt Kaffee GmbH is a leading producer of soluble coffee and soluble coffee drinks. / Deutsche Extrakt Kaffee GmbH ist führender Produzent von löslichem Kaffee und Kaffeegetränken.
  • Website Address renewal date: 17/5/19
  • Domain Address Reg. date: 99/5/18
  • Website address in use until: 18/5/18
Tellpizzahut – Pizza Hut Survey www.tellpizzahut.com
http://site-overview.com/stats/tellpizzahut.org
If you are a regular customer of Pizza Hut, you are being invited to participate in providing feedback that you can see at www tellpizzahut com customer survey
  • Google Adsense Publisher: pub-1218568255670464
  • Website Address renewal date: 18/1/14
  • Domain Address Reg. date: 17/1/13
  • Website address in use until: 19/1/13
Next Level Work – Work Better. Smarter. Together. The world's leading next level evaluation performance platform
http://site-overview.com/stats/nextlevelwork.com
On a Quest to Make Mondays Great The traditional workplace is undergoing radical changes. We provide content, strategy, products, and connections that take your work and life to the next level. Additionally, we compare modern HR tools so you can find the best one for your team.
  • Google Analytics ID: 65630425-1
  • Website Address renewal date: 17/3/7
  • Domain Address Reg. date: 15/6/12
  • Website address in use until: 18/6/12
FEEDBACK Animation Film & Screenplay Festival | Get your short animated film showcased at the FEEDBACK Film Festival. Get your animated screenplay perfromed by professional actors at the Writing Festival.
http://site-overview.com/stats/feedbackanimationfestival.com
Festival Deal – SAVE $15 off the regular submission. FULL FEEDBACK on your screenplay from our committee of Professional Screenwriters, Production Heads and Script Consultants. Get your entire script performed at the writing festival. SUBMIT your FEATURE, TV or SHORT SCREENPLAY. Submissions take 3-5 weeks for evaluation. Looking for screenplays from all over the world.…
  • Google Analytics ID: 52447-2
  • Website Address renewal date: 17/2/25
  • Domain Address Reg. date: 16/3/27
  • Website address in use until: 18/3/27
Uppercase - Agile Performance Management for Teams
http://site-overview.com/stats/uppercasehr.com
Uppercase is an agile performance management app for teams offering agile goals, real-time feedback and regular check-ins for growing teams. By focusing on mobile, Google Apps, and Slack, we are redefining how managers think about performance management and disrupting a decades old market.
  • Known AddThis user account: ra-5967d97ddf7a1121
  • Google Analytics ID: 49423707-1
  • Website Address renewal date: 17/1/28
  • Domain Address Reg. date: 14/1/27
  • Website address in use until: 18/1/27
2024-05-09 06:49:00 ... 0.0144