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

Search In

Load Image From Url

How To Load a Image Form a url You can use this class in your application to load image . It can be use by calling its DisplayImage(String url, int loader, ImageView imageView) function.This function there are three parameters first is String para

How to open Camera using intent on button click.

Here we will learn how to open camera in android, to open Camera in the android app we have to add <uses-permission android:name="android.permission.CAMERA"/> permission in our manifest file. In this example I'm moving to

How to replace localhost by project name from URL

Hello Reader's if you are working on single project and want to rename localhost to any other word then this blog is very helful to you.  So let's start with the following steps Step 1 : Open httpd.conf file you can fine it i

Ajax with PHP

Ajax codes are used to communicate between web pages and the server without loading the page. lets demonstrate a search through ajax call with php  <html> <head> <style> span { color: gre

Install CocoaPods and Dependencies in Swift

Hi,   CocoaPods is a dependency manager built on Ruby. It has thousands of libraries and more than a million of apps which helps to scale our project in a graceful and stylish manner. It saves a lot of time when dealing with various dependenci

How to make wizard views in OpenERP/Odoo?

If you want to make wizard views in OpenERP(Odoo) follow the below mentioned code and paste it in your wizard views_xml file: <record id="action_idea_cleanup_wizard" model="ir.actions.act_window"> <field name="name">Cleanup</field>

Login with Facebook sample code for iOS

Facebook Login Button to logged into the iOS app, here we are getting logged into the iOS application using Facebook login button. Steps to follow:- Create App in your Facebook account or open (https://developers.facebook.com/apps?ref=mb). Go to A

Import Facebook friends list using Facebook SDK in iOS

Facebook friend list import became easier after using latest Facebook SDK. Here is the method which imports friend list. Steps to follow:- Create App in your Facebook account or open (https://developers.facebook.com/apps?ref=mb). Go to App Details

How to configure the Barcode through Python code in OpenERP(Odoo)?

In below example I have written Python script to configure barcode. It will print one barcode on each page based on quantity available of selected products. Like below python code in .py file : import logging from openerp.osv import fields, orm

How to manage each tax group in Point Of sale in OpenERP(Odoo)?

In below example, I have written Python script for each tax group. see below python code in .py file : (tax_code_pos, base_code_pos, account_pos, tax_id)= (0, 1, 2, 3) for key, tax_amount in group_tax.items(): tax = s

1 38 129
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: