
Search In
Hello Friends,
If you are trying to take PULL request from server and facing this issue "error: cannot open .git/FETCH_HEAD: Permission denied". Please use the below command to fix this issue:
chmod a+rw .git/FETCH_HEAD
I hope your prob
In the below example I have described how to get data from assets folder. Firstly I have created txt.json file in assets folder. In txt.json file I have added JSON data. Now See In MainActivity code I have created loadJSONFromAsset() method, in this
Can anyone please suggest some good alternatives to WordPress for client sites, so that it is easy for them to manage themselves?
We all knows that Wordpress provides us many different features to build as well as manage the website. Wordpre
Hii,
This blog is continuation with my previous blogs on AngularJs,In my previous blog i had discussed about the following:
What is angular js,angularJs directives and expressions.
In this blog i am going to discuss about controllers in angularJs wit
We are using google calendar watch API in our application to sync all calendar events for connected user's account. Until yesterday, we were getting all updated events from google calendar API in UTC time zone but now we have started getting upda


The jquery attr() method help users to return the values of first selected elements as well as we can also set the values of attribute(i.e one or more attribute values.)
Syntax :
//Return the value of an attribute:
&n
Hello Readers!
In this blog post, I am going to tell you about slideshows but with a special effect.
Slideshow is an information which is displayed in slides. The information may be images, text, chart etc. The slides change after a certain time in
Cake models are not available in components. So we need to include them manually. There are lot of ways but I found following very easy:
Just include construct class in your component class and add all required models there:
public function __cons
Hello!!
As we know that java does not support the multiple inheritance but java 8 provides a way by which we can use multiple inheritance. It provides a default method to do this job.
In java 7, interface are used to declare the contracts whic


Hi Friends,
Today I will tell you about using Code First approach using entity framework. There are some situations where you need to create the table(when it does not exist in the database). So to do this we will
use entity framework 6.0.0.0
