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

Search In

how to send email via intent

Here is a way by which you can send the email via android-intent. The below code opens a dialog showing email related apps e.g. Gmail, Yahoo Mail etc. if installed in your device. In case your device is not installed with mailing applications then i

How to open another page with button click in jQuery?

Sometimes we need to open another page on button click. We can do this in tow ways either by using "window.location" or "window.open()". Example: In the below example I have put conditions on "blur" event for checking whether the input field is emp

Closing applicaiton

Facing problem while closing application here is a simple solution. Now no need to use the lengthy way like using broadcast receivers. Scenario :- if you have an application in which multiple activities are opened and you want to close your applic

What is the difference between an int and an Integer in Java

Well, in Java technology an int is a primitive type while an Integer is an Object or wrapper class. Meaning, if you made a new Integer: Integer integerObj = new Integer(6); You could call some method on integerObj: String str = integerObj.toStrin

How to convert Unix time stamp into date time using PHP

Hello Reader's! If you have the time stamp in unix time and you need to convert them into Date time format Then you can use the diffrent ways of doing this in PHP Let's say the example below:- $timestamp=1455070324; echo gmdate("Y-m-d\TH:i:s\Z", $

Priority and Severity?

Priority:- When a task should be worked upon or when a bug should be fixed. Severity:- What is the effect if this problem is not operate upon now/a defect is not fixed now. High priority and High severity:- you are testing a website and its login

Set title of the page for view pages in liferay

Hello Guys I here to set title of the view page in liferay. We can also set the title of the portlets. We have many ways to set page title of the liferay page because liferay provide dynamic functionality. You can add page title by using PortalUti

How to use Callback Function in jQuery ?

Welcome to FindNerd, Today we are going to discuss on Callback Function in jQuery. Firstly let know what is the use of Callback Function ? This function is executed after the current effect is finished. In simple way we can say that callback param

How to set a Cookie in Liferay portlet?

Hello Guys Liferay is an EMS portal to develop java based web appliction and having portlets to write business logics. We can set cookies in liferay portlet without heavily modifying the Liferay portal itself, The best way to set the portlet cook

Installing JAVA (open-jdk) in LINUX using TERMINAL simple steps.

The simplest and the easyest way to install anything on Linux is throught Terminal 1. Open terminal using ALT+CTRL+T 2. Type command shown below: sudo apt-get install openjdk-7-jdk Note: in : openjdk-7-jdk, 7 is for demonstration, you can choose an

1 96 363
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: