Happy New Year

Set element value in JavaScript The visibility property allows to set an element value. I am sharing a simple code here that how easily yo…

Get element value in JavaScript The visibility property allows to get an element value. I am sharing a simple code here that shows how eas…

JavaScript hide and show element The visibility property allows the author to show or hide an element. I am sharing a simple code here tha…

How to Create a Stored Procedure in SQL A stored procedure is a prepared SQL code that you can save, so the code can be reused over and o…

SQL Query Statement A query can either be a request for data results from your database or for action on the data, or for both. …

javascript and validation JavaScript provides a way to validate form's data on the client's computer before sending it to the web server. Form va…

Javascript and cookies Cookies are small strings of data that are stored directly in the browser. They are a part of HTTP protocol. Cooki…