
Search In
There has been an increase in IT spending. It is estimated to be $3.5 trillion as compared to the spending which was about 2.4% lesser than what it is now in the year 2016. These estimates are based on reports from bmc. This is inde
Payment gateways are used in websites for online shopping and money transactions. It safely handles customer payments. Payment gateway can easily be integrated in Rails application. Few applications for payment gateway integration in Rails are Sripe,
Photo by Christina Morillo: https://www.pexels.com/photo/group-of-people-sitting-on-chair-in-front-of-wooden-table-inside-white-painted-room-1181329/ IntroductionIn today's digital landscape, web security and legal compliance have become paramou
Business owners are looking for ways to improve productivity and boost efficiency. This is so that they can get more done with less, whether they want to work fewer hours themselves or avoid having to add people. Businesses are considering both low-t
p {padding-left:3px;font-style:italic !important}
Hello Readers,
Usually we all uses the meta tags, but don't know properly what are these, their actual uses & their importance? So here I will explain you about meta tags and i hope it will b
If you have large amout of data in your table and its contain hundreds or thousands of rows and columns. One cannot expect users to keep scrolling vertically/horizontally for finding information of their interest.
My blog show you an easiest way to
For storing errors there are many ways that can be done . Some store it in the database some store it in the TextFile
So for storing error in the Text File is given here.
First we will create a Logger.cs class into our project
Cakephp's bake console is the fastest way to create models, view and controller. In order to create it first you need to create the table. In this case I am creating Users table:
CREATE TABLE users (
id INT UNSIGNED AU
While working with web API you need to ensure that the device that is making the request and getting the response will be tracked and its details with its UUID gets stored into the database.
While registering the employee i have also

Hello Reader's if you are new to codeigniter framework and want to make the forgot password module in it then in this blog you can learn how do this. Now lets start building this:-
As the developer point of view every step is to be consider
