If you’re wondering how to make a Chrome Extension, Chrome has wonderful documentation for basic implementations. But for use extra level features requires a lot of Google and forums. Today,...
If you’re wondering how to make a Chrome Extension, Chrome has wonderful documentation for basic implementations. But for use extra level features requires a lot of Google and forums. Today,...
Blog about, How to display your current Geo Location (Real time fetch from your browser) on Google Map. First of all, You will need below points to be ready. - Google...
Getting started with CodeIgniter Hook:- CodeIgniter provides one feature called “Hook” that can tap into and modify the inner workings of the framework without hacking the core files. For example,...
Transaction in CodeIgniter CodeIgniter's database abstraction allows you to use transactions with databases that support transaction-safe table types. In MySql, InnoDB table type provides support for transaction. CodeIgniter facilitates developers...
Using Bcrypt is the perfect way to save passwords in the database regardless of whatever language your backend is using – PHP, Ruby, Python, Node.js, etc. So, lets see how...