How To Get Selected Checkboxes Value Using jQuery

In this tutorial we will learn how to get selected checkbox value using jQuery. Form input type checkbox have an array value because multiple checkbox can be selected. In previous tutorial we have discussed about how to get radio button checked value using jQuery. We will use jQuery selector with each method to get select … Read more

Add WYSIWYG HTML Editor to Textarea on Your Site

Add WYSIWYG HTML Editor to Textarea on Your Site

WYSIWYG stands for What You See Is What You Get. WYSIWYG HTML Editor is basically JavaScript rich text editor which allows user to enter formatted text . This is basically on textarea so that website user can easily create content and do its formatting. In simple textarea user can simply write text but they can’t … Read more

How to Write and Publish Your First Blog Post in WordPress

How to Write and Publish Your First Blog Post in Wordpress

In this tutorial we will see how to write your first blog post in WordPress. I have written many article related to wordpress but this is basically for beginners to guide them. Newbie bloggers or beginners is generally feel confused about how to start the process of writing first blog post in WordPress. I am … Read more

Simple Calculator in PHP

Simple Calculator in PHP

In this tutorial we will see how to create a simple calculator in PHP. Our calculator will do all basic arithmetic operations like addition,subtraction, division and multiplication. In this process I have used two input box to enter operands for mathematical operations and used one select box to choose operators.   Calculate button is used … Read more