JavaScript Function for international Zip Code Validation
During we write an address you must notice Pin code is there. According to postal Pin code make easy to reach the address. Are you…
Programming is a practice to hack Challenges. Everyday a Programmer faces new things to learn & implement. Good programmers are very rare. To be a challenging programmer you required sufficient practice. In this regard our group of programmers decided to help you out. The cause here in this session we have plenty of releases related various programming solutions. In case we are lacking any thing your contribution is welcome.
During we write an address you must notice Pin code is there. According to postal Pin code make easy to reach the address. Are you…
During a visitor visit a web page, if he/she like the page he/she do bookmarking for future reference. In such case as a programmer you…
JavaScript is one of the most popular Client Scripting language. To make your journey easier in this session we are sharing some functions related to…
This function generally we required while integrating payment system to the website. There are various currencies are available. The below isCurrency function accepts one argument…
JavaScript is one of the most popular Client-side programming language. It is designed for creating network-centric applications. The concept behind Client side script is to…
In an Employee Management System dashboard let’s assume we are fetching Employee Date of Joining from Database. While displaying this date in top left corner…
Do you ever worked for any file management system? Where you have word files, excel file or it can be an image file like jpeg…
During an application development many time we required a random string. Whether it is to make the URL unique or to send a SMS for…
Generally while designing a CMS we found this situation to handle. Let us assume we have records in Database. From those records we required to…
Excel is very common practice to share data across Network. Recently one of my Customer wants to provide export an excel button in their products…
Customization in a web app is very common. Requirement updates everyday. Depending on this it happens occasionally Gridview is incapable to meet customers demand. In…
Generally where only one option lefts to Choose from a list of records we use Dropdownlist Control. Let’s talk about a Country dropdownlist. What you…
During String Operation while we found unwanted spaces before or after the string, we apply trim() functions to remove those spaces. Here in this example…
In the early age of HTML5, application data was stored in cookies & included in every server request. Compare to Cookies with web storage, web…