Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

error: cannot open .git/FETCH_HEAD: Permission denied

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

How to get data from assets file in android?

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

Any Alternative to WordPress for Easy Content Management By End User?

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

AngularJs Controllers

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

Google calendar event API time zone inconsistent

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

jquery attr() function

  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

Fading slideshow using Javascript

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

Include models in cakePHP components

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

Multiple Inheritance in Java with Example

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

Code First Approach in .Net

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

1 213 720
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: