-
Please find following code for adding bookmarks the ajax way here. Here are the scripts: THE AJAX.JS FILE
-
Please find below code for check form validation using jQuery here.
-
Design Patterns There are numerous ways to structure the code and project for you web application, and you can put as much or as little thought as you like into architecting. But it is usually a good idea to follow …
-
I came a across a problem during the development of a CMS at work where I had to take a string of HTML source code and make sure all special html characters are replaced with their entities. For example, & …
-
If you are working with Restful API’s and you must need to send a JSON input response via web project, especially for Node projects. This post helps you to create a JSON input string using JavaScript. It’s very useful, converting …
-
Following html and PHP files contains the PHP login script that uses cookie for login: