
Search In
When starting a new business, you’ll have such a hard time coming up with corporate markings and finding a new and unique angle to penetrate the market. This is why it’s so devastating to see someone else take credit and
Generally, the success of an app depends on a list of factors, in which the user experience plays a vital role. Without knowing the user’s behavioral patterns, one cannot build successful products. Creating of the user profile and gathering of
Today, data is an essential asset for every organization, and businesses generate a massive amount of data daily. Therefore, they are required to process that data in a proper format. But do you know what data processing is?
The process of e
Do you know why so many businesses are now looking for IoT?
The reason is that the Internet of Things has proven to be a tremendous influence in driving the fortunes of businesses across the globe. The trend of IoT is changing the very fabric
With the world spiraling around mobiles and technologies, there is much scope for innovation to enhance user experience creating a difference. And, with mobile UI design being at the core of every app development, trends keep on moving up and down to
JQuery Ajax Post in Rails
As we all know, ajax is used for saving some objects to server or requesting to server and in response, page should not be refreshed. Rails provides helper remote: true, that can be added in ruby form helpers. After adding
There are few steps which we have to follow to implement Push Notification.
Step 1: First we will write the api to get token and device type . Here is the controller code of push notification.
public function pushNotification() {
$validator
@Resource annotation allows you to specify a name of the injected bean. @Resource annotation takes a 'name' attribute which will be treated as the bean name we want to inject in the class. In other words we can say, it follows by-name autowiring ( sa
As developers of any technology which uses MySQL as backend we always need to know some basic queries to work on. The list may vary as per the development need but a basic set still remains the same.
The very first query that comes into use is to
What is View State?
View State is a client side state management mechanism. It can store the page value at the time of post back (i.e Sending and Receiving information from Server) of the page.
In
