Generate barcode in codeigniter using zend library
How to generate barcode in codeigniter? Create display barcode using codeigniter with zend barcode library In this article we’ll discuss how to generate barcode in codeigniter using…
Highlight and Compare strings with differences and similarities in php
How to compare strings with differences and similarties in php ? In this article we’ll discusshow to compare strings with differences and similarities in php. Usually we…
jQuery validation for confirm password
How to validate password and confirm password using jQuery validation plugin ? Earlier we have discussed how to validate a form validation with jQuery validate plugin, in…
Validate a form using jQuery
How to validate a form using jQuery or form validation using jQuery plugin ? We can validate a form using jQuery very simply and in an easy…
Disable Mouse Right click
How to disable mouse right click using javascript? Most of the time we may need to disable mouse right click in our website in order to reduce…
Upload image from URL in codeigniter
How to upload image from url in codeigniter? Rather than selecting a file from drive and uploading into folder we can upload image from URL. For that…
Compress and upload Image using PHP
How to compress and upload image using Php? Uploading large sized files will always take more time and also it will occupy more disk space. To solve…
Scroll to top on button click
How to scroll to top on button click? When we are at the bottom of our page instead of scrolling mouse it is very easy and user-friendly…
jQuery disable/enable submit button
How to disable/enable submit button using jQuery? When we want to submit the form after filling all the mandatory data, then the easiest method is to disable…
Get Selected Radio button value using jQuery
How to get selected radio button value using jQuery? To get the value of selected radio button the easiest way is to use jQuery. HTML : Here…