This is simple SEO analysis generating class developed using PHP. There are so many aspect are covered, also so many aspects are yet…

CodeIgniter Admin Panel – CIAS
CodeIgniter Admin Panel is a small Admin Panel boilerplate developed using CodeIgniter framework and AdminLTE theme. Recently I integrated a…
Matrix diagonal addition in PHP
Matrix addition is always a good pick for programming practice. Matrix is nothing but multi-dimensional array in terms of programming….

How to install free SSL certificate Let’s Encrypt using ACME client
Yes, exactly. Get free SSL certificate from Let’s Encrypt organization. Today, everyone wants their security, regarding websites and contents. Everyone…

PayUmoney hashing using PHP
Lot of people looking for PayUmoney integration in their portals to process the payments. But everyone is searching for content…

Password Hashing in CodeIgniter
In old days, we were using MD5 and SHA1 algorithms to encrypt the password. But those algorithms are pretty old…

Ajax Pagination with CodeIgniter & jqGrid
Implement Server Side Ajax Pagination with CodeIgniter & jqGrid jquery plugin. Records will fetch from server without page load progressively….
Custom Date Validation ‘DD/MM/YYYY’ using jquery.validation.js
Javascript custom date validation code using jquery validation plugin and codeigniter php framework to validate and accept the date in…
Contribute to jquery validation plugin
We are trying to contribute to jquery validation plugin. Update the jquery.validation.js core and added perfect email regular expression to validate…