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

Search In

7 Common Myths About Android App Development

Many people do not pay attention to the process of technological development – they simply use the resulting products. However, if we count a couple of years back, we would hardly remember such a variety of different apps that are hard to do wi

How to get Package information programmatically in Android

In some cases we have to get global information about application environment programmatically. We will get package name, version name, version code, application info and last updated time using the PackageInfo class which contains all of the informa

How to create a Custom Button

How to create Custom Button in Android In Android it is very easy to use buttons , eclipse Ide provides you with drag and drop functionality.But we can use different approach and create our own custom button. create an android project, in its

How to use strlen() function in PHP?

Hi Reader's, Welcome to FindNerd, today we are going to discuss how to use strlen() function in PHP? If you want to get the length of your string word then you should use the strlen() function. This function is used for getting the length of a s

Google Place API : How to get the country code from Google Places API

If you are trying HTML 5 GeoLocation to get longitude and latitude and after then using Google Maps API to get the country code of that longitude/latitude. SO in this tutoril I will tell you a very simple way to get country code from Google places ap

PHP CURL: How to Crawl multiples pages in a loop

How to crawl many pages at one page hit: I was facing issues for getting the data from multiple urls by loop. The problem is that in the first loop I was getting the data by function Cron, but when second page was called by Cron function then I was

How to check BOOL value of Parse Object in iOS

If you are a beginner in Parse SDK and integrating it for the first time then you may face this little hurdle. While fetching Boolean data from Parse DB we get BOOL value in NSNumber format and we can not check or compare it directly with iOS bool.

Ajax Call using Jquery

To call ajax you need to execute the following code: $.ajax({ type: "POST", url: 'pagename.php', //location of the server data: varData, //data send to the server succes

How to manage counterpart in Point of sale in OpenERP(Odoo)?

Below is a code of Python script for counterpart. Below python code is written in .py file : insert_data('counter_part', { 'name': _("Trade Receivables"), #order.name, 'account_id': order_account, 'cr

How to create joomla user password using php

To generate password in joomla first need to import JUserHelper which defines in libraries/joomla/user/helper.php. jimport( 'joomla.user.helper' ); $salt = JUserHelper::genRandomPassword(32); $crypt = JUserHelper::getCryptedPassword("mypassword",

1 74 408
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: