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

Search In

How to customize the redirect after a successful account updation using devise

Here we want to render a custom page like the user's profile page after a successful account updation.The solution is fairly simple,however one  prerequisite i am assuming that we have already run rails generate devise:controller user comman

How to play sounds in your phonegap application

Cordova provides a plugin to play sounds in your mobile application. It can record an audio file and also play back audio file on the device. Installing the plugin:   cordova plugin add cordova-plugin-media It has a Media constructor. You ca

CakePHP: Call to a member function setFlash() on a non-object

Hello Readers, We have a session helper in cakephp which is known as setFlash() basically use for showing messages after login successfully , user registration etc. First of all we have to assign the session helper in Controller. Code use in Contr

Debugging

Debugging The process of identifying and fixing the bugs or defects in software or hardware is known as debugging. Once the defect is identified it is necessary to find and locate the statements in the program which are responsible for the errors an

Risk Management

Risk in software project is any anticipated unfavourable event or possibility of incurring loss in the Project while the project in underway . It can hamper the successful and timely completion of project.To Identify the risk in the Project is always

Importance of documentation in the testing cycle

The testing which can be performed in a document is known as Documentation testing and is part of non-functional software testing. Documentation plays very important role in the success of Software. If you have proper documentation of your project

How to get Session Object in Spring MVC

Hello Friends, we need the session object to maintain the session in the web applications. we have to get the session object in Spring MVC by the following method:- 1:- Put the Session object with the method parameter. Session Object is declared as

PHP Code to connect to MongoDB

To connect MongoDB with PHP you need to install MongoDB php driver. After you successful install MongoDB php driver, you need to create connection with MongoDB. MongoDB default port is 27017. To connect with localhost and default port $connection =

How to disable csrf spring security 4

In spring security bydefault the csrf protect in on. As a result it asks for token during login and other requests. Although its not a good practise to disable the protection but we can do it. As we can see in the code below, http.csrf().disable() ,

Remove Data from doucument Directory ios

Hello friends, I was using to document directory to save images and video and after saving a lot my app use to crash due to memory warnings. So there is a way to delete content of document directory. -(void)deleteDD { { NSLog(@"IS it worki

1 11 185
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: