forms
wadofstuff-django-forms 1.0.0
wadofstuff-django-forms is a set of utility functions and classes to extend the functionality of Django forms. more>>
wadofstuff-django-forms 1.0.0 brings users a pack of utility functions and classes which can easily extend the functionality of Django forms.
Major Features:
- Calculates a security hash for the given Form/FormSet instance.
- Creates a list of the form field names/values in a deterministic order, pickles the result with the SECRET_KEY setting, then takes an md5 hash of that.
- Permits a list of form fields to be excluded from the hash calculation.
django-uni-form 0.5.0
The purpose of this application is to provide a simple tag and/or filter that lets you quickly render forms in a div format. more>>
django-uni-form 0.5.0 brings you a useful Linux application. Django forms are easily rendered as tables, paragraphs, and unordered lists. However, elegantly rendered div based forms is something you have to do by hand. The purpose of this application is to provide a simple tag and/or filter that lets you quickly render forms in a div format.
Uni-form has been selected as the base model for the design of the forms.
Installing django-uni-form:
-
Install as uni_form in your Django apps directory.
-
- Copy the site_media files in uni_form to your project site_media directory.
-
uni-form-generic.css uni-form.css uni-form.jquery.js
-
-
Add 'uni_form' to INSTALLED_APPS in settings.py.
AutoFormer 0.4.1.8
AutoFormer is a Firefox extension which loads saved data in forms. more>>
AutoFormer 0.4.1.8 provides you with an excellent and very useful Firefox extension which can load saved data in forms. Loading is automatic, saving is manual (2 mouse click). All inputs data stores into the cookies. This product will be your good choice.
- To save one input value only - choose Save this field only menu item from AutoFormer context popup menu
- To save all input values - choose Save all fields menu item
- By default all data are storing for current page only. If you want to save data for domain - press Ctrl when selecting
- During next visit to this page all forms will be autofilled
Enhancements: Version is compatible with 3.2a1pre
GLib 2.17.4
the core library that forms the basis for projects such as GTK+ and GNOME. more>> GLib is the low-level core library that forms the basis for projects such as GTK+ and GNOME. It provides data structure handling for C,portability wrappers, and interfaces for such runtime functionality as an event loop, threads, dynamic loading, and an object system.
Major new features:
* GIO: a VFS API, designed to replace GnomeVFS. The GIO implementation
in GLib has support for local filesystems. The new, separate gvfs
module contains various backend implementations (cifs, ftp, sftp,
http, ...)
* GChecksum: provides various hash algorithms, such as MD5, SHA-1
and SHA-256
* GTest: a test framework<<less
Unicode::Normalize 1.02
Unicode::Normalize Perl module contains Unicode Normalization Forms. more>>
SYNOPSIS
(1) using function names exported by default:
use Unicode::Normalize;
$NFD_string = NFD($string); # Normalization Form D
$NFC_string = NFC($string); # Normalization Form C
$NFKD_string = NFKD($string); # Normalization Form KD
$NFKC_string = NFKC($string); # Normalization Form KC
(2) using function names exported on request:
use Unicode::Normalize normalize;
$NFD_string = normalize(D, $string); # Normalization Form D
$NFC_string = normalize(C, $string); # Normalization Form C
$NFKD_string = normalize(KD, $string); # Normalization Form KD
$NFKC_string = normalize(KC, $string); # Normalization Form KC
Parameters:
$string is used as a string under character semantics (see perlunicode).
$code_point should be an unsigned integer representing a Unicode code point.
Note: Between XSUB and pure Perl, there is an incompatibility about the interpretation of $code_point as a decimal number. XSUB converts $code_point to an unsigned integer, but pure Perl does not. Do not use a floating point nor a negative sign in $code_point.
Normalization Forms
$NFD_string = NFD($string)
It returns the Normalization Form D (formed by canonical decomposition).
$NFC_string = NFC($string)
It returns the Normalization Form C (formed by canonical decomposition followed by canonical composition).
$NFKD_string = NFKD($string)
It returns the Normalization Form KD (formed by compatibility decomposition).
$NFKC_string = NFKC($string)
It returns the Normalization Form KC (formed by compatibility decomposition followed by canonical composition).
$FCD_string = FCD($string)
If the given string is in FCD ("Fast C or D" form; cf. UTN #5), it returns the string without modification; otherwise it returns an FCD string.
Note: FCD is not always unique, then plural forms may be equivalent each other. FCD() will return one of these equivalent forms.
$FCC_string = FCC($string)
It returns the FCC form ("Fast C Contiguous"; cf. UTN #5).
Note: FCC is unique, as well as four normalization forms (NF*).
$normalized_string = normalize($form_name, $string)
It returns the normalization form of $form_name.
As $form_name, one of the following names must be given.
C or NFC for Normalization Form C (UAX #15)
D or NFD for Normalization Form D (UAX #15)
KC or NFKC for Normalization Form KC (UAX #15)
KD or NFKD for Normalization Form KD (UAX #15)
FCD for "Fast C or D" Form (UTN #5)
FCC for "Fast C Contiguous" (UTN #5)
Firefox Form Widgets 0.1
Firefox Form Widgets is a replacement for the default form widgets in Firefox. more>>
The style is such that everything can still be styled by a website. For the buttons, if only a background color is supplied, the gradient is still applied making it look better.
I made this for my personal use, but I decided to distribute it in case people want it. I would like to put some more work into it if there is interest.
To install, download and then:
sudo cp -r /usr/lib/firefox/res/ /usr/lib/firefox/res_original
tar -xvvzf KDEwidgets.tar.gz
sudo mv ./KDEwidgets/* /usr/lib/firefox/res/
pyAwale 0.3.1
pyAwale is a pure Python implementation of the Ivory Coast rules for Awale. more>>
This project is a member of the mancala family of board games.
Webmin 1.360
Webmin is a Web-based interface for Unix system administration. more>>
Using any browser that supports tables and forms, you can setup user accounts, internet services, DNS, file sharing and so on.
GLib2 2.8.6
GLib is a library containing many useful C routines for things such as trees, hashes, and lists. more>>
such as GTK+ and GNOME.
GLib2 provides data structure handling for C, portability wrappers, and interfaces for such runtime functionality as an event loop, threads, dynamic loading, and an object system.
Fingerfox 1.0
Fingerfox works like a workaround to make MS Fingerprint Reader fill the forms of a web page shown in Firefox. more>>
Then it remembers on which page and which form it has been used and popup automatically the next time you need to log in so that you can use firefox with your fingerprint almost as easily as IE.
It is now compatible with HTACCESS type logins.
z3c.formjs 0.2.0
This provides a Python API to common Javascript features for forms written with the z3c.form packages. more>>
z3c.formjs 0.2.0 with its excellent features will surely support your work. It can actually provide a Python API to common Javascript features for forms written with the 'z3c.form' packages. While the reference backend-implementation is for the JQuery library, any other Javascript library can be hooked into the Python API.
In the 'z3c.form' package, buttons are most commonly rendered as "submit" input fields within a form, meaning that the form will always be submitted. When working with Javascript, on the other hand, a click on the button often simply executes a script. The 'jsaction' module of this package is designed to implement the latter kind.
Enhancements: 7/18/2007
- Feature: Registration of public AJAX server calls via a simple decorator. The calls are made available via a special 'ajax' view on the original view.
- Feature: Allow registering of JS subscriptions via a decorator within the presentation component.
- Feature: Added a new CSS selector.
- Feature: Implementation of AJAX-driven widget value validation.
- Restructure: Completely overhauled the entire API to be most easy to use and have the most minimal implementation.
- Bug: The package is now 100% tested.
- Feature: Implementation of AJAX request handlers in forms.
Spamavert.com 1.0.0 for Firefox
Spamavert.com provides an extension which allows you to easily register on this website. more>>
Generates temporary e-mail addresses for all those pesky online registration forms using the free spamavert.com service.
Highly customizable and easy to use.
TrashMail.net 1.0.8
TrashMail.net is a Firefox extension that creates free disposable email addresses and pastes them directly in forms. more>>
This helps to protect you from spam mails and could be useful when subscribing to forums or newsletters.
The email addresses can be deleted at any time!
This plugin uses the free TrashMail.net DEA service.
Guide to use this extension:
Click the right mouse button in an editable field. A menu will appear with the option to paste a disposable email address.
MathGuard 3.0
MathGuard project is a PHP class that inserts a small piece of HTML code into your HTML form... more>>
When user submits the form with the answer, the answer is hashed and compared to the security code that has been submitted as well. This way you can easily protect your forms from spambots.
Enhancements:
- This version features more complex rendering of the security question.
- This question now consists of small random letters directly inserted to HTML, instead of just writing the plain numbers into the source code of the Web page.
- This way, the protection against spambots is even stronger.
iTrustPage 3.01
iTrustPage is an extension which prevents an Internet user from filling out untrustworthy Web forms. more>>
iTrustPage prevents an Internet user from filling out untrustworthy Web forms. iTrustPage assumes that a users browser is trusted (when the browser is compromised, the user can be subject to attacks much more serious than phishing.) iTrustPages design is centered around three observations:
1. iTrustPage tries to be as user-transparent as possible. In designing this tool we tried very hard to avoid annoying the user.
2. Sometimes, iTrustPage cannot determine whether a form is trustworthy. In those cases, iTrustPage is asking the user to describe the form as if searching for the form on Google. This user-supplied information may help iTrustPage deem the form as trustworthy.
3. Any anti-phishing tool (including iTrustPage) has false negatives (i.e., a user can still visit a phishing site). iTrustPage tries very hard to minimize such occurrences, but there are no guarantees. After all, iTrustPage only offers pretty good phishing protection.
Warning: iTrustPage records anonymized usage information into a log. These logs are periodically sent to us. We analyze these logs for our research to characterize the benefits of using iTrustPage. Please visit our homepage for more information.