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

Search In

Tutorial to build a website in Odoo

If you want to build a website in Odoo follow the below mentioned steps:- Step-1 Go to Settings->Modules->install Website Builder Module. Step-2 Go to website Menu -> Click on Content button. Step-3 After that edit the Menu and add the

CSS Background Property

CSS background property defines the background effects and changes on an element. There are 3 CSS background properties that affects the HTML elements: 1)background-color 2)background-image 3)background-repeat 1) CSS background-color This property

Drupal 7 database API

Drupal database abstraction layer allow's the use of different database servers using the same code base i.e it provides with the ability to support multiple database servers easily. The system is built a top PHP's PHP Data Objects database API and

How to load data on scrolling top using angularjs?

First you need make a directive for this. mainApp.directive("loadMoreData", [function() { return { restrict: 'ACE', link: function($scope, element, attrs, ctrl) { // alert("check"); va

Hide div by slide effect and show another div

This code is used to hide div by slding effect towards right to left and show another div by the same sliding effect on its place . <script src="js/jquery.min.js" language="javascript" type='text/javascript'></script> <script src="j

Creating products with custom options in Magento Programming

we can create products with custom options by programming in Magento follow the steps : Create a form to submit all mandatory details to create a products Post all details to form controller to save product public function saveproductAction() {

External Dependencies in Maven Project

Dear programmers, There may many chances when you try to add external dependencies in your Maven project. Let's learn this how we can add our own jars or external jars in a project with an example. There are many Maven plugins available, And one o

Change password from Custom portlet in liferay

Hello Below code will help you to implement change password from custom portlet. Please follow below steps : step 1 : create Action URL <portlet:actionURL name="updatePassword" var="updatePassword"/> step 2 : Write below code in JSP page

Progress bar

A Progress bar indicates the current percentage for completeness of an operation or process. jQueryUI provides an easy-to-use progress bar widget that we can use to let users know the percent of completeness of an operation. jQueryUI provides progr

Types of Applications

Stand Alone Applications The application which are installed on end user system and only one user is allowed to use the application are known as stand alone applications. For eg: MS Office, Media Player, Antivirus etc. Advantages of Stand Alone App

1 111 949
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: