
Search In
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
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 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
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'),
}
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
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/
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
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
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
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
