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

Search In

How to use define() function php ?

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

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

Jquery stop() method

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>

Important checkpoints before uploading the iOS App for Approval

Getting the approval from the Apple store for iOS App sometimes become a very difficult and long task. The reason for that is threefold:

How to create Product Categories in openerp-7

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

How to use OpenERP(Odoo) mobile application?

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

Create excel reports in Drupal 7

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

How to add Custom HTML Module to Your Joomla website

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 concept

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 in C++

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

1 367 949
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: