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

Search In

ADO.NET : Best Practices

In this blog we will go through a set  of best practices for working with ADO.NET: 1. Database Connection  From performance perspective, it is important that While working with a database that we should open a connection with the database

Get all image assets from iPhone Image Gallery

Write following code in .h file Add first the assets library framework from BuildPhase -> Link Binary with libraries import framework in .h AssetsLibrary/AssetsLibrary.h Declare properties @property (nonatomic, retain) ALAssetsGroup assetsG

IIS : Http Status Codes

The HTTP response consists of the status line, which is the first line of the response to the request and it contains a code along with a human readable phrase. The code is intended to be used by the user agent or the software agent for handling t

PHP Filters

Welcome to Findnerd. We are going to discuss PHP filtering today. We all knows version by version PHP introducing new ways of coding and many improvements. PHP has launched the PHP7. There are many new features added as well as did many improvement.

Using Ionic - Cordova Native Audio in Phonegap application

native audio plugin is used for playing audio in your ionic application. To use this plugin you need to install it first in your application directory by following command:   cordova plugin add cordova-plugin-nativeaudio you first need audio

Javascript Debugging

JavaScript Debugger is very important in javascript because It is difficult to write JavaScript code without a Debugger Your code might contain syntax errors, or logical errors, that are difficult to diagnose. There are no indications for errors

Java.lang.OutOfMemoryError: PermGen space

If you are facing following exception while running your code: Exception in thread "main" java.lang.OutOfMemoryError: PermGen space Default size of most of JVM Perm Space is around 64MB, it can easily ran out of memory if you have too many classes

Error: No identifier specified for entity

I was working with spring 4 integration with hibernate 4 and encountered and error: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in ...CustomConfiguration: Invocation of

Access to Auth Componenet using session in CakePhp

To access the Auth component from view will give you error like you cant access the Auth component. Here is a way of accessing the Auth components from view which can be done using CakeSession in cakephp. to do so lets see the example : $user =

Upload Multiple Files in CodeIgniter 2.0 Using Customized Library Class

In this tutorial, we will learn "How to upload multiple files with the help of Codeigniter's customized upload class named as CI_Upload_Multiple in the file named Upload_Multiple.php in the Codeigniter's library". With the help of t

1 106 160
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: