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

Search In

Base64 encoding decoding in Android

For encoding and decoding we have Base64 class in android. For encoding in String we can use encodeToString (byte[] input, int flags) This method Base64-encode the given data and return a newly allocated String with the result. Parameters input->

Why String is an immutable class in Java ?

Why String is an immutable class in Java ? Before going for the above question we should be clear what are Immutable classes ? Immutable classes are the one which once created, then it’s instances can not be changed. Objects of the Immutable class

PHP mail() function

To send email in PHP, we use mail() function. You can send text message, html message and attachment with message by the use of PHP mail() function. Syntax bool mail ( string $to , string $subject , string $message [, string $additional_headers [,

How to make readable text from a pdf file in PHP

If you want to show a pdf file with the readable text from it on the page you can achieve it by seeing the code below We will use a php library (pdfparser). This function will get the exact text as what you need http://www.pdfparser.org/ Step 1: Y

Read/fetch data from Parse database in iOS app

It is very easy to read data from Parse database, just create a query using PFQuery class over class name (table name) and request for data. For example - There is one table "Post" with column names : title, message, postTime. Now get data from tabl

Difference between client-side and server-side programming

| ----------> HTTP request | +--------------+ | +--------------+ | | | | | | browser | | | web server | | (JavaScript) | | |

Laravel 4: how to “order by” using Eloquent ORM

In Laravel 4.x we have many facility to use query in a easy way. We will also run raw query in laravel 4.x. Laravel 4.x also provide of using “order by” query using Eloquent ORM. We can easily understand this by seeing the example of order by: E

How to modify the PetToysList component in OpenERP/Odoo ?

How to modify the PetToysList component so clicking on a toy replaces the homepage by the toy's form view in OpenERP/Odoo ? If you want to modify the PetToysList component in OpenERP(Odoo) so that when you click on a toy it replaces the homepage by

Scenario Based Testing

Scenario Based Testing is categorized under Black Box tests and are most helpful when testing is concentrated on the business logic and functional behaviour of the application .Adopting SBT is effective when testing complex applications.Now every

Android Iphone push notifications php API

Push notifications are messages that allow an app to notify of a message similar to how a text message pops up on your screen with a sound.Code for Android ,Iphone API push notification is given below by using urban airship Android Push Notificatio

1 48 282
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: