Advertising
advertising
related pastes to tag 'validation'
- 1942888 - draft of a comment: error blog validation statusnet
-
- FWIW if re-ordering what's in the video, I'd begin with what's at the 0:25 mark.
- Make it immediately understandable that:
- * StatusNet can do more than Twitter
- * StatusNet can do your tweets for you
- 913599 - grom358: php javascript form validation
-
- <?php
- require_once 'import.php';
- // Example form
- 'name' => 'example_form',
- 'action' => 'test.php',
- 'method' => 'post',
- 913598 - grom358: php javascript form validation
-
- <?php
- class Qf_Utils {
- return '';
- }
- 835986 - Pygtk entry validation: input pygtk entry validation
-
- import gobject
- def CharsOnly(entry, new_text, new_text_length, position):
- canAdd=''
- pos=entry.get_position()
- for newChar in new_text:
- if (newChar.isalpha() or newChar == '.' or newChar == '-' or newChar ==' '):
- canAdd+=newChar