
Search In
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
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
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
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
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
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
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
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
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
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
