Javascript to reverse a given number
This program uses a Javascript to reverse a given number. This is also known as the implementation of a palindrome. The program is quite simple. It… Read More »Javascript to reverse a given number
Programs category in Krazytech.com hosts web based applications in various languages like PHP, Javascript, Java, Servlet, JSP, CSS, HTML etc. In addition to this, you can also find role and session based authentication and registration forms using MySQL database server, cool javascripts, project implementations etc.
This program uses a Javascript to reverse a given number. This is also known as the implementation of a palindrome. The program is quite simple. It… Read More »Javascript to reverse a given number
This program explains how to generate Fibonacci numbers in Javascript. The javascript is embedded in HTML code. You can refer to the input and output… Read More »How to Generate Fibonacci Numbers In Javascript
You may have come across a list of categories on each website or application, it is called Menu, which is a broader picture of information… Read More »Navigation Menu Creation Example using AngularJS
The User Registration Form Example in AngularJS explains a step by step approach to register a user. It also features LISTING, EDITING, DELETING functionality.
AngularJS provides client-side validation, where it gives a way of monitoring the input fields of a form and notifying the user about the error on validations. Form… Read More »Form Validation in AngularJS with Example
A PHP program to store page view count in SESSION, to increment the count on each refresh , and to show the count on web page