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

Search In

Getting database information in mongodb

Hello readers! Many time we get stuck with the query How to get the database information in Mongodb? Here below is the simple answer for this query- We can easily get the database information using below predefined methods: a) show dbs - Populate

Make UIImage White Background Transparent in iOS

If you came across to a requirement where you want to make UIImage Background Transparent then use below method to achieve it. +(UIImage *)changeWhiteColorTransparent: (UIImage *)image{ CGImageRef rawImageRef=image.CGImage; const CGFloat colorMaski

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 send Push notification on Android mobile

If you want to send push notification on Android mobile please use the below function: Requirement :: a) Mobile TokenId b) Google API Key public function send_notification_mobile($mobiletokens, $GOOGLE_APIKEY){ // API access key fr

How to return an image from Asp.Net MVC Controller

Hi,      While working in a Asp.Net MVC project, I am stuck in a issue that how to return an image from MVC Controller ? The real senario is that I have to return an image among various images (that I have kept in the Conten

How to Build the customer Profile in avatax in OpenERP(Odoo)?

Step-1 Install the avatax module. Step-2 After that custmozie .py(Python file) file: In below example, I have custmozied .py file. You can directly copy the below python code in your .py file - profileNameSpace = ('ns1', 'http://avatax.avalara.co

How to Include only parent level class in OpenERP(Odoo)?

To Include only parent level class in OpenERP(Odoo) below is the method/code In below example I have written Python script to Include only parent level class. You can directly use below python code in .py file : def addMaterialsRecursive(componen

How to speed up the mysql Query

Hello Readers, If you want to speed up the mysql query or optimize the query: Below are some points to follow while writing the mysql query: Always every table must have a Primary Key. Primary key is very essential for mysql operation While crea

How to increase organic traffic to website?

Organic Traffic is the traffic comes from search engine like Google, Yahoo, Bing, for this traffic you don't need to pay any bugs to any one but need to invest a lot hard and smart work. First phase to get organic traffic is to get urself means your

How to use array_fill() function php.?

Use of array_fill() function in php. The array_fill() function is basically used for filling an array with values. Syntax of array_fill() function: array_fill(index,number,value) According to above syntax, there are three main Parameter of arra

1 50 282
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: