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

Search In

What is callback hell?

Callback hell is the nesting of callbacks that is one callback inside another. Callback hell is very bad thing in nodejs, you should always avoid it.   To avoid callback hell you can: 1) Break callback into individual function 2) User promis

Node Package Manager in Node.js

Node Package Manager (npm) stands for node package manager and it is a command line interface for installing Node.js packages,do version management and dependency management of Node.js packages. npm can be used to install packages in local or global

What is the location of js, css or image files in Symfony

Hello Friends, If you are new in Symfony and looking to get location to save your js, css or image files, please review this blog. We have many ways to save the public files in symfony here we are describing two different ways to save these public f

AngularJs Directives

Hii, This blog is in continuation with my previous introductory blog on angularJs, in this blog  I will discuss about directives in angularJs. Directives: In angularJs "Directives" are used to extend the functionality of a HTML

Use of Callback Functions in jQuery

We well know that  JavaScript code is run line by line but in some cases, the next line of code can be executed before completion of the previous line of code and this cause that its give unexpected result or errors. To fix this type of problem

Getting RAM Details Android.

This Blog is about RAM detail that Total Ram size your Android Device and used Ram size in your Android Device. From API level 16 Android gives properties to get Ram information.   In this tutorial I will explain to get RAM size for below API

Create draggable objects using javascript

Hii, In this blog i am sharing a simple javascript code for creating draggable objects using mouse event. This code can be used when you want to add animation effect in your static html document and make it more attractive. You can use this

Start an infinite animation effect on page load using jQuery

Hii, When we talk about adding animation effect in our web page then  css is one the best option we use along with any of the programming laungage such as javascript,jQuery etc to give dynamic animation effects. Using animation effect in a webpa

Discussion on "Qimage" component to resize image in CakePHP

Hi Reader's, Welcome to FindNerd,today we are going to discuss Qimage component to resize image in CakePHP. If we are developing a web application in CakePHP then, sometimes we have to upload image for user profile . When a user upload image the

How to parse JSON in Swift with ObjectMapper

Hi Readers, Every app needs to parse JSON data coming from server and ObjectMapper is a powerful tool to achieve that. It can be easily done with provided pod which can be install by adding following line into podfile:  pod 'ObjectMapper' No

1 550 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: