Amazon SES: Request Production Access. Increase Email Sending Limit

In our previous blog posts, we have covered how to Setup Amazon SES Account and Generate Amazon SES IAM Credentials to connect SES with MailGet – Email Service Provider. But, when a new user setup Amazon SES account it does not immediately grant unlimited SES usage. New users are initially placed in the Amazon SES sandbox and are not granted production …

Bootstrap Navbar

The navigation bar allows a user to navigate through a website and obtain the web page they desire. Bootstrap navbar is a responsive navigation bar having the functionality of collapsing and toggling according to the screen size (viewport). Navbars are responsive ‘meta’ components that serve as navigation headers for your application or site. Navbars collapse in mobile …

Bootstrap Tabs

Bootstrap Tab provides an ease of handling a huge amount of data within a small area. Using this we can quickly access the content of panes without leaving the page. This also helps in easy organization of data, so that all similar data are arranged in a single pane. This proper arrangement helps in easily accessing …

CodeIgniter Update Data In Database

In our previous codeIgniter tutorials, we explained you, how to perform insertion and deletion operation on database using CodeIgniter. Now, this tutorial demonstrates you, how to perform Updation operation on database using CodeIgniter framework.