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

Search In

git Installation on Ubuntu

git Installation on Ubuntu Installing GIT on locally : Git is a open source project version control system. Before you start using Git, you have to make it available on your computer. Even if it’s already installed, it’s probably a good idea to upda

Basics of LINQ To SQL

Getting started with LINQ To SQL:     When we say LINQ To SQL, it refers to the technology through which we can access Database via LINQ. This has replaced the traditional way of writing SQL Query for Database access, even it has

Add your Application on Gallery Sharing option

Add your App on Gallery Sharing option. If you want to add image sharing from gallery option to your application, there is a perfect code for this requirement.. You just need to add these lines to your manifest file on that activity which you want

How to generate the barcode for product in openerp (Odoo)?

You will need the following kind of python code declaration in your .py file: class product_category(orm.Model): _inherit = 'product.category' _columns = { 'ean_sequence_id': fields.many2one('ir.sequence', 'Ean Sequence'), }

How to generates and returns pdf version of a report in openerp?

In openerp you make a request to read the assets while the transaction creating is not done and As the assets are generated during the same transaction and the rendering of the templates will call them. There is a scenario where the assets are unreac

Hide prices and Add to Cart button in Magento

Hello Readers, Here is small example which will explain how to hide prices and ‘Add to Cart’ buttons for non-logged users in Magento. Hide prices in all pages: Go to Current theme (Path: app/design/frontend/currenttheme/default/template/

Naming conventions while writing code

While building applications and writing codes, you have to understand that conventions needs to be followed while writing code.   Two main things are used while writing codes. 1 Camel Casing 2  Pascal Casing     Camel cas

Rating Gem in Ruby on Rails

How to setup a rating feature in rails application.   The best and simple way of doing so is by using RAILS GEM ratyrate by following simple steps.   Step 1: Include GEM in your gem file gem 'ratyrate'   Step 2:  Generate

Data with HTTP

While requesting for the data parsing the request and then providing the response is mainly done by using the TCP/IP model.   We need to ensure that it is being done while making the HTTP request and the HTTP response.     These a

How to make facebook share button on website?

Hello Reader's if you are developing the Ecommerce based website in which you want to integrate the facebook sharing option, then this blog is very helpful to you. So lets start with the html doc.  To get Facebook sharing first you need to

1 105 130
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: