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

Search In

How to get right debit / credit in accounting module?

If you want to get right debit / credit in accounting module follow the following code . target_currency = target_currency or company_currency line_currency = line.currency_id or company_currency amount_currency_str = ""

How to prevent the default event of a button and avoid the page refresh in javascritp

This tutorial will help to understand the basic behavior about button element. Button is a form element and hence button can do things happen when we use it in it's natural environment i.e. the form. To use button without form we will have to use Jav

Issue while parsing string into DateTime:

Issue while parsing string into DateTime: Before starting lets have a look on the following code block. Example: string temp = DateTime.Now.Date.ToString("dd/MM/yyyy"); //( let the value be "20/05/2015") DateTime dt = Convert.ToDateTime(temp);

How to get mouse current position

According to my below code, when we will move the mouse to anywhere like left or right up and down we get the current status of the swipe. Here i have used mousemove() method . $(function() { //Enable swiping... $("#test").swipe(

Best way to configure hibernate 3 with spring?

Different way to configure hibernate 3 with spring? As per my knowledge There are 3 different way to configure Hibernate 3 with spring 3. Let us sort discuss on each of three configuration method and lastly conclude witch method is best. Method - 1

Top Android Development Tools that Everyone Ought to Know

Smartphones have altered our lives in a way that we are totally reliant on numerous apps that have eventually simplified various tasks. When we talk about smartphone platforms, Android is the biggest mobile platform that has billions of users worldwi

How to customize routes in Asp.Net MVC

"Customizing Routes in ASP.NET MVC"     In my earlier blog on "Basics of Route Config in Asp.Net MVC", I have discussed how the Routing is performed in Asp.Net MVC. Please go to following link for reference: Basics of Route Con

What is the life cycle of a ASP.Net page and control?

Hello coder's world, This article is regarding ASP.Net page and control's life cycle. I would like to start this with few basic questions, which should come in everyone's mind who wants to know about this. Why we need to know about ASP.Net page an

How to create a trigger in MySQL

Many a times, we have come across a need that execution of DML statement on one database table should lead to modification in another table with some specific set of values. What’s the novice way to do? Simple, fire the first modification query then

Using @PreAuthorize on Spring controllers methods

Authenticate controller method using @PreAuthorize annotation : @PreAuthorize annotation is used to provide the method level security. We can secure our methods by using @PreAuthorize annotation. It is very easy to use and it is always preferred over

1 218 408
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: