summaryrefslogtreecommitdiff
path: root/_posts/2011-06-09-ufzvalidator-form-validator-jquery-plugin.markdown
diff options
context:
space:
mode:
authorJosé Mota <josemota.net@gmail.com>2012-10-22 12:20:29 +0100
committerJosé Mota <josemota.net@gmail.com>2012-10-22 12:20:29 +0100
commit606a507fff5fc179764b8a0f5d26bc33334ebd86 (patch)
tree69440296d9057949d6e6375a512ffcc47d4afd9c /_posts/2011-06-09-ufzvalidator-form-validator-jquery-plugin.markdown
parent846d4717600db857de8c254e96d4cf337827afae (diff)
Remove UFZvalidator post and convert other two to markdown.
Diffstat (limited to '_posts/2011-06-09-ufzvalidator-form-validator-jquery-plugin.markdown')
-rw-r--r--_posts/2011-06-09-ufzvalidator-form-validator-jquery-plugin.markdown18
1 files changed, 0 insertions, 18 deletions
diff --git a/_posts/2011-06-09-ufzvalidator-form-validator-jquery-plugin.markdown b/_posts/2011-06-09-ufzvalidator-form-validator-jquery-plugin.markdown
deleted file mode 100644
index 5c7c6f5..0000000
--- a/_posts/2011-06-09-ufzvalidator-form-validator-jquery-plugin.markdown
+++ /dev/null
@@ -1,18 +0,0 @@
----
-layout: post
-title: ! 'UFZvalidator: form validator jQuery plugin'
-tags: [ development, personal improvement ]
-published: true
----
-
-I have been working with [Utopic Farm](http://utopicfarm.com)'s [jQuery Form
-Validator](http://plugins.jquery.com/project/ufvalidator) for a while, it's a
-good plugin. But I have been forced to change it to suit my needs. I thought it
-would be a great idea to just fork it and release the changes I made
-previously.
-
-I asked Tolga Arican what the license what kind of license they had for the
-plugin, they said _none_. I decided to [fork the
-project](http://github.com/josemota/ufzvalidator) and host it on Github, so I
-could make improvements to the plugin and share them with everyone. Enjoy!
-Props to the Utopic Farm team for building such a great plugin.