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

Search In

DIGITAL MARKETING IN INDIA

DIGITAL MARKETING IN INDIA Indian Economy is growing at the growth rate of 5 percent 2013-2014, it is the tenth largest economy in the world in G.D.P comparison and third largest in P.P.P (Purchasing power party). India is doing well in internatio

  • 450
Updating Ruby on Rails Version

When coding with some framework we seldom come to a stage where we need to upgrade our framework as latest version of it is released. Upgrading your framework to latest version is not often so easy especially if there is a major version update. With

Change color of an UIImage in ios

You can pass array of colors in this function in order to change any color of an UIImage. Just pass UIColor and UIImage to this function. +(UIImage *)changeColorTo:(NSMutableArray*) array Transparent: (UIImage *)image { CGImageRef rawImageRef=im

How to Edit fields label in module in openerp

If you want to change or edit the label in module in OpenERP, follow the below example. EXAMPLE:- change label like that in product form change label of list_price(Sale Price ) to list_price(Max Price) in product.product .xml file- <record

Data binding in AngularJs

Data-binding in AngularJs refers to the synchronization of data b/w the model and view components. When the model changes i.e if user changes in something then the view reflects the changes done. So in below example i am demonstrating you the conce

How to change your default database to MYSQL on eclipse with Liferay

During your first attempt of installing Liferay with eclipse, if you were unable to set your database configuration as MYSQL and it still shows the default database.Then there is a quick solution to this problem. Steps that should be followed : 1.

Change UISearchBar appearance in Objective C

If you want to change the appearance of UISearchBar and its related elements then use below code. -(void)changeSearchBarAppearance{ [[UITextField appearanceWhenContainedIn:[UISearchBar class], nil] setBackgroundColor:[UIColor whiteColor]];

Difference between px, dip and sp

If you are looking to know about the difference between px,dp,sp , here it is:- px(Pixels) :- px corresponds to actual pixels on the screen. Pixel is the smallest element of a picture represented on the screen. dip Density-independent Pix

Convert one date format into another in PHP

Date play an important role in any project. We have to change date format according to our need. If we are using PHP 5.2 and lower then for changing date format we have to parse the elements (year, month, day, hour, minute, second) manually using sub

How to Onchange of product and sets some values in openerp

In product module use onchange function and sets some value and return dictionary of value in on_client_changed function to first inherit the product module class like as product.template class and then use this function in .py file in openerp use th

1 34 342
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: