
Search In
This blog is about how to update android notification and how to use Expanded and Big notification.
For Big style Notification you can check my previous blog which is:-
http://findnerd.com/account#url=/list/publish/Big-View-Notification-And
In this blog we will learn about what is HTTP , HTTP Request structure at the client side and HTTP Response structure at the server side.
HTTP (HyperText Transfer Protocol):
Data communication in the internet is done on the basis of this protocol.
Generally any angularjs application requireds a following components:
1. ng-app - This component is required to make a links between the AngularJS application and the HTML.
2. ng-model - This component is required to bind the values of AngularJS appl
Hi reader's,
If you have done enough work with the technologies like PHP then you can switch to Angular Js. Using Angular Js is quick and fast to compile than PHP. If you want to fetch Mysql records now a days you can perform same task by u
Hi Friends,
As we all know rails works on MVC Architecture, where the controllers acts as the receiver of the requests and sends the response back to the requester. There are actually 3 ways a controller can send a response :
a) render: It sends a
A pseudo-class is used to describe the state of an element by which it adds special effect to the selector.
These effects can be added without using JavaScript.
For e.g a style will be added to the selector when an element will be active by using :
Hello programmers,
First of all download the liferay bundle and plugin from here. Keep them in a directory say 'liferay7' in your home. I used Liferay 7 and MySQL 5.6. Liferay 7 uses MySQL 5.6+.
You may find some issues while set
Viewport meta tag is the primary idea of Responsive Web Design. The viewport differs from device to device. It will be smaller on a mobile when contrasted with PC screen.
To set the viewport, HTML5 presented a technique <meta> tag, to pe
In this blog we will learn how to iterate over the elements of a collection (here we considered ArrayList) using generics and without generics.
First we will go through the process of using iterator method. Iterator() method is included by every col
Hello Readers,
Hope you are doing good today.
Today in My blog, I am going to explain how you can upload multiple files using AngularJS and PHP.
First Create an index.html page and put required library file in <head></head> secti
