
Search In
What is define() function ?
The define() function basically use for creating a constant.
It depends on 3 parameters:
1-name-> this is the name of the constant.
2-value->value of the constant.
3-case_insensitive-> define constant name an
Blink Animation in android
Here I write code for blinking any components like TextView, ImageView etc.
Here I just use AlphaAnimation class of Animation .
TextView textMessageCenter;
textMessageCenter = (TextView)rootView.findViewById(R.id.text_me
It stops the currently running animation for the specified element.
Syntax:
$(selector).stop()
Example:
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>
Getting the approval from the Apple store for iOS App sometimes become a very difficult and long task. The reason for that is threefold:
To create Product Categories in openerp-7 follow these below mentioned step:-
Step1- Install product module
Step2- Go to Warehouse-> Configuration -> Products->Product Categories
and create new Category.
See the below screen-shot for mor
If you want to use OpenERP(Odoo) mobile application follow the below mentioned steps:
Step-1 Go to Google play or App Store.
Step-2 Install it
Step-3 Connect to server and Account Setup
Step-3 Enable sync services
Step-4 check message
Step-5 E
PHPExcel library is basically used for creating reports in Excel format. But if we are using Drupal then there is list of contributed modules to achieve this feature and build on top of PHPExcel library.
You can use one of the following module to ge
Hello Readers,
If you want to make the custom HTML module in Joomla from admin side and show on frontend then follow the below lines:
1.Go to the Module Manager (Extension Section) in Joomla administrator (backend).
2.Select the New button on top l
JSONP stands for JSON with padding. All the browsers follow the same origin policy. You can not send XMLHttpRequest to other domain. To prevent this security, we need to use the JSONP in ajax request. When we request a ajax call to the remote server
Inline Function:- The Inline function are those that can be expand at the time of compilation. inline function is a combination of macro & function. Either at the time of declaration or definition of function place the keyword inline before the
