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

Search In

How to copy text to Clipboard using jQuery

Hello Readers, I will show you how to copy text in clipboard without using ctrl+c. <html> <head> <script type="text/javascript" src="jquery-1.8.0.min.js"></script> <script src="jquery.zclip.js"></script> <

How to define workflow transition rules in OpenERP/Odoo ?

Workflow transitions can be restricted to a specific group. Users outside the group can not trigger the transition.For example code is like below.. <?xml version="1.0" encoding="utf-8"?> <openerp> <data> <record mode

How to Sending a signal from a subflow in Odoo/OpenERP

When a workflow is embedded in an activity (as a subflow) of a workflow, the sublow can send a signal from its own activities to the parent workflow by giving a signal name in the attribute signal_send. Odoo processes those activities by sending the

Amplitude Modulation in Analog to Analog

Amplitude modulation is a modulation conversion technique that is used mainly for the communication of data over the carrier wave. In this type of modulation the amplitude is varied in corresponding to the wave being transmitted into the carrier. &n

  • 999
How to search record from dynamic data list in Liferay 6.2?

Hello Guy's Some time many of us faces difficultly in searching record from dynamic data list in Liferay 6.2, so for your help below I am mentioning how you can do this- Here I have created two methods for search record from dynamic data list in li

Draw Circle in HTML Canvas

Draw circle in HTML: In this article I will show you how we can draw circle in HTML canvas. To draw circle in web page we will use Canvas API, we will draw the circle on canvas using the arc() method. Following is the simple example to draw circle on

Javascript The setFullYear() Method

In Javascript , setFullYear ( ) method set the full year for a for a given date based on local time . It return a new timestamp . Syntax -> setFullYear( yearValue , monthValue , dayValue ) <br> Parameter -> yearValue -> It specify t

Splitting a String in javascript

To split a string in javascript, we use split() method which splits the string into an array of substrings. Syntax: string.split(separator); Where separator specifies the character(s) to use for separating the string, and if this separator ( or

How to store data in shared Preference and to fetch the stored data

If you want to store and get data in and from Shared preferences, here is the code that can help you:- Step 1:- Create the Preference and store the values in created preferences:- Context context=getApplicationContext(); SharedPreferences shared

increase volume of iphone and reduce(decrease) it to current volume.

If you want to increase the volume of iphone in a specific app and then reduce it to it's current volume. The following code might get helpful:- (NOTE:Include FrameWork: MediaPlayer.framework ) -(void)exampleFuctionSample{ NSLog(@""); [self increa

1 426 481
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: