diff --git a/_posts/2016-04-26-javascript-validator-for-input-number.markdown b/_posts/2016-04-26-javascript-validator-for-input-number.markdown
new file mode 100644
index 0000000..76979af
--- /dev/null
+++ b/_posts/2016-04-26-javascript-validator-for-input-number.markdown
@@ -0,0 +1,28 @@
+---
+layout: post
+title: "Javascript Validator for Input Number"
+date: 2016-04-26 04:19:22 +0700
+categories: [others]
+---
+
+This javascript will validate/allow the number only when event key is pressed.
+
+{% highlight html %}
+
+
+{% endhighlight %}
+
+
+For example result of it:
+
+
\ No newline at end of file
diff --git a/category/others.md b/category/others.md
new file mode 100644
index 0000000..1ded01a
--- /dev/null
+++ b/category/others.md
@@ -0,0 +1,6 @@
+---
+layout: posts_by_category
+categories: others
+title: Others
+permalink: /category/others
+---
\ No newline at end of file