
Search In
Reduce the likelihood that, in a future emergency, you will need to rely on credit cards or payday loans. First, work to save at least $500 to $1,000 to cover unexpected expenses such as a car repair or medical bill. Build this amount as quickly as p
At first you need to disable Tinymce editor in Joomla so that it does not strip out your HTML code.then go to site and click user manager and necessary user and choose no editor and then save. now in order to integrate Paypal button click article m
If you want to launch a application B from your application A then you can launch that by using intent Like this :
First define application B package name so that we can set launch intent :
Intent myIntent = getPackageManager().getLaunchIntentForP
If you have requirement to open page in Popup Dialog instead of new page you can use following code. This look more professional and keep the user on same page. This is helpful in showing content like user details or payment records etc.
In order
Sometimes we need to pass parameters along with the url to get the data. In Spring MVC framework, we can customize the URL in order to get data. For this purpose @PathVariable annotation is used in Spring framework.
For example you want to write a
Hello all,
I this blog we will discuss about another very important part of the building blocks of Xamarin.Android, that is Intent class.
The easiest way to understand the Intent is really an messaging object that you are to create and pass
that t
Metadata Definition:- In easy words if we say, Metadata is Data about Data.
So why do we need data about data?
Take this scenario specially when we are dealing with enormous amount of data.
For example there is a company in retail business for past
Below are the steps to register an ORS in MDM Hub:
Step 1: Launch the jnlp file.
Step 2: Enter you credential, select the ORS.
Step 3: Under Workbench, select Database.
Step 4: Connect to Master Database.
Step 5: Acquire Lock, click on Register Datab
Defect Logging And Defect Tracking:- In the software testing field both terms ‘Defect Logging’ and ‘Defect Tracking’ are very important. For more details please see below:-
Defect Logging:-Defect Logging is a technique, which is used to determine i
BETWEEN Operator:
It is used to fetch values which lies within a range given in BETWEEN operator.
Syntax:
SELECT columnname(s)
FROM tablename
WHERE columnname BETWEEN value1 AND value2;
Example:
SELECT * FROM Employee
WHERE Salary BETWEEN 100
