
Search In
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
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
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
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 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
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
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
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 =
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() ,
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
