PHP Validation Functions

Data validation is an important aspect of form processing. In this article we’ll present two PHP functions for data validation which may be useful to WordPress plugin authors. These are: email validation with domain checking and url validation with domain checking. Both of these are rather comprehensive tests.

Continue reading “PHP Validation Functions”

Tinymce Lorem Ipsum plug-in

Lorem Ipsum is plug-in for TinyMCE Javascript HTML WYSIWYG editor. It generates dummy text for your web pages. This is useful during testing of the editor, website and/or CMS systems. More info on what ‘Lorem ipsum’ is can be found here: http://www.lipsum.com/.

Continue reading “Tinymce Lorem Ipsum plug-in”