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

Search In

How to load javascript files asynchronously

Hello all, Working with HTML and JavaScript we usually keep our JavaScript code in separate files to keep our code organized and manageable. If we are using various plugins in our website which has lots of JavaScript files with it, in that case it

Restart your schedule with AlarmManager after phone reboot

When you create a schedule using AlarmManager and you found that it stops working after phone reboot. So to avoid this problem we need to add Broadcast receiver that should receive "BOOT_COMPLETED" broadcast. For this you need to register your Broad

How to make Toast with AlertDialog in android?

Here I have created Toast with alertDialog code function, according to below code both function runs in same time and display same time when we clicked listview item. In the below code I have explain how to make toast with AlertDialog function in and

How to include a javascript file in another javascript file?

We can include one js file in another js by the following ways:- jQuery.getScript( url [, success ]) This function basically loads a javascript file using a GET HTTP request from the server and then execute it. <./p> Here is an example code

How to use Transaction and Try Catch in Stored Procedure

How to use Transaction and Try Catch in Stored Procedure Suppose you are working on multiple table in a database eg updating, deleting and inserting on multiple table then it is always a good practice to maintain Transaction property as using this w

Some small tips to make your Design Unique

1. Think Opposite Todays lot of thing in web design, turn it upside down. Invert colors, change direction, misplace it in a new setting, or think of an interesting perspective. Here are three designs that do just that. 2. Think Bold and over Exagger

How to use workflow in liferay 6.2?

Hello Guys Here I am writing for how to use workflow in liferay. A workflow consists of a sequence of connected steps. Workflow is a depiction of a sequence of operations, declared as work(It's manage asset) of a person, a group of persons, an organi

How to handle error globally in asp.net web api

Hello All, Working with asp.net web api, we have multiple ways of handling error that is at controller level, method level we can use try and catch block and we can put our logic there to handle errors. But to handle error occurred any where in our

How to find portlets added on a particular page in Liferay

Hello Guys Portlet used to write business logic in liferay and liferay also provide page creation functionality. Portlet add on a particular page of the website of liferay. Liferay page create from website administration in the liferay. Below examp

How to make validation for multiple email validation using Jquery

Hello Reader's if you have implemented multiple input for emails and you want to validate all of them using a single validation rule. By using JQuery you can make this. Lets see how to make validation:- Suppose your html page is like this:- <sel

1 80 370
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: