
Search In
In python your extension module is the initialization function and This function is called by the Python interpreter when the module is loaded. the function is named initModule.
use the below function in your own module in .py file,
PyMODINIT_FUNC i
Hello Reader's
In this article I will guide you how to create custom responsive tabs without use of any Jquery plugin.
This will surely make your web page faster because its not an plugin. Its an simple custom Jquery HTML & css.
Copy and paste th
To create Product Categories in openerp-7 follow these below mentioned step:-
Step1- Install product module
Step2- Go to Warehouse-> Configuration -> Products->Product Categories
and create new Category.
See the below screen-shot for mor
Hello Readers,
Jquery .index() method generally used to search for a define element within the jQuery object which it is called on. Jquery .index() method has 4 different signatures with different semantics which can be confusing. In this article
This tutorial will help a user to learn how to install mod_jk module and what is mod_jk.mod_jk is basically Apache module which is used to connect the “Servlet Container” [also known as “Web Container”] with the “Web Servers” (i.e. Apache, iPlanet, S
Hello All !!!
I have got so many queries regarding GIF animation file.
question is "How to create a Good quality Animated GIF file ?"
Here is the answer ...
I have a flying girl animation in flash.
Flash do provides an option
Let us first understand the process of Content Management System.There are basically three different aspects of Content Management Systems:
1.Templating
2.Workflow
3.Versioning
Templating
Templating is the process of Layout Design.Initially template
RAID or Redundant Array of Independent Disks is a method by which we store the same data in several places on different hard disks. By Implementing RAID we can Make Input/Output operation to overlap in good proportions and it also Improve the Perform
To modifying a repor in Odoo-9 follow the below steps one by one:
Step-1 First we have to Modify existing reports which will then replace the originals in our OpenERP database,
Step-2 create new reports for the selected object.
Step-3 select Re
Important Tags Used in HTML5
In this tutorial I have mentioned some important html5 tags are with there example.
article : The article tag is used for self-contained content. We can use it in blog posts, news article, forum posts or user comments.
