
Search In
In OpenERP first, create custom module than inherits the sale menu and pass the view_mode in your menu file, follow these steps show below
Step1- The first step is to create a module i.e test and then create a file test.py and in this file, create a
Today we learn how to make a 'scrollable newstape' using scroller plugin which help user to scroll a list of news with support of some events i.e mouse wheel, mouse drag.
Example :
HTML Code :
<Html>
<head>
<script src
Hello Reader's, If you want to make some animation to enhance the text then in this blog you can learn this.
Animation is the property by virtue of which you can put the motion in any entity.
In this blog we will translate a text inside the a di
1) There are many different kind of CSS
selector which we can use to apply
CSS style to an element in html. ID
and Class are one of them.
Using Class attribute are easier
as compared to id because of the
negative effects of an ID selector
(the no
Hi friends,
In my previous two blogs Rails Active Records Callbacks: Part 1 and Rails Active Records Callbacks: Part 2, I explained about available rails active records callbacks available. Now I will talk about some more callbacks methods avai
Understanding Layered Navigation In Layman’s Terms
Break down the term “Layered Navigation” and suddenly words become self-explanatory. Arrange everything in orderly layers and walk through these layers of arrangements. If
This blog tutorial will explain CakePHP find condition & query examples. let's take a look at some CakePHP find conditions. First, a very simple CakePHP find query that retrieves all records from the User model. Example: $this->User->fi


A most important part of developing an application which when pushed to any public source code repository is that sensitive data should not be stored within source code as other users may develop crawlers in order to find passwords, usernames and oth
There is an interesting way to multiply two positive integer values without using " * " operator and using binary shift operator. The complexity of the program will depends on the number of bits in the binary representation of the multiplier value.
Here we are explaining about Nods Js features and how to create your first application using Node JS.
Node.js is a popular open source platform . It work in run-time enviornment for developing server-side web applications. Ryan Dah dev
