491 projects tagged "AJAX"
PhenoTips is a tool for collecting and analyzing phenotypic information for patients with genetic disorders. It combines an easy-to-use interface, compatible with any device which runs a Web browser, with a standardized database backend. The PhenoTips user interface closely mirrors clinician workflows, to facilitate the recording of observations made during the patient encounter. By collecting, classifying, and analyzing phenotypic information during the patient encounter, PhenoTips allows streamlining of clinic workflow, efficient data entry, improved diagnosis, standardization of collected patient phenotypes, and sharing of anonymized patient phenotype data for the study of rare disorders.
ExtraWatch is a real-time counter and live stats module for Joomla!, Wordpress, Drupal, Magento, and Prestashop. It allows you to view information about your visitors and bots in real-time from the administration back-end. It details IP addresses, countries of origin, geographical location, which pages they are viewing, and browser and operating system. It creates daily and all-time stats from these data plus unique, pageload, and total hits statistics. Furthermore, you can block harmful IP addresses, see blocked attempts, evaluate trend charts, and create goals based on many parameters. In the front-end, it displays top countries, and user and visit information for certain periods of time.
Multi-Level Menu Creator is an AJAX Script to create multiple level menus. The menu lists (categories, sub-categories, link URLs) are defined on the client-side with JavaScript and can be saved with PHP to TXT files (in JSON format) and/or in a MySQL database. The script comes with three predefined types of menu styles, a horizontal-vertical menu and two vertical-horizontal menus. you can load a saved menu to continue editing it, to add, delete, and modify lists /links. The menu can be included in HTML and PHP files.
Comics Refcard Generator is a Web service to create a comics collection list in a refcard fashion, thanks to a TeX template. It allows importing a comics collection from a LaTeX list, from TeX file, or from a CSV file, editing the comics database, exporting a comics collection to a LaTeX list, to TeX file, or to a CSV file, and generating a refcard fashion list of the comics collection into a PDF file.
PinaCart is a webshop constructor. Use it as a shopping cart engine to create a chain of online stores or build your own SaaS ecommerce platform and allow your clients to create and manage their online stores. Just download and install PinaCart to start getting clients, then you can customize and expand the software, develop and sell your own set of skins and templates, and come up with new features and functionality.
"PHP Web Security Monitor" is designed to protect Internet sites created with PHP from malicious queries from hackers and Web viruses. It filters common PHP variables via prepared security patterns and compares (unprotected) input variables against patterns of dangerous data, such as SQL injection, XSS injection, and PHP code compromising.
Dynamic Form is a Python request abstraction library that lets you write one request handler that will run on multiple Python Web frameworks (such as Django and Google's AppEngine). This allows you to create pages and apps once and use them on multiple projects without concern about which framework is being used. Additionally, it makes AJAX easy. Simply adding nested request classes allows you to define AJAX handlers that can easily be refreshed both sever-side and client-side.
RedQueryBuilder fills the gap between a hand coded "quick search" and a full blown query language. A typical use is in an intranet Web application where experienced users need a quick ad-hoc way to find particular data. This means they don't have to use report frameworks or ask a techie. To use it in your app, you just need to drop in the JS, feed it the metadata for your database, then handle the change events to get the SQL and argument values.