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

Search In

Liferay Integaration with Log4j

Liferay+Log4j:- This blog will show you how you can implement logging in Liferay with Log4j. By using this you can use the custom logging using Log4j in Lifeary. To make this possible follow the below steps:- 1. Create log4j.xml and log4j.dtd file

Spring 3 MVC accessing HttpRequest from controller

Spring 3 MVC accessing HttpRequest from controller To access HttpRequest from controller you just need to define HttpServletRequest and HttpServletResponse as parameters in a function signature of your Controller. by doing this you allowing Spring M

Insertion in Linklist at Different Places

Insertion in Linklist:- The Insertion of Element in Singly linklist at different places like: insertion at beginning, last and middle in the linklist. In below code I will show you how to insert the element in linklist at beginning, middle and last.

How to create a DropDownList from an Enum in ASP.NET MVC

"Creating a DropDownList from an Enum in ASP.NET MVC"     In this article I will try to explain, how can we bind an Enum to a DropDownList in ASP.NET MVC. Let us understand it with the help of an example: Step 1: Create an Asp.

ActionResult in Asp.Net MVC

"ActionResult in Asp.Net MVC"     We all know that ActionResult is a return type mentioned in the Action Method inside a Controller in MVC.    In this article I will explain it in more detail. Getting started: A

How to manage the account cashflow operations in OpenERP(Odoo)?

In below example, I have written Python script for account cashflow operations. see below python code in .py file : import time from datetime import datetime, date, timedelta import tools from osv import osv, fields import decimal_precision as dp fr

Responsive CSS Counter-Increment

Hello Reader's In this article I will guide you about the Responsive CSS Counter-Increment. As in example you can see the css counter counting itself. Here is the example below you can copy & paste the code. Here is the HTML <div class="w

Route Config in Asp.Net MVC

"Basics of Route Config in Asp.Net MVC"     Routing is one of the primary concern of MVC. In MVC we have to map URL to a particular Action method on a particular Controller, the Action Method is then executed and returns an inst

How to integrate the LinkedIn with OpenERP(Odoo)?

Step-1 Install the Web LinkedIn module. Step-2 After that custmozie .py(Python file) file: In below example, I have custmozied .py file. You can directly copy the below python code in your .py file. import openerp import openerp.addons.web from open

How to integrate the Live chat with OpenERP(Odoo)?

Step-1 Install the live chat (im_livechat) module. Step-2 After that custmozied in .py(Python file) file: In below example, I have custmozied in .py file.Use below python code in your .py file. import random import openerp import json import openerp.

1 596 720
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: