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

Search In

How to Implement Java Concurrency Code

Java!! Concurrency Code   You have been given a simple API to buy and print postage. Write a program that submits each incoming order to the API and then prints the shipping label.   Unfortunately each call to the shipping label API is

Invoking controller/view methods from the console in Rails

At the time of development of a module or functionality we always curious that the code we wrote will work perfectly or not until and unless we run that in a browser. so rails provide us a way where we can test the functions via a console. By running

How to create deleteCookie() function in JavaScript

With the help of javascript, I have created deleteCookie() function. In the code given below, I have stored all the values in a single cookie and then used deleteCookie() function for deleting the cookie. When the cookie session expires, previous coo

Error : Cannot create a session after the response has been committed in liferay 6.2

Hello guys, We are getting below error when we click on link in liferay 6.2 but now I have resolved this issue. ERROR [http-bio-8080-exec-175][LanguageFilter:83] java.lang.IllegalStateException: Cannot create a session after the response has b

Adding Translations in Rails

Adding Translation to a Rails Application Hi friends, in my previous blogs related to internationalization of rails application, we have configured the i18N api and saw different types of methods to pass the locals, if you have not read those then

Get the current position of element using jquery

Welcome to FindNerd. We are going to describe the functions to get the current position of the bound element. There are two functions named offset and position. They are used as a same manner. Let's take an example of both function. <ul class="

How to set the Price Security in OpenERP(Odoo)?

Step-1 Install the Price Security 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. class account_invoice_line(models.Model):

Wordpress Creating a simple short code

Shortcodes are the power of the wordpress. You can simply create shortcodes and call it via the do_shortcode function or on pasting it on editor. For adding a shortcode, you ned to use the hook add_shortcode. We are going to share the script for shor

PDCA Cycle for Software Development

PDCA Cycle for Software Development:- As we all know that the software testing is a very important section of every software development process. Basically for any software development there are many steps to follow, but mainly there are four steps

Middleware In laravel 4.x

Middleware is one of the important part of any application. The code which we want to stick between request/response life cycle which is not necessary part of our application logic. That is called as middleware. Let take a example to know more about

1 495 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: