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

How To Create Scroll To Top Button With jQuery

How To Create Scroll To Top Button With jQuery

Scroll to top button feature in a website allow users to scroll to top of web page smoothly. If website page have more content then it is tough task for user to go top of such web page after reading its content. So for good user experience we must add scroll to top button so … Read more