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

Search In

Setting up a GCM Client App on iOS

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

How can we prepare JSON Array by using List View in Android

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

"array_column" function is not working in PHP

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

onfocus event in Javascript

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

How to get first n Characters from a given string using PHP

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

How to search a specific column in all the tables of database?

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

help! mobile events recognition

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

Camera Simulation in iOS Simulator.

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

How to open OpenPanel in mac os

static NSArray *openFiles() { bookmarkMode = 0; NSOpenPanel *panel; NSMutableArray *extension=[[NSMutableArray alloc]init ]; [extension addObject:[[NSUserDefaults standardUserDefaults]objectForKey:@"ImageExtension" ] ]; panel = [

String with different colors in iPhone

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

1 97 720
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: