
Search In
In many applications we have to share content, links etc on Facebook. We can achieve this by using Facebook feed dialog. The following lines of code explains how to use feed/publish dialog.
First you need to get the app id and create a meta data. No
It seems today every application needs background jobs, here we are going to learn how to integrate Quartz Scheduler with Spring.
Version we are using
Spring 3.x
Quartz 1.8.6
Maven 3
we have to follow few steps for configure quartz with
I am working on a project which is a market place concept for fashion goods in GCC.
Currently building a team to launch this in the region, as part of this am looking for developers who can build the IT infrastructure.
Looking for candi
What is compact() Function ?
compact() Function is used for creating an array from variables and their values.
Syntax compact() Function:
compact(variable1,variable1,variable3....)
Note:If any strings that does not match variable names will be sk
Different Types Of Software Design Levels:-
In the software engineering field software designing is a main section. We can categorized into three sections of the software designing these are as--
Architectural Design
High-level Design
Detailed De
IPayy API is basically a payment gateway by which you can sell anything through your website. In brief, it just generates an OTP number which is called as One Time Password and will send number via msg to your mobile.
Here I am going to show that ho
Facade Architecture in ASP.Net:-
The facade is an interface that an application can use to get things done without worrying about the details. The facade decouples these layers so that they don’t depend on each other, which makes each easier to deve
For this operation we have a function abort().
Here is the process code.
var xhr;
xhr = $.ajax({
url: 'ajax/userDetails/user_id/3',
success: function(data) {
console.log(data);
}
})
fn();
//Abort the Ajax call
if(xhr &
Technology: .NET MVC 4.5
Design required- Just for 1 or 1.5 days (shared a Detailed BRD with design & style inputs)
Payment Terms- Fixed
Duration of project: 15 working days, 5 days design & HTML , 10 days for development
Hello,
I am making an online shopping app. I am storing user details in sqlite database( Name and Password). So at the the time of login i want to check weather username and password is correct or not. So in that case how to manage session.Because t
