
Search In
Filters are used to do some changes in the data. It can be used by adding pipe character.
These are the types of filters in angular:
uppercase: It converts any text to upper case.
lowercase: It converts any text to lower case.
currency: It conv
WebStorage in HTML5:
It is an alternative to cookies and it is better than cookies. With the help of localstorage we can store data locally inside user browser. It is more secure as compared to cookies. It can be modified easily using se
Hello Readers,
Hope you are doing good today.
Today on My blog, I am going to explain about the Administrative Privileges in MYSQL.
What is Privileges
Several types of privileges can be granted to an account. Privileges should be granted acc
Hi All,
HTTP request is a two way process i..e client - server communication .Three basic features that make HTTP a powerful protocol and these are:
HTTP is connection less
HTTP is media independent
HTTP is stateless:
There are many typ
If you are heading up your own business, you will have a need for IT services, and unless you happen to be a web designer, or similar, you will have little choice but to outsource this section of the business. There are many specialist companies that
CakePHP 2
CakePHP is basically a rapid developing framework for PHP. It provides the user a flexible architecture to develop, maintain, and deploy the application .
In CakePHP within the convention over configuration paradigm, we basically used the
Need help in inserting the below code packet to SQLite:
public class StepDetector {
private static final int ACCEL_RING_SIZE = 50;
private static final int VEL_RING_SIZE = 10;
// change this threshold according to your sensitivity prefe
AWS Lambda Provide us the environment where code can run without managing servers. So we can say that AWS Lambda is an event-driven computing platform. Lambda function runs when events occur and code run resides into the system and automatically mana
To add an event to iOS calendar we need to access calendar of the iPhone without accessing calendar we can not add events in iPhone.
For accessing iPhone calendar we have to ask for permissions first. Here permission means allowing the pa
In CSS, we have learned many things and there is a very unique concept of one of the property i.e position and its values i.e static, fixed, absolute, relative.
We all have gone through these properties but not the new value in the position
