
Search In
Google cloud messaging services is now available for ios developer,
Previously
For push in IPhone We have to use APN.
and
For push in Android we have to use GCM.
I think it is very difficult to implement both APN and GCM at SERVER level
Now Both
I would like to prepare the JSON array by using the list view.
Prepared the CustomListView and adapted the data and performing onClikclistener() to give input and set the data. Now trying to use data in list adapter with some custom data to prepare
Through this tutorial I will help you to solve the problem if "array_column" function is not working. May be you are using the older version of PHP.
Let me remind you, this will work with 5.5 version or higher of PHP.
Below I am writing the alter
When a user clicks on an input field and it gets focus
Example
<!DOCTYPE html>
<html>
<head>
<script>
function evon(i) {
i.style.background = "grey";
}
</script>
</head>
<body>
Enter your name: <i
Hello Readers!
On a given string if you want to take out the first n number of characters from it then PHP offers you 'substr' to get the characters.
Consider an example below:-
Suppose I want to get the first 5 characters from string, $MyString
$M
Hello All,
Working with the SQL Database, I wanted to search a specific column in all the tables of database and to do that I use the following code packet.
SELECT TABLE_NAME,COLUMN_NAME FROM INFORMATION_SCHEMA.COLUMNS
WHERE COLUMN_NAME LIKE '% You
Hey guys!
I tried using hammer.js alongside with ngHammer to recognize mobile events but it's not working so hot. distinguishing between tap/double tap is arbitrary and a little fuzzy and some other events weren't working as I expected.
Did anyone
Every now and then the Xcode developers have to make use of the iPhone camera to click pics, photos and even different types of symbols and codes like bar code and more recently the QR Codes (Quick Response codes).
The primary problem faced by the d
static NSArray *openFiles()
{
bookmarkMode = 0;
NSOpenPanel *panel;
NSMutableArray *extension=[[NSMutableArray alloc]init ];
[extension addObject:[[NSUserDefaults standardUserDefaults]objectForKey:@"ImageExtension" ] ];
panel = [
Using addAttribute method we can add different colors to a string for certain range of characters in that string.
Label.text = @"Ashish";
NSMutableAttributedString *text = [[NSMutableAttributedString alloc] initWithAttributedString: Label.attrib
