
Search In
Hello Readers ,
While building a web application , several times we need a box or a div which can be draggable so below is the code for explaining that .
Example :
<!DOCTYPE html>
<head>
<link href="http://code.jquery.com/ui/1
Hello Guys,
If you are working on Facebook App and want to fetch user profile picture in a specific dimension. Like I want to fetch my profile picture in 3 dimension sizes 50*50, 150*200, 300*500.
For this please follow the below example:
$fbUser
Hello,
It is very simple to delete an item or row from any parse table from the code.
First, we need to create the object of the table that points that particular row and then delete it.
I create an object using object id and then execute
To reset the password, Parse provide us RequestPasswordResetCallback to requesting a password to reset for an existing user.
I implement it using anonymous inner class. So then override the done() method where we can do whatever we want after the re
Hi,
Functions are chunks/module of code that can be reused in a program. Function in swift are unique and flexible enough to work with simple to complex style.
In this video we’ll be learning basics of functions, various function syntax&
Swift provides various Control flow and Conditional Statements. Although these are similar to Objective C but with improved enhancements and usability. These statements can be used to check, iterate over various conditions and values.
In this Swift V
Hi,
Here I have written this code to change the brightness of the device in our application. I use the seekbar to change the brightness of the device. To handle the System Settings I use ContentResolver class and to handle current window reference, I
How to show checkbox selected using MVCCheckBoxList in Asp.Net MVC
In my previous blog I have discussed about how to use MVCCheckBoxList. Please visit the following link for reference:
MVCCheckBoxList in Asp.Net MVC
Issue:
The problem which I also
People from management background must have studied about Customer Relationship Building. The basics of business management teaches us about the needs, demands, tastes and preferences of the clients. To develop any product some things need to be reme
Hello
Today we will discuss in details about the config.xml file in PhoneGap
The config.xml file allows developers to specify metadata about their application. To load the config.xml file correctly it should be at the top level of the application
