Sending plain text email using PHP
In this tutorial Sending plain text email using PHP. PHP makes use of mail() function to send an email. This function requires three mandatory arguments that specify the recipient’s email address, theRead More…
In this tutorial Sending plain text email using PHP. PHP makes use of mail() function to send an email. This function requires three mandatory arguments that specify the recipient’s email address, theRead More…
In this post we will tell you how to get Client ID in Instagram using Mange Clients of Instagram. Go to instagram.com/developer and click on “Manage Clients” in the upper right. ThenRead More…
1. Introduction to AngularJS Services In AngularJS world, the services are singleton objects or functions that carry out specific tasks. It holds some business logic. Separation of concern is at the heartRead More…
Android 4.3 and Nexus 7 announced, Google released a new backward-compatible Action Bar implementation called ActionBarCompat that’s part of the Support Library r18. The ActionBarCompat APIs let you build the essential ActionRead More…
How to Create Login Page in PHP and MySQL with Session In my previous tutorial called “How to Create Secure Login Page in PHP/MySQL“, I explain on the three ways on howRead More…
With all the progressions of CSS and CSS3 over recent years we’ve reached a point where many of the old coding techniques that involved background images can now be created entirely withRead More…
You may have heard about the “ Google Now project” where you give the voice command and Android fetches result for you. It recognizes your voice and converts it into the textRead More…
In this tutorial, we show you how to convert an IP address to its decimal equivalent in Java, and vice versa. For examples : 255.255.255.255 <-> 4294967295 192.168.1.2 <-> 3232235778 1. IPRead More…
My this post is based on “How to Integrate printer in android app”. the best way of doing that Google cloud printing. Google provide us Print Dialog code, we can use itRead More…
A maturity level is a well-defined evolutionary plateau toward achieving a mature software process. Each maturity level provides a layer in the foundation for continuous process improvement. In CMMI models with aRead More…