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

Search In

"Initial Setup and AvaTax Configuration In OpenERP (Odoo)"

About AvaTax-> Global companies know that outsourcing key business functions like payroll and tax compliance makes good sense. Avalara AvaTax automates Value Added Tax (VAT) calculation directly within your accounting software. Whether your bus

Difference between @@IDENTITY, SCOPE_IDENTITY, IDENT_CURRENT

In most of our applications, We need last inserted identity value in SQL Server table. For getting the last inserted identity value we have multiple options: @@IDENTITY SCOPE_IDENTITY IDENT_CURRENT All these three return the last inserted ide

Difference between @Secured and @PreAuthorize

@Secured vs @PreAuthorize : Spring Framework provides the different ways to secure the application. Spring Framework has lots of handy tools or methods to secure application. @Secured and @PreAuthorize are the two most popular annotations used to pro

Create a custom module in Drupal 7 to create a list page of custom content type

Here I am giving a brief idea of creating a custom module for newbie. For taking an example, I am creating a list of contents of my custom content type. However for creating custom pages, we can use Views module and it is highly customizable. But I

Working with variables in SQL

In SQL while writing stored procedures sometimes you need variables for calculations and manipulations.   Variable we can use of two type   1 Local   2 Global   ALTER proc [dbo].[sp_CalculateRemainingLeaves] ( @Employ

  • 118
Encryption functions in PHP

If you are developing a website then you must have a login sign-up page that stores the users information in the database then it is responsibility of the person to make the database more secure i.e. the password must be secured so that nobody can ha

How to Create Magento Custom Admin Module

In this blog tutorial, i am going to explain how to create magento custom admin module in backend admin panel. Lets start by creating the following folders: app/code/local/My/Pant/etc app/code/local/My/Pant/controllers app/code/local/My/Pant/Helper

Lambdas (Anonymous functions)

The concept of lambda expression was introduced after coming the PHP version 5.3. We use generally any expression to make code cleaner and intuitive. and lambda expression helps to perform the same concept.   Lambdas (Anonymous functions) are

Making CSS and Script global in MVC

In MVC we have multiple views and for every view you will have different kind of controls.       So in general cases we need to make some sections of the view same and in some cases we want to make it different.     &n

Value Converter in WPF

What is Value Converter in WPF? Value converter is a class which translates/converts a value from the source type and provide output as target type and vice-versa. It is used at the time of data binding with the UI element in WPF. These classes impl

1 22 76
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: