Search This Blog
Thursday 19 January 2017
Wednesday 18 January 2017
Museo&Web patch html5 - it
Museo&Web è un CMS distribuito dal MiBact (con licenza GPL 2.0), il progetto ha la particolarità di fornire out-of the boxuna serie di moduli utili per musei, biblioteche, archivi, dipartimenti e centri di ricerca. È, inoltre, un buon esempio di investimento pubblico verso la collettività visto il codice aperto.
Saturday 19 November 2016
Link texts with images: Imbrex
Imbrex 0.0.1 alfa
View on Github --- Download
«Bent or curved tile like a half-cylinder used for gutters or for covering the junction of adjacent concave or flat tiles with upstands.»Imbrex is a tool to manage collections of texts linked with images and vice-versa. It comes from TILE, Text-Image Linking Environment, but Imbrex has a new design, web oriented and centered on usability and user experience.
Colored roof tiles on top of the Cathedral of St. John in Milwaukee, Wisconsin By Dori CC BY-SA 3.0 us, via Wikimedia Commons |
Wednesday 24 February 2016
Thursday 7 January 2016
A Cocktail of technologies. 2016 Project
One year ago the PHP-MVC framework CodeIgniter code become a project of the "British Columbia Institute of Technology", during this year the new team released a new stable version.
Friday 23 October 2015
v3, a Three Levels Validation Contact Form for Bootstrap
v3, or vCube, is a contact form that I just published on github.
The form has three levels of validation:
Every configuration is in one configuration array, then the script builds the form, validates and sanitizes the data for you.
The script includes a library for js validation: Bootstrap Validator, a library for PHP validation: GUMP (which I added a couple of functions) and a plug-in for captcha.
vCube class makes cooperate the two classes:
Between these two steps v3 makes three anti-spam tests:
The form has three levels of validation:
- Javascript Validation
- PHP Anti spam tests
- PHP Validation
Every configuration is in one configuration array, then the script builds the form, validates and sanitizes the data for you.
The script includes a library for js validation: Bootstrap Validator, a library for PHP validation: GUMP (which I added a couple of functions) and a plug-in for captcha.
vCube class makes cooperate the two classes:
- it builds the HTML to trigger the javascript
- drives the data trought GUMP for server side parsing
Between these two steps v3 makes three anti-spam tests:
- is not a bot,
- hidden form field value,
- the form is compiled in a time range (2-3600 seconds).
See the web-page on Github: http://orazionelson.github.io/v3/
See the project page on Github: https://github.com/orazionelson/v3
Labels:
bootstrap,
form validator,
html5,
javascript,
jquery,
php,
spam,
validator
Thursday 11 June 2015
HTML5, Not Just a Version Number (Part 2)
The number in HTML5 means something more than a mere version. The environment asks for a minimal effort on some basic programming patterns. If your aim is to have contents adaptable as much as possible to a wide range of devices: accessibility, responsivity and semantics built-in properties are a good starting point.
TIP: Read before Part 1.
Subscribe to:
Posts (Atom)