Generating random strings can be very useful in lot of cases.It might be for a verification code or a password etc. Below is the simple…
1 CommentAuthor: Praveen Anaparthi
11+ years of IT industry experience holding a wide range of skill sets and roles with significant work on PHP, Node.js, Python, Ruby, Docker, React.js, Microsoft Azure, Azure DevOps, Windows PowerShell, Shell script, Jenkins, MongoDB, SQL, MySQL, Apache, Nginx. etc. It is my passion to learn new things and implement them as a practice. Aside from work, I like gardening and spending time with pets.
We generally use in_array function to check if an element is in array or not , but this function does not allow as to check…
3 CommentsIn this Codeigniter tutorial, I will show you how to use Uplodify(HTML5 or Flash Multiple File Upload jQuery Plugin Script) in your CodeIgniter application. If…
22 CommentsIn this CodeIgniter tutorial, I will show you how to fetch data from database using model, view, controller approach. As usual, we need need to…
45 CommentsIn this post i will show you, how to find the location based on the ip of the client. We gonna use geoPlugin’s geolocation web…
Leave a CommentIn the beginning of career i used to write regular expression or long lines of code for validating and sanitizing the user submitted data(Ex:come from…
Leave a CommentThis tutorial will show you, creating your own custom filters in AngularJS with simple steps and example. Angular filters provides a way to format the…
Leave a CommentAbout Qualtrics :Qualtrics API allows applications to integrate survey functionality, with specification of questions to ask, conditional display of questions depending on answers to prior…
1 CommentHere I would will like to show you how to use Angular JS in CodeIgniter and I will show you how to get data from…
16 CommentsHere i will show you how to prevent hot linking of images and other file types.This can greatly impact bandwidth usage. By using htaccess we…
Leave a CommentHere is the code snippet for validating email using JavaScript function IsEmail(email) { var regex = /^([a-zA-Z0-9_.+-])+\@(([a-zA-Z0-9-])+\.)+([a-zA-Z0-9]{2,4})+$/; return regex.test(email); }
Leave a CommentHere is the example snippet for highlighting current menu item using php.
Leave a CommentHere is the simple script to check live username or email availability using jQuery’s Ajax method in CodeIgniter. you can also apply this logic/method to…
2 CommentsZeroClipboard is a library that provides you with a way of coping text to your clipboard using Adobe flash and a Javascript interface. Flash can…
3 Comments